Specify Customized Pages to Handle Erroneous Page Requests
Take a few minutes to customize your Internet Information Server (IIS) site by specifying a page (other than the default) to handle erroneous page requests. The standard response page looks
Take a few minutes to customize your Internet Information Server (IIS) site by specifying a page (other than the default) to handle erroneous page requests. The standard response page looks
The EventObject class is the base class for transferring events in Java (see Tip “Understanding the Listener Pattern”). It provides these methods: public EventObject (Object source) // Constructor. The “source”
A bit of randomness can help keep your Web site from getting stale. You can use the JavaScript rand() function to display random text or a random image. function goRand()
There are two types of const data storage: true const and contractual const. const int cn = 5; // true const A contractual const variable is a non-const one, which
Chances are you’ll need the routines that you write in Visual InterDev 6 in other pages. Once you debug a subroutine, you can add it to the Visual InterDev 6
The major browsers speed up the loading of Web pages by storing a local copy of visited pages in what is called the cache. This works well for surfing the
If you use JavaScript rollover images on your Web pages, it’s a good idea to preload them in order to reduce lag time while the image downloads. Non-preloaded images won’t
To improve performance in your Active Server Pages, try to minimize the amount of server script present. From a design point of view, putting extensive code and business rules in
Often times you may have include files on your Web site that store textual information whose content varies, but that are shown in a layout that remains constant (for example,