How To Validate Email Addresses in PHP

Author: , October 21st, 2012

How To Call Functions Within Classes Dynamically In PHP

Author: , January 19th, 2012

How To Validate Passwords Using jQuery

Author: , October 19th, 2011

The ability to validate BEFORE a form is submitted greatly reduces end-user frustration by telling the user immediately what the issue is. The jQuery Validation plugin does just that. Here is a link to the plugin’s home page: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ This is a simple recipe for doing custom password validation: In the html head

In […]