SlideShare une entreprise Scribd logo
1  sur  22
Apple, Adobe & HTML5 Mindy McAdams University of Florida
“Apple isn’t trying to replace Flash with its own proprietary thing. They’re replacing it with H.264 and HTML5. This is good for everyone but Adobe.” —John Gruber, Daring Fireball blog, Jan. 25, 2010
“There is no standard HTML5 codec, however, with Apple Safari and Google Chrome supporting H.264 playback (which is required to play back video on YouTube’s HTML5 pages), Mozilla Firefox, Opera’s Opera and Chrome supporting OggTheora playback, and the800-pound gorilla supporting neither codec(that would be Internet Explorer).All, of course, still support Flash.” —Jan Ozer, Streaming Learning Center, Feb. 26, 2010
“The licensing issues behind H.264 are tied to HTML5, an upcoming HTML standard, because it uses the H.264 codec to play videos without Flash. HTML5 can use H.264 codec or others, such as the open source open-source OggTheora. The vast majority of online videos use Flash-based players.” —Regina McCombs, Poynter Institute, Feb. 8, 2010
Mozilla’s lack of support presents a major obstacle to HTML5, McCombs says. The open-source developer of Firefox does not support H.264 because it’s a proprietary codec. Not open. But after a change announced in February 2010, “H.264 will be royalty-free through the end of 2015.” Mozilla might (or might not) change its policy on video as a result.
“About Adobe: They are lazy, [Steve] Jobs says. They have all this potential to do interesting things but they just refuse to do it. … Apple does not support Flash because it is so buggy, he says. Whenever a Mac crashes more often than not it’s because of Flash. No one will be using Flash, he says. The world is moving to HTML5.” —John C. Abell, reporting for Wired, Jan. 30, 2010
“I don’t expect to see full implementation of HTML5 across all the major browsers until the end of 2011 at least.” —Philippe Le Hégaret,Worldwide Web Consortium Quoted at Webmonkey, Nov. 17, 2009
A quick look at HTML5
“In HTML 5 there are specific tags meant for marking up the header, navigation, sidebar and footer. First, take a look at the markup …” —MadsKjaer, Nettuts+, July 6, 2009
<!doctype html>  <html>  <head>  <title>Page title</title>  </head>  <body>  <header>  		<h1>Page title</h1>  </header>  	<nav>  		<!-- Navigation -->  </nav>  	<section id="intro">  		<!-- Introduction -->  </section>  	<section>  		<!-- Main content area -->  </section>  	<aside>  		<!-- Sidebar -->  </aside>  	<footer>  		<!-- Footer -->  </footer>    </body>  </html> Document structure  in HTML5
“When HTML 5 and CSS 3 are one day implemented in all browsers it will be a lot easier to build Web sites. We’ll finally be able to stop using floats for layout (which they were never meant to be used for), and we will spend considerably less time writing JavaScript to scale our background images or zebra-stripe our tables.” —MadsKjaer, Nettuts+, July 6, 2009
Video embedding in HTML5 <videosrc="movie.ogg" controls="controls">If you can see this text, your browser does not support the HTML5 video tag.</video> (Green text is the filename of the video file. ) —W3schools: HTML 5 <video> Tag
“One of HTML5’s goals is to move the Web away from proprietary technologies such as Flash, Silverlight, and JavaFX, says Ian Hickson, co-editor of the HTML5 specification.” —Paul Krill, reporting for InfoWorld, June 16, 2009
“It’s always a problem when you’re stuck with a single software provider—what if they decide to abandon the product you’re using? What if they decide to start charging? With an open platform, there’s no such risk, since we have true competition, many vendors, and an open standard that anyone can implement.” —Ian Hickson, co-editor of the HTML5 specification
Flash is a single-vendor product.
H.264 is a single-vendor product.* * The H.264 video codec (compression/decompression system) is patented. The patents are controlled by MPEG LA, a group of 26 organizations. Licensing fees are required from video creators and distributors who charge for their video and use the H.264 codec.
http://www.theora.org/
For video,Apple has selected H.264.Firefox has selected OggTheora.
SWF and FLV are partly open formats. http://en.wikipedia.org/wiki/SWF http://en.wikipedia.org/wiki/Flash_Video
“Most of the debate and discussion over HTML5 vs. Flash vs. Native Apps has little to do with what is the right technical approach, or whether something is open or closed; it has to do with the expressions of power and control that drive the businesses of the Internet’s dominant platform companies—Apple, Adobe, Google and Microsoft.” —Jeremy Allaire, founder and CEO of Brightcove Writing at TechCrunch, Feb. 5, 2010 Italics added
Apple, Adobe & HTML5 Mindy McAdams http://mindymcadams.com/

