SlideShare ist ein Scribd-Unternehmen logo
1 von 53
Downloaden Sie, um offline zu lesen
What is HTML5
      2011/11/02
  Kyohei morimoto
          
  NTT Resonant Inc.
Kyohei Morimoto




•
•   HTML,CSS,JavaScript,wp,AS,Flash,C,objective-C,php
Agenda

• HTML5
• HTML
• HTML5
•
Why HTML5
Web
Web



               HTML




      Native
                      FLASH
Web




      Native
                       HTML5




               FLASH
•                PC

•
•
• TV(Sony   TV    Opera   )

•
HTML
• HTML   Hyper Text Markup Language

• Web

• HTML       W3C
HTML5

                                    CSS
          (X)html
                          html.body{
<html>                    padding:0; margin:0;
<head>                    }
<title>        </title>
</head>
<body>
Hello                          JavaScript
</body>
</html>                   function hello(){
                          alert(“Hello”);
                          }
HTML5
                                HTML
Web Applications 1.0
    WHATWG HTML5                                   CSS3
                     Form        Animation        Web Font      Slection




                                                    …
   Canvas             D&D



    Offline Web Application         SVG            MathML            Xpath
               …




                                                    …
               Web
 Web Storage      Web Workers          File API       Geolocation
HTML5
                                HTML
Web Applications 1.0
    WHATWG HTML5                                   CSS3
                     Form        Animation        Web Font      Slection




                                                    …
   Canvas             D&D



    Offline Web Application         SVG            MathML            Xpath
               …




                                                    …
               Web
 Web Storage      Web Workers          File API       Geolocation
HTML5
                                HTML
Web Applications 1.0
    WHATWG HTML5                                   CSS3
                     Form        Animation        Web Font      Slection




                                                    …
   Canvas             D&D



    Offline Web Application         SVG            MathML            Xpath
               …




                                                    …
               Web
 Web Storage      Web Workers          File API       Geolocation
HTML5




        http://caniuse.com/
HTML5




        http://gs.statcounter.com/
W3C
• Working Draft
• Last Call Working Draft
• Candidate Recommendation
• Proposed Recommendation
• Recommendation          2014
What is HTML5
         Web
•
•
• Web
Significance of HTML5

• Semantics
• Compatibility
• Rich Internet Applications
Semantics
Semantics

 More Readable for
    Everyone
Not only Humans
<div class=”header”>
  <h1>Site Title</h1>
  <div class=”site-nav”>
    <ul><li>Home</li><li>Profile</li><li>Settings</li></
ul>
  </div>
</div>
<div class=”content”>
  <div class=”article”>Main Content
    <div class=”date”>2011/11/2      </div>
    <div class=”address”>
            <a href=”mailto:a@a.jp”>      </a></div>
  </div>
</div>
<div class=”footer”>
  <div class=”copyright”>Copyright ..</div>
</div>
<header>
    <h1>Site Title</h1>
    <nav>
      <ul><li>Home</li><li>Profile</li><li>Settings</li></
  ul>
    </nav>
  </header>
  <div class=”content”>
  <article>Main Content
      <time datetime=”2011-11-02”>2011/11/02      </time>
      <div>      <address>
      <a href=” mailto:a@a.jp”>      </a></address></div>
  </article>
   </div>
   <footer>
     <small class=”copyright”>Copyright ..</small>
   </footer>
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
div div div div div div div div div div div div div div div
Compatibility
Compatibility


•   Web
Compatibility


•   Web



•
“Pave the Cowpaths”
MS
“As part of our commitment to enabling
developers to use the Same Markup – the
same HTML, CSS, and script – on the web”
                                    IEBlog
MS
MS
"Write once, run any browser"
Rich Internet Applications
• Multimedia
• Graphics
• Offline Web Application
• web workers
• Network
• Device
Multimedia
Demo:Nike Better World
Graphic
         2D   3D


Demo:http://9elements.com/io/projects/html5/canvas/
Offline Web Application
      Web
Web Workers
UI            JavaScript


Demo:Before
     After
Network
WebSocket




