Library code snippets tagged with asp
-
Get the visitor's IP address
by James Crowley
How to get the visitors IP address from within your ASP script
-
Create an IIF statement in VBScript
by ElementK Journals
How to create a VBScript/ASP equivilant of the VB IIF statement
-
Determine whether a url exists
by ElementK Journals
How to determine whether files on a server exist using the ServerXMLHTTP object
-
Reuse ADO recordsets
by ElementK Journals
How to reuse ADO recordsets without destroying them first
-
Rename files using the FileSystemObject
by ElementK Journals
How to rename files using the FileSystemObject
-
Iterate Arrays with For Each
by ElementK Journals
How to iterate arrays with the For Each statement
-
Don't explicitly set the page language in ASP
by ElementK Journals
Why you shouldn't explicitly set the page language in ASP
-
Preventing Caching
by James Crowley
How to prevent your pages from being cached
-
Auto Form
by Santi Mondejar
Automatically generate a HTML form from an SQL query
-
To buffer or not to buffer
by ElementK Journals
The pros and cons of buffering pages!
-
Use Local Variables
by ElementK Journals
Why you should use local variables wherever possible!
-
Preventing Image Caching
by ElementK Journals
How to prevent image caching
-
Plan for debugging
by ElementK Journals
A few tips on planning in advance debugging in your ASP pages
-
Limit the HTTP request buffer
by ElementK Journals
How to limit the size of the HTTP request buffer
-
I, Robot
by ElementK Journals
How to create a robot information for 'web spiders' controlling what pages are indexed by search engines on your site
-
I, Robot II
by ElementK Journals
Another way to control spider indexing on your site
-
Force 'file download' for known file types
by ElementK Journals
Stop browsers automatically loading known file types into the browser window, forcing it to open the download dialog instead
-
Including files in ASP
by ElementK Journals
How to dynamically include files in ASP
-
Determining the logged-on user from ASP
by ElementK Journals
How to determine the current user when using the Basic or NT Challenge/Response security
-
Transactions in ASP
by ElementK Journals
How to use transactions in ASP