1 / 20

Advanced Web Technologies

Advanced Web Technologies. By: Faraz Ahmed. Contents. Course Outline Architectures HTTP. Course definition[1].

Download Presentation

Advanced Web Technologies

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Advanced Web Technologies By: Faraz Ahmed

  2. Contents • Course Outline • Architectures • HTTP

  3. Course definition[1] • 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 • Introduction to Web applications and review of basic concepts: client-server architecture, three- and n-tier models, static versus dynamic pages, server-database connectivity • Client-side technologies: HTTP protocol, HTML and related (CSS, JavaScript, etc.) • Using formal methods in the development of Web applications • The Model-View-Controller (MVC) paradigm • Web Services using RESTful

  5. Stage 2 • Introduction: Semi-structured data. • XML: core concepts • DTDs, a simple schema language for XML documents • XPath, a navigation language for XML documents • XSLT, a transformation language for XML documents

  6. Stage 3 • Introduction to the Semantic Web • RDF and RDF-Schema • Basics of knowledge representation and informal introduction to OWL • 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, hypermediainformation systems.

  11. HTTP • Abbreviation for ? • A web crawler –user agent • Stateless protocol

  12. Maintaining State • Sessions • Cookies • Passing data at each request-response cycle

  13. Caching • What is caching? • What are the benefits?

  14. Caching (cont.) • Preventing Cache • Cache-control to no-cache • Allowing Cache • No cache-control header • Private: only the client can cache it. • Public: every intermediate node or the client can cache it.

  15. Caching (cont.) • Preventing Cache • Cache-control to no-cache • Allowing Cache • No cache-control header • Private: only the client can cache it. • Public: every intermediate node or the client can cache it.

  16. AJAX

  17. HTML • Hyper text markup language • What are markup languages • Together with HTTP, form the hypermedia

  18. Dynamic HTML • Difference • What is CSS ? • What is javaScript? • Java applet, and ActiveX controls

  19. XHTML • Browser Compatibility • Extensible • Trivial differences here [3]

  20. References • “Course Outline- Advanced Web Technologies”, http://awt-szabist.wikispaces.com/Course+Outline, visited on 3rd Jan 2011“Networking • “3-Tier Client/Server Architecture”, http://en.kioskea.net/contents/cs/cs3tier.php3, visited on 3rd Jan 2011 • “What is XHTML”, http://www.utoronto.ca/web/HTMLdocs/NewHTML/xhtml.html, visited on 3rd Jan 2011

More Related