XMLHttpRequest2
Device
•Contacts API
•Calendar API
•Media Capture
•Messaging API       SMS/MMS/E-mail
•Battery Status API
•Network Information API 
•Gallery API
•Geolocation API
•DeviceOrientation Events
More Demo
Blowing apart fragments
       of Video
Flight of the navigator
QuakeⅡ GWT Port
Live Coding
HTML5
  OPERA Mobile
What is HTML5
What is HTML5

Weitere ähnliche Inhalte

Was ist angesagt?

HTML5: a quick overview
HTML5: a quick overviewHTML5: a quick overview
HTML5: a quick overview
Mark Whitaker
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3
Kannika Kong
 

Was ist angesagt? (20)

Html5
Html5Html5
Html5
 
Html5
Html5Html5
Html5
 
HTML5: a quick overview
HTML5: a quick overviewHTML5: a quick overview
HTML5: a quick overview
 
CollegeDiveIn presentation
CollegeDiveIn presentationCollegeDiveIn presentation
CollegeDiveIn presentation
 
HTML5 Introduction
HTML5 IntroductionHTML5 Introduction
HTML5 Introduction
 
Html5
Html5Html5
Html5
 
New Elements & Features in HTML5
New Elements & Features in HTML5New Elements & Features in HTML5
New Elements & Features in HTML5
 
Using Web Standards to create Interactive Data Visualizations for the Web
Using Web Standards to create Interactive Data Visualizations for the WebUsing Web Standards to create Interactive Data Visualizations for the Web
Using Web Standards to create Interactive Data Visualizations for the Web
 
Html5 css3 Online Training
Html5 css3 Online Training Html5 css3 Online Training
Html5 css3 Online Training
 
Mvvm and KnockoutJS
Mvvm and KnockoutJSMvvm and KnockoutJS
Mvvm and KnockoutJS
 
Careers in Java Script and Ajax
Careers in Java Script and AjaxCareers in Java Script and Ajax
Careers in Java Script and Ajax
 
Google’s PRPL Web development pattern
Google’s PRPL Web development patternGoogle’s PRPL Web development pattern
Google’s PRPL Web development pattern
 
Bringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePointBringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePoint
 
Engineering the New LinkedIn Profile
Engineering the New LinkedIn ProfileEngineering the New LinkedIn Profile
Engineering the New LinkedIn Profile
 
Lessons from the Trenches: Engineering Great AJAX Experiences
Lessons from the Trenches: Engineering Great AJAX ExperiencesLessons from the Trenches: Engineering Great AJAX Experiences
Lessons from the Trenches: Engineering Great AJAX Experiences
 
Lessons
LessonsLessons
Lessons
 
Careers In Java Script Ajax - Java Script Ajax Tutorials & Programs by Learni...
Careers In Java Script Ajax - Java Script Ajax Tutorials & Programs by Learni...Careers In Java Script Ajax - Java Script Ajax Tutorials & Programs by Learni...
Careers In Java Script Ajax - Java Script Ajax Tutorials & Programs by Learni...
 
HTML5
HTML5HTML5
HTML5
 
Semantic editor
Semantic editorSemantic editor
Semantic editor
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3
 

Andere mochten auch

Identifying effective user stories
Identifying effective user storiesIdentifying effective user stories
Identifying effective user stories
breitner
 
How To Write User Stories
How To Write User StoriesHow To Write User Stories
How To Write User Stories
Aaron Corcoran
 

Andere mochten auch (11)

5 Ways To Write Super User Stories
5 Ways To Write Super User Stories5 Ways To Write Super User Stories
5 Ways To Write Super User Stories
 
Historias de usuario
Historias de usuarioHistorias de usuario
Historias de usuario
 
Effective user stories for your agile or Scrum team
Effective user stories for your agile or Scrum teamEffective user stories for your agile or Scrum team
Effective user stories for your agile or Scrum team
 
Contar Historias con nuestro sitio web y/o aplicación (Storytelling)
Contar Historias con nuestro sitio web y/o aplicación (Storytelling)Contar Historias con nuestro sitio web y/o aplicación (Storytelling)
Contar Historias con nuestro sitio web y/o aplicación (Storytelling)
 
Historias de usuario
Historias de usuarioHistorias de usuario
Historias de usuario
 
