<?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://aknosis.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://aknosis.com</link>
	<description>Once you go Ak, you don&#039;t go back.</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:06:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta name="generator" content="deStyle 0.9.3" />
		<item>
		<title>Quicktip: Read from stdin in PHP</title>
		<link>http://aknosis.com/2012/01/18/quicktip-read-from-stdin-in-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quicktip-read-from-stdin-in-php</link>
		<comments>http://aknosis.com/2012/01/18/quicktip-read-from-stdin-in-php/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 00:06:36 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[stdin]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=545</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://aknosis.com/2012/01/18/quicktip-read-from-stdin-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quicktip: Add conditionals in a WHERE clause</title>
		<link>http://aknosis.com/2011/10/28/quicktip-add-conditionals-in-a-sql-where-clause/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quicktip-add-conditionals-in-a-sql-where-clause</link>
		<comments>http://aknosis.com/2011/10/28/quicktip-add-conditionals-in-a-sql-where-clause/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 21:57:24 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=539</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://aknosis.com/2011/10/28/quicktip-add-conditionals-in-a-sql-where-clause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quicktip: Simple File Based Cache Mechanism in PHP</title>
		<link>http://aknosis.com/2011/09/02/quicktip-simple-file-based-cache-mechanism-in-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quicktip-simple-file-based-cache-mechanism-in-php</link>
		<comments>http://aknosis.com/2011/09/02/quicktip-simple-file-based-cache-mechanism-in-php/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 17:32:16 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[caching]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=528</guid>
		<description><![CDATA[Simple, yet effective enough, this is all the code I used to create caching for a feed retrieval to speed up subsequent requests. Enjoy!]]></description>
		<wfw:commentRss>http://aknosis.com/2011/09/02/quicktip-simple-file-based-cache-mechanism-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using jQuery to rewrite relative urls to absolute urls &#8211; [revisited]</title>
		<link>http://aknosis.com/2011/07/17/using-jquery-to-rewrite-relative-urls-to-absolute-urls-revisited/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-jquery-to-rewrite-relative-urls-to-absolute-urls-revisited</link>
		<comments>http://aknosis.com/2011/07/17/using-jquery-to-rewrite-relative-urls-to-absolute-urls-revisited/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 07:38:03 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[selectors]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=508</guid>
		<description><![CDATA[After scanning my site stats and realizing that an old post about how to rewrite all the relative urls on a page with jQuery was one of my most visited, I decided to review the code and noticed it could be improved. My knowledge of JavaScript and jQuery has improved immensely since that previous post and this [...]]]></description>
		<wfw:commentRss>http://aknosis.com/2011/07/17/using-jquery-to-rewrite-relative-urls-to-absolute-urls-revisited/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Quicktip: Check if a class constant exists in PHP</title>
		<link>http://aknosis.com/2011/06/29/check-if-a-class-constant-exists-in-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=check-if-a-class-constant-exists-in-php</link>
		<comments>http://aknosis.com/2011/06/29/check-if-a-class-constant-exists-in-php/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 16:55:19 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[quicktips]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=487</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://aknosis.com/2011/06/29/check-if-a-class-constant-exists-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery Pluginifier &#8211; Plugin Instantiator &amp; Plugin Boilerplate</title>
		<link>http://aknosis.com/2011/05/11/jquery-pluginifier-jquery-plugin-instantiator-boilerplate/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-pluginifier-jquery-plugin-instantiator-boilerplate</link>
		<comments>http://aknosis.com/2011/05/11/jquery-pluginifier-jquery-plugin-instantiator-boilerplate/#comments</comments>
		<pubDate>Wed, 11 May 2011 13:01:58 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=398</guid>
		<description><![CDATA[After coming across a recent blog post on jQuery Plugin Boilerplate code it reminded me a few months back when I was looking at the best method for authoring plugins for use at work. After much googling and trial and error I finally came to grips with something and below is the end result.]]></description>
		<wfw:commentRss>http://aknosis.com/2011/05/11/jquery-pluginifier-jquery-plugin-instantiator-boilerplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want to be a jkweeree Ninja!</title>
		<link>http://aknosis.com/2010/11/06/i-want-to-be-a-jkweeree-ninja/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-want-to-be-a-jkweeree-ninja</link>
		<comments>http://aknosis.com/2010/11/06/i-want-to-be-a-jkweeree-ninja/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 23:27:35 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=377</guid>
		<description><![CDATA[Below is my entry for Adam Sontag&#8217;s contest to win a ticket to the 2010 jQuery Summit. It pretty much sums up as per the spec of the contest, I want to be a jQuery Ninja [while wearing a Devo Whip It hat in jQuery blue ].]]></description>
		<wfw:commentRss>http://aknosis.com/2010/11/06/i-want-to-be-a-jkweeree-ninja/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieve D-Link Router WPA Password via Firebug</title>
		<link>http://aknosis.com/2010/03/19/retrieve-d-link-router-wpa-password-via-firebug/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=retrieve-d-link-router-wpa-password-via-firebug</link>
		<comments>http://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://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://aknosis.com/2010/02/19/jquery-1-4-2-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-1-4-2-released</link>
		<comments>http://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[jQuery]]></category>
		<category><![CDATA[Programming]]></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://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://aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automating-mysql-database-backups-on-the-command-line-via-mysqldump</link>
		<comments>http://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://aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