Contenu connexe

Plus de Mindy McAdams

Why Your Newsroom Should Be Using WordPress - ONA13
Why Your Newsroom Should Be Using WordPress - ONA13Why Your Newsroom Should Be Using WordPress - ONA13
Why Your Newsroom Should Be Using WordPress - ONA13Mindy McAdams
 
Journalism's Future: Journalism, Not Newspapers
Journalism's Future: Journalism, Not NewspapersJournalism's Future: Journalism, Not Newspapers
Journalism's Future: Journalism, Not NewspapersMindy McAdams
 
Introduction to HTML5 Canvas
Introduction to HTML5 CanvasIntroduction to HTML5 Canvas
Introduction to HTML5 CanvasMindy McAdams
 
An Introduction to the DOM
An Introduction to the DOMAn Introduction to the DOM
An Introduction to the DOMMindy McAdams
 
HTML and Responsive Design
HTML and Responsive Design HTML and Responsive Design
HTML and Responsive Design Mindy McAdams
 
Design Concepts and Web Design
Design Concepts and Web DesignDesign Concepts and Web Design
Design Concepts and Web DesignMindy McAdams
 
Learning Python - Week 4
Learning Python - Week 4 Learning Python - Week 4
Learning Python - Week 4 Mindy McAdams
 
Learning Python - Week 2
Learning Python - Week 2Learning Python - Week 2
Learning Python - Week 2Mindy McAdams
 
Learning Python - Week 1
Learning Python - Week 1Learning Python - Week 1
Learning Python - Week 1Mindy McAdams
 
Freedom of Speech - Louis Brandeis
Freedom of Speech - Louis BrandeisFreedom of Speech - Louis Brandeis
Freedom of Speech - Louis BrandeisMindy McAdams
 
Networked Information Economy / Benkler
Networked Information Economy / BenklerNetworked Information Economy / Benkler
Networked Information Economy / BenklerMindy McAdams
 
Convergence Culture / Jenkins
Convergence Culture / JenkinsConvergence Culture / Jenkins
Convergence Culture / JenkinsMindy McAdams
 
How to Share Your Digital Stories
How to Share Your Digital StoriesHow to Share Your Digital Stories
How to Share Your Digital StoriesMindy McAdams
 
Global Journalism Research
Global Journalism ResearchGlobal Journalism Research
Global Journalism ResearchMindy McAdams
 
Social media / professional use of Twitter
Social media / professional use of TwitterSocial media / professional use of Twitter
Social media / professional use of TwitterMindy McAdams
 
Social Media and Journalists: Part 4
Social Media and Journalists: Part 4Social Media and Journalists: Part 4
Social Media and Journalists: Part 4Mindy McAdams
 

Plus de Mindy McAdams (20)

Why Your Newsroom Should Be Using WordPress - ONA13
Why Your Newsroom Should Be Using WordPress - ONA13Why Your Newsroom Should Be Using WordPress - ONA13
Why Your Newsroom Should Be Using WordPress - ONA13
 
Journalism's Future: Journalism, Not Newspapers
Journalism's Future: Journalism, Not NewspapersJournalism's Future: Journalism, Not Newspapers
Journalism's Future: Journalism, Not Newspapers
 
Introduction to HTML5 Canvas
Introduction to HTML5 CanvasIntroduction to HTML5 Canvas
Introduction to HTML5 Canvas
 
Beginning jQuery
Beginning jQueryBeginning jQuery
Beginning jQuery
 
An Introduction to the DOM
An Introduction to the DOMAn Introduction to the DOM
An Introduction to the DOM
 
JavaScript 101
JavaScript 101JavaScript 101
JavaScript 101
 
HTML and Responsive Design
HTML and Responsive Design HTML and Responsive Design
HTML and Responsive Design
 
Design Concepts and Web Design
Design Concepts and Web DesignDesign Concepts and Web Design
Design Concepts and Web Design
 
Learning Python - Week 4
Learning Python - Week 4 Learning Python - Week 4
Learning Python - Week 4
 
Learning Python - Week 2
Learning Python - Week 2Learning Python - Week 2
Learning Python - Week 2
 
