HTML5 Development

17
HTML5 Development Rami Sarieddine [email protected] om

description

The Slide Deck for my presentation on HTML5 development at Microsoft TechDays Beirut 2011

Transcript of HTML5 Development

Page 1: HTML5 Development

HTML5 Development

Rami [email protected]

Page 2: HTML5 Development

Timeline

• 1991 HTML• 1994 HTML 2• 1996 CSS 1 + JavaScript• 1997 HTML 4• 1998 CSS 2• 2000 XHTML 1• 2002 Table-less Web Design• 2005 AJAX• 2009 HTML 5

Page 3: HTML5 Development

So What is HTML5 ?

HTML

CSSJavascript

Page 4: HTML5 Development

Fast is now beautiful

Page 5: HTML5 Development

How to get started

• Will I need to drop anything ?• Browser compatibility

Page 6: HTML5 Development

Feature Groups

Page 7: HTML5 Development

Semantics & Markup

• HTML5 is not just about making existing markup shorter. It also defines new more meaningful elements.

• New form types and controls

Page 8: HTML5 Development

Offline & Storage

• Local Storage– Window.SessionStorage– Window.LocalStorage

• File API

Page 9: HTML5 Development

Device Access

• Geolocation API• Drag files into desktop

Page 10: HTML5 Development

Connectivity

• More efficient connectivity means more real-time chats, faster games, and better communication. Web Sockets and Server-Sent Events are pushing data between client and server more efficiently than ever before.

Page 11: HTML5 Development

Multimedia

• 2 wordsAudio and video

Page 12: HTML5 Development

3D, Graphics & Effects

• SVG• Canvas• CSS3• WebGL

Page 13: HTML5 Development

CSS3

• Styling like never before• Web Open Font Format (WOFF)

Page 14: HTML5 Development

Performance & Integration

• dynamic web content faster with a variety of techniques and technologies such as Web Workers and XMLHttpRequest 2.

Page 15: HTML5 Development

Last Call

• On 26 May, the W3C’s HTML Working Group announced that the HTML5 specification has reached Last Call status.

• Last Call is the point at which W3C thinks the group’s work has reached a point of reasonable stability.

Page 16: HTML5 Development

Additional Resources

• IE Test Drive: http://www.ietestdrive.com• http://www.beautyoftheweb.com/• http://diveintohtml5.org/• http://www.html5rocks.com/• http://html5demos.com/

Page 17: HTML5 Development