﻿Password Strength Indicator with jQuery and XML (v01.00.00)
By: Bryian Tan
Email: bryian.tan at ysatech.com

Included in this sample application: 
* Sample code in Classic ASP
* Sample code in ASP.NET c# with and without MasterPage
* Sample code in HTML format
* Password policy xml file
* XSL Transformations file
* If you want to test the Classic ASP sample code, first deploy it to IIS Web Server.

01-12-2011 v01.01.00
    -Set the width of the text container to the width of the meter bar + 40 pixel
-Display missing lower case character correctly.
-Include the source code for the plug-in.

01-17-2011 v01.02.00
- Added useMultipleColors attribute to PasswordPolicy.xml file. 1=Yes, 0=No
- Added new logic in the plug-in to display background color in red if the strength is 
  betwen 0 and 33%. The background color will be blue if the strength is between 33% and 67%.