Learning Python - Week 1
Learning Python - Week 1Learning Python - Week 1
Learning Python - Week 1
 
Learning Python
Learning PythonLearning Python
Learning Python
 
Freedom of Speech - Louis Brandeis
Freedom of Speech - Louis BrandeisFreedom of Speech - Louis Brandeis
Freedom of Speech - Louis Brandeis
 
Networked Information Economy / Benkler
Networked Information Economy / BenklerNetworked Information Economy / Benkler
Networked Information Economy / Benkler
 
Convergence Culture / Jenkins
Convergence Culture / JenkinsConvergence Culture / Jenkins
Convergence Culture / Jenkins
 
How to Share Your Digital Stories
How to Share Your Digital StoriesHow to Share Your Digital Stories
How to Share Your Digital Stories
 
Global Journalism Research
Global Journalism ResearchGlobal Journalism Research
Global Journalism Research
 
Social media / professional use of Twitter
Social media / professional use of TwitterSocial media / professional use of Twitter
Social media / professional use of Twitter
 
Global Journalism
Global JournalismGlobal Journalism
Global Journalism
 
Social Media and Journalists: Part 4
Social Media and Journalists: Part 4Social Media and Journalists: Part 4
Social Media and Journalists: Part 4
 

Dernier

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
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.pptxRustici Software
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
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 WoodJuan lago vázquez
 
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 SavingEdi Saputra
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 

