<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Knebel.Net Blog</title>
	<atom:link href="http://www.knebel.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.knebel.net/blog</link>
	<description>{ the best place on earth to learn technology }</description>
	<lastBuildDate>Sat, 15 Oct 2011 22:49:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FireShot &#8211; Screen Capture Add-On for Firefox &amp; Chrome</title>
		<link>http://www.knebel.net/blog/2011/10/15/fireshot-screen-capture-add-on-for-firefox-chrome/</link>
		<comments>http://www.knebel.net/blog/2011/10/15/fireshot-screen-capture-add-on-for-firefox-chrome/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 22:48:14 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Chrome Add-Ons]]></category>
		<category><![CDATA[Firefox Add-ons]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=225</guid>
		<description><![CDATA[FireShot is an excellent Add-On / Extension for Firefox &#38; Chrome! It comes with a &#8220;quick-capture&#8221; button, with a full set of features, like: Edit Screenshots &#38; Annotate with notes Resume editing Copy to clipboard Blurring so you can hide confidential information Highly recommended for quick communication &#38; comments regarding a webpage! Visit the FireShot [...]]]></description>
			<content:encoded><![CDATA[<p>FireShot is an excellent Add-On / Extension for Firefox &amp; Chrome!</p>
<p>It comes with a &#8220;quick-capture&#8221; button, with a full set of features, like:</p>
<ul>
<li>Edit Screenshots &amp; Annotate with notes</li>
<li>Resume editing</li>
<li>Copy to clipboard</li>
<li>Blurring so you can hide confidential information</li>
</ul>
<p>Highly recommended for quick communication &amp; comments regarding a webpage!</p>
<p>Visit the <a title="FireShot Website" href="http://screenshot-program.com/fireshot/" target="_blank">FireShot Website</a> for more info</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2011/10/15/fireshot-screen-capture-add-on-for-firefox-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling .html extensions with PHP in Apache</title>
		<link>http://www.knebel.net/blog/2011/10/01/handling-html-extensions-with-php-in-apache/</link>
		<comments>http://www.knebel.net/blog/2011/10/01/handling-html-extensions-with-php-in-apache/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 22:04:59 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.dwt with PHP]]></category>
		<category><![CDATA[Apache Handlers]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=222</guid>
		<description><![CDATA[If you want your .html files to process PHP requests, just add a handler to Apache. application/x-httpd-php s for .html extension If you&#8217;re using DirectAdmin, Under &#8220;Advanced Features&#8221;, you might have an &#8220;Apache Handlers&#8221; link (depending on your web host features), and you can add the above handler. Once added, you can use PHP in [...]]]></description>
			<content:encoded><![CDATA[<p>If you want your .html files to process PHP requests, just add a handler to Apache.</p>
<p>application/x-httpd-php s for .html extension</p>
<p>If you&#8217;re using DirectAdmin, Under &#8220;Advanced Features&#8221;, you might have an &#8220;Apache Handlers&#8221; link (depending on your web host features), and you can add the above handler.</p>
<p>Once added, you can use PHP in your HTML files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2011/10/01/handling-html-extensions-with-php-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox &#8211; Blinking cursor over &#8220;any/all&#8221; text / html element(s)</title>
		<link>http://www.knebel.net/blog/2011/09/06/firefox-blinking-cursor-over-anyall-text-html-elements/</link>
		<comments>http://www.knebel.net/blog/2011/09/06/firefox-blinking-cursor-over-anyall-text-html-elements/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 01:48:26 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Help]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=217</guid>
		<description><![CDATA[For some reason, my Firefox is showing a blinking cursor when "tabbing" or focus is on any particular element within a page ....  the title of that window (div) would show a blinking cursor, as if editable.  Here's how I fixed it...]]></description>
			<content:encoded><![CDATA[<p>My Firefox all-of-a-sudden started showing a blinking cursor when &#8220;tabbing&#8221; or focus is on any particular element (e.g. div, title, label, etc) within a page.</p>
<p>Most annoyingly, when I&#8217;d have a modal window (via jQuery UI), the title of that window (which is a jscript-injected div) would show a blinking cursor, as if editable.</p>
<p>Turns out, this was an &#8220;accessibility&#8221; issue.  To resolve, I did the following:</p>
<ul>
<li>Go into the Firefox &#8220;Options&#8221; menu</li>
<li>Click the &#8220;Advanced&#8221; button/tab</li>
<li>Un-check the &#8220;Always use the cursor keys to navigate within pages&#8221;</li>
</ul>
<p>That should do it &#8211; may need to restart Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2011/09/06/firefox-blinking-cursor-over-anyall-text-html-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Plugin &#8211; DataTables</title>
		<link>http://www.knebel.net/blog/2011/04/17/jquery-plugin-datatables/</link>
		<comments>http://www.knebel.net/blog/2011/04/17/jquery-plugin-datatables/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 17:59:03 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=212</guid>
		<description><![CDATA[DataTables is a great plugin for jQuery, which allows you to style, page, search and sort html tables from almost any source (remote, inline table, etc.). It also works with jQueryUI, so your styling can be quick using their ThemeRoller tools. Visit the DataTables site and make sure to look at their extensive examples list.]]></description>
			<content:encoded><![CDATA[<p>DataTables is a great plugin for jQuery, which allows you to style, page, search and sort html tables from almost any source (remote, inline table, etc.).</p>
<p>It also works with <a title="jQueryUI" href="http://jqueryui.com/" target="_blank">jQueryUI</a>, so your styling can be quick using their <a title="jQueryUI Themeroller" href="http://jqueryui.com/themeroller/" target="_blank">ThemeRoller</a> tools.</p>
<p><em>Visit the <a title="DataTables jQuery Plugin" href="http://www.datatables.net/" target="_blank">DataTables</a> site and make sure to look at their extensive <a title="DataTables Examples" href="http://www.datatables.net/examples/" target="_blank">examples</a> list.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2011/04/17/jquery-plugin-datatables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When MS Outlook won&#8217;t sort by sender, description or other</title>
		<link>http://www.knebel.net/blog/2010/12/14/when-ms-outlook-wont-sort-by-sender-description-or-other/</link>
		<comments>http://www.knebel.net/blog/2010/12/14/when-ms-outlook-wont-sort-by-sender-description-or-other/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 02:11:26 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=208</guid>
		<description><![CDATA[Over the past week or so, my Outlook suddenly would not let me sort my inbox by anything other than received date.  To say the least, it&#8217;s been a joy, especially since I couldn&#8217;t find a resolution on the web.  So, here&#8217;s how I fixed it (abridged): Create a new Outlook (pst) file Add that [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past week or so, my Outlook suddenly would not let me sort my inbox by anything other than received date.  To say the least, it&#8217;s been a joy, especially since I couldn&#8217;t find a resolution on the web.  So, here&#8217;s how I fixed it (abridged):</p>
<ul>
<li>Create a new Outlook (pst) file</li>
<li>Add that file to your Outlook client</li>
<li>Copy all of your emails within the inbox folder, to a new folder in the outlook/pst file created above (be prepared to wait!)</li>
<li>Close and re-open outlook</li>
<li>Copy those emails back to your original inbox</li>
</ul>
<p>There&#8217;s probably an easier way to handle this, but it worked for me, and preserved all of my subfolders with perfect usability!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2010/12/14/when-ms-outlook-wont-sort-by-sender-description-or-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: LogoSnap.com &#8211; Logo Creator</title>
		<link>http://www.knebel.net/blog/2010/07/16/review-logosnap-com-logo-creator/</link>
		<comments>http://www.knebel.net/blog/2010/07/16/review-logosnap-com-logo-creator/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 02:32:01 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Icons & Images]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=201</guid>
		<description><![CDATA[Just used LogoSnap to create a generic (but very applicable) logo. Results were great, and they even provide the .EPS version of the logo(s) you build. This site is a great way to build a quick logo, with your own ideas. Website: www.LogoSnap.com Cost: Free, but please donate!]]></description>
			<content:encoded><![CDATA[<p>Just used LogoSnap to create a generic (but very applicable) logo.<br />
Results were great, and they even provide the .EPS version of the logo(s) you build.</p>
<p>This site is a great way to build a quick logo, with your own ideas.</p>
<p>Website: <a title="Logo Snap" href="http://www.LogoSnap.com" target="_blank">www.LogoSnap.com</a><br />
Cost: Free, but please donate!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2010/07/16/review-logosnap-com-logo-creator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen Grab for Firefox</title>
		<link>http://www.knebel.net/blog/2010/04/03/screen-grab-for-firefox/</link>
		<comments>http://www.knebel.net/blog/2010/04/03/screen-grab-for-firefox/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 23:49:25 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Firefox Add-ons]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=197</guid>
		<description><![CDATA[Very cool utility to screen-capture a web page (even the entire page). Use it with Xsticky, and you have a great way to communicate changes between designers and customers. Learn More: Rock Your Firefox.]]></description>
			<content:encoded><![CDATA[<p>Very cool utility to screen-capture a web page (even the entire page).</p>
<p>Use it with <a title="Xsticky plugin for firefox" href="http://rockyourfirefox.com/2010/03/xsticky/" target="_blank">Xsticky</a>, and you have a great way to communicate changes between designers and customers.</p>
<p>Learn More: <a href="http://rockyourfirefox.com/">Rock Your Firefox</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2010/04/03/screen-grab-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xsticky Add-on for Firefox &#8211; sticky notes for any web page</title>
		<link>http://www.knebel.net/blog/2010/04/03/xsticky-add-on-for-firefox-sticky-notes-for-any-web-page/</link>
		<comments>http://www.knebel.net/blog/2010/04/03/xsticky-add-on-for-firefox-sticky-notes-for-any-web-page/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 22:40:53 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Firefox Add-ons]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=195</guid>
		<description><![CDATA[This is a neat add-on when you want to make sticky-notes on a page you&#8217;re visiting, then view the sticky note when you return to the page at a later time. Very useful for designers / programmers &#8211; you can make notes on a page while talking to your customer, or for any web-based business [...]]]></description>
			<content:encoded><![CDATA[<p>This is a neat add-on when you want to make sticky-notes on a page you&#8217;re visiting, then view the sticky note when you return to the page at a later time.</p>
<p>Very useful for designers / programmers &#8211; you can make notes on a page while talking to your customer, or for any web-based business tool, where you want notes about, say, a customer profile, but only available to you.</p>
<p>Learn More: <a href="http://rockyourfirefox.com/2010/03/xsticky/">Xsticky ❍ Rock Your Firefox</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2010/04/03/xsticky-add-on-for-firefox-sticky-notes-for-any-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Schemes &amp; Generators</title>
		<link>http://www.knebel.net/blog/2010/02/12/colour-lovers-color-schemes/</link>
		<comments>http://www.knebel.net/blog/2010/02/12/colour-lovers-color-schemes/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 06:14:59 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=190</guid>
		<description><![CDATA[Color schemes, themes and generators Colour Lovers]]></description>
			<content:encoded><![CDATA[<p>Color schemes, themes and generators</p>
<ul>
<li><a href="http://www.colourlovers.com/" target="_blank">Colour Lovers</a></li>
<li></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2010/02/12/colour-lovers-color-schemes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Useful Usability Findings / Guidelines &#8211; Smashing Mag</title>
		<link>http://www.knebel.net/blog/2010/02/12/10-useful-usability-findings-and-guidelines-smashing-magazine-stumbleupon/</link>
		<comments>http://www.knebel.net/blog/2010/02/12/10-useful-usability-findings-and-guidelines-smashing-magazine-stumbleupon/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 05:28:46 +0000</pubDate>
		<dc:creator>Michael Knebel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.knebel.net/blog/?p=186</guid>
		<description><![CDATA[Great set of design tips and user pattern / usability techniques for the web. 10 Useful Usability Findings and Guidelines &#8211; Smashing Magazine &#8211; StumbleUpon.]]></description>
			<content:encoded><![CDATA[<p>Great set of design tips and user pattern / usability techniques for the web.</p>
<p><a href="http://www.stumbleupon.com/su/2fGAFg/www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/">10 Useful Usability Findings and Guidelines &#8211; Smashing Magazine &#8211; StumbleUpon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knebel.net/blog/2010/02/12/10-useful-usability-findings-and-guidelines-smashing-magazine-stumbleupon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

