Speeding Up ASP Page Execution
A few tips on increasing the execution speed of your asp programs.
View ArticleUsing Application variables, and introducing global.asa
ASP example codes to save thousands of unnecessary database queries using Application variables.
View ArticlePassing arrays from one page to another
Learn how to pass the values in an array from one page to another.
View ArticleMaximize Your ASP Performance
Article on how to refine your scripts and ASP features for maximum speed.
View ArticleSome Nifty Functions for Passing Variables Around
A set of useful functions for passing variables around via forms, querystrings, and/or cookies.
View ArticleStripping HTML Tags using Regular Expressions
Learn how to strip HTML tags using regular expressions.
View ArticleUsing the Application Object to Improve Performance
Discussion on using persistence with the Application object.
View ArticleSpeed Up Rendering
Explains how to boost the performance of your ASP application by speeding up browser rendering.
View ArticleImplementing Dynamic Arrays of Objects
Sample code showing how to implement a class of dynamic arrays of objects several layers deep.
View ArticleDisplaying All of the Form Variables
A little function that outputs all of the form variables being passed, useful for debugging.
View ArticleCreating Dynamic Cascading Style Sheets with ASP
Tip on how to build dynamic cascading style sheets using an ASP page.
View ArticleBeginner's Guide to Effective use of Arrays in ASP
Beginner's Guide to Effective use of Arrays in ASP.
View ArticlePerformance Metrics for the ASP Response Object
Article on three different ways to output content using Response.Write.
View ArticleDo...Loop / Select...Case Instructions
Tutorial on several Active Server Pages looping structures.
View ArticleIf...Then...Else / For...Next Instructions
A short tutorial on the If....Then...Else instructions in ASP.
View ArticleBullschmidt Dependent Listboxes
Dynamically show the results in a listbox based on what was chosen in another listbox.
View ArticleBuild a Drop Down menu using an ASP Recordset
4 steps on how to populate a HTML Select Menu (i.e. drop down menu) using a Classic ASP recordset
View ArticleSQL statements in ASP - beware the apostrophe
How to stop your SQL statements causing errors in ASP when using apostrophes in string values.
View Article