SlideShare a Scribd company logo
Monday, August 8, 11
#remixhtml5
Monday, August 8, 11
Monday, August 8, 11
WHY?
Monday, August 8, 11
“ The Internet is a strange,
               huge beast. It is getting
               bigger, faster and more
               mobile each day.”

                       http://www.onlineschools.org/state-of-the-internet/soti.html
Monday, August 8, 11
4,835,049,149

Monday, August 8, 11
www.lingscars.com
Monday, August 8, 11
TIMELINE

Monday, August 8, 11
HTML 2
                       Nov. 1995


                           Coolio - Gangsta’s Paradise
Monday, August 8, 11
HTML 3.2
                                       Jan. 1997




                       Kenny G - Six of Hearts
Monday, August 8, 11
HTML 4
                       Dec. 1997




                           Eminem - The Slim Shady EP
Monday, August 8, 11
XHTML 1.0
                                      Jan. 2000
         The Presidents of the United States of America - Lump
Monday, August 8, 11
/>
Monday, August 8, 11
XHTML 1.1
                       May 2001


                         Janet Jackson - All For You
Monday, August 8, 11
HTML5
                                   Jun. 2004




                       Usher - Yeah!
Monday, August 8, 11
I’ll get
              you!                      HTML5
                                             Jun. 2004




                       apple.com/hotnews/thoughts-on-flash/
Monday, August 8, 11
apple.com/html5
Monday, August 8, 11
Web 2.0       Web 3.0
          Everything
    jQuery MooTools
     What it’s not:
    Games Flash Killer
        YUI Audio CSS3
       Silverlight Killer
     Animations Video
Monday, August 8, 11
...and it’s not

                       HTML 5
                            see that space?


Monday, August 8, 11
What it is.

Monday, August 8, 11
“ In the thinking of its
                     creators, HTML5 was
                     always just HTML.”
                                            ~ Jeffrey Zeldman


                       http://www.zeldman.com/2011/01/27/html5-vs-html/
Monday, August 8, 11
Natural evolution
                         HTML
                      of HTML.

                  http://blog.whatwg.org/html-is-the-new-html5
Monday, August 8, 11
Application
                        Platform

    SEMANTICS              CSS 3       GRAPHICS & 3D     MULTIMEDIA




        DEVICE                                          PERFORMANCE &
                       CONNECTIVITY   OFFLINE STORAGE    INTEGRATION
        ACCESS

Monday, August 8, 11
SEMANTICS

Monday, August 8, 11
/>     ==         >
                            but really


                       >       >         />
Monday, August 8, 11
<!DOCTYPE html>


Monday, August 8, 11
<meta charset=”utf-8”>




Monday, August 8, 11
<h2>
                <a href=”#”>Heading</a>
              </h2>
              <p>
                <a href=”#”>Text</a>
              </p>

                                Hat Tip: Jeremy Keith (@adactio)
Monday, August 8, 11
<a href=”#”>
                <h2>Heading</h2>
                <p>Text</p>
               </a>


                               Hat Tip: Jeremy Keith (@adactio)
Monday, August 8, 11
<header> <nav> <footer>
           <section> <article>
            <aside> <details>
          <summary> <figure>
            <video> <audio>
                 <canvas>
Monday, August 8, 11
<div class=”footer”>
    <div class=”nav”>
     <ul>
      <li><a href=”#”>This</a></li>
      <li><a href=”#”>That</a></li>
     </ul>
    </div>
   </div>
                        Hat Tip: Jeremy Keith (@adactio)
Monday, August 8, 11
<footer>
           <nav>
            <a href=”#”>This</a>
            <a href=”#”>That</a>
           </nav>
          </footer>

                             Hat Tip: Jeremy Keith (@adactio)
Monday, August 8, 11
<time>
     <input type=”email”>
               <input type=”url”>

Monday, August 8, 11
http://dev.opera.com/articles/view/new-form-features-in-HTML5/
Monday, August 8, 11
<section>
                       <article>


Monday, August 8, 11
http://andyrutledge.com/news-redux.php
Monday, August 8, 11
Section
                          or
                       Article?



                           http://andyrutledge.com/news-redux.php
