Random password
7
Just a quick way to write out an alphabetical list. Useful for menu systems.
7
This code will show you how to encrypt user passwords with md5 algorithm and how to start using encrypted passwords if you already have users' database ready. The md5.asp you can download from my site http://www.webcheatsheet.com/asp/md5_encrypt_passwords.php
4
This was an update someone else's snippet...
VBScript is a graceful language and Windows Scripting Host cleans up after itself, so this is a compact version for simple usage - reducing code bloat is what small scripts are for.
Just my $.02...
VBScript is a graceful language and Windows Scripting Host cleans up after itself, so this is a compact version for simple usage - reducing code bloat is what small scripts are for.
Just my $.02...
-5
Convert a decimal symbol to a binary
-5
Displays the hex value for an HTML color given the decimal RGB values. Uses Internet Explorer to show the hex value in the color itself.
-2
A painfully simple method of viewing the contents of an ASP script via an ASP script.
-3
Converts Hex values to Decimal, useful for reading & converting values from the registry.
-6
If you're asking your users to submit a password of 6-12 characters, you want to make sure it is done properly and without any special characters which could compromise your system.
To do this, you would want to use regular expressions
To do this, you would want to use regular expressions
-5
Validating the email address
-7
Check if a user is logged in or not









