<?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"
	>
<channel>
	<title>Comments on: Simple Catchpa</title>
	<atom:link href="http://schinckel.net/2005/09/27/simple-catchpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2005/09/27/simple-catchpa/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Fri, 05 Sep 2008 16:14:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Mike</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-4705</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 27 Mar 2008 01:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-4705</guid>
		<description>Test</description>
		<content:encoded><![CDATA[<p>Test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wa</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-4030</link>
		<dc:creator>wa</dc:creator>
		<pubDate>Thu, 31 Jan 2008 14:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-4030</guid>
		<description>jklmjcc de</description>
		<content:encoded><![CDATA[<p>jklmjcc de</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-613</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Mon, 12 Dec 2005 10:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-613</guid>
		<description>Yeah, a Catchpa is a CAPTCHA :)  I guess I've never looked that closely at it...

I really like your idea of moderating comments that don't pass the Catchpa: however, I don't have the ability to do this on my host.

And, if you are getting lots of Spam Comments, you'll still need to go through the Moderation Queue at some stage.  Too many would make the process somewhat untenable.  Not that I get that many comments, let alone Spam ones...</description>
		<content:encoded><![CDATA[<p>Yeah, a Catchpa is a CAPTCHA <img src='http://schinckel.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I guess I&#8217;ve never looked that closely at it&#8230;</p>
<p>I really like your idea of moderating comments that don&#8217;t pass the Catchpa: however, I don&#8217;t have the ability to do this on my host.</p>
<p>And, if you are getting lots of Spam Comments, you&#8217;ll still need to go through the Moderation Queue at some stage.  Too many would make the process somewhat untenable.  Not that I get that many comments, let alone Spam ones&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Kindall</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-612</link>
		<dc:creator>Jerry Kindall</dc:creator>
		<pubDate>Fri, 09 Dec 2005 19:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-612</guid>
		<description>Is a "catchpa" anything like a CAPTCHA? ;)

I've considered a similar idea, but really, anything that requires JavaScript for submission would probably work just as well for the purpose of avoiding spam, as long as it's different enough from other sites' that spammers will have no incentive to develop a workarount. Have your form action point to a script that accepts the comment for moderation, and just have the onSubmit handler change the form action to point to a script that accepts the comment for publication.</description>
		<content:encoded><![CDATA[<p>Is a &#8220;catchpa&#8221; anything like a CAPTCHA? <img src='http://schinckel.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;ve considered a similar idea, but really, anything that requires JavaScript for submission would probably work just as well for the purpose of avoiding spam, as long as it&#8217;s different enough from other sites&#8217; that spammers will have no incentive to develop a workarount. Have your form action point to a script that accepts the comment for moderation, and just have the onSubmit handler change the form action to point to a script that accepts the comment for publication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-378</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Mon, 10 Oct 2005 13:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-378</guid>
		<description>I've reimplemented this, in a better method.

Please visit &lt;a href="http://schinckel.blogsome.com/" rel="nofollow"&gt;this post&lt;/a&gt; to see how to do this, using my new toolbox script.

Basically, you have the code:

&lt;code&gt;&#60;script type="text/javascript" src="http://schinckel.blogsome.com/images/toolbox.jpg"&#62;&lt;/code&gt;
&lt;code&gt;&#60;/script&#62;&lt;/code&gt;

In your &lt;code&gt;&#60;head&#62;&lt;/code&gt;, and 
&lt;code&gt;&#60;!--catchpa--&#62;&lt;/code&gt; where you want the catchpa to appear.  You can also have &lt;code&gt;&#60;!--preview--&#62;&lt;/code&gt; where you want the Preview button, and &lt;code&gt;&#60;!--livepreview--&#62;&lt;/code&gt; where you want the checkbox.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve reimplemented this, in a better method.</p>
<p>Please visit <a href="http://schinckel.blogsome.com/" rel="nofollow">this post</a> to see how to do this, using my new toolbox script.</p>
<p>Basically, you have the code:</p>
<p><code>&lt;script type="text/javascript" src="http://schinckel.blogsome.com/images/toolbox.jpg"&gt;</code><br />
<code>&lt;/script&gt;</code></p>
<p>In your <code>&lt;head&gt;</code>, and<br />
<code>&lt;!--catchpa--&gt;</code> where you want the catchpa to appear.  You can also have <code>&lt;!--preview--&gt;</code> where you want the Preview button, and <code>&lt;!--livepreview--&gt;</code> where you want the checkbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AbandonedHero</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-323</link>
		<dc:creator>AbandonedHero</dc:creator>
		<pubDate>Fri, 30 Sep 2005 23:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-323</guid>
		<description>Wow. You're amazing. I'm still having some trouble with the instant preview, though. Maybe it's something on my end...</description>
		<content:encoded><![CDATA[<p>Wow. You&#8217;re amazing. I&#8217;m still having some trouble with the instant preview, though. Maybe it&#8217;s something on my end&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Hero Lost</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-321</link>
		<dc:creator>A Hero Lost</dc:creator>
		<pubDate>Fri, 30 Sep 2005 20:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-321</guid>
		<description>&lt;strong&gt;Fall Break&lt;/strong&gt;

	Next week will be the best week of college. Before you start disagreeing, think of this. Three days of class, then four days off. That&#8217;s right. Fall break seems to come very early this year. To celebrate this wonderful occasion, I&#8217;m headed...</description>
		<content:encoded><![CDATA[<p><strong>Fall Break</strong></p>
<p>	Next week will be the best week of college. Before you start disagreeing, think of this. Three days of class, then four days off. That&#8217;s right. Fall break seems to come very early this year. To celebrate this wonderful occasion, I&#8217;m headed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-320</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 30 Sep 2005 14:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-320</guid>
		<description>This is very cool indeed. Good work :)</description>
		<content:encoded><![CDATA[<p>This is very cool indeed. Good work <img src='http://schinckel.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-314</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Wed, 28 Sep 2005 23:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-314</guid>
		<description>I think I did something that disabled the catchpa, I'm still working some bugs through it.</description>
		<content:encoded><![CDATA[<p>I think I did something that disabled the catchpa, I&#8217;m still working some bugs through it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Choate</title>
		<link>http://schinckel.net/2005/09/27/simple-catchpa/#comment-307</link>
		<dc:creator>Brad Choate</dc:creator>
		<pubDate>Wed, 28 Sep 2005 06:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/09/27/simple-catchpa/#comment-307</guid>
		<description>If you want to &lt;strong&gt;require&lt;/strong&gt; javascript to post a valid comment, then you should set the action of the form tag to post in such a way that it moderates or discounts the comment by default. Then, if the "captcha" is valid, change the action to post to the real comment script.</description>
		<content:encoded><![CDATA[<p>If you want to <strong>require</strong> javascript to post a valid comment, then you should set the action of the form tag to post in such a way that it moderates or discounts the comment by default. Then, if the &#8220;captcha&#8221; is valid, change the action to post to the real comment script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
