American Civil War
 
In Association With Amazon
Search
American Civil War
Browse
    Subcategories
Computers & Internet
Apple
Business & Culture
Computer Science
Databases
Graphic Design
Hardware
Home & Office
Microsoft
Networking
Operating Systems
Programming
Software
Web Development


    Categories
Apparel
Books
DVD
Electronics
Magazines
Music
Home & Garden
Software
Sports & Outdoors
Toys & Games
Video Games

civil war toys
64 Pieces
 
<< Back to Previous Page
Head First JavaScript (Head First)
 

Head First JavaScript (Head First)
written by Michael Morrison
Studio : O'Reilly Media, Inc.
by O'Reilly Media, Inc.
Publisher : O'Reilly Media, Inc.
Released : 2008-01-11
Availability : Usually ships in 1-2 business days
Number of Items : 1
EAN : 9780596527747
Avg. Customer Rating:(based on 29 reviews)

List Price : $39.99
Our Price : $22.87


Editorial Reviews for  'Head First JavaScript (Head First)'
 
Product Description
So you're ready to make the leap from writing HTML and CSS web pages to creating dynamic web applications. You want to take your web skills to the next level. And you're finally ready to add "programmer" to the resume. It sounds like you're ready to learn the Web's hottest programming language: JavaScript. Head First JavaScript is your ticket to going beyond copying and pasting the code from someone else's web site, and writing your own interactive web pages.

With Head First JavaScript, you learn:
  • The basics of programming, from variables to types to looping
  • How the web browser runs your code, and how you can talk to the browser with your code
  • Why you'll never have to worry about casting, overloading, or polymorphism when you're writing JavaScript code
  • How to use the Document Object Model to change your web pages without making your users click buttons
If you've ever read a Head First book, you know what to expect -- a visually rich format designed for the way your brain works. Head First JavaScript is no exception. It starts where HTML and CSS leave off, and takes you through your first program into more complex programming concepts -- like working directly with the web browser's object model and writing code that works on all modern browsers.

Don't be intimidated if you've never written a line of code before! In typical Head First style, Head First JavaScript doesn't skip steps, and we're not interested in having you cut and paste code. You'll learn JavaScript, understand it, and have a blast along the way. So get ready... dynamic and exciting web pages are just pages away.
 
Customer Reviews for  'Head First JavaScript (Head First)'
 
Head First HTML
This is the best series of How To books that I have seen in a while. Great Book for those just beginning to learn HTML.
 
