<?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: ColdFusion Alternative to Captcha?</title>
	<atom:link href="http://www.vintagecoding.com/blog/2008/07/19/alternative-to-captcha/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vintagecoding.com/blog/2008/07/19/alternative-to-captcha/</link>
	<description>Personal &#38; technical ramblings...</description>
	<lastBuildDate>Fri, 12 Mar 2010 01:51:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lu Sancea</title>
		<link>http://www.vintagecoding.com/blog/2008/07/19/alternative-to-captcha/comment-page-1/#comment-232</link>
		<dc:creator>Lu Sancea</dc:creator>
		<pubDate>Sun, 20 Jul 2008 21:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.vintagecoding.com/blog/?p=121#comment-232</guid>
		<description>Good, that makes me feel better.  I figured that it would be the quickest way to handle the bots...especially if you use captcha too.</description>
		<content:encoded><![CDATA[<p>Good, that makes me feel better.  I figured that it would be the quickest way to handle the bots&#8230;especially if you use captcha too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohanS</title>
		<link>http://www.vintagecoding.com/blog/2008/07/19/alternative-to-captcha/comment-page-1/#comment-230</link>
		<dc:creator>JohanS</dc:creator>
		<pubDate>Sun, 20 Jul 2008 20:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.vintagecoding.com/blog/?p=121#comment-230</guid>
		<description>I&#039;ve used a similar approach for a few years now and it works well for me. I create a &quot;random&quot; field name (a hidden input field) and value using a hash of the session ID and also use the same value to name the form. Once submitted I check for the random field exists and has the random value.

The other simpel thig I do is count how many links are in the message and if there are more and 2-5 say and add &quot;SPX&quot; to the form listing/email notification subject to flag potential spam - invariably the ones that make it past the random field.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used a similar approach for a few years now and it works well for me. I create a &#8220;random&#8221; field name (a hidden input field) and value using a hash of the session ID and also use the same value to name the form. Once submitted I check for the random field exists and has the random value.</p>
<p>The other simpel thig I do is count how many links are in the message and if there are more and 2-5 say and add &#8220;SPX&#8221; to the form listing/email notification subject to flag potential spam &#8211; invariably the ones that make it past the random field.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
