Programming HTML5 Applications

Programming HTML5 Applications

by Zachary Kessin
Programming HTML5 Applications

Programming HTML5 Applications

by Zachary Kessin

eBook

$17.49  $22.99 Save 24% Current price is $17.49, Original price is $22.99. You Save 24%.

Available on Compatible NOOK Devices and the free NOOK Apps.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

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


Product Details

ISBN-13: 9781449322724
Publisher: O'Reilly Media, Incorporated
Publication date: 11/10/2011
Sold by: Barnes & Noble
Format: eBook
Pages: 144
File size: 2 MB

About the Author

Zachary Kessin has been working on developing interactive web applications since 1994. In the last few years Zachary's focus has been on building complex applications in the browser with Javascript, browser-based testing with Selenium, functional programming, and code generation.

Table of Contents

Preface; How This Book Is Organized; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; Chapter 1: The Web As Application Platform; 1.1 Adding Power to Web Applications; 1.2 Developing Web Applications; 1.3 JavaScript’s Triumph; Chapter 2: The Power of JavaScript; 2.1 Nonblocking I/O and Callbacks; 2.2 Lambda Functions Are Powerful; 2.3 Closures; 2.4 Functional Programming; 2.5 Prototypes and How to Expand Objects; 2.6 Expanding Functions with Prototypes; 2.7 Currying and Object Parameters; 2.8 Array Iteration Operations; 2.9 You Can Extend Objects, Too; Chapter 3: Testing JavaScript Applications; 3.1 QUnit; 3.2 Selenium; Chapter 4: Local Storage; 4.1 The localStorage and sessionStorage Objects; 4.2 JQuery Plug-ins; Chapter 5: IndexedDB; 5.1 Adding and Updating Records; 5.2 Adding Indexes; 5.3 Retrieving Data; 5.4 Deleting Data; Chapter 6: Files; 6.1 Blobs; 6.2 Working with Files; 6.3 Uploading Files; 6.4 Drag-and-Drop; 6.5 Putting It All Together; 6.6 Filesystem; Chapter 7: Taking It Offline; 7.1 Introduction to the Manifest File; 7.2 Events; 7.3 Debugging Manifest Files; Chapter 8: Splitting Up Work Through Web Workers; 8.1 Web Worker Use Cases; 8.2 Using Web Workers; 8.3 Web Worker Fractal Example; 8.4 Testing and Debugging Web Workers; 8.5 A Pattern for Reuse of Multithread Processing; 8.6 Libraries for Web Workers; Chapter 9: Web Sockets; 9.1 The Web Sockets Interface; 9.2 Setting Up a Web Socket; 9.3 Web Socket Example; 9.4 Web Socket Protocol; Chapter 10: New Tags; 10.1 Tags for Applications; 10.2 Accessibility Through WAI-ARIA; 10.3 Microdata; 10.4 New Form Types; 10.5 Audio and Video; 10.6 Canvas and SVG; 10.7 Geolocation; 10.8 New CSS; JavaScript Tools You Should Know; Colophon;
From the B&N Reads Blog

Customer Reviews