Book description
HTML5 is not just a replacement for plugins. It also makes the Web a first-class development environment by giving JavaScript programmers a solid foundation for building industrial-strength applications. This practical guide takes you beyond simple site creation and shows you how to build self-contained HTML5 applications that can run on mobile devices and compete with desktop apps.
You’ll learn powerful JavaScript tools for exploiting HTML5 elements, and discover new methods for working with data, such as offline storage and multithreaded processing. Complete with code samples, this book is ideal for experienced JavaScript and mobile developers alike.
- Store session data in the browser with local storage objects
- Save trips to the server: store larger amounts of data with IndexedDB
- Give browsers limited access to a user’s system to read and upload files
- Take your app offline—and speed up page loading when it’s online
- Use Web Workers to create multithreaded applications
- Transfer data between browser and server more efficiently with Web Sockets
- Learn about HTML5 tags for forms, multimedia, graphics, and geolocation
"HTML5 is all the rage these days, but it's more than just a buzzword. Programming HTML5 Applications provides the knowledge to guide you through all the new technologies needed to make modern web applications."
--Ralph Whitbeck, cohost of The Official jQuery Podcast
Publisher resources
Table of contents
- Programming HTML5 Applications
- Preface
- 1. The Web As Application Platform
- 2. The Power of JavaScript
- 3. Testing JavaScript Applications
- 4. Local Storage
- 5. IndexedDB
- 6. Files
- 7. Taking It Offline
- 8. Splitting Up Work Through Web Workers
- 9. Web Sockets
- 10. New Tags
- A. JavaScript Tools You Should Know
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: Programming HTML5 Applications
- Author(s):
- Release date: November 2011
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449399085
You might also like
book
Build an HTML5 Game
A hands-on guide to web game development for programmers interested in building games using HTML5, CSS3, …
book
HTML5 Cookbook
With scores of practical recipes you can use in your projects right away, this cookbook helps …
book
HTML5 and JavaScript Projects: Build on your Basic Knowledge of HTML5 and JavaScript to Create Substantial HTML5 Applications
Build on your basic knowledge of HTML5 and JavaScript to create substantial HTML5 applications. Through the …
book
HTML5: The Missing Manual, 2nd Edition
HTML5 is more than a markup language—it’s a collection of several independent web standards. Fortunately, this …