devxlogo

April 16, 2002

VC++ to Aim at Full ANSI/ISO Compliance?

Herb Sutter is a recognized expert on C++ software development. Author of more than 150 technical articles and of the widely acclaimed books Exceptional C++ and More Exceptional C++, he

Using Images for Table Borders

This method consists of creating empty rows and columns where an image will show through around a central cell that will contain the table’s content.To use an image as a

Encrypt Your Userid and Password

The result is a password script that won’t crumble as soon as the user views the page’s source. Here’s the code: Enter username: Enter password:

Prevent a Document from Getting Cached

Preventing the document from being cached ensures that a fresh copy of the document will always be retrieved from the site, even during the user’s current session, regardless of how

Page Redirection

There is no Response object method that will redirect/forward a page visitor to another page after a specified amount of time.To achieve this you can use following two methods:1) Using