Web Design Tutorials ASP web site design tutorial |
ASP web site design tutorial |
 |
|
| |
 |
Learn how to display data from a Database.
Displaying data from a database is one of the most common uses of ASP.
Here's some sample code:...
|
Posted: Saturday, July 09, 2005
Author: .
Skill Level: Beginner
Rating:      |
| |
| |
 |
This tutorial will show you how to insert a row of data into a database using ASP and an MS Access database. You can do it on one ASP file, but we'll have two files: one processor page (proc.asp), and one form page (form.asp). Then, we'll make the MS Access database that corresponds to the ASP.
|
Posted: Saturday, December 03, 2005
Author: .
Skill Level: Intermediate
Rating:      |
| |
| |
 |
Although our ASP database tutorials all use MS Access connection strings, there are many sorts of database software out there for use with ASP. This tutorial will show you how to connect with them...
|
Posted: Friday, December 02, 2005
Author: .
Skill Level: Beginner
Rating:      |
| |
| |
 |
A hit counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to ASP and be able to give a write access to a directory...
|
Posted: Thursday, December 01, 2005
Author: .
Skill Level: Beginner
Rating:      |
| |
| |
 |
Setting and playing around with cookies is a fun and useful way to save data on a user's hard drive, and can successfully store valuable information which may be helpful the next time they come to the site. It's fairly simple to set up, and even easier to read...
|
Posted: Wednesday, November 09, 2005
Author: .
Skill Level: Beginner
Rating:      |
| |
| |
 |
This article will show you how to create a simple but powerful randomizer.
|
Posted: Sunday, November 06, 2005
Author: .
Skill Level: Beginner
Rating:      |
| |