90 likes | 176 Views
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)
E N D
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
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
The Web (Then) Client (Request) Server(Receive) Server(Send HTML) Client (Render HTML)
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)
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, …)
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
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, …)
IS 360 DISTILLED ResourcesXML Web Service Rest ServerPHP ASP.NET Boutique tech JSP Client XHTML HTML5 DOM JavaScriptSilverlgiht