News

Vest is a new framework-agnostic form validation library that separates the validation logic from the feature logic while using a unit testing syntax style that is similar to Mocha and Jasmine.
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.
Overview of the Project This project is an interactive registration form with a JavaScript and Regular Expressions (RegExp) for real-time validation, the form offers user-friendly data entry made ...
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.