Dernier (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
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
 
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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 

Apple, Adobe & HTML5

  • 1. Apple, Adobe & HTML5 Mindy McAdams University of Florida
  • 2. “Apple isn’t trying to replace Flash with its own proprietary thing. They’re replacing it with H.264 and HTML5. This is good for everyone but Adobe.” —John Gruber, Daring Fireball blog, Jan. 25, 2010
  • 3. “There is no standard HTML5 codec, however, with Apple Safari and Google Chrome supporting H.264 playback (which is required to play back video on YouTube’s HTML5 pages), Mozilla Firefox, Opera’s Opera and Chrome supporting OggTheora playback, and the800-pound gorilla supporting neither codec(that would be Internet Explorer).All, of course, still support Flash.” —Jan Ozer, Streaming Learning Center, Feb. 26, 2010
  • 4. “The licensing issues behind H.264 are tied to HTML5, an upcoming HTML standard, because it uses the H.264 codec to play videos without Flash. HTML5 can use H.264 codec or others, such as the open source open-source OggTheora. The vast majority of online videos use Flash-based players.” —Regina McCombs, Poynter Institute, Feb. 8, 2010
  • 5. Mozilla’s lack of support presents a major obstacle to HTML5, McCombs says. The open-source developer of Firefox does not support H.264 because it’s a proprietary codec. Not open. But after a change announced in February 2010, “H.264 will be royalty-free through the end of 2015.” Mozilla might (or might not) change its policy on video as a result.
  • 6. “About Adobe: They are lazy, [Steve] Jobs says. They have all this potential to do interesting things but they just refuse to do it. … Apple does not support Flash because it is so buggy, he says. Whenever a Mac crashes more often than not it’s because of Flash. No one will be using Flash, he says. The world is moving to HTML5.” —John C. Abell, reporting for Wired, Jan. 30, 2010
  • 7. “I don’t expect to see full implementation of HTML5 across all the major browsers until the end of 2011 at least.” —Philippe Le Hégaret,Worldwide Web Consortium Quoted at Webmonkey, Nov. 17, 2009
  • 8. A quick look at HTML5
  • 9. “In HTML 5 there are specific tags meant for marking up the header, navigation, sidebar and footer. First, take a look at the markup …” —MadsKjaer, Nettuts+, July 6, 2009
  • 10. <!doctype html> <html> <head> <title>Page title</title> </head> <body> <header> <h1>Page title</h1> </header> <nav> <!-- Navigation --> </nav> <section id="intro"> <!-- Introduction --> </section> <section> <!-- Main content area --> </section> <aside> <!-- Sidebar --> </aside> <footer> <!-- Footer --> </footer> </body> </html> Document structure in HTML5
  • 11. “When HTML 5 and CSS 3 are one day implemented in all browsers it will be a lot easier to build Web sites. We’ll finally be able to stop using floats for layout (which they were never meant to be used for), and we will spend considerably less time writing JavaScript to scale our background images or zebra-stripe our tables.” —MadsKjaer, Nettuts+, July 6, 2009
  • 12. Video embedding in HTML5 <videosrc="movie.ogg" controls="controls">If you can see this text, your browser does not support the HTML5 video tag.</video> (Green text is the filename of the video file. ) —W3schools: HTML 5 <video> Tag
  • 13.
  • 14. “One of HTML5’s goals is to move the Web away from proprietary technologies such as Flash, Silverlight, and JavaFX, says Ian Hickson, co-editor of the HTML5 specification.” —Paul Krill, reporting for InfoWorld, June 16, 2009
  • 15. “It’s always a problem when you’re stuck with a single software provider—what if they decide to abandon the product you’re using? What if they decide to start charging? With an open platform, there’s no such risk, since we have true competition, many vendors, and an open standard that anyone can implement.” —Ian Hickson, co-editor of the HTML5 specification
  • 16. Flash is a single-vendor product.
  • 17. H.264 is a single-vendor product.* * The H.264 video codec (compression/decompression system) is patented. The patents are controlled by MPEG LA, a group of 26 organizations. Licensing fees are required from video creators and distributors who charge for their video and use the H.264 codec.
  • 19. For video,Apple has selected H.264.Firefox has selected OggTheora.
  • 20. SWF and FLV are partly open formats. http://en.wikipedia.org/wiki/SWF http://en.wikipedia.org/wiki/Flash_Video
  • 21. “Most of the debate and discussion over HTML5 vs. Flash vs. Native Apps has little to do with what is the right technical approach, or whether something is open or closed; it has to do with the expressions of power and control that drive the businesses of the Internet’s dominant platform companies—Apple, Adobe, Google and Microsoft.” —Jeremy Allaire, founder and CEO of Brightcove Writing at TechCrunch, Feb. 5, 2010 Italics added
  • 22. Apple, Adobe & HTML5 Mindy McAdams http://mindymcadams.com/

Notes de l'éditeur

  1. http://daringfireball.net/2010/01/apple_adobe_flash John Gruber, Daring Fireball blog, Jan. 25, 2010
  2. http://www.streaminglearningcenter.com/articles/flash-player-cpu-hog-or-hot-tamale-it-depends-.html Jan Ozer, Streaming Learning Center, Feb. 26, 2010
  3. http://www.poynter.org/column.asp?id=31&amp;aid=177296 Regina McCombs, Poynter Institute, Feb. 8, 2010
  4. http://www.poynter.org/column.asp?id=31&amp;aid=177296 Regina McCombs, Poynter Institute, Feb. 8, 2010
  5. http://www.wired.com/epicenter/2010/01/googles-dont-be-evil-mantra-is-bullshit-adobe-is-lazy-apples-steve-jobs/ John C. Abell, reporting for Wired, Jan. 30, 2010
  6. http://www.webmonkey.com/2009/11/a_brave_new_web_will_be_here_soon__but_browsers_must_improve/
  7. http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/ MadsKjaer, Nettuts+, July 6, 2009
  8. http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/ MadsKjaer, Nettuts+, July 6, 2009Document structure in HTML5
  9. http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/ MadsKjaer, Nettuts+, July 6, 2009
  10. http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_video Green text is the filename of the video file.
  11. http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_video
  12. http://www.infoworld.com/d/developer-world/html-5-could-it-kill-flash-and-silverlight-291?page=0,1 Paul Krill, reporting for InfoWorld, June 16, 2009
  13. Ian Hickson, co-editor of the HTML5 specification, quoted in: http://www.infoworld.com/d/developer-world/html-5-could-it-kill-flash-and-silverlight-291?page=0,1 Paul Krill, reporting for InfoWorld, June 16, 2009
  14. http://www.poynter.org/column.asp?id=31&amp;aid=177296 Regina McCombs, Poynter Institute, Feb. 8, 2010 : “H.264 is a very efficient video compression/decompression system. You find it a lot of places, and it&apos;s becoming more popular. MPEG LA, a group of 26 organizations, holds patents related to the codec, but the group allows anyone to use H.264 on videos that are free to end users -- for now. If the video isn&apos;t free, video creators and distributors must pay license fees for both encoding and decoding. “
  15. http://www.theora.org/
  16. http://en.wikipedia.org/wiki/SWF
  17. http://techcrunch.com/2010/02/05/the-future-of-web-content-html5-flash-mobile-apps/ Jeremy Allaire, founder and CEO of Brightcove, Feb. 5, 2010