Hello , sign in?
Server time: Fri Jul 03 01:21:21 2009
see also my photo website - www.RobertBody.com


ASP (Active Server Pages) is a Microsoft OLE/ActiveX scripting environment, allowing scripts to run on server-side and be translated to HTML. Scripts are written in either
  • VBScript (subset of Visual Basic) or
  • JScript (Microsoft version of JavaScript)

My ASP Notes
(1) Hello World - as simple as it gets
(2) show all ServerVariables
(3) State Capitals Quiz - guess the state or Capital
(4) Smart Menubar
- each ASP page here calls nav.asp, gets its Menubar entry highlighted (server side) from a static array, following a CSS layout in nav.css => 1 place to change the Menubar, same look on each page

(5) cookie - code: cookie.asp
  • stores a cookie with user's choices
  • includes a dynamic radio-button setup (one place to change)

(6) Colors - source code: colors.asp
- change colors for text, backgrounds...
- eg. blue or #efefef

(7) Database - Favorite Movies
- view all, add new movie
- source code:
(8) Database - Users
- view all, add new user (you)
- source code:
(9) Database - Shopping Cart
- add to shopping cart, price updates
- source code:

You are visitor # since Oct 15, 2003
Last Updated: Sun, October 26, 2003 21:03