SlideShare ist ein Scribd-Unternehmen logo
1 von 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/

Weitere ähnliche Inhalte

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 

Kürzlich hochgeladen (20)

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 

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/

Hinweis der Redaktion

  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