November 2012
Beginner
416 pages
13h 22m
English
This chapter covers
This chapter is all about making difficult things simple. In any HTML application with a significant amount of user interaction, you’ll encounter requirements that conflict with one another, such as the need to upload a file or edit an image while maintaining a responsive interface. In this chapter, we’ll show you how to balance the need for a responsive user interface (UI) with the requirement to perform complex, processor-intensive tasks with two new HTML5 APIs: Web Workers ...