Discover new kitchen selections
Buy new:
-33% $26.99
$3.99 delivery Saturday, May 24 to Nashville 37217
Ships from: eQuip Online
Sold by: eQuip Online
$26.99 with 33 percent savings
List Price: $39.99
$3.99 delivery Saturday, May 24 to Nashville 37217. Details
Or fastest delivery May 20 - 21. Details
Only 1 left in stock - order soon.
$$26.99 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$26.99
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Ships from
eQuip Online
eQuip Online
Ships from
eQuip Online
Returns
30-day refund/replacement
30-day refund/replacement
This item can be returned in its original condition for a full refund or replacement within 30 days of receipt. You may receive a partial or no refund on used, damaged or materially different returns.
Payment
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others. Learn more
$8.77
Pages are clean and are not marred by notes or folds of any kind. ~ ThriftBooks: Read More, Spend Less Pages are clean and are not marred by notes or folds of any kind. ~ ThriftBooks: Read More, Spend Less See less
FREE delivery May 29 - June 4 to Nashville 37217. Details
Or fastest delivery May 23 - 29. Details
In stock
$$26.99 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$26.99
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Access codes and supplements are not guaranteed with used items.
Ships from and sold by ThriftBooks-Atlanta.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

Follow the author

Something went wrong. Please try your request again later.

Beginning JavaScript 1st Edition

4.1 out of 5 stars 49 ratings