Identifying effective user stories
Identifying effective user storiesIdentifying effective user stories
Identifying effective user stories
 
Crafting Great-User-Stories for CapitalCamp DC
Crafting Great-User-Stories for CapitalCamp DCCrafting Great-User-Stories for CapitalCamp DC
Crafting Great-User-Stories for CapitalCamp DC
 
How To Write User Stories
How To Write User StoriesHow To Write User Stories
How To Write User Stories
 
Composing User Stories - Beginners Guide
Composing User Stories - Beginners GuideComposing User Stories - Beginners Guide
Composing User Stories - Beginners Guide
 
Escrevendo Estórias do Usuário Eficazes
Escrevendo Estórias do Usuário EficazesEscrevendo Estórias do Usuário Eficazes
Escrevendo Estórias do Usuário Eficazes
 
Historias de usuario¿Por qué? ¿Qué son? ¿Cómo son?
Historias de usuario¿Por qué? ¿Qué son? ¿Cómo son?Historias de usuario¿Por qué? ¿Qué son? ¿Cómo son?
Historias de usuario¿Por qué? ¿Qué son? ¿Cómo son?
 

Ähnlich wie What is HTML5

HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIsHTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
Gustaf Nilsson Kotte
 
HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1
James Pearce
 
Cross platform mobile web apps
Cross platform mobile web appsCross platform mobile web apps
Cross platform mobile web apps
James Pearce
 
WordCamp Thessaloniki2011 The NextWeb
WordCamp Thessaloniki2011 The NextWebWordCamp Thessaloniki2011 The NextWeb
WordCamp Thessaloniki2011 The NextWeb
George Kanellopoulos
 
Bd conf sencha touch workshop
Bd conf sencha touch workshopBd conf sencha touch workshop
Bd conf sencha touch workshop
James Pearce
 

Ähnlich wie What is HTML5 (20)

It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考えるIt is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
 
A Snapshot of the Mobile HTML5 Revolution
A Snapshot of the Mobile HTML5 RevolutionA Snapshot of the Mobile HTML5 Revolution
A Snapshot of the Mobile HTML5 Revolution
 
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIsHTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
 
HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1
 
WHAT IS HTML5?(20100510)
WHAT IS HTML5?(20100510)WHAT IS HTML5?(20100510)
WHAT IS HTML5?(20100510)
 
Cross platform mobile web apps
Cross platform mobile web appsCross platform mobile web apps
Cross platform mobile web apps
 
WordCamp Thessaloniki2011 The NextWeb
WordCamp Thessaloniki2011 The NextWebWordCamp Thessaloniki2011 The NextWeb
WordCamp Thessaloniki2011 The NextWeb
 
Word camp nextweb
Word camp nextwebWord camp nextweb
Word camp nextweb
 
Word camp nextweb
Word camp nextwebWord camp nextweb
Word camp nextweb
 
Change by HTML5
Change by HTML5Change by HTML5
Change by HTML5
 
Bd conf sencha touch workshop
Bd conf sencha touch workshopBd conf sencha touch workshop
Bd conf sencha touch workshop
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
 
HTML5 & Renesas RZ/G
HTML5 & Renesas RZ/GHTML5 & Renesas RZ/G
HTML5 & Renesas RZ/G
 
HTML5: An Introduction To Next Generation Web Development
HTML5: An Introduction To Next Generation Web DevelopmentHTML5: An Introduction To Next Generation Web Development
HTML5: An Introduction To Next Generation Web Development
 
web designing course bangalore
web designing course bangaloreweb designing course bangalore
web designing course bangalore
 
[2015/2016] HTML5 and CSS3 Refresher
[2015/2016] HTML5 and CSS3 Refresher[2015/2016] HTML5 and CSS3 Refresher
[2015/2016] HTML5 and CSS3 Refresher
 
HTML5がIE10/Windows 8にもたらすもの
HTML5がIE10/Windows 8にもたらすものHTML5がIE10/Windows 8にもたらすもの
HTML5がIE10/Windows 8にもたらすもの
 
Html5 more than just html5 v final
Html5  more than just html5 v finalHtml5  more than just html5 v final
Html5 more than just html5 v final
 
