ASP
ASP intro
ASP basics
ASP variables
ASP operators

Programming

Programming intro
Java

Markup

First webpage guide
HTML
XHTML

Style & Layout

CSS

Browser scripting

Javascript
VBScript
AJAX

Server scripting

PHP

Making money online

Make money online

Introduction to ASP

So you want to learn ASP? You may already know a markup language such as HTML or some scripting language such as as Javascript and you want to move onto something more interactive, or you may have heard about ASP and are curious about it, or one of many other reasons. Whatever your reason(s) may be, ASP is great to learn!

This lesson focuses on:

What you should already know

Before beginning your studies of ASP, you should already have at least a basic understanding of:

What is ASP?

ASP stands for Active Server Pages and it is a Microsoft technology.

ASP can be a little confusing to the beginner at first because of the concept behind it. ASP is NOT a language, but a technology. HTML, CSS, Javascript, VBScript -- these exist as separate languages, while ASP is a special technology that incorporates several scripting languages such as Javascript and VBScript into itself and allows for the use of them.

NOTE: ASP runs on the server-side. This means that a web server, not a web browser, executes the ASP code. So a web browser that displays the ASP files of a website does not necessarily have to support scripting as the server takes care of that part when it comes to ASP! Other server-side scripting languages include PERL and PHP. Learn more about the different type of computer languages at our computer languages lesson.

What ASP is not

As stated above, ASP is NOT a language, but a technology. Some people refer to it as a language, and when they do they usually mean a language that runs server-side VBScript code since VBScript is the default language used by ASP.

ASP file extensions

ASP documents have a file extension of .asp

What can be done with ASP?

There is alot you can do with ASP:

Practice

Online code editor
Practical examples
Practical exercises
Step-by-step tutorials

Reference

Terms glossary
Reference material

Rate this site

Rate this site
Visitor comments