<?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 &#187; GD</title>
	<atom:link href="http://thedevnet.com/tag/gd/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedevnet.com</link>
	<description>Tricks, Source Code, Classes and Snippets</description>
	<lastBuildDate>Wed, 08 Sep 2010 22:39:24 +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>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>Fri, 27 Aug 2010 15:21:05 +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>
		<item>
		<title>PHP Charts</title>
		<link>http://thedevnet.com/php/classes/php-charts/</link>
		<comments>http://thedevnet.com/php/classes/php-charts/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 13:27:19 +0000</pubDate>
		<dc:creator>natster</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Charts]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[Graphs]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=136</guid>
		<description><![CDATA[Use this class to generate charts or graphs for 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/php-charts/feed/</wfw:commentRss>
		<slash:comments>0</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>Thu, 19 Aug 2010 09:03:40 +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>Constrained Image Resize Min/Max Values</title>
		<link>http://thedevnet.com/php/snippets/constrained-image-resize-minmax-values/</link>
		<comments>http://thedevnet.com/php/snippets/constrained-image-resize-minmax-values/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 05:52:42 +0000</pubDate>
		<dc:creator>irbobo</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Resize]]></category>
		<category><![CDATA[Thumbnails]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=92</guid>
		<description><![CDATA[Resizes an image to a minimum or maximum width and/or height. Good for shrinking images to fit into a certain dimension.<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/constrained-image-resize-minmax-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zoom Crop Image</title>
		<link>http://thedevnet.com/php/snippets/zoom-crop-image/</link>
		<comments>http://thedevnet.com/php/snippets/zoom-crop-image/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 08:44:46 +0000</pubDate>
		<dc:creator>irbobo</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Crop]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Thumbnails]]></category>

		<guid isPermaLink="false">http://thedevnet.com/?p=79</guid>
		<description><![CDATA[Snippet that can create an irregular sized thumbnail from an irregular sized image automatically.<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/zoom-crop-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
