News

Of all the hats JavaScript can wear, its form-processing features are among the most sought and used. Learn how to use JavaScript for form processing, validation, and more.
HTML5 offers form field validation support built into the HTML form input tags that should greatly reduce the need for JavaScript validation code. In this post, I look at some examples of this.
Just a quick reminder to do some form of server side validation on the data entered, or, ask yourself what happens if someone bypasses the javascript validation.