Oral Presentation CSCE 330 ASP - PowerPoint PPT Presentation

About This Presentation
Title:

Oral Presentation CSCE 330 ASP

Description:

Files created with ASP have the extension .ASP ... of HTML ,scripting such as VBScript and JavaScript, and components written in any language ... – PowerPoint PPT presentation

Number of Views:44
Avg rating:3.0/5.0
Slides: 12
Provided by: GEES4
Learn more at: https://www.cse.sc.edu
Category:

less

Transcript and Presenter's Notes

Title: Oral Presentation CSCE 330 ASP


1
Oral PresentationCSCE 330ASP
  • Tamiko Simmons
  • Sherita Gee
  • Robert Rhoden

2
Active Server Pages (ASP)History
  • ASP was created in 1996 originally known as
    Denali
  • Based on Microsofts Visual Basic Script
  • It was an easier way to create dynamic content on
    web pages

3
ASP Overview
  • Commonly used on e-commerce websites
  • Files created with ASP have the extension .ASP
  • An ASP file can contain any combination of HTML
    ,scripting such as VBScript and JavaScript, and
    components written in any language
  • ASP code is mixed with HTML tags

4
How it works
  • When a file is requested, the server interprets
    ASP code
  • Server then sends HTML file back to browser that
    made the request
  • The browser never sees ASP code

5
Language Features
  • Built for server-side processing, not client-side
    processing
  • Easy to code
  • Does not require any special editor/compiler

6
ASP Example
  • lt
  • str ltbrgtThe time is Time()
    ltbrgt
  • gt
  • ltHTMLgt
  • ltHEADgt
  • ltTITLEgtExamplelt/TITLEgt
  • lt/HEADgt
  • ltBODYgt
  • lt
  • Response.Write str
  • gt
  • lt/BODYgt
  • lt/HTMLgt

7
ASP Example Output
  • ltHTMLgt
  • ltHEADgt
  • ltTITLEgtExamplelt/TITLEgt
  • lt/HEADgt
  • ltBODYgt
  • ltbrgtThe time is 1200ltbrgt
  • lt/BODYgt
  • lt/HTMLgt

8
Comparisons
  • ASP does not support Object-Oriented Programming
  • It is more specialized, compared to other
    languages
  • The larger a web application, the more it needs
    true application programming traits, which ASP
    doesnt incorporate

9
References
  • http//jimparshall.net
  • E-Commerce and E-Business for Managers
    byDeitelDeitel

10
Questions?
11
THE END
Write a Comment
User Comments (0)
About PowerShow.com