Book description
If you don't know about the new features available in HTML5, now's the time to find out. This book provides practical information about how and why the latest version of this markup language will significantly change the way you develop for the Web.
HTML5 is still evolving, yet browsers such as Safari, Mozilla, Opera, and Chrome already support many of its features -- and mobile browsers are even farther ahead. HTML5: Up & Running carefully guides you though the important changes in this version with lots of hands-on examples, including markup, graphics, and screenshots. You'll learn how to use HTML5 markup to add video, offline capabilities, and more -- and you’ll be able to put that functionality to work right away.
- Learn new semantic elements, such as , , and
- Meet Canvas, a 2D drawing surface you can program with JavaScript
- Embed video in your web pages without third-party plugins
- Use Geolocation to let web application visitors share their physical location
- Take advantage of local storage capacity that goes way beyond cookies
- Build offline web applications that work after network access is disconnected
- Learn about several new input types for web forms
- Create your own custom vocabularies in HTML5 with microdata
Publisher resources
Table of contents
-
HTML5: Up and Running
- SPECIAL OFFER: Upgrade this ebook with O’Reilly
- Preface
- 1. How Did We Get Here?
- 2. Detecting HTML5 Features
- 3. What Does It All Mean?
- 4. Let’s Call It a Draw(ing Surface)
-
5. Video on the Web
- Diving In
- Video Containers
- Video Codecs
- Audio Codecs
- What Works on the Web
- Licensing Issues with H.264 Video
- Encoding Ogg Video with Firefogg
- Batch Encoding Ogg Video with ffmpeg2theora
- Encoding H.264 Video with HandBrake
- Batch Encoding H.264 Video with HandBrake
- Encoding WebM Video with ffmpeg
- At Last, the Markup
- What About IE?
- A Complete Example
- Further Reading
- 6. You Are Here (And So Is Everybody Else)
- 7. The Past, Present, and Future of Local Storage for Web Applications
- 8. Let’s Take This Offline
- 9. A Form of Madness
- 10. “Distributed,” “Extensibility,” and Other Fancy Words
-
A. The All-in-One Almost-Alphabetical Guide to Detecting Everything
-
List of Elements
- <audio>
- <audio> in MP3 format
- <audio> in Vorbis format
- <audio> in WAV format
- <audio> in AAC format
- <canvas>
- <canvas> text API
- <command>
- <datalist>
- <details>
- <device>
- <form> constraint validation
- <iframe sandbox>
- <iframe srcdoc>
- <input autofocus>
- <input placeholder>
- <input type="color">
- <input type="email">
- <input type="number">
- <input type="range">
- <input type="search">
- <input type="tel">
- <input type="url">
- <input type="date">
- <input type="time">
- <input type="datetime">
- <input type="datetime-local">
- <input type="month">
- <input type="week">
- <meter>
- <output>
- <progress>
- <time>
- <video>
- <video> captions
- <video poster>
- <video> in WebM format
- <video> in H.264 format
- <video> in Theora format
- contentEditable
- Cross-document messaging
- Drag and drop
- File API
- Geolocation
- History
- Local storage
- Microdata
- Offline web applications
- Server-sent events
- Session storage
- SVG
- SVG in text/html
- WebSimpleDB
- Web Sockets
- Web SQL Database
- Web Workers
- Undo
- Further Reading
-
List of Elements
- Index
- About the Author
- Colophon
- SPECIAL OFFER: Upgrade this ebook with O’Reilly
Product information
- Title: HTML5: Up and Running
- Author(s):
- Release date: August 2010
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449399665
You might also like
book
HTML5 in Action
HTML5 in Action provides a complete introduction to web development using HTML5. You'll explore every aspect …
book
Web Programming with HTML5, CSS, and JavaScript
Web Programming with HTML5, CSS, and JavaScript is written for the undergraduate, client-side web programming course. …
book
HTML5 Cookbook
With scores of practical recipes you can use in your projects right away, this cookbook helps …
book
Head First HTML5 Programming
HTML has been on a wild ride. Sure, HTML started as a mere markup language, but …