Best Tutorials website
Latest tutorials

Advertisment

Global.asa

Global.asa

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,...


Views: 618 | Rating star | by John
ASP - Miscellaneous

Color Safe Palette or Nested For Next Loops & Arrays

Color Safe Palette or Nested For Next Loops & Arrays

The browser can do a great many things, but it has a limit of 216 colors that can “safely” (without dithering or color washout)...


Views: 488 | Rating star | by Brad
ASP - Miscellaneous

Flash and ASP

Flash and ASP

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...


Views: 541 | Rating star | by Troy
ASP - Miscellaneous

ASP and log files

ASP and log files

Several methods to create hi-speed log files in ASP/VBS using Scripting.FileSystemObject and LogFile class of ScriptUtils. VBS Samples and...


Views: 519 | Rating star | by Nick
ASP - Miscellaneous

Create a PDF file with ASP and SQL

Create a PDF file with ASP and SQL

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!


Views: 547 | Rating star | by Colin
ASP - Miscellaneous

Caching Data in ASP

Caching Data in ASP

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...


Views: 523 | Rating star | by Jarry
ASP - Miscellaneous

ASP SPLIT, REPLACE and JOIN String Functions

ASP SPLIT, REPLACE and JOIN String Functions

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.


Views: 498 | Rating star | by Jason
ASP - Miscellaneous

How to Grab A HTML Page Within an ASP

How to Grab A HTML Page Within an ASP

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...


Views: 489 | Rating star | by Sean
ASP - Miscellaneous

Force Page To Not Load From Cache

Force Page To Not Load From Cache

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.


Views: 713 | Rating star | by Mathew
ASP - Miscellaneous