Download presentation
Presentation is loading. Please wait.
Published byJodie Rogers Modified over 9 years ago
1
Advanced Web Technologies By: Faraz Ahmed
2
Contents 0 Course Outline 0 Architectures 0 HTTP
3
Course definition[1] 0 This course would deal with the advanced techniques for constructing better, efficient and robust web apps. It would briefly touch upon the major concepts ranging from simple HTTP to advanced semantic web.
4
Stage 1 0 Introduction to Web applications and review of basic concepts: client-server architecture, three- and n-tier models, static versus dynamic pages, server- database connectivity 0 Client-side technologies: HTTP protocol, HTML and related (CSS, JavaScript, etc.) 0 Using formal methods in the development of Web applications 0 The Model-View-Controller (MVC) paradigm 0 Web Services using RESTful
5
Stage 2 0 Introduction: Semi-structured data. 0 XML: core concepts 0 DTDs, a simple schema language for XML documents 0 XPath, a navigation language for XML documents 0 XSLT, a transformation language for XML documents
6
Stage 3 0 Introduction to the Semantic Web 0 RDF and RDF-Schema 0 Basics of knowledge representation and informal introduction to OWL 0 Protégé
7
Client Server Architecture[2]
8
3-Tier Architecture[2]
9
Multi-tiered Architecture[2]
10
HTTP Application level protocol for distributed, collaborative collaborative, hypermedia information systems.
11
HTTP 0 Abbreviation for ? 0 A web crawler –user agent 0 Stateless protocol
12
Maintaining State 0 Sessions 0 Cookies 0 Passing data at each request-response cycle
13
Caching 0 What is caching? 0 What are the benefits?
14
Caching (cont.) 0 Preventing Cache 0 Cache-control to no-cache 0 Allowing Cache 0 No cache-control header 0 Private: only the client can cache it. 0 Public: every intermediate node or the client can cache it.
15
Caching (cont.) 0 Preventing Cache 0 Cache-control to no-cache 0 Allowing Cache 0 No cache-control header 0 Private: only the client can cache it. 0 Public: every intermediate node or the client can cache it.
16
AJAX
17
HTML 0 Hyper text markup language 0 What are markup languages 0 Together with HTTP, form the hypermedia
18
Dynamic HTML 0 Difference 0 What is CSS ? 0 What is javaScript? 0 Java applet, and ActiveX controls
19
XHTML 0 Browser Compatibility 0 Extensible 0 Trivial differences here [3]
20
References 1) “Course Outline- Advanced Web Technologies”, http://awt-szabist.wikispaces.com/Course+Outline, visited on 3rd Jan 2011“Networkinghttp://awt-szabist.wikispaces.com/Course+Outline 2) “3-Tier Client/Server Architecture”, http://en.kioskea.net/contents/cs/cs3tier.php3, visited on 3rd Jan 2011http://en.kioskea.net/contents/cs/cs3tier.php3 3) “What is XHTML”, http://www.utoronto.ca/web/HTMLdocs/NewHTML/xhtml.html, visited on 3 rd Jan 2011http://www.utoronto.ca/web/HTMLdocs/NewHTML/xhtml.html
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.