|
Arrays in plain English
|
Other links at ASP > Tutorials > Development |
| 1. |
Displaying All of the Form Variables
|
|
|
This short tutorial describes a little function that is useful in debugging your ASP pages. This function, FormDataDump(), outputs all of the form variables being passed into a page. Various options for this function allow the developer to view the values in a debugger-style mode, or in a quiet-mode, in which case the form variable output is hidden from the end user.
|
| 2. |
Bullschmidt ASP Developer Tips
|
|
|
ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...
|
| 3. |
Dictionary object
|
|
|
This tutorial explains basics of the Dictionary object by using two examples: translation of a number from English to Spanish and password protection.
|
| 4. |
Creating Dynamic Cascading Style Sheets with ASP
|
|
|
This is a short tip on how to build dynamic cascading style sheets using an ASP page. Stylesheets are useful for separating the content and presentation of a Web page. While cascading style sheets are static text files, it shows how to generate dynamic style sheets using ASP.
|
| 5. |
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.
|
|
|