<?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 for var/log</title>
	<atom:link href="http://www.varslashlog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.varslashlog.com</link>
	<description>Yet another weblog</description>
	<lastBuildDate>Thu, 05 Nov 2009 12:01:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to stop spam without captcha or javascript by Vide</title>
		<link>http://www.varslashlog.com/2009/06/03/how-to-stop-spam-without-pictures-or-javascript/comment-page-1/#comment-2031</link>
		<dc:creator>Vide</dc:creator>
		<pubDate>Thu, 05 Nov 2009 12:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=169#comment-2031</guid>
		<description>I found 2 problems with your approach, even if I&#039;m a KISS fan:

1) it works (if used as the sole antispam method) only if very few people uses it and it doesn&#039;t enter the spammers radar. If for instance wordpress.com starts using your method, in 2 hours spammer would get their botnet updated and your blog flooded
2) it doesn&#039;t protect against pin-pointed attacks. Captchas are not used only in in blogs but a in a wider range of services. If yyou&#039;re running a site where captchas helps you against frauds, your method will be broken again in a few hours. Ok, in this last case you should implement an anti-bruteforce method in the backend as well and do not rely only on captchas.</description>
		<content:encoded><![CDATA[<p>I found 2 problems with your approach, even if I&#8217;m a KISS fan:</p>
<p>1) it works (if used as the sole antispam method) only if very few people uses it and it doesn&#8217;t enter the spammers radar. If for instance wordpress.com starts using your method, in 2 hours spammer would get their botnet updated and your blog flooded<br />
2) it doesn&#8217;t protect against pin-pointed attacks. Captchas are not used only in in blogs but a in a wider range of services. If yyou&#8217;re running a site where captchas helps you against frauds, your method will be broken again in a few hours. Ok, in this last case you should implement an anti-bruteforce method in the backend as well and do not rely only on captchas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop spam without captcha or javascript by binusida</title>
		<link>http://www.varslashlog.com/2009/06/03/how-to-stop-spam-without-pictures-or-javascript/comment-page-1/#comment-2030</link>
		<dc:creator>binusida</dc:creator>
		<pubDate>Thu, 05 Nov 2009 11:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=169#comment-2030</guid>
		<description>It is a great idea and so simple! Thanks for sharing ;)</description>
		<content:encoded><![CDATA[<p>It is a great idea and so simple! Thanks for sharing <img src='http://www.varslashlog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop spam without captcha or javascript by Jeff Z</title>
		<link>http://www.varslashlog.com/2009/06/03/how-to-stop-spam-without-pictures-or-javascript/comment-page-1/#comment-2023</link>
		<dc:creator>Jeff Z</dc:creator>
		<pubDate>Mon, 05 Oct 2009 16:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=169#comment-2023</guid>
		<description>Is this code placed in the header section of the page containing the email form? If not, where?</description>
		<content:encoded><![CDATA[<p>Is this code placed in the header section of the page containing the email form? If not, where?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop spam without captcha or javascript by Elwin</title>
		<link>http://www.varslashlog.com/2009/06/03/how-to-stop-spam-without-pictures-or-javascript/comment-page-1/#comment-2008</link>
		<dc:creator>Elwin</dc:creator>
		<pubDate>Thu, 24 Sep 2009 20:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=169#comment-2008</guid>
		<description>This is a great idea but be aware of a few caveats. For one, there are some programs such as Norton Internet Security that &quot;tinker&quot; with the headers and may cause issues.  Another is the use of translatiion sites such as translate.google.com which seem to blank certain header fields.  Although the majority of visitors to a site will be okay, it never hurts to keep these type of issues in mind.</description>
		<content:encoded><![CDATA[<p>This is a great idea but be aware of a few caveats. For one, there are some programs such as Norton Internet Security that &#8220;tinker&#8221; with the headers and may cause issues.  Another is the use of translatiion sites such as translate.google.com which seem to blank certain header fields.  Although the majority of visitors to a site will be okay, it never hurts to keep these type of issues in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Premature optimization is bad by George Garchagudashvili</title>
		<link>http://www.varslashlog.com/2008/11/01/premature-optimization-is-bad/comment-page-1/#comment-2007</link>
		<dc:creator>George Garchagudashvili</dc:creator>
		<pubDate>Wed, 23 Sep 2009 10:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=76#comment-2007</guid>
		<description>very interesting ;)</description>
		<content:encoded><![CDATA[<p>very interesting <img src='http://www.varslashlog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop spam without captcha or javascript by George Garchagudashvili</title>
		<link>http://www.varslashlog.com/2009/06/03/how-to-stop-spam-without-pictures-or-javascript/comment-page-1/#comment-2006</link>
		<dc:creator>George Garchagudashvili</dc:creator>
		<pubDate>Wed, 23 Sep 2009 09:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=169#comment-2006</guid>
		<description>very simple, and very useful.
you are great</description>
		<content:encoded><![CDATA[<p>very simple, and very useful.<br />
you are great</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Unicode/UTF-8 in PHP properly (part 1) by George Garchagudashvili</title>
		<link>http://www.varslashlog.com/2009/02/09/how-to-use-unicodeutf-8-in-php-properly-part-1/comment-page-1/#comment-2005</link>
		<dc:creator>George Garchagudashvili</dc:creator>
		<pubDate>Wed, 23 Sep 2009 09:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=119#comment-2005</guid>
		<description>Very helpful, thanks too much...</description>
		<content:encoded><![CDATA[<p>Very helpful, thanks too much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop spam without captcha or javascript by Domain Name Blogg</title>
		<link>http://www.varslashlog.com/2009/06/03/how-to-stop-spam-without-pictures-or-javascript/comment-page-1/#comment-1685</link>
		<dc:creator>Domain Name Blogg</dc:creator>
		<pubDate>Fri, 05 Jun 2009 01:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=169#comment-1685</guid>
		<description>[...] How to stop spam without pictures or javascript &#124; var/log [...]</description>
		<content:encoded><![CDATA[<p>[...] How to stop spam without pictures or javascript | var/log [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trac setup with subdomain in a plesk environment by AndrewBoldman</title>
		<link>http://www.varslashlog.com/2008/10/28/trac-setup-with-subdomain-in-a-plesk-environment/comment-page-1/#comment-1684</link>
		<dc:creator>AndrewBoldman</dc:creator>
		<pubDate>Fri, 05 Jun 2009 00:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=31#comment-1684</guid>
		<description>Hi, cool post. I have been wondering about this topic,so thanks for writing.</description>
		<content:encoded><![CDATA[<p>Hi, cool post. I have been wondering about this topic,so thanks for writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop spam without captcha or javascript by Brad</title>
		<link>http://www.varslashlog.com/2009/06/03/how-to-stop-spam-without-pictures-or-javascript/comment-page-1/#comment-1681</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 03 Jun 2009 19:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.varslashlog.com/?p=169#comment-1681</guid>
		<description>Show&#039;s some promise, I&#039;ll definitely have to try this out.  Thx for the tip.</description>
		<content:encoded><![CDATA[<p>Show&#8217;s some promise, I&#8217;ll definitely have to try this out.  Thx for the tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
