7 Password Strength Scripts

Posted on

Today password strength is extremely important to keep your data secure. As web developers/designers we need a way to show our users the strength of their password. Below is a list that will allow you to add a Password Strength meter to your website. Password Strength Meter like Google – This script is built with no framework. It works based on a point value that as you use different variations of letters, numbers and symbols… Read more »


10 Auto Complete Ajax Scripts

Posted on

In 2005 when Google implemented Google Suggest, Ajax took off. Every web developer was trying to duplicate what Google accomplished. Its now 2008 and there are tons of ways to accomplish Google Suggest. Below is a list of 10 Auto Complete Scripts with various frameworks. The list below is in no particular order. jqac – Is jQuery plugin for autocomplete. jqac is very easy to implement and has a scrollable suggests list. It also allows… Read more »


10 Edit In-Place Ajax Scripts

Posted on

In an Era of Ajax and an increase use of Edit in place, I decided to put together a list of edit in place scripts. I hope this list will help you in your quest to make your web application or website more user friendly. This list is in no particular order. tEditable – In place editing for tables using the jQuery Framework. It works by allowing you to that edit cells in a table… Read more »