The Wrong Way To Learn To Program
Having seen the Head First series in stores before and being superficially attracted to all of the promotional blurb about this style of learning being more suited to how the brain "really works", I have to say I really wanted this book to be good. However, after reading through the first few chapters of HFJS I'm inclined to believe that the style is not a good way to learn at all, to the extent that I've decided not to buy any more books in the series (I was planning on getting the C# and Ajax books if all went well with this one).

The whole affair brings to mind the state of education in general today, if I may digress. "Progressive" teaching methods are based on the idea that the formal, "stuffy" way of learning is inferior and that kids learn better sat around octagonal tables partaking collectively in interactive lessons that are crammed with bright colors, jokes and cartoons. Well, for all of the so-called "theory" that says this way of learning is better for kids, what are the results? I'm sorry, but the proof is in the pudding - kids are leaving school without the most basic intellectual skills, with a fuzzy idea of everything, with little structure or discipline, with the idea that accuracy and "getting it right" are not that important. In short, kids are getting dumber. So much for the hailed "progressive" method of learning.

And to be quite frank, this is the way I feel about this book. I'm not a complete beginner, being well versed in HTML, CSS and Python and with a basic understanding of C and LISP - so I was prepared to be a little "patronized" by the softly-softly approach. As it happens, throughout the book I was given to wondering just how on Earth a beginner was going to get a solid foundation in the basic concepts without being confused to the point where they would be inspired to give up altogether.

There are many examples I could give - a good one comes on page 79 when they introduce the "parseDonuts" function. They could have done a lot more to set down the basic structure and purpose of functions - for instance explaining the difference between formal and actual parameters - but they don't. The parseDonuts function is the first in the book to introduce the concept of returning a value, yet they make no reference to this at all here and just presume that the reader will work it out on their own. Of course to anyone who's familiar with another language, "return numDonuts;" will make perfect sense, but I'm not sure that this would not confuse a complete beginner to whom the basic concepts of coding have not yet solidified. A more formal text would also have outlined the concept of substitution to this end.

I turned over the page expecting a mention of the "return" statement at least in brief, but alas there were just more goofy pictures, a crossword, and then on to the next chapter.

Having read my fair share of programming manuals I feel that the most important qualities are accuracy, clarity, unambiguity, structure and readability. Sadly, this book falls short in those areas on a number of occasions. There is nothing worse when learning a programming language, in my opinion, than being confused in the early stages to the point where you're never confident about the foundations you're piling new material onto as you progress. Unfortunately in this book there are many opportunities for confusion, especially for the observant student who notices inconsistency and ambiguity in the text.

For example, on page 93 the author introduces the timer syntax. There are slanted code snippets to illustrate, one of which gives "refresh();" with a pointer indicating that it's purpose is to "refresh the web page". Yet on page 97 in the Q&A section, they reveal that the function to refresh a page is actually "reload()". Not only that, in using "refresh" as an example of an argument of "setTimeout()", not only do they not use parenthesis, as in "refresh()", but they also fail to pass the code in quotes, so what the reader sees is "setTimeout(refresh, 120000);". On the next page, they mention that the code must be passed as text in quotes. OK, so maybe they used "refresh" in the spirit of pseudocode, but the beginner is not going to know this and is liable to feel very unsure of what they're learning if they're observant enough to notice this stuff.

Another hugely important element of learning to program from a book is the act of following, and typing, examples on your own computer. You simply cannot expect to absorb the syntax, style and structure of programming without feeling it "under your own fingers" so to speak. This seems like a no-brainer. The problem with this book is, you're never actually sure when you're supposed to be entering code yourself, and the author gives you no clear indication of a hands-on "plot" to follow. In the chapter on the iRock for example, you're reminded on a number of occasions where to download the iRock graphic from the publishers website - but not within a solid context of actually typing the examples in yourself. This is hard to explain in a review but is something you'll see for yourself if you try the book. I contrasted this fuzzy approach with my experience with the excellent "Missing Manual" guide to CSS for example, in which half of every chapter is a "follow along at your computer" exercise which really does make you absorb and understand what's going on. Also, a vital part of learning is to complete practical exercises yourself. The best example I have come across is John Zelle's "Learning Python - and Introduction to Computer Science", a fantastic example of a book which teaches solid concepts formally while managing to be friendly and interesting. HFJS unfortunately limits itself to crosswords and "fill in the blanks" quizzes which fall far short of the kind of exercises needed to make a student confident about what they're learning.

While I understand the series' basic premise that the brain remembers material that is presented in an interesting way, I think they really do go too far in trying to be wacky and exciting. They've crossed the line from "interesting" into a murky territory in which structure and direction are sacrificed in favor of style. Sure, a picture of a tiger next to some code may help you remember that particular page - but is this really what we look back on when we try to recall later? When I think back to programming concepts I've learned, I picture them in the abstract state in which they exist in my head, and not on the page I originally learned them from. For this reason, I think the purpose of the book should be to make sure the information enters the brain in a structured, logical, accurate fashion - not to serve as a visual "reference" from which to recall things later. It's quite possible to be colorful and humorous and interesting without mixing things up all over the page, in my opinion.

Maybe I'm just too old for this style of learning at 35. Maybe the Head First series is really geared toward high school and college students with low attention spans, I don't know. But what I do know is that to me, programming is not a subject you can learn thoroughly by skimming through a fuzzy maze of vague, hinted at, non-concretes. I gave up on this book half way through because I felt it would actually do more harm than good to my understanding of JavaScript in the long run. I understand that not everyone is the same and that other people think these books are the bees knees, but they are not for me.

 
Another bullseye from HeadFirst!
Web development is not my primary job so I was looking for something to give me a better understanding of JavaScript without too great an investment of time and money. This book is it! Amazing detail but incredibly easy to follow. The book is simple to scan for overviews of each chapter, which lets users with some background skip what they are already familiar with and jump into sections they want. If you are new to HeadFirst, you are in for a treat. The books build knowledge concept by concept with lots of illustrations and practice to develop increasing skill and then become favored reference sources. My only complaint is that the middle pages come loose from the binding with a lot of use. All in all, I think new and novice users will be thrilled with this book. I can't wait for the HeadFirst book on PHP and MySQL:)
 
Need more how to and less humor
This book tried too hard to be funny. I wanted more in depth how to and less humor. I am a beginner so I thought this book would do the job but I could only do the examples they gave. I didn't have enough information to improvise after doing an example.

I think a better book is JavaScript Goodies...
 
An Average book
After contemplating which Javascript book to get, I decided on HFJS. I read the Head First HTML book and it was great therefore I thought HFJS would be the same. I was wrong. Unlike the HTML book where things are explained from beginning to end, the HFJS is the opposite. Granted I am a real beginner to Javascript and the first few pages were fine. But after reading into it more, things are not explained thoroughly until the end of the book. After 250 pages I just gave up because I wasnt understanding it. It is a good book but not for beginners like me. Hopefully the next edition, they will explain things in the beginning more throughly.
 
Shopping Cart
Your cart is empty.
View Cart
Featured Items
Civil War Doctor: The Story of Mary Walker (Social Critics and Reformers)
The Fredericksburg Campaign: Winter War on the Rappahannock
Lee and His Army in Confederate History (Civil War America)
The Civil War Art of Mort Künstler
Wolf of the Deep: Raphael Semmes and the Notorious Confederate Raider CSS Alabama (Vintage Civil War Library)
Lee Shirt
Civil War Toys
Chess Sets
 
American Civil War Quarter Masters Supply Depot
 
American Civil War - Discount prices, fast delivery on Books American Civil War - Head First JavaScript (Head First) only $22.87 at americancivilwar.com products.