Vous voulez voir cette page en français ? Cliquez ici.

Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Beginning JavaScript [Paperback]

Paul Wilton
4.4 out of 5 stars  See all reviews (58 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Library Binding CDN $58.41  
Paperback CDN $36.26  
Paperback, Dec 1 2000 --  
There is a newer edition of this item:
Beginning JavaScript Beginning JavaScript
CDN$ 30.09
In Stock.

Book Description

Dec 1 2000 Programmer to Programmer
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.


Customers Who Bought This Item Also Bought


Product Details


Product Description

From Amazon

Javascript is the only scripting language that runs in all the leading Web browsers, making it an essential part of the Web developer's tool kit. The language itself is not especially difficult to learn, but it becomes more challenging when you include related topics such as HTML forms, dynamic HTML and cross-browser compatibility. Beginning JavaScript, which is suitable for beginning or intermediate programmers, covers all these topics and more to provide a complete Javascript handbook.

Early chapters cover language basics, such as data types, functions, conditions and loops, string handling, and programming with objects. The authors explain how to control the Web browser by programming its object model, and how to combine scripts with forms. There is a guide to debugging with Netscape and Microsoft Internet Explorer, and a chapter on using cookies to store user preferences.

A substantial part of the book is focused on Dynamic HTML and how to write scripts that control the content of the page. There is a clear explanation of the DOM (document object model), as specified by the W3C Web standards group. Finally, there is a look at extending browser capabilities with ActiveX controls or plug-ins, and server-side scripting with Active Server Pages, including database access. Several appendixes offer a language reference and object models for Internet Explorer and Netscape Navigator 4.0. Sadly Netscape 6.0 is not covered, but it is not quite as bad as it sounds since Netscape 6.0 closely follows the official DOM. --Tim Anderson

From the Publisher

This book is for anyone who wants to learn JavaScript. You will need a very basic knowledge of HTML, but no prior programming experience is necessary. Whether you want to pick up some programming skills, or want to find out how to transfer your existing programming knowledge to the Web, then this book is for you. All you need is a text editor (like Notepad) and a browser, and you're ready to go!

Inside This Book (Learn More)
Browse and search another edition of this book.
First Sentence
JavaScript is a scripting language that enables you to enhance static web applications, by providing dynamic, personalized, and interactive content. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

Most helpful customer reviews
3.0 out of 5 stars Not really for the beginner Mar 18 2002
Format:Paperback
If you really are "beginning JavaScript", then I wouldn't recommend this book. It's a large, dense volume that goes into great detail. But trying to find, for example, how to do rollovers (image swaps) in the index is an exercise in frustration. Nothing under "rollovers", nothing under "image swaps", the references for "onMouseOver" lead to examples that are too complicated. ...
Was this review helpful to you?
Format:Paperback
Instead of defining all the attributes of say "Request.QueryString" into differenct contexts like Javascript <var> and HTML <input value=>, he muddles around with <Server-Side Scripting with ASP> probably the lamest web application environment around.
Was this review helpful to you?
4.0 out of 5 stars Good for beginners Oct 27 2003
Format:Paperback
I chose this book as my introduction to JavaScript and am quite pleased with it. It pretty well covers all the basics and is worth a straight-through read. The author builds several examples, expanding on them as the book progresses. Each time a large block of code is presented. If you can't figure out what is going on just by inspecting the code, each section is followed by a detailed 'how it works' explanation.
The book was thorough enough to give me a good understanding of just about everything I needed to know to begin developing a rather complex client-side application. I had to go to a more in-depth reference to learn how to assign an event handler with parameters to a control that was being generated by code, but that was about all that I did not find covered in this book.
I would definitely recommend this book to Javascript beginners, particularly those who are willing to read steadily through it.
Was this review helpful to you?
Want to see more reviews on this item?
Most recent customer reviews
4.0 out of 5 stars Beware: Not the Second Edition!
I already have a copy of the year 2000 edition of this book and it was a great book. I found this 2003 book and I ordered one because I thought it was the second edition. Read more
Published on Aug 16 2003 by K. Okada
4.0 out of 5 stars old code but covered very well by this book
I have been using javascript on and off and for a while I
hav stayed away from it due to poor material and bad
presentation on some very bad books. Read more
Published on Aug 8 2003 by .Net learner
3.0 out of 5 stars Very thorough, but needs to get to the point
I bought this book as an amateur web site author trying to learn some new tricks for my site, and hoping to ease my way into some more serious web authoring. Read more
Published on April 16 2003 by Attn: Allison Bakke
5.0 out of 5 stars Best if kept on your Desk at all times
You won't be ashamed to have this "Beginning" book on display on your desk. It's easy to use and very descriptive. Plenty of examples and they work! Read more
Published on April 7 2003 by P. McDaniel
5.0 out of 5 stars This book is a 9.5 on a 10 scale...!
aha!,
After reading Beginning ASP 3.0 by Chriss Ullman and his gurus last summer . I wanted to know more about javascript. So i got this book. its grrreaat...! Read more
Published on Feb 23 2003 by Kwabena Gyan-baffour
5.0 out of 5 stars The best there is
I have read a few Javascript book and this is by far the best. If you are a beginner or have basic knowledge start with this. Read more
Published on Feb 6 2003 by "ja7000"
5.0 out of 5 stars Awsome examples that work.
The biggest problem these days with computer books is that usually the examples don't work when YOU try them? (usually not your fault either). Read more
Published on Jan 9 2003 by Robert N. Schroeter
4.0 out of 5 stars A big big big big big big big big good book...
It's a big book. It's a very big book. It taught me Javascript to a point where I was writing code from my head. Patience is required, but it will pay off. Read more
Published on Jan 7 2003 by ewomack
5.0 out of 5 stars Very good book!
This book starts out a bit slow, but it gets very good! It covers all the major topics including how to parse forms and input/output stuff. Read more
Published on Dec 23 2002 by Rjs32
5.0 out of 5 stars To the point and simple to understand
I needed to refresh myself on JavaScript since I hadn't looked at it for a year or two and really haven't gotten into programming it much. Read more
Published on Nov 22 2002
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback