Locale Page...  Global  |  Germany  |  UK  |  USA
Your privat CyberGadget - The finest Resources for Web-Designer, Web-Master and Web-Developer!
Quick Search
Advertisement
Partner & Friends
Developersdex
Tutorial Guide
Send News    Add URL / Entry    Tag it:digg it!Stumble It!YahooMyWeb!del.icio.us!Simpify!reddit!Netvouz!Ma.gnolia!FurlIt!Blogmarks!BlinkList!
Books: HTML/XHTML & CSS

AVG Rating: 7.00
  Added 24 Jan 05   Updated Today
DHTML and CSS Advanced : Visual QuickPro Guide (Visual Quickpro Guide)  
29.99 $
New from 16.74 $
18 Used from 3.36 $

Author Jason Cranford Teague
Publisher Peachpit Press
Publication Date 2004-12-25
Paperback - 440 Pages
ISBN 0321266919

Amazon Reviews
amazon.com:

Once you discovered the dynamic, sophisticated sites you could create using DHTML and CSS, you wanted more--more interaction, more accessibility, more animation, more interesting combinations of text and graphics, more everything! This book provides the key. By picking up where his enormously popular Visual QuickStart Guide left off, best-selling author Jason Cranford Teague explores the advanced DHTML and CSS programming techniques you need to take your Web sites to the next level. Covering everything from standards and accessibility to separating content from style; creating multicolumn layouts; combining text and graphics; creating controls, menus, forms, and special effects; working with other Web languages; and much more, this friendly, task-based volume is a must-have if you’re serious about Web design. Step-by-step instructions and a strong visual format make complex topics understandable, even fun--especially when coupled with the loads of tips, screen shots and practical, working examples that Jason has provided.

[ Add a Comment ]Amazon Customer Comments
waste of moneyRating: 1
24 Mar 2006 @ amazon.com
When a book on css and dhtml advertizes itself as ’advanced’ I expected it to delve into some truly interesting topics. Instead, this book should have been named ’odds and ends’ or ’stuff we couldn’t fit in the other book.

This book barely gets into much of the good stuff, such as dynamically generated menus:
http://www.kryogenix.org/code/browser/sorttable/
and some more ’advanced dhtml’:
http://www.kryogenix.org/code/browser/aqlists/
or the new killer ap ’flickr-like-rollovers’:
http://www.frankmanno.com/ideas/css-imagemap/

Quirksmode/XHTML? The book uses the headers, but why?
http://www.quirksmode.org/

It barely even talks about standards, which may be a fundamental issue, but should be at least taken seriously. This book starts out talking about ’the’ box model hack, as if it’s acceptable. no discussion. bad.

It does not even mention attribute selectors. So what are they? Super advanced? By missing these, they have to do a whole lot more work. It may be intentional that the author omitted them, but there’s no explanantion. For example, just looking at forms, the book uses javascripting to make form elements switch between styles when they are disabled; styles on form elements in the book are applied through classes to each element.

The book does cover dynamically adding and removing objects from a page, although not nearly as well as the quirksmode.org website, because there is little discussion of browser issues. It also goes over page layouts with css quite well, and some drop menus. It covers some important points on accessibility.

OK, so it gets one star, not zero.

There must be better books out there. I bought this book because I own numerous other titles in the visual quickpro and visual quickstart series, and they are all good. This one’s a dud. Don’t buy it.
Not advanced and misses the pointRating: 1
24 Mar 2006 @ amazon.com
I was greatly disappointed with this book. I have bought many other visual quickpro books which have been great.

This book is not advanced. The examples in this book do not separate content, presentation and function.

Javascript should be separated from the content of the page, not mashed into the (X)HTML as was typically done in early web sites. The javascript hooks in the code examples are invariably hard-coded into onclick=".." attributes. While that may work fine at first, just try updating pages full of onclick attributes and you’ll be looking for a better way.

CSS should be used to separate the presentation from the content of the page as much as possible. It seems that the author has ’divitis’: there are so many nested divs in some of the examples it’s hard to follow the markup.

The book gives lip service to accessibility, but does not follow the concept through: many of the examples will not degrade gracefully in non-javascript enabled browsers. Dynamic html pages _can_ play well with all browsers: this is advanced javascript. If you follow the examples in this book, however, you’ll be discriminating against a large part of your audience.

