<?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: How to get rid of your CAPTCHA and still avoid spam</title>
	<atom:link href="http://blog.ramin-hossaini.com/2009/09/24/how-to-get-rid-of-your-captcha-and-still-avoid-spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ramin-hossaini.com/2009/09/24/how-to-get-rid-of-your-captcha-and-still-avoid-spam/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 14:49:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sholeh</title>
		<link>http://blog.ramin-hossaini.com/2009/09/24/how-to-get-rid-of-your-captcha-and-still-avoid-spam/comment-page-1/#comment-2070</link>
		<dc:creator>Sholeh</dc:creator>
		<pubDate>Mon, 28 Sep 2009 15:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=409#comment-2070</guid>
		<description>So...I implemented the plugin, started getting a few spam comments a day. :-P</description>
		<content:encoded><![CDATA[<p>So&#8230;I implemented the plugin, started getting a few spam comments a day. <img src='http://blog.ramin-hossaini.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramin Hossaini</title>
		<link>http://blog.ramin-hossaini.com/2009/09/24/how-to-get-rid-of-your-captcha-and-still-avoid-spam/comment-page-1/#comment-2052</link>
		<dc:creator>Ramin Hossaini</dc:creator>
		<pubDate>Fri, 25 Sep 2009 08:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=409#comment-2052</guid>
		<description>Borna,

I thought those logic-ones were cool too, but yeah, it would be slicker if it avoided the whole &quot;prove to me that you&#039;re human&quot;. 

Tell the pilg. team to get rid of it on the external site! ;)</description>
		<content:encoded><![CDATA[<p>Borna,</p>
<p>I thought those logic-ones were cool too, but yeah, it would be slicker if it avoided the whole &#8220;prove to me that you&#8217;re human&#8221;. </p>
<p>Tell the pilg. team to get rid of it on the external site! <img src='http://blog.ramin-hossaini.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Borna</title>
		<link>http://blog.ramin-hossaini.com/2009/09/24/how-to-get-rid-of-your-captcha-and-still-avoid-spam/comment-page-1/#comment-2051</link>
		<dc:creator>Borna</dc:creator>
		<pubDate>Fri, 25 Sep 2009 06:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=409#comment-2051</guid>
		<description>I saw one that had a pick the odd one out, eg &quot;one, two, sheep, three&quot; - although it obviously requires user interaction, which is what I guess you want to avoid?</description>
		<content:encoded><![CDATA[<p>I saw one that had a pick the odd one out, eg &#8220;one, two, sheep, three&#8221; &#8211; although it obviously requires user interaction, which is what I guess you want to avoid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramin Hossaini</title>
		<link>http://blog.ramin-hossaini.com/2009/09/24/how-to-get-rid-of-your-captcha-and-still-avoid-spam/comment-page-1/#comment-2049</link>
		<dc:creator>Ramin Hossaini</dc:creator>
		<pubDate>Thu, 24 Sep 2009 21:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=409#comment-2049</guid>
		<description>Thanks Nicky!

I agree - I&#039;m still trying to find a plug-in that generates random IDs for the hidden fields, if I dont find one I think I might code one up myself!</description>
		<content:encoded><![CDATA[<p>Thanks Nicky!</p>
<p>I agree &#8211; I&#8217;m still trying to find a plug-in that generates random IDs for the hidden fields, if I dont find one I think I might code one up myself!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicky</title>
		<link>http://blog.ramin-hossaini.com/2009/09/24/how-to-get-rid-of-your-captcha-and-still-avoid-spam/comment-page-1/#comment-2048</link>
		<dc:creator>Nicky</dc:creator>
		<pubDate>Thu, 24 Sep 2009 21:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=409#comment-2048</guid>
		<description>Ramin, 

I frequently use this, the Honey-Pot technique as I&#039;ve heard it called, and it really works extremely well. A few more tips:

- Don&#039;t name the input something that might get filled in by an auto-form-generator.
- If you&#039;re storing data, it may be helpful to store it no matter what and mark it as spam, so if the technique fails somehow, the data isn&#039;t lost.
- Setup a system so if an interval between submissions is greater than X a captcha appears; no reason for a bot to be hammering your servers

Also, http://xkcd.com/632 :)

-Nicky</description>
		<content:encoded><![CDATA[<p>Ramin, </p>
<p>I frequently use this, the Honey-Pot technique as I&#8217;ve heard it called, and it really works extremely well. A few more tips:</p>
<p>- Don&#8217;t name the input something that might get filled in by an auto-form-generator.<br />
- If you&#8217;re storing data, it may be helpful to store it no matter what and mark it as spam, so if the technique fails somehow, the data isn&#8217;t lost.<br />
- Setup a system so if an interval between submissions is greater than X a captcha appears; no reason for a bot to be hammering your servers</p>
<p>Also, <a href="http://xkcd.com/632" rel="nofollow">http://xkcd.com/632</a> <img src='http://blog.ramin-hossaini.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Nicky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sholeh</title>
		<link>http://blog.ramin-hossaini.com/2009/09/24/how-to-get-rid-of-your-captcha-and-still-avoid-spam/comment-page-1/#comment-2047</link>
		<dc:creator>Sholeh</dc:creator>
		<pubDate>Thu, 24 Sep 2009 20:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=409#comment-2047</guid>
		<description>Interesting...I am going to try it...</description>
		<content:encoded><![CDATA[<p>Interesting&#8230;I am going to try it&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

