Apr 20
Creating a Dynamic Table-Based Gallery Using ASP and...
Create a gallery using VBScript which can dynamically expand by changing the number of images it contains.
Dec 18
Learn how to create and retrieve cookies
This is a very simple tutorial that will show you how to store and read back cookie values using ASP.
Oct 16
ASP SPLIT, REPLACE and JOIN String Functions
The various string functions can be used interchangeably often. We will write the same script using SPLIT, REPLACE and JOIN to demonstrate all 3 functions and how they often are used for similar tasks. However, your programming situations may be especially suited for 1 out of 3 of the functions.
Sep 26
How to Encrypt Passwords in the Database
If you are developing a password-protected web site, you have to make a decision about how to store user password information securely. This article 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.
Sep 11
Troubleshooting Active Server Pages (ASP) on Windows 2003
This article will help you to find answers to the problems some users have with ASP on Windows 2003.