<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>gabrieljones</title>
	<link>http://gabrieljones.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 28 Sep 2007 22:45:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>JavaScript Optimization for Page Load Performance</title>
		<link>http://gabrieljones.com/javascript-optimization-for-page-load-performance/</link>
		<comments>http://gabrieljones.com/javascript-optimization-for-page-load-performance/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 14:41:02 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[javascript]]></category>

		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/javascript-optimization-for-page-load-performance/</guid>
		<description><![CDATA[JavaScript is becoming more and more prevalent in today's web development. Following a set of standards and practice logical development will help with web page optimization and a better overall user experience. ]]></description>
		<wfw:commentRss>http://gabrieljones.com/javascript-optimization-for-page-load-performance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Perfect XHTML</title>
		<link>http://gabrieljones.com/the-perfect-xhtml/</link>
		<comments>http://gabrieljones.com/the-perfect-xhtml/#comments</comments>
		<pubDate>Wed, 23 May 2007 02:29:45 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[xhtml]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/?p=14</guid>
		<description><![CDATA[A recent project has forced me to take a closer look at how valid HTML code really is. Lets take a look at what it takes to write the perfect XHTML document.]]></description>
		<wfw:commentRss>http://gabrieljones.com/the-perfect-xhtml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a PHP Verification Image</title>
		<link>http://gabrieljones.com/creating-a-php-verification-image/</link>
		<comments>http://gabrieljones.com/creating-a-php-verification-image/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 02:26:14 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[open source]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/?p=13</guid>
		<description><![CDATA[The following article will show you how to create a temporary session image to slow spammer attacks.]]></description>
		<wfw:commentRss>http://gabrieljones.com/creating-a-php-verification-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting cURL to Work in XAMPP</title>
		<link>http://gabrieljones.com/getting-curl-to-work-in-xampp/</link>
		<comments>http://gabrieljones.com/getting-curl-to-work-in-xampp/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 02:24:31 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[open source]]></category>

		<category><![CDATA[curl]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/?p=12</guid>
		<description><![CDATA[A simple solution to getting curl to work properly in XAMPP, as it is installed just not 'activated'.]]></description>
		<wfw:commentRss>http://gabrieljones.com/getting-curl-to-work-in-xampp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Working With Regular Expressions in JavaScript</title>
		<link>http://gabrieljones.com/working-with-regular-expressions-in-javascript/</link>
		<comments>http://gabrieljones.com/working-with-regular-expressions-in-javascript/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 02:18:34 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[regexp]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/?p=11</guid>
		<description><![CDATA[The most common way to define a regexp pattern is to define a variable instance with a pattern you want to match, along with any modifiers you wish to use.]]></description>
		<wfw:commentRss>http://gabrieljones.com/working-with-regular-expressions-in-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Review: Garmin Nuvi 350</title>
		<link>http://gabrieljones.com/review-garmin-nuvi-350/</link>
		<comments>http://gabrieljones.com/review-garmin-nuvi-350/#comments</comments>
		<pubDate>Sat, 23 Sep 2006 02:14:01 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[navigation]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/?p=10</guid>
		<description><![CDATA[My personal review of the Garmin Nuvi 350. What an amazing tool!]]></description>
		<wfw:commentRss>http://gabrieljones.com/review-garmin-nuvi-350/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Get Ant Compiling in Eclipse</title>
		<link>http://gabrieljones.com/how-to-get-ant-compiling-in-eclipse/</link>
		<comments>http://gabrieljones.com/how-to-get-ant-compiling-in-eclipse/#comments</comments>
		<pubDate>Sat, 23 Sep 2006 02:10:31 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[eclipse]]></category>

		<category><![CDATA[ant]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/?p=9</guid>
		<description><![CDATA[A quick and dirty way to get ant to build in eclipse.]]></description>
		<wfw:commentRss>http://gabrieljones.com/how-to-get-ant-compiling-in-eclipse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JSON or XML</title>
		<link>http://gabrieljones.com/json-or-xml/</link>
		<comments>http://gabrieljones.com/json-or-xml/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 02:04:26 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[json]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/?p=8</guid>
		<description><![CDATA[XML is a markup most of can understand and have worked with. A new format has come to light in the name of JSON, JavaScript Object Notation. Lets take a look at these competing formats.]]></description>
		<wfw:commentRss>http://gabrieljones.com/json-or-xml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amazing 3D Flash Development</title>
		<link>http://gabrieljones.com/amazing-3d-flash-development/</link>
		<comments>http://gabrieljones.com/amazing-3d-flash-development/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 02:00:51 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/?p=7</guid>
		<description><![CDATA[Amazing 3D Flash development work. A must see.]]></description>
		<wfw:commentRss>http://gabrieljones.com/amazing-3d-flash-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gotuit: Internet Video On Demand</title>
		<link>http://gabrieljones.com/gotuit-internet-video-on-demand/</link>
		<comments>http://gabrieljones.com/gotuit-internet-video-on-demand/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 01:50:49 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
		
		<category><![CDATA[flash]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://gabrieljones.com/?p=6</guid>
		<description><![CDATA[After several months of architecture, design, and development, Gotuit has finally released to the public, its first version of an OnDemand Video Player for professional content.]]></description>
		<wfw:commentRss>http://gabrieljones.com/gotuit-internet-video-on-demand/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
