<?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>Random Drake &#187; programming</title>
	<atom:link href="http://randomdrake.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://randomdrake.com</link>
	<description>David Drake Covers Programming, Technology and Turbulence in Life</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:15:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Disabling Empty Tab Completion in Bash to Prevent Delays</title>
		<link>http://randomdrake.com/2012/01/30/disabling-empty-tab-completion-in-bash-to-prevent-delays/</link>
		<comments>http://randomdrake.com/2012/01/30/disabling-empty-tab-completion-in-bash-to-prevent-delays/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 21:14:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://randomdrake.com/?p=583</guid>
		<description><![CDATA[While typing in a terminal, tab completion is a huge time saver. Being able to auto-complete file names or commands is very nice, especially if you can&#8217;t quite remember what it is. There are times, however, that this has become quite annoying for me as a developer. More than once a day when I really [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2012/01/30/disabling-empty-tab-completion-in-bash-to-prevent-delays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Elements with jQuery and Internet Explorer</title>
		<link>http://randomdrake.com/2011/10/13/creating-elements-with-jquery-and-internet-explorer/</link>
		<comments>http://randomdrake.com/2011/10/13/creating-elements-with-jquery-and-internet-explorer/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 14:43:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://randomdrake.com/?p=566</guid>
		<description><![CDATA[And if I had a gun, with two bullets, and I was in a room with Hitler, Bin Laden and Internet Explorer, I would shoot Internet Explorer twice. When creating HTML elements with jQuery, there is an elegant syntax that was introduced quite a few versions ago. $&#40;&#34;&#60;div/&#62;&#34;, &#123; id: 'someDiv', class: 'someClass', text: 'Some [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2011/10/13/creating-elements-with-jquery-and-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Joys of Merging Code</title>
		<link>http://randomdrake.com/2011/09/01/the-joys-of-merging-code/</link>
		<comments>http://randomdrake.com/2011/09/01/the-joys-of-merging-code/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 20:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://randomdrake.com/?p=556</guid>
		<description><![CDATA[I consider myself lucky to work at a place where we have someone working QA to ensure the code we&#8217;re pushing out isn&#8217;t going to blow up. When a development ticket has passed through QA, we get an email to let us know. Usually saving the task of merging code until the end of the [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2011/09/01/the-joys-of-merging-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>No, PHP Errors and Notices Do Not Need to be Encoded</title>
		<link>http://randomdrake.com/2011/08/18/no-php-errors-and-notices-do-not-need-to-be-encoded/</link>
		<comments>http://randomdrake.com/2011/08/18/no-php-errors-and-notices-do-not-need-to-be-encoded/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 18:38:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://randomdrake.com/?p=533</guid>
		<description><![CDATA[Programmers giving other programmers questionable advice is never a good thing. Because of this, I was sort of surprised when I finished reading a post from Neal Poole that hit the front page of Hacker News. Appearing on Hacker News as &#8220;Cross-Site Scripting? In PHP Notices? It&#8217;s more likely than you think,&#8221; his blog post [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2011/08/18/no-php-errors-and-notices-do-not-need-to-be-encoded/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework and the Zend_Db_Select::where() and ::orWhere() Problem</title>
		<link>http://randomdrake.com/2011/08/15/zend-framework-and-their-zend_db_selectwhere-and-orwhere-problem/</link>
		<comments>http://randomdrake.com/2011/08/15/zend-framework-and-their-zend_db_selectwhere-and-orwhere-problem/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 20:52:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://randomdrake.com/?p=487</guid>
		<description><![CDATA[To say that I dislike Zend Framework, would be an understatement. While it is powerful and capable of quite a bit, I find it to be a bit overkill for many (if not most) tasks and bloated in so many ways. But, I&#8217;m not a huge fan of frameworks to begin with. As programmers, we [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2011/08/15/zend-framework-and-their-zend_db_selectwhere-and-orwhere-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Developers Finally Deprecating ext/mysql in Favor of mysqli or PDO</title>
		<link>http://randomdrake.com/2011/08/02/php-developers-finally-deprecating-extmysql-in-favor-of-mysqli-or-pdo/</link>
		<comments>http://randomdrake.com/2011/08/02/php-developers-finally-deprecating-extmysql-in-favor-of-mysqli-or-pdo/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 13:55:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://randomdrake.com/?p=463</guid>
		<description><![CDATA[Perhaps it is because of the recent slew of high profile SQL injection attacks, or perhaps because it was just finally time to bite the bullet and make the switch. PHP internal emails have revealed that there is finally an official movement to deprecate the ext/mysql and mysql_* family of functions from PHP. For me, [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2011/08/02/php-developers-finally-deprecating-extmysql-in-favor-of-mysqli-or-pdo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Right Along</title>
		<link>http://randomdrake.com/2011/06/26/moving-right-along/</link>
		<comments>http://randomdrake.com/2011/06/26/moving-right-along/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 14:34:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[This Turbulent World]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://randomdrake.com/?p=447</guid>
		<description><![CDATA[Well, it was time for a change. This blog has transitioned to it&#8217;s new permanent location here at Random Drake. There are events in our lives which cannot be foretold and thus, we move on and on in an effort to keep up with the inevitable force that drives us known as: change. Moving the [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2011/06/26/moving-right-along/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Add Row Classes to Get Striped Tables With sorttable.js</title>
		<link>http://randomdrake.com/2010/06/15/how-to-add-row-classes-to-get-striped-tables-with-sorttable-js/</link>
		<comments>http://randomdrake.com/2010/06/15/how-to-add-row-classes-to-get-striped-tables-with-sorttable-js/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 06:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=424</guid>
		<description><![CDATA[If you&#8217;ve ever explored sorting tables, you might&#8217;ve come across a nice little library called sorttable. It&#8217;s functional, lightweight, and easy to add to just about any table. If you&#8217;ve got a table with alternating colors for the rows, this little library will mess that up for you. From the looks of the results in [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2010/06/15/how-to-add-row-classes-to-get-striped-tables-with-sorttable-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log File Location and PID File Location Settings for the PHP System_Daemon PEAR Class</title>
		<link>http://randomdrake.com/2010/05/23/log-file-location-and-pid-file-location-settings-for-the-php-system_daemon-pear-class/</link>
		<comments>http://randomdrake.com/2010/05/23/log-file-location-and-pid-file-location-settings-for-the-php-system_daemon-pear-class/#comments</comments>
		<pubDate>Mon, 24 May 2010 05:18:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=415</guid>
		<description><![CDATA[If you&#8217;re reading this blog post, then chances are, you&#8217;ve discovered the wonderful PEAR package called System_Daemon. This well-done package offers the ability to turn any PHP script into a daemon and does a good job of making sure there aren&#8217;t memory leaks or problems along the way. There&#8217;s a great demo of the package [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2010/05/23/log-file-location-and-pid-file-location-settings-for-the-php-system_daemon-pear-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating a Table of Contents from HTML in PHP with DOMDocument and No Regex</title>
		<link>http://randomdrake.com/2010/04/27/creating-a-table-of-contents-from-html-in-php-with-domdocument-and-no-regex/</link>
		<comments>http://randomdrake.com/2010/04/27/creating-a-table-of-contents-from-html-in-php-with-domdocument-and-no-regex/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:39:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=409</guid>
		<description><![CDATA[While hanging out in the Freenode ##php channel, a user came along asking how to create a table of contents from an HTML string by extracting the header elements. Many suggestions came through including using Regex or a jQuery solution. Using Regex to parse HTML in PHP is a bad idea and can get quite [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2010/04/27/creating-a-table-of-contents-from-html-in-php-with-domdocument-and-no-regex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 8.497 seconds -->

