<?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</title>
	<atom:link href="http://aknosis.com/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>GitHub Gist Shortcode WordPress Plugin Update</title>
		<link>http://aknosis.com/2011/10/07/github-gist-shortcode-wordpress-plugin-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=github-gist-shortcode-wordpress-plugin-update</link>
		<comments>http://aknosis.com/2011/10/07/github-gist-shortcode-wordpress-plugin-update/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 20:15:00 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=534</guid>
		<description><![CDATA[If you use the GitHub Gist Shortcode WordPress plugin, which I do, to embed your gists in your blog you&#8217;ll want to update the code to the latests. I noticed the other day that all requests were getting permanently redirected from http to https. The fix is very minor. https://github.com/aknosis/wordpress-github-gist-shortcode-plugin/commit/badb63e2ac7ce1a5ff5141ac49a58d869c55a84d#github-gist-shortcode-plugin.php]]></description>
		<wfw:commentRss>http://aknosis.com/2011/10/07/github-gist-shortcode-wordpress-plugin-update/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: Random string in unix</title>
		<link>http://aknosis.com/2011/07/12/quicktip-random-string-in-unix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quicktip-random-string-in-unix</link>
		<comments>http://aknosis.com/2011/07/12/quicktip-random-string-in-unix/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 22:07:11 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[quicktips]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=496</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://aknosis.com/2011/07/12/quicktip-random-string-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</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>Fixes are coming&#8230;</title>
		<link>http://aknosis.com/2011/04/19/fixes-are-coming/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixes-are-coming</link>
		<comments>http://aknosis.com/2011/04/19/fixes-are-coming/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 21:30:38 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=385</guid>
		<description><![CDATA[New theme, new color scheme, etc. I&#8217;m going to try and work my way back and replace all of my inline javascript stuff with jsfiddle snippets. If you catch anything I miss feel free to let me know.]]></description>
		<wfw:commentRss>http://aknosis.com/2011/04/19/fixes-are-coming/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>
	</channel>
</rss>

