Official Review
NULL
|
Other links at JavaScript > Books |
| 1. |
Javascript : The Definitive Guide
|
|
|
JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and its client-side framework, complete with sophisticated examplesthat show you how to handle common tasks, like validating form data and working with cookies. The book also contains a definitive, in-depth reference section thatcovers every core and client-side JavaScript function, object, method, property, constructor, and event handler. This book is an indispensable reference for allJavaScript programmers, regardless of experience level. This third edition of JavaScript: The Definitive Guide describes the latest version of the language, JavaScript 1.2, as supported by Netscape Navigator 4 and Internet Explorer 4. The book also covers JavaScript 1.1, which is the first industry-standard version known as ECMAScript.
|
| 2. |
Beginning Javascript
|
|
|
Beginning JavaScript is a patient, introductory tutorial on writing scripts successfully. It assumes no prior knowledge of programming languages, and teaches you how to create client-side scripts (including full coverage of fundamentals like variables and flow control, plus plenty of screen shots.) After covering the core JavaScript language, you'll move on to learn about more advanced techniques, including Dynamic HTML, using cookies, debugging techniques, and server-side scripting with ASP.
|
| 3. |
Practical JavaScript for the Usable Web
|
|
|
This is a new kind of JavaScript book. It's not cut'n'paste, it's not a reference, and it's not an exhaustive investigation of the JavaScript language. It is about client-side, web-focused, and task-oriented JavaScript. 'Practical JavaScript for the Usable Web' takes a two pronged approach to learning the JavaScript that you need to get your work done: teaching the core client-side JavaScript that you need to incorporate usable interactivity into your web applications, including many short functional scripts, and building up a complete application with shopping cart functionality.
|
| 4. |
How to Do Everything with JavaScript
|
|
|
This friendly, solutions-oriented guide is filled with step-by-step examples that illustrate how to write basic to advanced JavaScript applications, as well as modify existing scripts to suit individual needs. Each chapter begins with the specific how-to topics that will be covered. Within the chapter, each topic is accompanied by a solid, easy-to-follow walkthrough of the process. This book covers several topics not covered in other titles, including the new JavaScript 2.0, using JavaScript with DOM 1 and 2, and creating dynamic stylesheets.
|
| 5. |
JavaScript: A Beginner's Guide
|
|
|
JavaScript is a client-side scripting language that allows you to add various features and effects to your web site and which also allows you to perform useful tasks such as form validation. This book is written in a style that allows both those with and without programming experience to learn the basics of JavaScript coding. The book has special features to help you grasp what you need to know in each chapter. Chapters begin with a set of goals, and include checkpoints along the way to test what you have covered. Also, there are projects that allow you to code scripts similar to those discussed in the chapter on your own and check your results in the browser or by looking at the downloadable code on this site. At the end of each chapter is a Mastery Check which asks you a few questions related to the content of the chapter, with answers in the appendix.
|
|
|