1 – Introduzione alle tecnologie web e alle prime applicazioni web
1 – Introduzione alle tecnologie web e alle prime applicazioni web
Obiettivo
- A brief introduction to the Web Technology
- The initial vision of the web: the static model
- URL
- HTTP
- HTML
- Cascading Stile Sheets (CSS)
- Common Gateway Interface (CGI)
- A Web Server: Tomcat
- Exercises
Teoria
- Brief History of the Web
- The Initial Vision of the Web: the Static Model (see also W3C Web Architecture - Architecture Principles)
- See also W3C Web Architecture - Protocols
- The Common Gateway Interface (CGI)
- A Web Server: Tomcat
- See also W3C Web Design and Applications - HTML & CSS
- The PDF files were prepared by Prof. Enrico Lodolo
Esercizi
- Exercise 1: Deploy the in Tomcat
- Exercise 2: Create a simple html page as shown
- Exercise 3: Exploit links and anchors as shown
- Exercise 4: Look at example with frames: in the file navigator.html the attribute target in an anchor specifies the frame where the new document will be opened
- Exercise 5: Look at example of CSS use
- Exercise 6: Look at
- See also the Apache documentation for the CGI support in Tomcat
example of CGI application