Editorial Review: Suitable for learning basic programming for Web browsers, Beginning JavaScript is a patient, introductory tutorial on writing scripts successfully. It teaches you how to create client-side scripts (including full coverage of fundamentals like variables and flow control, plus plenty of screen shots.) JavaScript is a good way to learn programming. It's powerful, of course, but the book takes small steps, using scripts that work with string and time data first, and then moving to manipulating browser objects like forms and windows. A running case study for a trivia game helps anchor the steps with a practical (and fun) example. There are plenty of tips on debugging your scripts (including how to use the Microsoft Script Debugger tool), and each section includes sample questions. (The book also offers extensive answers in over 80 pages at the end of the book.) There's plenty of material on the differences between Internet Explorer and Netscape, especially when it comes to Dynamic HTML (DHTML). Coverage of the Document Object Model (DOM) for browsers helps bring the text up to date on some of the latest standards in Web browsers (including the new Netscape 6). While the focus of Beginning JavaScript clearly is on the client, later sections turn to server-side ASP development (in which the sample trivia game is enhanced with ASPs written in JavaScript using ADO and Microsoft Access.) Reference sections on JavaScript and the browser object model for Internet Explorer and Netscape (through version 4.x) round out the material. In all, with its approachable style and clearly rendered code examples, Beginning JavaScript makes for a worthwhile first book of programming for today's browsers. Even if you haven't programmed before, this text can give you the tools you need to bring your static Web pages to life. --Richard Dragan Topics covered:
Introduction to JavaScript
Cross-browser compatibility issues
JavaScript data types and variables
Displaying errors
Calculations
Operators
String handling
Flow control statements
Loops
Introduction to using objects
The browser object model
HTML forms (including types of input controls)
Frames and windows
Tutorial for regular expressions
Advanced string methods
Date, time, and timer objects
Common errors
The Microsoft Script Debugger
Cookies
Dynamic HTML (DHTML) on Internet Explorer 4.0 and Netscape Navigator 4.x
The Document Object Model (DOM)
ActiveX controls and plug-ins used with JavaScript
Server-scripting
Introduction to ASP and databases (including SQL basics and database design with Microsoft Access)
Sample case study for a trivia game
Sample exercises and answers
References to JavaScript
Internet Explorer 4 and 5 and Netscape Navigator 4 objects
ASP object model reference
JavaScript is the language of the Web. Used for programming all major browsers, JavaScript gives you the ability to enhance your web site by creating interactive, dynamic and personalized pages. Our focus in this book is on client-side scripting, but JavaScript is also hugely popular as a scripting language in server-side environments, a subject that we cover in later chapters. Beginning JavaScript assumes no prior knowledge of programming languages, and teaches you all the fundamental concepts that you need as you progress. 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. By the end of this book, you will have mastered the art of using JavaScript to create dynamic and professional-looking web pages.
Customer Reviews
Average Rating:
Rating: - Beginning Javascript excellent book
Can't say enough about this book. Really outstanding in explaining the how-to of Javascript, especially for the beginner. Truly an outstanding book! Thnak you.
Rating: - information in this book is very very VERY old!
this book is a total waste of money. The things you learn are made for very old browsers. So if you want a book to learn js don't get this one, you would learn things as they where done 10 years ago.
Rating: - Full client side javascript tutorial
This is a perfect book for those who is looking for skills of creating dynamic web pages, though it is a bit outdated now in part of intensive discussion on how to create cross-platform pages for older versions of IE and Netscape.
The original drawback of the book is a lack of information on how to handle situations when you don't use IIS as a web server and your database is other than MS Office Access. It's understood a single book can not cover every single OS flavor and all the variety of ... Read More
Rating: - Great book for beginners
This is a great book for beginners. The author explained everything in detail on how everything works together. You do not need any book else for the same topic to get you started and to get your work done.
Rating: - Book confuses the issues and doesn't get to the syntax
Instead of defining all the attributes of say "Request.QueryString" into differenct contexts like Javascript and HTML , he muddles around with probably the lamest web application environment around.