Archive for the ‘Client Side Web Programming’ Category

Strong Password – a new free JavaScript tool

Tuesday, October 23rd, 2007

Strong Password - Screen ShotIn the same spirit in which Validator was released in this post, I am also releasing several other JavaScript tools. It has taken a little longer than I expected to prepare them for release. But I wanted to release the tools with good documentation, and several examples.

Strong Password has been in soft release since Validator, and now is being fully released.

It includes 4 separate examples on how to use and extend the Strong Password tool, including making visual graphs, custom text, and integrating with Form Validator to prevent users from using weak passwords on your site.

Strong Password is completely customizable so you can set anything you want including, what constitutes password strength, how strong each of the 4 settings are, and more. So check out Strong Password and see what it can do for your users.

Popularity: 100% [?]

Validator – Improved Samples

Monday, October 22nd, 2007

I’ve updated the samples provided with validator to clearly show the code used on the sample page, instead of making you view the source code. Hopefully it will be helpful to those who are looking to use a simple Form Validation tool.

Form Validator is a free JavaScript form validation tool that requires almost no knowledge of JavaScript, just simple HTML skills.

Popularity: 46% [?]