Categories

Updated: 05/05/2000

What are Active Server Pages?

This is a short introductory tutorial on ASP. Explains what ASP is, and answers a few commonly asked questions.
Similar Scripts for "What are Active Server Pages?"

Making the Switch from ODBC to OLE DB

ODBC is great and all but for speed and reliability you should switch to OLE DB to power your database driven apps. This tutorial will show you how to do it two ways: in the global.asa and in any ASP page.

A Text-Based Search Engine

Have you wanted to allow your users to search through your website, checking for files that contain a particular string? Using the FileSystemObject, you can search through all of the files in a particular directory that contain a particular string. T...

A Banner Ad Rotator

This tutorial shows you step-by-step how to make a banner rotate include file for including in your ASP pages. All source code is available.

ASP and Databases

The ASP data access component is one of the most powerful features of ASP. With this component you are able to interface your database(s) directly with your webserver. Database access in ASP is, or can be, very complex. This online tutorial focuses o...

ASP Basics

New to ASP? This two page tutorial explains what ASP is and variables in ASP with a few sample codes.
©2003-2008 jCay.com