Advertisment
Global.asa is the 'dark file of ASP' and many don't even know that it exits. The truth is that Global.asa can be a powerful tool,...
The browser can do a great many things, but it has a limit of 216 colors that can “safely” (without dithering or color washout) display....
The potential of 'Flash and ASP' has not yet been fully realized and there are not many articles or guides on the web to help you through...
Several methods to create hi-speed log files in ASP/VBS using Scripting.FileSystemObject and LogFile class of ScriptUtils. VBS Samples and...
This short tutorial will teach you how you can create a PDF file on the fly for free using ASP and a stored SQl Server procedure. Amazing!
Do you have a web page that takes a long time to generate? Do you have a SQL query that you want to cache the results? This tutorial will show how...
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.
There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out...
Sometimes you may want to make sure that users don't see an old page, you want it to load again and not from the cache when people view it.