Writing a Simple Guestbook Application ASP / Scripts
This tutorial will show you writing a simple guestbook application including: Design Overview, Database Tables, Configuration File, Page Layout Templates, Guestbook Main Page, Data Submission Issues, Webmaster Administration Page.
Simple Shoutbox ASP / Scripts
This tutorial will show you how to make an easyest, known as shoutbox, and how to connect to access database, see data and write data over a form.
Shopping Cart Comparison ASP / Scripts
The following document is intended as a reference for people in charge of Internet Sites who wish to add e-commerce shopping carts.
Basically, I will try to categorize and then compare different Shopping Carts.
Create a Fully Functional, Multifeatured ASP Shopping Basket ASP / Scripts
This article uses the terms "shopping cart" and "shopping basket" interchangeably. Also, to define "shopping cart," I am referring to the aspect of the Web site that allows shoppers to enter products and modify them in their cart. This does not include the checkout process, which in many cases includes on-line credit-card verification and billing procedures.
Shopping cart programming excersise ASP / Scripts
This shopping cart programming excersise is designed to help beginning programmers with some common programming concepts as well as provide more experienced programmers information on ASP's powerful programming environment and how to set up global arrays for web applications.
Building E-Commerce sites ASP / Scripts
This manuscript is an abridged version of a chapter from the Wrox Press book Beginning E-Commerce.This is chapter 3 which looks at building the Object Model,the careful design of these object models are the key to building good software.
Creating a Category Site with ASP ASP / Scripts
In this article we will implement a catalog site that is build with Active Server pages and SQL Server. Along with the implementation there is source code and a discussion of the advantages and disadvantages of creating a catalog site that gets it's content from a database. Included are pages for displaying products, creating a menu page, category page, and running a search across a database.
Adding Discussion Forums ASP / Scripts
This tutorial will show you how to add discussion forums to your web-site. With support for an unlimited number of forums and messages and easy administration learn how you can add discussion forums to your site.
Loops within Loops: Coding an ASP-based Bulletin Board ASP / Scripts
This article provides an easy way to list nested forums. It does have some drawbacks, though. For starters, there is an upper-bound on the number of nested replies a message can have. In this example, the number is 12, although this is configurable. Furthermore, this approach is not the most efficient approach, and could be streamlined using stored procedures and fewer ADO objects within the code.
Creating a Click-Through Tracking System ASP / Scripts
How to create a database-driven click-through tracking system using ASP. Useful for monitoring click-throughs for banners, hyperlinks or file downloads.
ASP Chat Box ASP / Scripts
Asp Chat Box s a free and easy to use chat application can be used in a simple website. This version of AspChatBox can read and write only a single file. If you can work on thi script, you may write a custom script for you.
Simple ASP Chat ASP / Scripts
This tutorial will show you create a simple form where the user can type some text. Whatever the client types in this form has to be appended to a text file, this text file will then be displayed to the client.
Object-Oriented ASP Calendar ASP / Scripts
How to create calendar based applications quickly so you can focus on functionality rather than worry about what weekday the 1st of January falls on.
Chat Using ASP & XML ASP / Scripts
This article assumes that you are familiar with ASP, XML and HTML.
Using this chat system, we can chat how we conventionally chat, in public as well as private modes. Even though I've implemented most of the conventional features such as unique nick names, the reader is welcome to incorporate any other features they require.