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.
jsFiddle lets developers play with the three core elements of Web development. Check out this powerful application for rapid prototyping and testing. Every developer has been in the situation where ...