News

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.
Generally referred to as HTML5 Forms, the new tools enable browser-side form validation. It’s important to understand that HTML5 Forms are not meant as your sole means of validation. You still ...