MWLConsulting.com - All Types of Training

 Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Training » General » Simply JavaScriptOctober 12, 2008  


Categories
Computer Training
Teacher Training
Medical Training
Art Training
Medicine
Business
Yoga
Sports
Law
Art
Simply JavaScript
Simply JavaScript
enlarge
Authors: Kevin Yank, Cameron Adams
Publisher: SitePoint
Category: Book

List Price: $39.95
Buy New: $21.93
You Save: $18.02 (45%)
Buy New/Used from $21.93

Avg. Customer Rating: 3.5 out of 5 stars(13 reviews)
Sales Rank: 56155

Format: Illustrated
Languages: English (Original Language), English (Unknown), English (Published)
Media: Paperback
Edition: 1
Number Of Items: 1
Pages: 424
Shipping Weight (lbs): 1.8
Dimensions (in): 9 x 6.9 x 1.1

ISBN: 0980285801
Dewey Decimal Number: 005.133
EAN: 9780980285802
ASIN: 0980285801

Publication Date: June 21, 2007
Availability: Usually ships in 1-2 business days

Editorial Reviews:

Product Description
Everything you need to learn JavaScript from Scratch!

Packed with full-color examples, Simply JavaScript is a step-by-step introduction to programming in JavaScript the right way. Learn how easy it is to use JavaScript to solve real-world problems, build smarter forms, track user events (such as mouse clicks and key strokes), and design eye-catching animations. Then move into more powerful techniques using the DOM and Ajax.

  • Learn JavaScript's built-in functions, methods, and properties.
  • Easily integrate JavaScript in your web site.
  • Use JavaScript to validate form entries and interact with your users.
  • Understand how to respond to user events.
  • Create animations that bring your web site to life.
  • Start programming using the DOM and Ajax.

    Unlike other JavaScript books, modern best practices such as progressive enhancement, accessibility and unobtrusive scripting are used from the very beginning. All the code in the book is also cross-browser compatible and downloadable for free, so you can get started instantly!


  • Customer Reviews:   Read 8 more reviews...

    1 out of 5 stars This is not a book for beginners!!   September 12, 2008
    This book simply sucks! IT doesn't explain why it happens, it just gives you something and then you should figure out next.

    I don't recommend this book to anyone serious in learning Javascript. Better buy Javascript: The definitive guide, I have read it already, and reading this book is like wasting time.



    3 out of 5 stars Error - JavaScript does not have associtative arrays   August 10, 2008
      1 out of 1 found this review helpful

    These boys write in Chapter 2 that JavaScript has associative arrays but it is unfortunately a mistake. They show this snippet of code

    var postcodes = [];
    postcodes["Armadale"] = 3143;
    postcodes["North Melbourne"] = 3051;
    postcodes["Camperdown"] = 2050;
    postcodes["Annandale"] = 2038;

    and state that this is an array with 4 members. But unfortunately this array is empty, only has 4 properties. So, if you write

    alert (postcodes.length);

    you don't get 4, you get 0!



    2 out of 5 stars Maybe for someone else   August 7, 2008
      2 out of 2 found this review helpful

    Quite frankly, I couldn't make sense out of it. The examples don't seem to work, or they require knowing something that wasn't mentioned in the book. For a book entitled "Simply" I kind of expected that I would be able to write basic javascript by the time I had finished it. Sadly, this was not the case.


    2 out of 5 stars Review for Simply Javascript   June 14, 2008
      2 out of 3 found this review helpful

    When i bought the book i had read from overviews of the book that all i needed to know was html/xhtml but so far, after 2 chapters, i havent been able to understand anything. i feel like im reading jiberish. im not sure and it maybe just my understanding but i have NO idea what its saying. try the book and maybe u may understand what its saying and whats going on. but if you do i would REALLY appreciate it if you can email me letting me know whats up with the book and if its really JUST my understanding. i was looking really forward to the book but unfortunatly it isnt as exciting as i was hopin it to be. :(


    3 out of 5 stars Not the best for a complete beginner   March 24, 2008
      3 out of 4 found this review helpful

    The Sitepoint guys have great articles on their site and emails but I found this book very difficult to read. It didnt seem that the examples made sense, or flowed together to make sense.

    As Im pretty new to JS, adding that to my php work, I really had a difficult time understanding all the syntax - and that is made more difficult by now having clear, easy to follow examples.

    I cant and wont say that I wouldnt recommend this book because its not a bad book, I just feel that if you are as new to JS as I am, this might not be the best book to start with.



    Powered by Associate-O-Matic