Product Details
Head First JavaScript

Head First JavaScript
By Michael Morrison

List Price: £30.99
Price: £18.08 & eligible for FREE Super Saver Delivery. Details

Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk

39 new or used available from £15.34

Average customer review:

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.


Product Details

  • Amazon Sales Rank: #33617 in Books
  • Published on: 2007-12-20
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 650 pages

Editorial Reviews

About the Author
Michael Morrison is a writer, developer, toy inventor, and author of a variety of books covering topics such as Java, Web scripting, game development, and mobile devices. Some of Michael's notable writing projects include JavaScript Bible, 6th Edition (Wiley, 2006),Teach Yourself HTML and CSS in 24 Hours, 7th Edition (Sams Publishing, 2005), Beginning Mobile Phone Game Programming (Sams Publishing, 2004) and Java Unleashed (Sams Publishing, 1997). Michael is the intructor of several Web-based courses, including DigitalThink's Introduction to Java 2 series, JavaBeans for Programmers series, and Win32 Programming series (http://www.digitalthink.com).

In addition to his primary profession as a writer and technical consultant, Michael is the founder of Stalefish Labs (http://www.stalefishlabs.com), an entertainment company specializing in games, toys, and interactive media. When not glued to his computer, skateboarding, playing hockey, or watching movies with his wife, Masheed, Michael enjoys hanging out by his koi pond.


Customer Reviews

Perfect Introduction5
I already use javascript when building websites, but felt that I didn't really understand how to get the most out of it. Like many designers/developers, I only really use a standard set of codes to add a basic level of functionality to a site. I wanted to go beyond the basics and to develop some decent applications.

Well this book sure helped me to achieve that. I thought that I had a good grasp of the concepts involved but gained a much more thorough understanding of scripting by the time that I finished this book. It really is an excellent beginners' book that takes you up to intermediate standard. I have already begun work on a couple of javascript projects and am making excellent progress thanks to the solid foundations laid by working through this book.

If you want a good grasp of the concepts involved in using javascript then buy this book and do all of the exercises in it and you will be well on your way.

Beginners only3
This book is not designed for programmers wanting to learn a new language, but for first timers learning their first. Code samples are few and far between and there is little info on library functions.

That said, the info that is there seems to be correct and it does cover a broad range.