<?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: Alternatives to CAPTCHA Image Verification</title>
	<atom:link href="http://www.fullondesign.co.uk/coding/php/513-alternatives-to-captcha-image-verification.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fullondesign.co.uk/coding/php/513-alternatives-to-captcha-image-verification.htm</link>
	<description>Design &#38; Web Technologies</description>
	<lastBuildDate>Sat, 31 Jul 2010 10:22:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kyle Duncan</title>
		<link>http://www.fullondesign.co.uk/coding/php/513-alternatives-to-captcha-image-verification.htm/comment-page-1#comment-1862</link>
		<dc:creator>Kyle Duncan</dc:creator>
		<pubDate>Wed, 22 Jul 2009 13:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=513#comment-1862</guid>
		<description>Hi, thanks for the great tips here firstly! i want to use the response timer solution which seems the best to me, but once i did in my form action (&quot;cgi-bin/enquiryform.pl&quot;) the form submits anyway and ignores the php. it works fine if i remove the action, though. is there any way i can make it work to stop the form action taking place if it&#039;s filled out too soon (i assume this is how it&#039;s meant to work and i&#039; just missing something!!)

thanks</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the great tips here firstly! i want to use the response timer solution which seems the best to me, but once i did in my form action (&#8220;cgi-bin/enquiryform.pl&#8221;) the form submits anyway and ignores the php. it works fine if i remove the action, though. is there any way i can make it work to stop the form action taking place if it&#8217;s filled out too soon (i assume this is how it&#8217;s meant to work and i&#8217; just missing something!!)</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abel Mohler</title>
		<link>http://www.fullondesign.co.uk/coding/php/513-alternatives-to-captcha-image-verification.htm/comment-page-1#comment-205</link>
		<dc:creator>Abel Mohler</dc:creator>
		<pubDate>Thu, 26 Mar 2009 02:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=513#comment-205</guid>
		<description>I use a combination of the &quot;Response Timer&quot; and the &quot;JavaScript extra&quot;.  Generate a timestamp on the server, put it into a cookie, but hashed with a secret salt, then place the timestamp into a hidden field via JavaScript.  When the form is submitted, re-hash the recorded timestamp, and if it matches the cookie, magic!  human!</description>
		<content:encoded><![CDATA[<p>I use a combination of the &#8220;Response Timer&#8221; and the &#8220;JavaScript extra&#8221;.  Generate a timestamp on the server, put it into a cookie, but hashed with a secret salt, then place the timestamp into a hidden field via JavaScript.  When the form is submitted, re-hash the recorded timestamp, and if it matches the cookie, magic!  human!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
