CoverYourASP --> About ASP

Free membership

Join in the fun! Sign in
Member Services

Site navigation
Download the entire site!
Search my articles
Free Magazines
Browse the directory

Send me feedback
Buy my boxer shorts

Recommend this page
Printer-friendly page

Resources I recommend
Link to my site
Advertising slashed!
About your privacy
Legal stuff
Site statistics
69 active users
3663 visitors today
3423 pages today
how is this done?
Tools I use

CoverYourASP
Copyright © 1999-2016 James Shaw.
All rights reserved.

ASP.NET Blog
RSS submissions
E-commerce

Now open source with SourceForge!

What is ASP?

ASP stands for Active Server Pages, and it's free! It's built into Windows 2000, and can easily be installed on Windows 95/98/NT.

ASP basically allows me to dynamically generate the HTML that your browser sees. Using server-side JavaScript I can write code that can display information from a database, and even based on your browser send out completely different HTML. Here's an example.

Maintainance of an ASP site is much simpler because of SSI (Server-Side Includes). This allows me to have a Header() function in one file that every page on the site includes. If I want to change the page header I just change that one file - try that with HTML!

As far as you or your browser is concerned it's a plain-jane HTML page. View the source HTML for this page and you'll see another advantage - although I'm looking at perfectly formatted and easy to read code, all you see is virtually unintelligible HTML with no spaces or comments.

This dramatically speeds up my pages too since I'm sending less data to your browser. When converting the site from FrontPage to ASP I saw some pages shrink from 40kb to 3kb, which translates to a speed improvement on a typical modem from 12 seconds to less than 1!

Recommended

Featured sponsor
My favorite resources


See my source code
wherever you see this icon...

You can also download the entire site source code for FREE!


I share my content

Supporting ASPRSS

Do you need a quick and easy way to link to my articles? All the information you need is published with ASPRSS...