<?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: Form.Check: Great Form Validation for MooTools</title>
	<atom:link href="http://ajaxian.com/archives/formcheck-great-form-validation-for-mootools/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/formcheck-great-form-validation-for-mootools</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: num</title>
		<link>http://ajaxian.com/archives/formcheck-great-form-validation-for-mootools/comment-page-1#comment-268382</link>
		<dc:creator>num</dc:creator>
		<pubDate>Fri, 24 Oct 2008 06:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4839#comment-268382</guid>
		<description>I started a similar jQuery plugin a while back called jVal:
&lt;a href=&quot;http://www.overset.com/2008/07/31/jval-jquery-form-field-validation-plugin/&quot; rel=&quot;nofollow&quot;&gt;http://www.overset.com/2008/07/31/jval-jquery-form-field-validation-plugin/&lt;/a&gt;

Has animated flyouts that look great and uses space efficiently.

That and it&#039;s easy as heck to plug in on-demand validation and key press validation on most input fields with simple attributes added to the markup.</description>
		<content:encoded><![CDATA[<p>I started a similar jQuery plugin a while back called jVal:<br />
<a href="http://www.overset.com/2008/07/31/jval-jquery-form-field-validation-plugin/" rel="nofollow">http://www.overset.com/2008/07/31/jval-jquery-form-field-validation-plugin/</a></p>
<p>Has animated flyouts that look great and uses space efficiently.</p>
<p>That and it&#8217;s easy as heck to plug in on-demand validation and key press validation on most input fields with simple attributes added to the markup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaffathecake</title>
		<link>http://ajaxian.com/archives/formcheck-great-form-validation-for-mootools/comment-page-1#comment-268353</link>
		<dc:creator>jaffathecake</dc:creator>
		<pubDate>Thu, 23 Oct 2008 12:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4839#comment-268353</guid>
		<description>In the middle of developing a form validation system myself so it&#039;s interesting to see how they did it.

The error messages are dumped at the end of the html document so they&#039;re pretty useless to screen readers. Also, the errors appear if you tab through the form, so you need to complete the form sequentially to get the full effect.

Interesting use of class names. Don&#039;t know how I feel about it, but certainly interesting.

Jake.</description>
		<content:encoded><![CDATA[<p>In the middle of developing a form validation system myself so it&#8217;s interesting to see how they did it.</p>
<p>The error messages are dumped at the end of the html document so they&#8217;re pretty useless to screen readers. Also, the errors appear if you tab through the form, so you need to complete the form sequentially to get the full effect.</p>
<p>Interesting use of class names. Don&#8217;t know how I feel about it, but certainly interesting.</p>
<p>Jake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://ajaxian.com/archives/formcheck-great-form-validation-for-mootools/comment-page-1#comment-268346</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 23 Oct 2008 08:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4839#comment-268346</guid>
		<description>this is going to save me a lot of time. thanks!</description>
		<content:encoded><![CDATA[<p>this is going to save me a lot of time. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nagaozen</title>
		<link>http://ajaxian.com/archives/formcheck-great-form-validation-for-mootools/comment-page-1#comment-268335</link>
		<dc:creator>nagaozen</dc:creator>
		<pubDate>Thu, 23 Oct 2008 03:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4839#comment-268335</guid>
		<description>Wow, as the creator of &lt;a href=&quot;http://zendold.lojcomm.com.br/fvalidator/&quot; rel=&quot;nofollow&quot;&gt;fValidator&lt;/a&gt; I&#039;m really happy that someone took what I thought it was a good plugin and extended it to make a marvelous one! This Form.Check is an amazing thing XD - CONGRATULATIONS!</description>
		<content:encoded><![CDATA[<p>Wow, as the creator of <a href="http://zendold.lojcomm.com.br/fvalidator/" rel="nofollow">fValidator</a> I&#8217;m really happy that someone took what I thought it was a good plugin and extended it to make a marvelous one! This Form.Check is an amazing thing XD &#8211; CONGRATULATIONS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cjohansen</title>
		<link>http://ajaxian.com/archives/formcheck-great-form-validation-for-mootools/comment-page-1#comment-268330</link>
		<dc:creator>cjohansen</dc:creator>
		<pubDate>Wed, 22 Oct 2008 21:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4839#comment-268330</guid>
		<description>I created a similar thing a little while back: http://www.validatious.org/

It&#039;s standalone, and provides validation through class names or a JavaScript DSL like API. Check it out!</description>
		<content:encoded><![CDATA[<p>I created a similar thing a little while back: <a href="http://www.validatious.org/" rel="nofollow">http://www.validatious.org/</a></p>
<p>It&#8217;s standalone, and provides validation through class names or a JavaScript DSL like API. Check it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevinle</title>
		<link>http://ajaxian.com/archives/formcheck-great-form-validation-for-mootools/comment-page-1#comment-268329</link>
		<dc:creator>kevinle</dc:creator>
		<pubDate>Wed, 22 Oct 2008 19:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4839#comment-268329</guid>
		<description>In the demo, and I realize it&#039;s just a demo, it forces users to enter at least 3 characters for a last name.  Had this been real and live, I would not be able to register.  I encountered many live sites in the past that have a three-letters minimum requirement, and I never knew how I could come up with a third letter.

Other than that, it&#039;s excellent.

Kevin Le</description>
		<content:encoded><![CDATA[<p>In the demo, and I realize it&#8217;s just a demo, it forces users to enter at least 3 characters for a last name.  Had this been real and live, I would not be able to register.  I encountered many live sites in the past that have a three-letters minimum requirement, and I never knew how I could come up with a third letter.</p>
<p>Other than that, it&#8217;s excellent.</p>
<p>Kevin Le</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidwalsh83</title>
		<link>http://ajaxian.com/archives/formcheck-great-form-validation-for-mootools/comment-page-1#comment-268324</link>
		<dc:creator>davidwalsh83</dc:creator>
		<pubDate>Wed, 22 Oct 2008 16:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4839#comment-268324</guid>
		<description>An outstanding plugin!  Very useful and practical.</description>
		<content:encoded><![CDATA[<p>An outstanding plugin!  Very useful and practical.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

