<?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 Developer Network</title>
	<atom:link href="http://thedevnet.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedevnet.com</link>
	<description>Tricks, Source Code, Classes and Snippets</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:39:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Get Google Page Rank of a Site</title>
		<link>http://thedevnet.com/php/snippets/get-google-page-rank-of-a-site/</link>
		<comments>http://thedevnet.com/php/snippets/get-google-page-rank-of-a-site/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:39:02 +0000</pubDate>
		<dc:creator>irbobo</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Pagerank]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=99</guid>
		<description><![CDATA[Find the Google pagerank of a given site.<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/snippets/get-google-page-rank-of-a-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Class</title>
		<link>http://thedevnet.com/php/classes/twitter-class/</link>
		<comments>http://thedevnet.com/php/classes/twitter-class/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:42:46 +0000</pubDate>
		<dc:creator>natster</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=222</guid>
		<description><![CDATA[PHP class that can allow you to manipulate the Twitter API. Empower your site via social networking.<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/classes/twitter-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Star Rating</title>
		<link>http://thedevnet.com/php/classes/ajax-star-rating/</link>
		<comments>http://thedevnet.com/php/classes/ajax-star-rating/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 06:06:20 +0000</pubDate>
		<dc:creator>irbobo</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Rating]]></category>
		<category><![CDATA[Requires MySQL]]></category>
		<category><![CDATA[Vote]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=77</guid>
		<description><![CDATA[Simple way to add an AJAX-ified star rating to your scripts. Now your users can vote on your content.<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/classes/ajax-star-rating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snoopy PHP Net Client</title>
		<link>http://thedevnet.com/php/classes/snoopy-php-net-client/</link>
		<comments>http://thedevnet.com/php/classes/snoopy-php-net-client/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 05:21:37 +0000</pubDate>
		<dc:creator>irbobo</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Web Fetch]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=109</guid>
		<description><![CDATA[A PHP class that pretends its a web browser to remotely fetch web content.<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/classes/snoopy-php-net-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trim Excess Whitespace</title>
		<link>http://thedevnet.com/php/snippets/trim-excess-whitespace/</link>
		<comments>http://thedevnet.com/php/snippets/trim-excess-whitespace/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:19:22 +0000</pubDate>
		<dc:creator>irbobo</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Strings]]></category>
		<category><![CDATA[Whitespace]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=105</guid>
		<description><![CDATA[This snippet trims excess whitespace from a string.<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/snippets/trim-excess-whitespace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple PHP Database Class</title>
		<link>http://thedevnet.com/php/classes/simple-php-database-class/</link>
		<comments>http://thedevnet.com/php/classes/simple-php-database-class/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 03:32:56 +0000</pubDate>
		<dc:creator>irbobo</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Requires MySQL]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=187</guid>
		<description><![CDATA[When I say simple PHP database class I don't mean weak. Developed for rapid application deployment.<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/classes/simple-php-database-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display an image or URL on a specific date</title>
		<link>http://thedevnet.com/php/snippets/display-an-image-or-url-on-a-specific-date/</link>
		<comments>http://thedevnet.com/php/snippets/display-an-image-or-url-on-a-specific-date/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 03:08:27 +0000</pubDate>
		<dc:creator>natster</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Delay]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Scheduling]]></category>
		<category><![CDATA[Task]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=366</guid>
		<description><![CDATA[This snippet demonstrates how to display an url or image on a specific date<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/snippets/display-an-image-or-url-on-a-specific-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple File Uploading With PHP</title>
		<link>http://thedevnet.com/php/classes/multiple-file-uploading-with-php/</link>
		<comments>http://thedevnet.com/php/classes/multiple-file-uploading-with-php/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 02:59:55 +0000</pubDate>
		<dc:creator>irbobo</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Progress Bars]]></category>
		<category><![CDATA[Uploads]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=263</guid>
		<description><![CDATA[Multiple file uploads with PHP using jQuery and Flash with progress bars. Great for mass uploads.<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/classes/multiple-file-uploading-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Image Captcha Spam Prevention</title>
		<link>http://thedevnet.com/php/classes/image-captcha-spam-prevention/</link>
		<comments>http://thedevnet.com/php/classes/image-captcha-spam-prevention/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 01:59:53 +0000</pubDate>
		<dc:creator>natster</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[Spam Prevention]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=201</guid>
		<description><![CDATA[An image captcha helps to prevent bot submissions in your form and also a way to verify if the user is human.<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/classes/image-captcha-spam-prevention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Size Limiter</title>
		<link>http://thedevnet.com/php/classes/image-size-limiter/</link>
		<comments>http://thedevnet.com/php/classes/image-size-limiter/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 00:06:58 +0000</pubDate>
		<dc:creator>natster</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=285</guid>
		<description><![CDATA[Use this PHP class to shrink an image down to a specific file size. Great when you just want the best image quality for a specific size.<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://thedevnet.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://thedevnet.com/php/classes/image-size-limiter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
