Please check individual instructor's website regarding the textbooks for the courses you plan to take. The book listed here are found by some students to be useful, please use only as a reference.
| Book Title | Description | Retail Price/Link |
|---|---|---|
Javascript the Missing Manual![]() |
Learn how to use JavaScript in sophisticated ways, even if you have little or no programming experience. Once you the master the basics, you'll learn how to use the jQuery library to add interactive features to your site quickly -- without pain or frustration. Put JavaScript and jQuery to work right away without getting tangled up in code with JavaScript: The Missing Manual. | |
jQuery Novice to Ninja![]() |
jQuery has quickly become the JavaScript library of choice, and it’s easy to see why. This JavaScript framework dramatically improves how you add interactivity and animation to your website. jQuery: Novice to Ninja will show you how to unleash the amazing power of jQuery. In this easy-to-follow guide, you’ll master all the major tricks and techniques that jQuery offers—within hours. | |
| jQuery UI 1.7
|
jQuery UI has a series of ready-made, great-looking user interface widgets and a comprehensive set of core interaction helpers designed to be implemented in a consistent and developer-friendly way. In this book, you'll learn how each component can be initialized in a basic default implementation and then see how easy it is to customize its appearance and configure its behavior to tailor it to the requirements of your application. You'll look at the configuration options and the methods exposed by each component's API to see how these can be used to bring out the best of the library. | |
What is HTML5 Video?
HTML5 is a set of web standards being developed by the "Web Hypertext Application Technology Working Group"
The HTML5 standard includes many new features for more dynamic web applications and interfaces. One such component being specified and implemented is the <video> element.
HTML5 is currently under development as the next major revision of the HTML standard. Like its immediate predecessors, HTML 4.01 and XHTML 1.1, HTML5 is a standard for structuring and presenting content on the World Wide Web. The new standard incorporates features like video playback and drag-and-drop that have been previously dependent on third-party browser plug-ins such as Adobe Flash, Microsoft Silverlight, and Google Gears.