Monday, August 8, 11
<article>
 <header>
  <h2>Lauren Cheney Stan...</h2>
  <summary>Frankfurt...</summary>
  <details>by Shelly...</details>
 </header>
 <figure>
  <img src=”/photos/yay.jpg”>
  <figcaption>Laur...</figcaption>
 </figure>
 <section id=”content”>
  <p>When the 79th minute...</p>
  <p>...</p>
 </section>
 <aside>
  <a>Print</a> <a>Single Page</a>
  <ul><li>...</li><li>...</li></ul>
 </aside>
</article>
                       http://andyrutledge.com/news-redux.php
Monday, August 8, 11
Application
                        Platform

    SEMANTICS              CSS 3       GRAPHICS & 3D     MULTIMEDIA




        DEVICE                                          PERFORMANCE &
                       CONNECTIVITY   OFFLINE STORAGE    INTEGRATION
        ACCESS

Monday, August 8, 11
www.nikebetterworld.com
Monday, August 8, 11
www.thisshell.com
Monday, August 8, 11
http://mbostock.github.com/d3/ex/stack.html
Monday, August 8, 11
http://mbostock.github.com/d3/ex/bullet.html
Monday, August 8, 11
phonegap.com
Monday, August 8, 11
“ We realized we could do the full
                 Pandora experience without Flash.”
                            ~ Tom Conrad, CTO - Pandora

                       pandora.com/newpandora
Monday, August 8, 11
WHY?
Monday, August 8, 11
You already know it.




Monday, August 8, 11
What about browser support, man?


Monday, August 8, 11
Monday, August 8, 11
Browsers already
                         know it, too.



Monday, August 8, 11
document.createElement();



                       http://html5shiv.googlecode.com
Monday, August 8, 11
document.createElement(“header”);
                 document.createElement(“footer”);
                 document.createElement(“section”);
                 document.createElement(“nav”);
                 and so on...



                          http://html5shiv.googlecode.com
Monday, August 8, 11
Offline Storage




Monday, August 8, 11
Geolocation




Monday, August 8, 11
Because it’s already
                         all around you.



Monday, August 8, 11
Because of IE6.




Monday, August 8, 11
95% of the Web
                       doesn’t validate.


Monday, August 8, 11
Beyond the
                 Rendering Engine


Monday, August 8, 11
<b><i>Hi there</b></i>




                           http://labs.opera.com/news/2011/02/22/
Monday, August 8, 11
Internet Explorer 9, Safari 5

          <b><i>Hi there</i></b><i></i>

          Firefox, Opera, Chrome

          <b><i>Hi there</i></b>


                        http://labs.opera.com/news/2011/02/22/
Monday, August 8, 11
Because it’s cool.



Monday, August 8, 11
Resources




Monday, August 8, 11
vid.ly
Monday, August 8, 11
html5boilerplate.com   @boiler_plate
Monday, August 8, 11
modernizr.com   @modernizr
Monday, August 8, 11
github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills
Monday, August 8, 11
MORE RESOURCES
                 - diveintohtml5.com
                 - html5doctor.com
                 - html5wow.com
                 - html5demos.com
                 - html5accessibility.com/HTML5ASS/
                 - html5labs.interoperabilitybridges.com


Monday, August 8, 11
4,835,049,149

                            400
                        New people come
                       online every minute

Monday, August 8, 11
www.lingscars.com
Monday, August 8, 11
nissanusa.com/leaf-electric-car
Monday, August 8, 11
“Do or do not.
                        There is no try.”
                                    ~ Yoda




Monday, August 8, 11
Thank you.
                         J. Cornelius
                          jcornelius.com



Monday, August 8, 11

More Related Content

