News

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.
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.
Tcomb, a validation library for Node.js and browsers, is being offered as a tool for domain-driven design and runtime checking for JavaScript. According to GitHub-based documentation, the tcomb ...
Here’s an interesting proof-of-concept that could be useful or hazardous depending on the situation in which you encounter it. [jklmnn] drew inspiration from the work of [Ange Albertini] who … ...
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.