Creating HTML5 Applications With jQuery

29
Creating HTML5 Applications With jQuery

Transcript of Creating HTML5 Applications With jQuery

Page 1: Creating HTML5 Applications With jQuery

Creating HTML5 Applications With jQuery

Page 2: Creating HTML5 Applications With jQuery

First Half Second Half

(01) What’s New in ASP.NET 4.5 (60 mins) ** MEAL BREAK **

(02) Building and Deploying Websites

with ASP.NET MVC 4 (60 mins)

(06) Building and Leveraging Social

Services in ASP.NET (30 mins)

(03) Creating HTML5 Applications with

jQuery (60 mins)

(07) Building for the Mobile Web (60

mins)

(04) Building a Service Layer with

ASP.NET Web API (30 mins)

(08) Real-time Communications with

SignalR (45 mins)

(05) Leveraging your ASP.NET

Development Skills to Build Office

Apps (15 mins)

(09) Taking advantage of Windows Azure

services (30 mins)

Page 3: Creating HTML5 Applications With jQuery
Page 4: Creating HTML5 Applications With jQuery

HTML5

Page 5: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 6: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 7: Creating HTML5 Applications With jQuery
Page 8: Creating HTML5 Applications With jQuery

Microsoft /web ®

Once upon a time, HTML Tables were the most advanced thing there was.

Page 9: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 10: Creating HTML5 Applications With jQuery

Microsoft /web ®

Web page title

http://www.url.com

<html> <body> </body> </html>

Page 11: Creating HTML5 Applications With jQuery

Microsoft /web ®

Web page title

http://www.url.com

Page 12: Creating HTML5 Applications With jQuery

Microsoft /web ®

<header>

<hgroup>

<nav>

<aside>

<footer>

<article>

<section>

<figure>

<figcaption>

<video>

<audio>

Page 13: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 14: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 15: Creating HTML5 Applications With jQuery

Microsoft /web ®

src

autoplay

controls

preload

loop

Page 16: Creating HTML5 Applications With jQuery

Microsoft /web ®

source

Page 17: Creating HTML5 Applications With jQuery

Microsoft /web ®

src

autoplay

controls

preload

Page 18: Creating HTML5 Applications With jQuery
Page 19: Creating HTML5 Applications With jQuery

JavaScript & jQuery

Page 20: Creating HTML5 Applications With jQuery

Microsoft /web ®

http://trends.builtwith.com/javascript/jQuery

Page 21: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 22: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 23: Creating HTML5 Applications With jQuery

Microsoft /web ®

http://jsbin.com/ijucaq/2/edit

Page 25: Creating HTML5 Applications With jQuery

Single Page Applications

Page 26: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 27: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 28: Creating HTML5 Applications With jQuery

Microsoft /web ®

Page 29: Creating HTML5 Applications With jQuery