<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.3" -->
<rss version="0.92">
<channel>
	<title>..:: Digital Prophets ::..</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Recursive Object Traversal in Javascript (like PHP&#8217;s print_r&#8230;)</title>
		<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>
		<link>http://www.digitalprophets.com/technology/recursive-object-traversal-in-javascript-like-phps-print_r.html</link>
			</item>
	<item>
		<title>An Error Logging Decorator for the MySQLi Object (eMySQLi.php)</title>
		<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>
		<link>http://www.digitalprophets.com/technology/an-error-logging-decorator-for-the-mysqli-object-emysqliphp.html</link>
			</item>
	<item>
		<title>Recursive Directories Into Multi-dimensional Array</title>
		<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>
		<link>http://www.digitalprophets.com/technology/recursive-directories-into-multi-dimensional-array.html</link>
			</item>
	<item>
		<title>Change in CURLOPT_NOBODY option</title>
		<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>
		<link>http://www.digitalprophets.com/technology/change-in-curlopt_nobody-option.html</link>
			</item>
	<item>
		<title>Problems with vi, vim and the paste command</title>
		<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>
		<link>http://www.digitalprophets.com/technology/problems-with-vi-and-the-paste-command.html</link>
			</item>
	<item>
		<title>Quick NIS passwd to LDAP script</title>
		<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>
		<link>http://www.digitalprophets.com/technology/quick-nis-passwd-to-ldap-script.html</link>
			</item>
	<item>
		<title>New Blog</title>
		<description><![CDATA[I&#8217;ve been wanting a place to put my ramblings for a while and, since I&#8217;m a programmer, I finally berated myself enough to install Wordpress. I guess it&#8217;s about time, since I&#8217;ve had this domain sitting here dormant for over ten years. (!!)
So, welcome&#8230;
]]></description>
		<link>http://www.digitalprophets.com/life/hello-world.html</link>
			</item>
</channel>
</rss>
