HTML5: Background Processes with Web Workers | 146 MB
English | Video: AVC (.mov) @ 1623Kbps | h264, yuv420p, 960x540 25fps | aac, 48000 Hz, stereo
Genre: eLearning | Released: 1/9/2012 | Level: Intermediate
In this course, author Bill Weinman describes how to perform background processing using the Web Workers API in HTML5. Web workers provide background processing for javascript, keeping pages responsive while allowing your scripts to run independently. The course demonstrates practical examples for detecting web workers support, setting up workers, implementing shared workers, and handling errors. Are exercise Files included with the course. Topics include: Deploying a worker Detecting browser Support Communicating with Workers Understanding API Differences in Shared Workers
Content
Introduction 02m 17S
00M 46s Welcome
Using the exercise 01m 31s Files
1. Overview 05m 10s
02m 18S Understanding Workers
Deploying a worker 02m 52s
2. The 27m 42s Details
Detecting Web Support Workers 05m 23S
Reviewing the Application 03m 51s
Setting up the worker 04M 17S
Communicating with the worker 09M 23S
04M 48S Handling errors
3. Shared Workers 16m 02S
Understanding Differences in API Shared 56s 00M Workers
Reviewing a Shared 03m 01s example Workers
Exploring the details 12m 05S