|
 |
ASP
ASP stands for Active Server Pages. ASP is a server side language meaning the code runs on the server when
the page is requested and the final result is sent to the browser. This allows for dynamic and personal content.
ASP can be programmed in JScript or Visual BASIC Script. It was originally made by
Microsoft (R) for their
IIS and Personal Web servers but has recently been ported to Java enabled Unix Servers like Apache.
 |
Name: |
ASP Database Tutorial |
| Author: |
Web-O-Gramming |
|
This awesome tutorial shows you how to use databases with Active Server Pages using ActiveX Data
Objects (ADO).
It taught you how to open up connections, create record sets, get, add, delete, and update records. |
 |
Name: |
SQL Tutorial |
| Author: |
Web-O-Gramming |
|
A SQL tutorial for people using Cold Fusion or ASP. Covers basic functionality such as
SELECT, DELETE, INSERT, LIKE, UPDATE, WHERE |
 |
Name: |
"Your Visits" Counter |
| Author: |
Web-O-Gramming |
|
This script counts how many times a user visits your site using a cookie. |
 |
Name: |
Query Strings 4 Idiots |
| Author: |
Web-O-Gramming |
|
Do not know what one is, or don't know how to use them, then read this article. |
 |
Name: |
Including Files |
| Author: |
Web-O-Gramming |
|
This article shows you how to include files which makes design easier and saves server space |
 |
Name: |
Applying XSL on the server side |
| Author: |
Web-O-Gramming |
|
This article describes how to use an ApplyXSL() function made by me to combine XML and XSL files so they can be viewed by browsers other than IE5. |
 |
Name: |
Setting Up a DSN |
| Author: |
Web-O-Gramming |
|
This tutorial shows you how to simplify database access by setting up a Data Source Name. |
|
|
|
|