1 / 9

IS 360 Course Introduction

IS 360 Course Introduction. What you will Learn (1). The role of Web servers and clients How to create HTML, XHTML, and HTML 5 pages suitable for rendering by a browser (user agent) How to format output using cascading style sheets (CSS 3)

Télécharger la présentation

IS 360 Course Introduction

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. IS 360Course Introduction

  2. What you will Learn (1) • The role of Web servers and clients • How to create HTML, XHTML, and HTML 5 pages suitable for rendering by a browser (user agent) • How to format output using cascading style sheets (CSS 3) • How to create JavaScript that runs in the context of a browser

  3. What you will Learn (2) • How to create a simple client / mobile application using Silverlight • How to create simple server-side applications that run in the context of the Web server (IIS) • ASP.NET

  4. The Web (Then) Client (Request) Server(Receive) Server(Send HTML) Client (Render HTML)

  5. The Web (Now 1) Client (Request Page) Web server(Discover browser) Client (Execute script and render) Web server(Render browserspecific page) Client (Submit transactional request)

  6. The Web (Now 2) Web server(Request database dataWeb Service request) (PHP, ASP.NET, JSP) Client (Submit transactional request) External Web service(Respond to SOAP) My blog Google Earth Facebook API(FBML) Database server(Send DataSet, XML, …)

  7. The Web (Now 3) Web server(Response and client-side script) Client (Render page and interact with user) Ajax) DOM Silverlight Next Round Trip Mobile toolkits

  8. And Client Web server Client (Submit transactional request) Web server(Discover browser) Client (Request Page) Authentication Authentication Ajax) DOM Web server(Render browserspecific page) Client (Execute script and render) Encryption External Web service(Respond to SOAP) Encryption My blog Next Round Trip State management(Cookies) Google Earth Facebook API(FBML) State management(Session, application) Client (Submit transactional request) Database server(Send DataSet, XML, …)

  9. IS 360 DISTILLED ResourcesXML Web Service Rest ServerPHP ASP.NET Boutique tech JSP Client XHTML HTML5 DOM JavaScriptSilverlgiht

More Related