Password Strength Verification with jQuery
When creating a site with user accounts, you will need enough security to ensure that user passwords are strong and can’t be hacked easily. Factors like length, adding alphanumeric characters, unpredictability and complexity should be considered well. Jim Nielsen shares a jQuery and CSS3 tutorial on making a form that will give users live feedback [...]