Database driven website (ASP*) examples  
  Stock history (live demonstration)  
This application reported on the recommendations of Jim Crammer on CNBC:
   
» There are tables for the base issue, the articles, article type, article categorization, and author information.
   
» The authors are relationally linked to the entity's Access contact table. This provides for reporting on authors multiple contributions to the magazine over its 30 year life.
   
The table information is also used for web reports:
   
» All the information is placed on the web using MS ASP or ASP.Net database driven web pages. This provides text for the search engines.
Accounting information (Simulation)
This page demonstrates how web page coding can produce any type of report an accounting package can produce . . PLUS a lot more.
   
  This web page combines October-to-date general ledger totals for a selected revenue account PLUS the prior year's total and the current year budget estimates.
   
The sample page also has a simple bar graph enabling a clear visual comparison of budget, current, and prior values.
   
  Other graph types, trend lines, and ratio analysis could be added.
   
Partial list of other database driven website's developed
Magazine :
» Articles, both text and pdf
» Cartoons, authors, categories
» Fully indexed
   
Conventions:
» Sessions, program and abstracts
» Audio and video, CD and download
» Speak details, vitas
 
Golf tournaments:
» Multilevel marketing
» Online simultaneous live events
 
Shopping carts:
» Book store
» Subscriptions
» Equipment
» Sporting goods
» Event registration
» Services
Contact us
top of page
What Is ASP?
ASP stands for Active Server Pages. It is basically a server-side scripting language designed for the Windows Platform, although it is available on Unix/Linux systems through new systems. Active Server Pages is based around VBScript, a variant of Visual Basic.