Download - HTML5 for Windows 8

Transcript
Page 1: HTML5 for Windows 8

/* HTML5 Hacks for Windows 8 *///Alex Goh/Marketing Manager/Developer & Platform Evangelism

Page 2: HTML5 for Windows 8

What to expect?

#1#2

#3 Let’s build an app

Page 3: HTML5 for Windows 8

#1 HTML5 for Metro Apps

Browser v.s. Metro

HTML5 Canvas

Layout with CSS3

Page 4: HTML5 for Windows 8

#2 WinRT API for Javascript

Windows API

WinJS

Asynchronous methods

Page 5: HTML5 for Windows 8

#3 Build an app

Metro app templates in VS2012

ListView

REST request for JSON

App bar

Share contract

Local storage

Animation

Page 6: HTML5 for Windows 8

Tips

Use app templates

Look through samples at http://msdn.microsoft.com/library/windows/apps/

Always refer to API documentation


Top Related