<?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>The Way Of Coding</title>
	<atom:link href="http://thewayofcoding.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 19:39:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Execute a console command in PHP revised</title>
		<link>http://thewayofcoding.com/2010/09/execute-a-console-command-in-php-revised/</link>
		<comments>http://thewayofcoding.com/2010/09/execute-a-console-command-in-php-revised/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 07:40:55 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[execute]]></category>
		<category><![CDATA[ob_get_contents]]></category>
		<category><![CDATA[passthru]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://thewayofcoding.com/?p=259</guid>
		<description><![CDATA[While it seems like there are multitude of different methods to execute commands in PHP, so far the code I will go over below is my preferred method. Using the passthru() function works nicely and includes the final return code of whatever was being executed, which is generally useful to me in error checking. In [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2010/09/execute-a-console-command-in-php-revised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Path.Combine() in PHP</title>
		<link>http://thewayofcoding.com/2010/09/net-path-combine-in-php/</link>
		<comments>http://thewayofcoding.com/2010/09/net-path-combine-in-php/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 20:05:50 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[combine]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://thewayofcoding.com/?p=257</guid>
		<description><![CDATA[I&#8217;m the type of person who prefers to do things in a way that I perceive as the proper or correct way. While this tends to make things take a bit longer to accomplish, I feel the result ends up being better overall. One such thing I noticed is that file and path handling in [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2010/09/net-path-combine-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lucid Ubuntu and GDAL Latest</title>
		<link>http://thewayofcoding.com/2010/08/lucid-ubuntu-and-gdal-latest/</link>
		<comments>http://thewayofcoding.com/2010/08/lucid-ubuntu-and-gdal-latest/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 07:30:38 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[gdal]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[latest]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://thewayofcoding.com/?p=254</guid>
		<description><![CDATA[I&#8217;m writing some software that relies on a feature of GDAL (Geospatial Data Abstraction Library) in a more recent version than the one Ubuntu Lucid currently has in their repository. As I write the software on my desktop, I found out pretty quickly that I was using an old version of one of the commands [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2010/08/lucid-ubuntu-and-gdal-latest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up Netbeans in Ubuntu Linux</title>
		<link>http://thewayofcoding.com/2010/08/speed-up-netbeans-in-ubuntu-linux/</link>
		<comments>http://thewayofcoding.com/2010/08/speed-up-netbeans-in-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 06:02:30 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netneans]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[up]]></category>

		<guid isPermaLink="false">http://thewayofcoding.com/?p=252</guid>
		<description><![CDATA[Java Netbeans is a pretty decent editor for PHP code. I use Linux Ubuntu now for my primary desktop computer, so it&#8217;s quite convenient and easy to get running. One issue is that in default configuration the program is a bit slow feeling. Doing a quick search I found this page: http://performance.netbeans.org/howto/jvmswitches/ Which describes a [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2010/08/speed-up-netbeans-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
