<?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>..:: Digital Prophets ::.. &#187; Technology</title>
	<atom:link href="http://www.digitalprophets.com/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalprophets.com</link>
	<description>Technology, Music, and Life from Venice Beach</description>
	<lastBuildDate>Tue, 11 Aug 2009 00:42:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recursive Object Traversal in Javascript (like PHP&#8217;s print_r&#8230;)</title>
		<link>http://www.digitalprophets.com/technology/recursive-object-traversal-in-javascript-like-phps-print_r.html</link>
		<comments>http://www.digitalprophets.com/technology/recursive-object-traversal-in-javascript-like-phps-print_r.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 23:25:09 +0000</pubDate>
		<dc:creator>DProphet</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.digitalprophets.com/?p=113</guid>
		<description><![CDATA[I&#8217;ve been banging my head against the wall for the past few weeks trying to debug Javascript issues in Internet Explorer. (I can hear you cringing already&#8230;) At least, with the advent of IE8, there is now an official script debugger included in the new Developer Tools. Unfortunately, it is severely lacking when compared to the [...]]]></description>
		<wfw:commentRss>http://www.digitalprophets.com/technology/recursive-object-traversal-in-javascript-like-phps-print_r.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Error Logging Decorator for the MySQLi Object (eMySQLi.php)</title>
		<link>http://www.digitalprophets.com/technology/an-error-logging-decorator-for-the-mysqli-object-emysqliphp.html</link>
		<comments>http://www.digitalprophets.com/technology/an-error-logging-decorator-for-the-mysqli-object-emysqliphp.html#comments</comments>
		<pubDate>Sat, 18 Jul 2009 12:56:29 +0000</pubDate>
		<dc:creator>DProphet</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.digitalprophets.com/?p=29</guid>
		<description><![CDATA[Okay, the first question I can hear people asking is:  Why? Why another database wrapper or Decorator object? Aren&#8217;t there enough of them out there already? Well, frankly, yes&#8230;  but I had a ton of this in my code and no easy pre-packaged solution I could find to resolve it:
$sql = 'SELECT * FROM table';
if ( [...]]]></description>
		<wfw:commentRss>http://www.digitalprophets.com/technology/an-error-logging-decorator-for-the-mysqli-object-emysqliphp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recursive Directories Into Multi-dimensional Array</title>
		<link>http://www.digitalprophets.com/technology/recursive-directories-into-multi-dimensional-array.html</link>
		<comments>http://www.digitalprophets.com/technology/recursive-directories-into-multi-dimensional-array.html#comments</comments>
		<pubDate>Thu, 09 Apr 2009 07:51:32 +0000</pubDate>
		<dc:creator>DProphet</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.digitalprophets.com/?p=21</guid>
		<description><![CDATA[I was messing around the other day with creating a multi-dimensional array of file names from recursively searching a given file system path. I tried the RecursiveDirectoryIterator and the RecursiveIteratorIterator from the SPL. While they are both very useful and fairly simple to implement, I needed to keep the multi-dimensional nature of the file system [...]]]></description>
		<wfw:commentRss>http://www.digitalprophets.com/technology/recursive-directories-into-multi-dimensional-array.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change in CURLOPT_NOBODY option</title>
		<link>http://www.digitalprophets.com/technology/change-in-curlopt_nobody-option.html</link>
		<comments>http://www.digitalprophets.com/technology/change-in-curlopt_nobody-option.html#comments</comments>
		<pubDate>Thu, 26 Mar 2009 14:59:01 +0000</pubDate>
		<dc:creator>DProphet</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.digitalprophets.com/?p=16</guid>
		<description><![CDATA[Be careful when upgrading PHP, if you&#8217;re using cURL. Somewhere between PHP 5.2.6 and 5.2.9, the definition of the CURLOPT_NOBODY option was changed. After upgrading (under duress &#8212; but that&#8217;s a different story&#8230;), all my ecommerce scripts that handled posting customer data to our processing company were completely fuxored. My main ecommerce site was on [...]]]></description>
		<wfw:commentRss>http://www.digitalprophets.com/technology/change-in-curlopt_nobody-option.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with vi, vim and the paste command</title>
		<link>http://www.digitalprophets.com/technology/problems-with-vi-and-the-paste-command.html</link>
		<comments>http://www.digitalprophets.com/technology/problems-with-vi-and-the-paste-command.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 15:39:57 +0000</pubDate>
		<dc:creator>DProphet</dc:creator>
				<category><![CDATA[Bash Scripting]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.digitalprophets.com/?p=4</guid>
		<description><![CDATA[Have you ever tried to cut and paste text into vi or vim through a terminal, only to find the formatting completely screwed up? Yeah, me too&#8230;  I finally came across an answer to this pesky problem and it&#8217;s so simple, I&#8217;m surprised it wasn&#8217;t easier to find. The next time you want to paste [...]]]></description>
		<wfw:commentRss>http://www.digitalprophets.com/technology/problems-with-vi-and-the-paste-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick NIS passwd to LDAP script</title>
		<link>http://www.digitalprophets.com/technology/quick-nis-passwd-to-ldap-script.html</link>
		<comments>http://www.digitalprophets.com/technology/quick-nis-passwd-to-ldap-script.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:22:26 +0000</pubDate>
		<dc:creator>DProphet</dc:creator>
				<category><![CDATA[Bash Scripting]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.digitalprophets.com/?p=3</guid>
		<description><![CDATA[I found this awk script while browsing around on the web. I was looking for a simple way to migrate an NIS+ passwd file to LDAP config and this is what I found. Unfortunately, when I went to cut and paste it into a script on my server, I realized it had a bunch of [...]]]></description>
		<wfw:commentRss>http://www.digitalprophets.com/technology/quick-nis-passwd-to-ldap-script.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
