<?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>Aknosis.com &#187; Programming</title>
	<atom:link href="http://www.aknosis.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aknosis.com</link>
	<description>Once you go Ak, you don&#039;t go back.</description>
	<lastBuildDate>Fri, 25 Jun 2010 04:22:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Retrieve D-Link Router WPA Password via Firebug</title>
		<link>http://www.aknosis.com/2010/03/19/retrieve-d-link-router-wpa-password-via-firebug/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2010/03/19/retrieve-d-link-router-wpa-password-via-firebug/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 05:39:35 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[d-link]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=333</guid>
		<description><![CDATA[Well I&#8217;ve done it a million times, I forget my WPA password and each time a new device comes along I have to change it for them all. Well no more! My router is D-Link DGL-4300. All you need to make this work is Firefox and Firebug. (Any javascript console should work) Travel over to [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2010/03/19/retrieve-d-link-router-wpa-password-via-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.4.2 Released</title>
		<link>http://www.aknosis.com/2010/02/19/jquery-1-4-2-released/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2010/02/19/jquery-1-4-2-released/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 04:29:31 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=330</guid>
		<description><![CDATA[Such quick turn around for the last two point releases are building my confidence in jQuery! I love to see the huge performance improvements, its almost becoming an issue to try and fit each release into our codebase at work. Love jQuery nonetheless&#8230; keep up the good work. Relase notes: http://blog.jquery.com/2010/02/19/jquery-142-released/ Quick Summary: New  Methods [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2010/02/19/jquery-1-4-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating MySQL Database Backups on the Command Line via mysqldump</title>
		<link>http://www.aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:54:30 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[shell scripting]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=278</guid>
		<description><![CDATA[Are you tired of manually running backups when you remember to? If you are running your own server, or have access to the shell and cron jobs this tip is for you! First off for a better understanding of mysqldump check out the MySQL reference manual. All mysqldump really does is output the necessary queries [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fun with jQuery &#8211; Checkboxes!!!</title>
		<link>http://www.aknosis.com/2009/10/17/fun-with-jquery-checkboxes/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/17/fun-with-jquery-checkboxes/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 05:43:15 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=215</guid>
		<description><![CDATA[Another day with jQuery, this time we are talking about checkboxes. Just like I stated in my previous post about select boxes, jQuery and checkbox integration, if you will, isn't cut and dry but damn near close. So how can jQuery assist with checkboxes? Lots of ways, here are a few examples to keep you [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/17/fun-with-jquery-checkboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More jQuery Fun &#8211; Auto Populating a Select Box</title>
		<link>http://www.aknosis.com/2009/10/15/more-jquery-fun-auto-populating-a-select-box/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/15/more-jquery-fun-auto-populating-a-select-box/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 06:10:28 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=185</guid>
		<description><![CDATA[Problem: You want to dynamically populate a select box and you don't know how. Solution: Easy, I will show you. First off, I lied there is no built in way in jQuery (why?, I don't know) to automatically populate a select box. But it actually is very easy. There are plenty of methods to accomplish [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/15/more-jquery-fun-auto-populating-a-select-box/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fun with jQuery &#8211; toggle() &#8211; Easy tips to visually enhance your website</title>
		<link>http://www.aknosis.com/2009/10/14/fun-with-jquery-toggle-easy-tips-to-visually-enhance-your-website/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/14/fun-with-jquery-toggle-easy-tips-to-visually-enhance-your-website/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 07:06:26 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=169</guid>
		<description><![CDATA[Here's a quick tip to add some cool effects with jQuery that require very little code to implement. In this example I'm going to so how use of the toggle function can make the simplest functionality and jazz it up. .toggle() In a nutshell, the toggle function will call the show() function if your element [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/14/fun-with-jquery-toggle-easy-tips-to-visually-enhance-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Website Peformance with a CDN (jQuery)</title>
		<link>http://www.aknosis.com/2009/10/02/optimizing-website-peformance-with-a-cdn-jquery/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/02/optimizing-website-peformance-with-a-cdn-jquery/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 05:11:17 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=144</guid>
		<description><![CDATA[If you want to increase load times for your site a good way is to serve your resources (js/images/css) from different hosts. Even better is to use a CDN (Content Delivery Network) that has edge locations, see Amazon's CloudFront,  that will serve those resources from hosts that are nearest to your viewers.  If it is logistcally [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/02/optimizing-website-peformance-with-a-cdn-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Plugin Syntax Highlter Evolved</title>
		<link>http://www.aknosis.com/2009/08/12/testing-plugin-syntax-highlter-evolved/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/08/12/testing-plugin-syntax-highlter-evolved/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 05:03:39 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/2009/08/12/testing-plugin-syntax-highlter-evolved/</guid>
		<description><![CDATA[Just a quick post to test the Syntax Highlighter Evolved plugin. &#60;?php $this = 'only a test'; //ignore me $shout = new shoutOut(); try { $shout-&#62;out(); } catch (Noise $n) { $shout-&#62;whisper(); }]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/08/12/testing-plugin-syntax-highlter-evolved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zero user interaction CAPTCHA &#8211; (lamecaptcha)</title>
		<link>http://www.aknosis.com/2009/04/17/zero-user-interaction-captcha/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/04/17/zero-user-interaction-captcha/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 04:42:54 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=78</guid>
		<description><![CDATA[This is not a new concept by far, however I want to share my fix for auto filling of forms on some of my sites.  The issue arises from people creating bots/scripts that are intended to auto populate forms on site and submit them with the assumption that data does go somewhere and hopefully someone [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/04/17/zero-user-interaction-captcha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Php: (strpos) Search for text in a string</title>
		<link>http://www.aknosis.com/2009/02/28/php-strpos-search-for-text-in-a-string/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/02/28/php-strpos-search-for-text-in-a-string/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 09:08:20 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=63</guid>
		<description><![CDATA[If you want to search for text inside a string but don't need fancyness of regex, here lies strpos. I see a lot of posts online about people confused how strpos works and how to use it for searching for text in a string properly. First thing to note is that strpos() returns the index [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/02/28/php-strpos-search-for-text-in-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