PDF
WordCamp Victoria 2013: Plugin Development 2013
PDF
Herramientas de desarrollo e implementacion
PDF
Speed Dating: How Speeding up your Blog Improves your SEO
PDF
"How It Happened" Keynote at PloneConf/PyCon Brasilia 2013
PDF
HTML5 Security
PPTX
2012 ConvergeSE: Exploring Human Identity Through Personalization and Data Mi...
PDF
NotaCon 2011 - Networking for Pentesters
PDF
Html5 security
WordCamp Victoria 2013: Plugin Development 2013
Herramientas de desarrollo e implementacion
Speed Dating: How Speeding up your Blog Improves your SEO
"How It Happened" Keynote at PloneConf/PyCon Brasilia 2013
HTML5 Security
2012 ConvergeSE: Exploring Human Identity Through Personalization and Data Mi...
NotaCon 2011 - Networking for Pentesters
Html5 security

Viewers also liked (9)

PPTX
Creating an In-Aisle Purchasing System from Scratch
PDF
Applications secure by default
PDF
Node.js Authentication and Data Security
PDF
The magic of passive web vulnerability analysis lava kumar
PDF
Protecting the Future of Mobile Payments
PDF
Attacking http2 implementations (1)
PDF
Garage4Hackers Ranchoddas Webcast Series - Bypassing Modern WAF's Exemplified...
PDF
Secure Payments Over Mixed Communication Media
PDF
Modern API Security with JSON Web Tokens
Creating an In-Aisle Purchasing System from Scratch
Applications secure by default
Node.js Authentication and Data Security
The magic of passive web vulnerability analysis lava kumar
Protecting the Future of Mobile Payments
Attacking http2 implementations (1)
Garage4Hackers Ranchoddas Webcast Series - Bypassing Modern WAF's Exemplified...
Secure Payments Over Mixed Communication Media
Modern API Security with JSON Web Tokens
Ad

Similar to HTML5 - Yeah! (20)

PDF
In depth with html5 java2days 2010
PDF
HTML5 Pearson preso
PDF
Html5 intro
PDF
Html5/CSS3 in shanghai 2010
PDF
Html5 coredevsummit
PDF
HTML5 - getting started
PDF
HTML XHTML HTML5
PDF
Tim stone.html5.rjug.20110316
PDF
Goto aarhus: Mobile Browser as a platform
PDF
HTML5 Hell Yeah!
PDF
Changeyrmarkup
KEY
The History of HTML5
PDF
HTML5: About Damn Time
PDF
HTML 5: The Future of the Web
PDF
Coding, Scaling, and Deploys... Oh My!
PDF
How I Learned To Stop Worrying & Love HTML5
PDF
Html5 Seminario Tid
PDF
Standards: politics, case studies
PDF
HTML5 and CSS3: does now really mean now?
PDF
In depth with html5 java2days 2010
HTML5 Pearson preso
Html5 intro
Html5/CSS3 in shanghai 2010
Html5 coredevsummit
HTML5 - getting started
HTML XHTML HTML5
Tim stone.html5.rjug.20110316
Goto aarhus: Mobile Browser as a platform
HTML5 Hell Yeah!
Changeyrmarkup
The History of HTML5
HTML5: About Damn Time
HTML 5: The Future of the Web
Coding, Scaling, and Deploys... Oh My!
How I Learned To Stop Worrying & Love HTML5
Html5 Seminario Tid
Standards: politics, case studies
HTML5 and CSS3: does now really mean now?
Ad

Recently uploaded (20)

PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPT
Teaching material agriculture food technology
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Electronic commerce courselecture one. Pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Empathic Computing: Creating Shared Understanding
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Cloud computing and distributed systems.
PDF
cuic standard and advanced reporting.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Spectroscopy.pptx food analysis technology
The Rise and Fall of 3GPP – Time for a Sabbatical?
Teaching material agriculture food technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Encapsulation_ Review paper, used for researhc scholars
Agricultural_Statistics_at_a_Glance_2022_0.pdf
sap open course for s4hana steps from ECC to s4
Digital-Transformation-Roadmap-for-Companies.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Electronic commerce courselecture one. Pdf
Programs and apps: productivity, graphics, security and other tools
Empathic Computing: Creating Shared Understanding
Dropbox Q2 2025 Financial Results & Investor Presentation
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
NewMind AI Weekly Chronicles - August'25-Week II
Cloud computing and distributed systems.
cuic standard and advanced reporting.pdf
Unlocking AI with Model Context Protocol (MCP)
Spectroscopy.pptx food analysis technology

HTML5 - Yeah!