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.
While validation, on the whole, can help you immensely, it is not always going to be 100% complete. This is why it’s important to familiarize yourself by coding with the validator as much as you ...