You will get better information in:
For css:
CSS Mastery: Advanced Web Standards Solutions
Web Standards Solutions: The Markup and Style Handbook (Pioneering Series)
For java script:
ppk on JavaScript, 1/e (VOICES)
Outstanding book - a must have for your libraryRating: 5
27 Feb 2006 @ amazon.com
When I first got interested in DHTML I purchased both of Teague’s books on DHTML and CSS. They have proved to be invaluable. His writing is easy to understand. The format is easy to follow and consistent throughout. He uses just enough illustrations to demonstrate the subject. His knowledge of JavaScript, HTML, and CSS is exemplary and the examples used in the book are pretty much bug/error free (unlike many books I’ve read that contain code). If you’re just getting started with DHTML, get both of Teague’s books. You won’t regret it.
It Flipped the Switch that other books didn’tRating: 4
06 Feb 2006 @ amazon.com
I’ve actually been using CSS for about 8 years now. Mostly just for font/color control, as positioning support wasn’t wide spread until the last few years.

This book helped flip the switch on just how pure CSS layouts (header, footer, left nav, body) need to be setup to work. I probably just skipped over something in my other books.

The layouts, practical DTHML menus, and a very useful section on making great looking and performing forms, make this book well worth the price.
CookbookRating: 3
17 Dec 2005 @ amazon.com
This is the sequel to the excellent DHTML and CSS for the World Wide Web. It is merely a cookbook of techniques, whereas the first book is an outstanding introduction to an advanced subject.

This book is worth leafing through to find items of interest but it does not advance the state of the art in the way the first book did.
Good but not what I was expecting...Rating: 3
26 May 2005 @ amazon.com
I was a little surprised that the one chapter on Advanced DHTML techniques could have been titled: "Intro to JavaScript." I was disappointed because there was little on advanced CSS layout (1 chapter) with examples that were difficult to follow.

If you want a book teaching JavaScript and PHP integration this book is for you. If you want a book on advanced CSS techniques that you might want to look elsewhere.
Good but not what I was expecting...Rating: 3
26 May 2005 @ amazon.com
I was a little surprised that the one chapter on Advanced DHTML techniques could have been titled_ "Intro to JavaScript." I was disappointed because there was little on advanced CSS layout (1 chapter) with examples that were difficult to follow.

If you want a book teaching JavaScript and PHP integration this book is for you. If you want a book on advanced CSS techniques that you might want to look elsewhere.
the best tutorial yetRating: 5
07 Apr 2005 @ amazon.com
Mr. Teague has written an instructional book which, in my opinion is the most useful and understandable coding book I have ever read. From the introductory pages right through to the appendices this book is presented in an easy, step by step format. Mr. Teague’s tutorial style makes this book an incredibly useful reference source for even more advanced web coders. Unlike other web design books I own, DHTML & CSS Advanced is well organized, with clear illustrations and colour coded snippets. The inclusion of a section about working with databases enables the reader to add more function to his or her web designs and offer more the site’s visitors.

With so many coding options and the need to have a site appear properly to the majority of current browsers, it can be difficult to keep web coding effective and clean. Mr. Teague shows his readers how to accomplish this. I think the one thing which impressed me the most about this book is the effort Mr. Teague put into making sure his explanations were clear and concise. His instructions can do nothing other than add to the functionality of the reader’s web coding and design. By taking the reader through web designing from concept to publication, Mr. Teague accomplishes what the cover of his book promises: extending skills in a fast and efficient way.

Unlike many other design books on the market, Mr. Teague’s manual does not include a cd-rom containing all of the code snippets used throughout the book. I for one am glad he (for whatever reason) didn’t include one. This forces the student to type out the snippets in the book in order to learn what the author is teaching. In my opinion, this helps the person learn faster, and to pay attention to what he or she is doing. This helps to reinforce the basics of site coding in the designer’s mind, and eventually clean effective sites on the web will be the result.

The quick reference tables and glossaries are infinitely useful and cover a wide range of design coding. DHTML and CSS Advanced will be one of the first books I recommend to new designers. Mr. Teague has a winning style of tutorial writing, and I look forward to reading further publications by him.

Great book! I still use the previous one for reference tooRating: 5
17 Feb 2005 @ amazon.com
I thought i’d never need to refer to a DHTML/CSS book again (I thought the first DHTML and CSS Visual QuickStart book had covered it all) but a friend left this book on my desk and I couldn’t bring myself to give it back.
Like the first book, this is not a ’repetitive review of the features’ book, I’d call it a ’lets see what DHTML and CSS can do for us now’ book. It both describes and illustrates the concepts and has nuggets of practical information that a hands-on person would immediately take to.

From overlooked but relevant optimal meta tag usage details like link relationships to accessing XML and using php with MySQL. You know the writer thought about what readers would need information
on. I highly recommend this book, with or without the first book.
Add a Comment!  You must login first, to write an comment/review!
Topic / Title / Summary ...


Comment / Review


 

© 2001 - 2008 CYGAD.NET | All rights reserved. | Terms of Service | About | Time data: GMT +1! | Portal Release X2.6.1 Beta | RunTime: 1.1067
Optimized for Internet Explorer Internet Explorer 6.0+, Firefox Firefox 1.5+!