qooxdoo - Open Source Ajax Framework
qooxdoo - Open Source Ajax Frameworkqooxdoo - Open Source Ajax Framework
qooxdoo - Open Source Ajax Framework
 
전문가토크릴레이 1탄 html5 전망 (전종홍 박사)
전문가토크릴레이 1탄 html5 전망 (전종홍 박사)전문가토크릴레이 1탄 html5 전망 (전종홍 박사)
전문가토크릴레이 1탄 html5 전망 (전종홍 박사)
 

Kürzlich hochgeladen

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Kürzlich hochgeladen (20)

Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

What is HTML5

  • 1. What is HTML5 2011/11/02 Kyohei morimoto  NTT Resonant Inc.
  • 2. Kyohei Morimoto • • HTML,CSS,JavaScript,wp,AS,Flash,C,objective-C,php
  • 5. Web
  • 6. Web HTML Native FLASH
  • 7. Web Native HTML5 FLASH
  • 8. PC • • • TV(Sony TV Opera ) •
  • 10. • HTML Hyper Text Markup Language • Web • HTML W3C
  • 11. HTML5 CSS (X)html html.body{ <html> padding:0; margin:0; <head> } <title> </title> </head> <body> Hello JavaScript </body> </html> function hello(){ alert(“Hello”); }
  • 12. HTML5 HTML Web Applications 1.0 WHATWG HTML5 CSS3 Form Animation Web Font Slection … Canvas D&D Offline Web Application SVG MathML Xpath … … Web Web Storage Web Workers File API Geolocation
  • 13. HTML5 HTML Web Applications 1.0 WHATWG HTML5 CSS3 Form Animation Web Font Slection … Canvas D&D Offline Web Application SVG MathML Xpath … … Web Web Storage Web Workers File API Geolocation
  • 14. HTML5 HTML Web Applications 1.0 WHATWG HTML5 CSS3 Form Animation Web Font Slection … Canvas D&D Offline Web Application SVG MathML Xpath … … Web Web Storage Web Workers File API Geolocation
  • 15. HTML5 http://caniuse.com/
  • 16. HTML5 http://gs.statcounter.com/
  • 17. W3C • Working Draft • Last Call Working Draft • Candidate Recommendation • Proposed Recommendation • Recommendation 2014
  • 18.
  • 21. Significance of HTML5 • Semantics • Compatibility • Rich Internet Applications
  • 23. Semantics More Readable for Everyone Not only Humans
  • 24. <div class=”header”>   <h1>Site Title</h1>   <div class=”site-nav”>     <ul><li>Home</li><li>Profile</li><li>Settings</li></ ul>   </div> </div> <div class=”content”>   <div class=”article”>Main Content     <div class=”date”>2011/11/2 </div>     <div class=”address”>        <a href=”mailto:a@a.jp”> </a></div>   </div> </div> <div class=”footer”>   <div class=”copyright”>Copyright ..</div> </div>
  • 25. <header>   <h1>Site Title</h1>   <nav>     <ul><li>Home</li><li>Profile</li><li>Settings</li></ ul>   </nav> </header> <div class=”content”> <article>Main Content     <time datetime=”2011-11-02”>2011/11/02 </time>     <div> <address>       <a href=” mailto:a@a.jp”> </a></address></div>   </article> </div> <footer>   <small class=”copyright”>Copyright ..</small> </footer>
  • 26. div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div div
  • 29.
  • 30.
  • 31.
  • 32. Compatibility • Web •
  • 34. MS “As part of our commitment to enabling developers to use the Same Markup – the same HTML, CSS, and script – on the web” IEBlog
  • 35. MS
  • 36. MS
  • 37. "Write once, run any browser"
  • 39. • Multimedia • Graphics • Offline Web Application • web workers • Network • Device
  • 41. Graphic 2D 3D Demo:http://9elements.com/io/projects/html5/canvas/
  • 43. Web Workers UI JavaScript Demo:Before After
  • 45. Device •Contacts API •Calendar API •Media Capture •Messaging API SMS/MMS/E-mail •Battery Status API •Network Information API  •Gallery API •Geolocation API •DeviceOrientation Events
  • 48. Flight of the navigator
  • 51. HTML5 OPERA Mobile