|
ASP Quick Debug
|
Other links at ASP > Tutorials > Development |
| 1. |
Manipulation of strings
|
|
|
Self explaining sort scripts to show how to manipulate strings. InStr(), LCase(), Left(), Len(), LenB(), LTring(), Mid(), Replace(), Right(), RTrim(), Space (), String(), StrReverse(), Trim() and UCase() commands.
|
| 3. |
Some Nifty Functions for Passing Variables Around
|
|
|
Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies. Source code available for download. More free help at www.webforumz.com
|
| 4. |
Introduction to global.asa
|
|
|
A short tutorial showing the basic the basic structure of the global.asa file. Describes different objects: Application_OnStart, Application_OnEnd, Session_OnStart, Session_OnEnd. An active servers counter is used as an example.
|
| 5. |
Subroutines and Include/virtual
|
|
|
This tutorial explains the basic use of Subroutines and Include virtual using SSI that may be used in ASP pages to make your code cleaner.
|
|
|