The following document is
This manuscript is an
This article explains how to
This tutorial shows how to
intended as a reference for
abridged version of a
design and program a
implement a catalog site
people in charge of Internet
chapter from the Wrox Press
multifunctional shopping
that is build with Active
Sites
who wish to add
book Beginning E-Commerce.
cart application using SQL
Server pages and SQL Server.
e-commerce shopping carts.
This is chapter 3 which
Server, ASP, and ODBC.
Along with the
It will try to categorize
looks at building the Object
Source code available for
implementation there is
and then compare different
Model,the careful design of
download.
source code and a discussion
Shopping Carts.
these object models are the
of the advantages and
key to building good
disadvantages of creating a
software.
catalog site that gets its
content from a database.
Included are pages for
displaying products,
creating a menu page,
category page, and running a
search across a database.
Date: Oct, 29 2002 Date: Jun, 20 2000 Date: Apr, 13 2001 Date: Jul, 17 2000 |
The tutorial and working Code
A code generator useful for
This shopping cart
How to build a simple
used to create a Shopping
sites with small number of
programming excersise is
shopping cart with UltraDev
Cart using ASP
items to sell. Just fill a
designed to help beginning
4 and some "Cut 'n
form with item name,
programmers with some common
Paste" ASP code. Part
description and price (url
programming concepts as
well
of the ongoing
is optional), and you will
as provide more experienced
get a complete script you
programmers information on
may paste to your site. Easy
ASP's powerful programming
to implement to meet your
environment and how to set
needs.
up global arrays for web
applications. The heart of
a shopping cart is: The
Session Object, Global
Variables and Constants, and
Two-dimensional Arrays.
Date: May, 27 2005 Date: Apr, 04 2002 Date: May, 17 2000 Date: Feb, 11 2002 |