SlideShare a Scribd company logo
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
HTML5 - Beyond the hype




   Timan Rebel
   CTO Mobypicture

   @timanrebel
   timan@mobypicture.com


   www.mobypicture.com
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<!doctype html>

                                  <html lang="en">
                                  <head>
                                  	 <meta charset="utf-8">




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
"Despite the hype, the HTML5
               specification isn't yet ready due to
                     interoperability issues"




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
html5readiness.com
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
CSS 2.1

              Candidate Recommendation 2009




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
HTML5

              Candidate Recommendation 2012




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Sharing is part of everyday life




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture - share your adventures
                                   in the easiest, most convenient way




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Shoot & Share
                                           realtime across ALL your social sites




       shoot photo                          add description

       record video                            add tag
       record audio                         push location




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
History of HTML5




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
HTML 2.0 1995
                                    HTML 3.2 1997
                                    HTML 4.0 1997
                                    HTML 4.01 1999

                                    XHTML 1.0 2000
                                    XHTML 1.1 2001


Mobypicture | HTML5 - AUG 2011 door Timan Rebel
XHTML

                                            eXtendible

                                                  text/xml



Mobypicture | HTML5 - AUG 2011 door Timan Rebel
XHTML 2 wasn’t going to be backwards
                  compatible




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Web Forms 2.0 and Web Apps 1.0




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
HTML5 is very backwards compatible




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
lowercase / uppercase

                                      quoted / unquoted

                             self-closing / not



Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<!doctype html>

                                  <html lang="en">
                                  <head>
                                  	 <meta charset="utf-8">




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<!DOCTYPE HTML>

                                  <HTML LANG="EN">
                                  <HEAD>
                                  	 <META CHARSET="UTF-8">




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<!doctype html>

                                  <html lang=en>
                                  <head>
                                  	 <meta charset=utf-8 />




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
HTML5 is simpler




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
      1.0 Strict//EN" "http://www.w3.org/TR/
          xhtml1/DTD/xhtml1-strict.dtd">
       <html xmlns="http://www.w3.org/1999/
                      xhtml">




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<!doctype html>
                                          <html>




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<!doctype html>
                          <html>
                          <head>
                          	 <meta charset="utf-8">

                              <script src="site.js">




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<!doctype html>




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Please read:
 A personal appeal from
 Mobypicture founder Mathys van Abbe




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel   Flickr: >fiasco
Mobypicture | HTML5 - AUG 2011 door Timan Rebel   Flickr: Brandon Schaefer
Semantics

Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<header>

                                                   <nav>

                                                  <article>   <aside>

                                                  <section>

                                                  <footer>


Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<h1>Top Level Heading</h1>

             <section>
               <h1>Second Level Heading</h1>
               <p>this is text in a section</p>
               <section>
                <h1>Third Level Heading</h1>
               </section>
             </section>


Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Device Access

Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Multimedia

Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<video src="myvideo.mp4" controls>
                         </video>




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Codecs :-(




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
<video controls>
      <source src="pr6.mp4" type='video/mp4'>
    	 <source src="pr6.webm" type='video/webm'>
    	 <source src="pr6.ogv" type='video/ogg'>
    </video>




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
MeFeedia Reports 63 Percent Of
                         Web Video Is HTML5-Friendly
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
3D, Graphics & Effects

Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Quake2
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Connectivity

Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Offline & Storage

Mobypicture | HTML5 - AUG 2011 door Timan Rebel
CSS3 & Styling

Mobypicture | HTML5 - AUG 2011 door Timan Rebel
CSS3?

Mobypicture | HTML5 - AUG 2011 door Timan Rebel
iscss3partofhtml5.com
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Mobypicture | HTML5 - AUG 2011 door Timan Rebel
Thank you




Mobypicture | HTML5 - AUG 2011 door Timan Rebel
@timanrebel

  timan@mobypicture.com



Mobypicture | HTML5 - AUG 2011 door Timan Rebel   55

More Related Content

PDF
Mobypicture is already using hml5, so can you!
KEY
Regaining control of the social media conversation
KEY
The Next Web Hackathon - API intro
PDF
Agile service design door de ogen van een internet start-up
PDF
Titanium Meetup Amsterdam - Alloy
PDF
Service Design; innovatieve wegen voor (creatieve) dienstverleners
PPT
Pp session 02 dism online narr 1 word 2003
KEY
Mobynow Eurosonic
Mobypicture is already using hml5, so can you!
Regaining control of the social media conversation
The Next Web Hackathon - API intro
Agile service design door de ogen van een internet start-up
Titanium Meetup Amsterdam - Alloy
Service Design; innovatieve wegen voor (creatieve) dienstverleners
Pp session 02 dism online narr 1 word 2003
Mobynow Eurosonic

More from Timan Rebel (17)

PDF
Startup analytics - aka Actionable metrics
PPTX
App academy - Parse
PDF
Building maps for apps in the cloud - a Softlayer Use Case
PDF
Snowciety Product presentation
KEY
Edu-actief: Ondernemen is een lifestyle
KEY
Masterclass Social Media
KEY
Why 3rd party identities are more valuable than your own
KEY
Wordcampnl - Embed Mobypicture using shortcodes
KEY
Twestival presentatie Mobypicture
PPT
VRMevent: 4 - Bart Stevens - iChoosr
PPT
VRMevent: 7 - Doc Searls - ProjectVRM
PPT
VRMevent: 6 - Joost Gielen - Werkspot
PPT
VRMevent: 5 - James Patterson - Plebble
PPT
VRMevent: 3 - Luuk Boonstra - Beabo
PPT
VRMevent: 2 - Naos Wilbrink - RapidSugar
PPT
VRMevent: 1 - Introductie door Maarten Lens-FitzGerald
PDF
Fontys gastcollege door Sugababes.nl
Startup analytics - aka Actionable metrics
App academy - Parse
Building maps for apps in the cloud - a Softlayer Use Case
Snowciety Product presentation
Edu-actief: Ondernemen is een lifestyle
Masterclass Social Media
Why 3rd party identities are more valuable than your own
Wordcampnl - Embed Mobypicture using shortcodes
Twestival presentatie Mobypicture
VRMevent: 4 - Bart Stevens - iChoosr
VRMevent: 7 - Doc Searls - ProjectVRM
VRMevent: 6 - Joost Gielen - Werkspot
VRMevent: 5 - James Patterson - Plebble
VRMevent: 3 - Luuk Boonstra - Beabo
VRMevent: 2 - Naos Wilbrink - RapidSugar
VRMevent: 1 - Introductie door Maarten Lens-FitzGerald
Fontys gastcollege door Sugababes.nl
Ad

Recently uploaded (20)

PDF
Design Thinking - Module 1 - Introduction To Design Thinking - Dr. Rohan Dasg...
PPT
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt
PPTX
2. Competency Based Interviewing - September'16.pptx
PPTX
Causes of Flooding by Slidesgo sdnl;asnjdl;asj.pptx
PPTX
Tenders & Contracts Works _ Services Afzal.pptx
PPTX
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
PPT
robotS AND ROBOTICSOF HUMANS AND MACHINES
PPTX
Special finishes, classification and types, explanation
PPTX
iec ppt- ppt on iec pulmonary rehabilitation 1.pptx
PPTX
Acoustics new for. Sound insulation and absorber
PDF
SEVA- Fashion designing-Presentation.pdf
PPT
pump pump is a mechanism that is used to transfer a liquid from one place to ...
PPTX
YV PROFILE PROJECTS PROFILE PRES. DESIGN
PDF
Urban Design Final Project-Context
PDF
YOW2022-BNE-MinimalViableArchitecture.pdf
PPTX
Orthtotics presentation regarding physcial therapy
DOCX
A Contemporary Luxury Villa in Dubai Jumeirah-2.docx
PDF
UNIT 1 Introduction fnfbbfhfhfbdhdbdto Java.pptx.pdf
PDF
GSH-Vicky1-Complete-Plans on Housing.pdf
PDF
Integrated-2D-and-3D-Animation-Bridging-Dimensions-for-Impactful-Storytelling...
Design Thinking - Module 1 - Introduction To Design Thinking - Dr. Rohan Dasg...
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt
2. Competency Based Interviewing - September'16.pptx
Causes of Flooding by Slidesgo sdnl;asnjdl;asj.pptx
Tenders & Contracts Works _ Services Afzal.pptx
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
robotS AND ROBOTICSOF HUMANS AND MACHINES
Special finishes, classification and types, explanation
iec ppt- ppt on iec pulmonary rehabilitation 1.pptx
Acoustics new for. Sound insulation and absorber
SEVA- Fashion designing-Presentation.pdf
pump pump is a mechanism that is used to transfer a liquid from one place to ...
YV PROFILE PROJECTS PROFILE PRES. DESIGN
Urban Design Final Project-Context
YOW2022-BNE-MinimalViableArchitecture.pdf
Orthtotics presentation regarding physcial therapy
A Contemporary Luxury Villa in Dubai Jumeirah-2.docx
UNIT 1 Introduction fnfbbfhfhfbdhdbdto Java.pptx.pdf
GSH-Vicky1-Complete-Plans on Housing.pdf
Integrated-2D-and-3D-Animation-Bridging-Dimensions-for-Impactful-Storytelling...
Ad

HTML5 - Beyond the Hype - Adobe Usergroup feb 2011

Editor's Notes