PAL Session 19 - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

PAL Session 19

Description:

Used for interacting with databases, returning form results etc. ... No deprecated tags font b i center HTML 4.01. XML. XHTML. See www.w3.org. The exam ... – PowerPoint PPT presentation

Number of Views:28
Avg rating:3.0/5.0
Slides: 8
Provided by: mattma7
Category:

less

Transcript and Presenter's Notes

Title: PAL Session 19


1
PAL Session 19
  • Session Overview
  • Coursework queries
  • JSP ASP a VERY brief overview
  • The exam

2
Overview of JSP ASP
  • JSP Java Server Pages
  • ASP Active Server Pages
  • Server-side scripting
  • Used for interacting with databases, returning
    form results etc.
  • Embedded in HTML
  • Files saved as .asp or .jsp

3
Exercise 1
  • Find pages that use JSP or ASP, e.g.
  • Amazon.co.uk
  • eBay
  • What do they do?
  • Can you find any odd examples?

4
A JSP example from Julias lecture
  • ltHTMLgt
  • ltHEADgt
  • ltTITLEgtLoop Ten Timeslt/TITLEgt
  • lt/HEADgt
  • ltBODYgt
  • lt // setup a for loop in Java, java style
    comment
  • for(int i0ilt10i) gt
  • lt!-- Here I am using HTML again --gt
  • i lt i gt
  • lt!-- This is the expression tag --gt
  • ltBRgt
  • lt gt
  • lt/BODYgt
  • lt/HTMLgt

5
An ASP example from Julias lecture
  • lthtmlgtltbodygt
  • lt
  • dim i
  • for i1 to 6
  • response.write("lth" i "gtHeader "
  • i "lt/h" i "gt")
  • next
  • gt
  • lt/bodygtlt/htmlgt

6
Web development standards
  • Use CSS
  • No deprecated tags
  • ltfontgt ltbgt ltigt ltcentergt
  • HTML 4.01
  • XML
  • XHTML
  • See www.w3.org

7
The exam
  • OMR
  • Dont use erasers! Ask for a new sheet if
    necessary
  • Mark with a DARK line
  • If you dont know, guess! You have a 1 in 4
    chance of getting it right!
  • I will go through more next week
  • Any Questions?
Write a Comment
User Comments (0)
About PowerShow.com