Features
- Cover Type: Paperback with 592 pages
- Published by: friends of ED July 23, 2007
- Written in: English
- ISBN 10 Number: 1590598563
- ISBN 13 Number: 978-1590598566
-
Book Dimensions:
8.8 x 7.4 x 1.3 inches
- Weighs: 2 pounds
Product Description
As a web designer or developer, you know how powerful DOM scripting is for enhancing web pages and applications, adding dynamic functionality and improving the user experience. You've got a reasonable understanding of JavaScript and the DOM, but now you want to take your skills further. This book is all you need to do soit shows you how to add essential functionality to your web pages, such as on the fly layout and style changes, interface personalization, maps and search using APIs, visual effects using JavaScript libraries, and much more.
- Includes a quick recap of the basics, for reference purposes.
- Packed with real world JavaScript solutions from beginning to end
- Written by "Beginning Google Maps" author Jeffrey Sambells, and includes a case study by JavaScript guru Aaron Gustafson.
What you'll learn
- A quick recap of the HTML and CSS DOM, methods, and events.
- Shows you the basics of how to add dynamic effects and respond to user actions to your web sites using CSS and JavaScript.
- Introduces Ajax to the mix, showing you how to use it, and when not to use it.
- Learn best practices (such as graceful degredation) and productivity improvement via code reuse (libraries and APIs)
- Create Mashups using search, photo and mapping APIs.
- Build better, more dynamic user experiences using libraries such as Prototype and Scriptaculous.
Who is this book for?
This book is for intermediate to advanced web designers and developers who already have a reasonable to good knowledge of HTML, CSS, and JavaScript.
About The Author
Jeffery is a graphic designer and self-taught web applications developer best known for his unique ability to merge the visual world of graphics with the mental realm of code. With a Bachelor of Technology degree in Graphic Communications Management along with a minor in Multimedia, Jeffrey was originally trained for the traditional paper-and-ink printing industry, but he soon realized the world of pixels and code was where his ideas would prosper. In late 1999, he cofounded We-Create, Inc., an Internet
software company based in Waterloo, Ontario, which began many long nights of challenging and creative innovation.
Currently, as Director of Research and Development for We-Create, Jeffrey is responsible for investigating new and emerging Internet technologies and integrating them using web standards-compliant methods. In late 2005, he also became a Zend Certified Engineer.
When not playing at the office, Jeffrey enjoys a variety of hobbies from photography to woodworking. When the opportunity arises, he also enjoys floating in a canoe on the lakes of Algonquin Provincial Park or going on an adventurous, map-free, drive with his wife. Jeffrey also maintains a personal website at JeffreySambells.com, where he shares thoughts, ideas, and opinions about web technologies, photography, design, and more. He lives in Ontario, Canada, eh, with his wife, Stephanie, his newborn daughter, Addison, and their little dog, Milo.
Aaron pushed pixels and bits as a freelancer for many top companies (Aetna, Deloitte & Touche, Delta Airlines, Guinness, IBM and Scholastic, to name a few) before taking a position at Cronin and Company, a regional advertising agency. At Cronin, Aaron got the Digital department off the ground and set the standards (pun intended) for all web development within the agency. His work on websites for Bertucci\'s Restaurants, Konica Minolta, Mystic Aquarium, TriZetto and several Connecticut state agencies garnered numerous state, national and international awards for Cronin, for both design and web standards. In early 2006, Aaron left Cronin to focus on building his own web shop (Easy! Designs, LLC) and writing more.
In addition to being a member of the Web Standards Project (WaSP), Aaron sits on the Advisory Panel for WOW (formerly World Organization of Webmasters) and is a member of the Guild of Accessible Web Designers (GAWDS). He serves as Production Editor for A List Apart, is a contributing writer for Digital Web Magazine, and recently contributed several chapters to the newly-updated Web Design in a Nutshell, 3rd Edition (O\'Reilly). Aaron has been a featured speaker at numerous conferences including COMDEX, MacWorld and SXSW and has been called on to provide web standards training in both government and corporations.
He blogs at easy-reader.net.
Reader ReviewsUPDATE (3-17-08) I bought this book again because the material is definitely good. I'm really bummed Friends Of Ed let it go to press with all these errors though. I mean, come on--I'm finding errors all over the place! That is a great disservice to Sambells. But I've decided the material is worth wading through the many, many copy editing oversights. I'm crossing my fingers I don't get stuck troubleshooting typos in the code that choke my browser. That could easily waste hours of my time. -=-=- I was pretty excited after I dropped the $50 or so to by this book because the contents are right down my alley. Unfortunately, I could hardly make it out of Chapter 1 for all the typos and editorial oversights. Here are a few as an example: PG 34 -- "myVarialbe" instead of "myVariable" PG 35 -- "when you retrieving" instead of "when you are retrieving" PG 36 -- references a function called "initAchors()" that isn't used in the example code for that example. initAnchors() appears in the next example on the next page. PG 37 -- number of iterations in loop changes from 3 to 5 from 1st example to 2nd example for no apparent reason - this is confusing and distracts from the point being made. PG 37 -- Figure 1-7 shows three objects in diagram instead of the 5 needed (one for each loop) This is all in just 3 pages! This is the part of the book I started reading first so I assume the rest of the book is going to be as poorly edited/ proofread. This surprises me as I own over 5 or 6 titles from the Friend Of Ed series and I don't recall ever seeing so much as a typo in any of them. Overall, I think the book shows promise. But I can't tolerate errors like this in a programming book. They are difficult enough to read already without having to figure out what the message was "supposed" to be. I'm returning this book to the store. When it reaches a later edition I may give it another go. It needs some serious "debuggin" first though.