Categories
ASPTips and Tutorials → Development

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Performance Metrics for the ASP Response Object

This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write statements, and Response.Write statements within a With block. Also examines the performance implications of each...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Beginner''s Guide to Effective use of Arrays in ASP

This step-by-step tutorial covers the basics from dynamic resizing of arrays, to useful array functions, to finding elements in an array and passing an array from page to page.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 dynam...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 v...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Implementing Dynamic Arrays of Objects

Using classes in ASP 3.0 we can create dynamic arrays of objects. This article presents a sample code showing how to implement a class of dynamic arrays of objects several layers deep.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Speed Up Rendering

This article shows you how to boost the performance of your ASP Web application by improving the speed at which your browser renders your resultant HTML.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using the Application Object to Improve Performance

This article discusses the usage of persistence with the Application object in detail. Explains when to use Persistence, advantanges and disadvantages of using Persistence, and what types of data exchanges are targets for optimization and the benefit...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com