<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: #15 So, do you think CAPTCHA is getting annoying?</title>
	<atom:link href="http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/</link>
	<description>The official blog of the News for Web Designer Podcast</description>
	<lastBuildDate>Sat, 28 Mar 2009 07:41:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jamaal</title>
		<link>http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/#comment-201</link>
		<dc:creator>Jamaal</dc:creator>
		<pubDate>Wed, 18 Mar 2009 06:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/#comment-201</guid>
		<description>I would like to add, that I am colorblind and I can&#039;t read half of the captchas that are displayed to me.  This is extremely frustrating on a work computer without speakers.</description>
		<content:encoded><![CDATA[<p>I would like to add, that I am colorblind and I can&#8217;t read half of the captchas that are displayed to me.  This is extremely frustrating on a work computer without speakers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamaal</title>
		<link>http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/#comment-200</link>
		<dc:creator>Jamaal</dc:creator>
		<pubDate>Wed, 18 Mar 2009 06:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/#comment-200</guid>
		<description>You can eliminate 99% of spambots simply by:
1. Create a javascript function that changes a hidden field using math.
2. Have the server side script verify the hidden field value.
3. If the value matches, then it works.

This technique wont be useful if your site is specifically targeted.  It will only prevent the random spambots that hit as many sites as possible.

The captcha should only be used if you are being targeted, or if you are a very popular site.  There is no need for a small site to annoy their users with a captcha.</description>
		<content:encoded><![CDATA[<p>You can eliminate 99% of spambots simply by:<br />
1. Create a javascript function that changes a hidden field using math.<br />
2. Have the server side script verify the hidden field value.<br />
3. If the value matches, then it works.</p>
<p>This technique wont be useful if your site is specifically targeted.  It will only prevent the random spambots that hit as many sites as possible.</p>
<p>The captcha should only be used if you are being targeted, or if you are a very popular site.  There is no need for a small site to annoy their users with a captcha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce C</title>
		<link>http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/#comment-198</link>
		<dc:creator>Bruce C</dc:creator>
		<pubDate>Fri, 23 Jan 2009 21:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/#comment-198</guid>
		<description>Hey Dan, you asked all good questions. I don&#039;t like the math equations, because spambots can also do math and better than people. Asking someone what 2+2 equals is not a smart move because spambots can also calculate. Most of web designers, I suppose, are just not computer programmers. So, I think CAPTCHA is better. What combination works best? How about numbers, uppercase letters, and lowercase letters, and at least one punctuation mark like S7e@9!q

Also, CAPTCHAs should be 7 characters long, which is not too annoying for people. 5 is just too easy for a spambot.</description>
		<content:encoded><![CDATA[<p>Hey Dan, you asked all good questions. I don&#8217;t like the math equations, because spambots can also do math and better than people. Asking someone what 2+2 equals is not a smart move because spambots can also calculate. Most of web designers, I suppose, are just not computer programmers. So, I think CAPTCHA is better. What combination works best? How about numbers, uppercase letters, and lowercase letters, and at least one punctuation mark like S7e@9!q</p>
<p>Also, CAPTCHAs should be 7 characters long, which is not too annoying for people. 5 is just too easy for a spambot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/#comment-196</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 14 Dec 2008 05:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://newsforwebdesigners.wordpress.com/2007/11/23/so-do-you-think-captcha-is-getting-annoying/#comment-196</guid>
		<description>Hey Bruce, first, I need to ask, was there a podcast MP3 file that goes with this post? I&#039;d be interested in hearing it but I don&#039;t see a link.

Second, I agree that CAPTCHA is a necessary evil, and one that as a podcaster and blogger I don&#039;t think is going to be replaced anytime soon. I have run forums and sites where I&#039;ve had to lock down comments because they get overrun with spambots. But I&#039;ve slowly integrated CAPTCHA systems into all of them in order to open them back up. Comments still have to go through spam filters and moderators, but I find less problems since doing this.

I would like to know what you think is the best combination for a CAPTCHA image. Also, do you think there is merit to those systems that use math or question and answers to provide that Human test versus reading an image?

Thanks,
Dan</description>
		<content:encoded><![CDATA[<p>Hey Bruce, first, I need to ask, was there a podcast MP3 file that goes with this post? I&#8217;d be interested in hearing it but I don&#8217;t see a link.</p>
<p>Second, I agree that CAPTCHA is a necessary evil, and one that as a podcaster and blogger I don&#8217;t think is going to be replaced anytime soon. I have run forums and sites where I&#8217;ve had to lock down comments because they get overrun with spambots. But I&#8217;ve slowly integrated CAPTCHA systems into all of them in order to open them back up. Comments still have to go through spam filters and moderators, but I find less problems since doing this.</p>
<p>I would like to know what you think is the best combination for a CAPTCHA image. Also, do you think there is merit to those systems that use math or question and answers to provide that Human test versus reading an image?</p>
<p>Thanks,<br />
Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
