<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Build Your Own Captcha and Contact Form</title>
	<atom:link href="http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:51:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Moreen</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-134613</link>
		<dc:creator>David Moreen</dc:creator>
		<pubDate>Sat, 21 Nov 2009 18:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-134613</guid>
		<description>Even though this captcha does not seem to secure, I still believe that this is a wonderful starting point.</description>
		<content:encoded><![CDATA[<p>Even though this captcha does not seem to secure, I still believe that this is a wonderful starting point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: designfollow</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-122557</link>
		<dc:creator>designfollow</dc:creator>
		<pubDate>Fri, 23 Oct 2009 08:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-122557</guid>
		<description>thanks for this great  tutorial.</description>
		<content:encoded><![CDATA[<p>thanks for this great  tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex88</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-122054</link>
		<dc:creator>Alex88</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-122054</guid>
		<description>Let us treat the inner biomedical issues, not just the outer behavioral issues, and maybe these kids will simply act better. ,</description>
		<content:encoded><![CDATA[<p>Let us treat the inner biomedical issues, not just the outer behavioral issues, and maybe these kids will simply act better. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-118266</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Wed, 14 Oct 2009 10:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-118266</guid>
		<description>Where would I put 

// Send
mail(’mymail@example.com’, ‘My Subject’, $_POST[&#039;message&#039;]);
In this document?</description>
		<content:encoded><![CDATA[<p>Where would I put </p>
<p>// Send<br />
mail(’mymail@example.com’, ‘My Subject’, $_POST['message']);<br />
In this document?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pozycjonowanie Olsztyn</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-115255</link>
		<dc:creator>Pozycjonowanie Olsztyn</dc:creator>
		<pubDate>Sun, 04 Oct 2009 22:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-115255</guid>
		<description>Nice tut :)</description>
		<content:encoded><![CDATA[<p>Nice tut <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: เพชร</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-110274</link>
		<dc:creator>เพชร</dc:creator>
		<pubDate>Wed, 23 Sep 2009 00:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-110274</guid>
		<description>I prefer recaptcha anyway.</description>
		<content:encoded><![CDATA[<p>I prefer recaptcha anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris the Developer</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-103388</link>
		<dc:creator>Chris the Developer</dc:creator>
		<pubDate>Tue, 08 Sep 2009 06:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-103388</guid>
		<description>Another change to note is that:

$_SESSION[&#039;rand_code&#039;] = $string;
imagettftext ($image, 30, 0, 10, 40, $color, $dir.&quot;arial.ttf&quot;, $_SESSION[&#039;random_code&#039;]);

the session keys should probably match...</description>
		<content:encoded><![CDATA[<p>Another change to note is that:</p>
<p>$_SESSION['rand_code'] = $string;<br />
imagettftext ($image, 30, 0, 10, 40, $color, $dir.&#8221;arial.ttf&#8221;, $_SESSION['random_code']);</p>
<p>the session keys should probably match&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-97688</link>
		<dc:creator>san</dc:creator>
		<pubDate>Thu, 27 Aug 2009 07:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-97688</guid>
		<description>Nice tutorial dude. can i put a back ground image on that generated capcha ?</description>
		<content:encoded><![CDATA[<p>Nice tutorial dude. can i put a back ground image on that generated capcha ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-85698</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 19:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-85698</guid>
		<description>@Adam

Gosh me too, there has got to be a better way.</description>
		<content:encoded><![CDATA[<p>@Adam</p>
<p>Gosh me too, there has got to be a better way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://net.tutsplus.com/tutorials/php/build-your-own-captcha-and-contact-form/#comment-84477</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 28 Jul 2009 01:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5362#comment-84477</guid>
		<description>Nice Read and really a Good article.</description>
		<content:encoded><![CDATA[<p>Nice Read and really a Good article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.009 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 15:53:33 -->