<?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: How To Add Form Validation using jQuery in 2 Easy Steps</title> <atom:link href="http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/feed/" rel="self" type="application/rss+xml" /><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/</link> <description>This is the home of Addy Osmani (JavaScript &#38; UI Developer, Designer &#38; Author). Here you can find some great tips and tutorials on everything to do with web development and even a few useful code samples!</description> <lastBuildDate>Sun, 05 Feb 2012 21:46:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Hardik</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-7916</link> <dc:creator>Hardik</dc:creator> <pubDate>Thu, 12 May 2011 09:53:50 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-7916</guid> <description>how to add validation like you put in your site post a new comment form please provide tutorial and example of this validation using jquery </description> <content:encoded><![CDATA[<p>how to add validation like you put in your site post a new comment form please provide tutorial and example of this validation using jquery</p> ]]></content:encoded> </item> <item><title>By: Marc J</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-2932</link> <dc:creator>Marc J</dc:creator> <pubDate>Tue, 27 Jul 2010 06:40:09 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-2932</guid> <description>Another request for this to be updated for jQuery 1.4.2 from me! </description> <content:encoded><![CDATA[<p>Another request for this to be updated for jQuery 1.4.2 from me!</p> ]]></content:encoded> </item> <item><title>By: jqueryman</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-2793</link> <dc:creator>jqueryman</dc:creator> <pubDate>Wed, 07 Jul 2010 08:52:40 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-2793</guid> <description>Can this pack be used with the current jquery plugin, i.e. 1.4.2 ? </description> <content:encoded><![CDATA[<p>Can this pack be used with the current jquery plugin, i.e. 1.4.2 ?</p> ]]></content:encoded> </item> <item><title>By: Travis</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-2760</link> <dc:creator>Travis</dc:creator> <pubDate>Wed, 30 Jun 2010 22:02:32 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-2760</guid> <description>Sorry for commenting on old post -- What David was mentioning is that you cannot guarantee the get/post request came from your pages form, and can&#039;t be sure that they were even validated with your javascript.
If you completely rely on server-side scripting to validate your form, that&#039;s a serious potential security risk, as that can be bypassed easily. </description> <content:encoded><![CDATA[<p>Sorry for commenting on old post &#8212; What David was mentioning is that you cannot guarantee the get/post request came from your pages form, and can&#039;t be sure that they were even validated with your javascript.</p><p>If you completely rely on server-side scripting to validate your form, that&#039;s a serious potential security risk, as that can be bypassed easily.</p> ]]></content:encoded> </item> <item><title>By: BadGirl95</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-1002</link> <dc:creator>BadGirl95</dc:creator> <pubDate>Fri, 23 Oct 2009 13:27:54 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-1002</guid> <description>It was simply that he was not prepared to pre-empt the report which was about to be published. ,</description> <content:encoded><![CDATA[<p>It was simply that he was not prepared to pre-empt the report which was about to be published. ,</p> ]]></content:encoded> </item> <item><title>By: Addy</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-1001</link> <dc:creator>Addy</dc:creator> <pubDate>Fri, 02 Oct 2009 03:57:46 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-1001</guid> <description>Hi David,
I think that it&#039;s just as important to validate what your users enter on the client side as it is on the server side - if you can ensure that the login data being sent back to the server is (or is as close to) what&#039;s expected rule-wise then your server can simply get onto the task of adding the new user to the database as opposed to refusing the form back and forth until the user gets it right. Focusing on getting it right on the client side helps to remove a small amount of added communication made to the server (which is why I&#039;m a supporter of developing for both in mind) :)</description> <content:encoded><![CDATA[<p>Hi David,</p><p>I think that it&#039;s just as important to validate what your users enter on the client side as it is on the server side &#8211; if you can ensure that the login data being sent back to the server is (or is as close to) what&#039;s expected rule-wise then your server can simply get onto the task of adding the new user to the database as opposed to refusing the form back and forth until the user gets it right. Focusing on getting it right on the client side helps to remove a small amount of added communication made to the server (which is why I&#039;m a supporter of developing for both in mind) <img
src='http://addyosmani.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Addy</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-1000</link> <dc:creator>Addy</dc:creator> <pubDate>Fri, 02 Oct 2009 03:54:49 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-1000</guid> <description>Hi Tommy and thanks for the comment. The beauty of this method&#039;s Regex support is that you can define a set of Regular expression rules to accept any type of password you would like. For example, if you did want to define a password regex that the field had to validate against you could easily have it report back to the UI prompting the user to include some special characters otherwise their password won&#039;t be accepted :)</description> <content:encoded><![CDATA[<p>Hi Tommy and thanks for the comment. The beauty of this method&#039;s Regex support is that you can define a set of Regular expression rules to accept any type of password you would like. For example, if you did want to define a password regex that the field had to validate against you could easily have it report back to the UI prompting the user to include some special characters otherwise their password won&#039;t be accepted <img
src='http://addyosmani.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Tommy</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-86</link> <dc:creator>Tommy</dc:creator> <pubDate>Fri, 02 Oct 2009 03:47:42 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-86</guid> <description>I like this but surely you would want to allow some special characters for the password field! some users prefer to use special characters to strengthen their password!
Then you can trim the field or use escape string on the server side. </description> <content:encoded><![CDATA[<p>I like this but surely you would want to allow some special characters for the password field! some users prefer to use special characters to strengthen their password!</p><p>Then you can trim the field or use escape string on the server side.</p> ]]></content:encoded> </item> <item><title>By: How To Add Form Validation using jQuery in 2 Easy Steps &#8230; Scripts Rss</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-79</link> <dc:creator>How To Add Form Validation using jQuery in 2 Easy Steps &#8230; Scripts Rss</dc:creator> <pubDate>Wed, 30 Sep 2009 20:22:33 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-79</guid> <description>[...] here: How To Add Form Validation using jQuery in 2 Easy Steps &#8230;          By admin &#124; category: cgi script &#124; tags: browser-side, client, more-important, [...]</description> <content:encoded><![CDATA[<p>[...] here: How To Add Form Validation using jQuery in 2 Easy Steps &#8230;          By admin | category: cgi script | tags: browser-side, client, more-important, [...]</p> ]]></content:encoded> </item> <item><title>By: How To Add Form Validation using jQuery in 2 Easy Steps &#8230; Scripts Rss</title><link>http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/comment-page-1/#comment-998</link> <dc:creator>How To Add Form Validation using jQuery in 2 Easy Steps &#8230; Scripts Rss</dc:creator> <pubDate>Wed, 30 Sep 2009 20:22:33 +0000</pubDate> <guid
isPermaLink="false">http://addyosmani.com/blog/how-to-add-form-validation-using-jquery-in-2-easy-steps/#comment-998</guid> <description>[...] here: How To Add Form Validation using jQuery in 2 Easy Steps &#8230;          By admin &#124; category: cgi script &#124; tags: browser-side, client, more-important, [...]</description> <content:encoded><![CDATA[<p>[...] here: How To Add Form Validation using jQuery in 2 Easy Steps &#8230;          By admin | category: cgi script | tags: browser-side, client, more-important, [...]</p> ]]></content:encoded> </item> </channel> </rss>
