September 2013
Intermediate to advanced
432 pages
12h 10m
English
Chapter 1. Our first single page application
Figure 1.1. JavaScript end-to-end
Figure 1.2. Responsibilities of the database, server, and client
Figure 1.3. The chat slider retracted and extended
Figure 1.4. Google Chrome Developer Tools
Figure 1.5. Chat slider retracted—spa.html
Figure 1.6. The completed chat slider in action—spa.html
Figure 1.7. Inspecting the elements—spa.html
Figure 1.8. Selecting a source file—spa.html
Figure 1.9. Viewing the source file—spa.html
Figure 1.10. Setting a breakpoint—spa.html
Chapter 2. Reintroducing JavaScript
Figure 2.1. If you forget the var keyword when you declare a local variable in a function, ...