{"desktop_buybox_group_1":[{"displayPrice":"$26.99","priceAmount":26.99,"currencySymbol":"$","integerValue":"26","decimalSeparator":".","fractionalValue":"99","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"xBAaBtrNOTX9U5d9Gt4cKKx4HoZwm2Pr7VVPOTDjDVAKEpVtVIRRtJwx6%2BTz%2BiQJoW275j6sWmTfZHK57FXll9PzT1%2FDSWofwI20Sx0mDxlRCBjfBk9ThGTFpAzVbr9KJRh90SFnbMfpxyRaPBLN5hWWjmPSoMgiU%2FHgy5euUcL%2BCOPWa%2BZ9Cw%3D%3D","locale":"en-US","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}, {"displayPrice":"$8.77","priceAmount":8.77,"currencySymbol":"$","integerValue":"8","decimalSeparator":".","fractionalValue":"77","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"xBAaBtrNOTX9U5d9Gt4cKKx4HoZwm2PrdOAix2ddeptF8zutAxkXTDIrOAVrpelQxNTfvwMzErxMw56%2FFBNawBSJJ%2F9eW4sFIqs58xoXJwrwLoV8zSmQYh575i1YpU%2ByAN7xKzprJn5Sn2q2GwXRh6OHRSSkRgJXKMjc1B2z2Dw%3D","locale":"en-US","buyingOptionType":"USED","aapiBuyingOptionIndex":1}]}

Purchase options and add-ons

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.

There is a newer edition of this item:

Editorial Reviews

Amazon.com 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

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!

Product details

  • Publisher ‏ : ‎ Wrox Pr Inc
  • Publication date ‏ : ‎ December 1, 2000
  • Edition ‏ : ‎ 1st
  • Language ‏ : ‎ English
  • Print length ‏ : ‎ 1006 pages
  • ISBN-10 ‏ : ‎ 1861004060
  • ISBN-13 ‏ : ‎ 978-1861004062
  • Item Weight ‏ : ‎ 3.6 pounds
  • Dimensions ‏ : ‎ 7 x 2.25 x 9 inches
  • Customer Reviews:
    4.1 out of 5 stars 49 ratings

About the author

Follow authors to get new release updates, plus improved recommendations.
Paul Wilton
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Discover more of the author’s books, see similar authors, read book recommendations and more.

Customer reviews

4.1 out of 5 stars
49 global ratings

Review this product

Share your thoughts with other customers

Top reviews from the United States

  • Reviewed in the United States on May 30, 2001
    I've tried several tutorials on Javascript, and Wilton's is by far the best. If you know a little HTML, you can learn Javascript. If you know a LOT of HTML, his instructions directed at the new web designer are easy to skip over. Wilton very quickly moves the student into actual production of working Javascript pages, and weaves explanations throughout the examples so smoothly you don't realize how much you've learned until you look at your work. The real-world examples, which include online quizzes and a script for checking the browser version, are also highly motivating (versus books that push novices through endless versions of "hello world"). About the only thing I would add in a future edition is a troubleshooting chapter (the first example, of all things, wouldn't load for me initially, and I'm still not sure how I fixed it), and my only quibble is that the first time Javascript code is cited, the reader isn't immediately directed to Appendix C for a brief discussion of other tags. However, these are very minor critiques of a well-written, well-organized book that makes Javascript attainable--and fun to learn.
    15 people found this helpful
    Report
  • Reviewed in the United States on February 24, 2001
    I chose this book on JavaScript based upon the reviews which were already posted at Amazon on this and similar books. After having read the first few chapters, I totally agree that this book is both usable by both programmers with experience in other languages as well as by a total novice. The reader must, however, have a least a cusory knowledge of HTML. I found that Mr. Wilton is particularly good in his explanations of the sample code. Although I'm still in the first 100 pages (the book has over 1000), it appearts that the book is very complete. Also, there are references to other sources (mainly on-line) where further formal explanations can be obtained. Finally, all examples of code are on downloadable from the publisher's Web site.
    21 people found this helpful
    Report
  • Reviewed in the United States on February 22, 2013
    A good book for those new to Javascript. It helps to have a bit of a programming background, especially with object-oriented tools. I don't use Javascript much for my own web development, but find it necessary to understand the work of others when it comes to adding features or fixing a bug. Overall a good thing to have on your shelf.
  • Reviewed in the United States on August 16, 2003
    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. But I WAS WRONG. It is exactly the same as the 2000 edition, covering only NN up to ver 4 and IE up to 5. I had to return it at my own expense.
    If you already have a first edition, DON'T BUY this book. You would end up with two copies of the same book. If you don't have a first edition, I would still recommend JavaScript Bible by Danny Goodman or O'Reilly's JavaScript than this book. They are more up-to-date.
    8 people found this helpful
    Report
  • Reviewed in the United States on April 7, 2001
    You are a natural. Excellent flow, excellent examples and a real feel for getting your point across to script idiots like me. I have given away all my other JavaScript books.
    Not only is the book superbly designed and written, it is also edited and proofed in a manner qualitatively superior to most computer books. Let's hope the book is not a fluke and we get other fine products from the team who put this book together.
    I join others in saying this is a book not for beginners only. Wilton (unlike other JavaScript authors) deals with the newest W3C DOM standards and techniques with clarity and authority.
    Serious Web worker - buy this book!
    9 people found this helpful
    Report
  • Reviewed in the United States on August 15, 2001
    Another javascript book, where the author has shown they're not up to the job, I do not own the book, having only perused it, but I've seen lots of people who have read the book and come away deeply confused about how to author scripts due to the authors insistence on "Browser Detection" based on the User or Distributor definable UserAgent strings. This is completely unsafe and should never be used. Please choose another javascript book to learn client-side javascript programming.
    6 people found this helpful
    Report
  • Reviewed in the United States on December 13, 2001
    This book is intended for people who are new to programming at all,it is not for programmers beginners to javascript.
    It is good book for you if you do not know arrays,loops, database related topics(like sql)
    The topics are explained twice always ,first when the program is written and second after the code ends!!!
    It took long time for me to finish only primitives to extract what is already new for me.
    The book ends while I need it to be starting as practical examples for our real site construction needs.
    However the book is excellent language written , will organized and you can know what is javascript after 900 pages reading.
    If you are looking for a book to till javascript techniques and master it faster,Keep shopping around.
    10 people found this helpful
    Report