<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: php: a simple way to fight SPAM on your contact form</title>
	<link>http://www.dynamixlabs.com/2008/03/26/php-a-simple-way-to-fight-spam-on-your-contact-form/</link>
	<description></description>
	<pubDate>Mon, 13 Oct 2008 01:03:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: DynamiXLabs</title>
		<link>http://www.dynamixlabs.com/2008/03/26/php-a-simple-way-to-fight-spam-on-your-contact-form/#comment-195</link>
		<dc:creator>DynamiXLabs</dc:creator>
		<pubDate>Fri, 28 Mar 2008 01:08:23 +0000</pubDate>
		<guid>http://www.dynamixlabs.com/2008/03/26/php-a-simple-way-to-fight-spam-on-your-contact-form/#comment-195</guid>
		<description>That's an excellent point, thanks for bringing it up. We might suggest that instead of placing the input field at the end of the form, it may be best to place it at the beginning, just before the first true input field. That way, when the visitor selects the first input field, they will have no "double-tabbing" while they proceed through the form, and they won't have to double-tab when moving from the input fields to the submission button. Again, thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>That&#8217;s an excellent point, thanks for bringing it up. We might suggest that instead of placing the input field at the end of the form, it may be best to place it at the beginning, just before the first true input field. That way, when the visitor selects the first input field, they will have no &#8220;double-tabbing&#8221; while they proceed through the form, and they won&#8217;t have to double-tab when moving from the input fields to the submission button. Again, thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.dynamixlabs.com/2008/03/26/php-a-simple-way-to-fight-spam-on-your-contact-form/#comment-192</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 27 Mar 2008 03:15:22 +0000</pubDate>
		<guid>http://www.dynamixlabs.com/2008/03/26/php-a-simple-way-to-fight-spam-on-your-contact-form/#comment-192</guid>
		<description>What about tab order?

If you are going to use this technique, you probably want to put this field at the very end of the form. Given the input field is not actually hidden, but is moved out of view, it is still a rendered object and would be part of the tab sequence as you move through your form. May not be a big deal to most, but certainly could be confusing or even troublesome to the well intentioned site visitor with special browser settings (such as the visually impaired).</description>
		<content:encoded><![CDATA[<p>What about tab order?</p>
<p>If you are going to use this technique, you probably want to put this field at the very end of the form. Given the input field is not actually hidden, but is moved out of view, it is still a rendered object and would be part of the tab sequence as you move through your form. May not be a big deal to most, but certainly could be confusing or even troublesome to the well intentioned site visitor with special browser settings (such as the visually impaired).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.dynamixlabs.com/2008/03/26/php-a-simple-way-to-fight-spam-on-your-contact-form/#comment-191</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 26 Mar 2008 19:05:58 +0000</pubDate>
		<guid>http://www.dynamixlabs.com/2008/03/26/php-a-simple-way-to-fight-spam-on-your-contact-form/#comment-191</guid>
		<description>I added this fix to my sites contact page. Hopefully it will eliminate my spam problem. 

Great article!</description>
		<content:encoded><![CDATA[<p>I added this fix to my sites contact page. Hopefully it will eliminate my spam problem. </p>
<p>Great article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
