Location:  Home :: Books in General :: CSS: The Missing Manual  
Need a quick gift? Try Amazon gift certificates.
Don't Forget To Visit:
The New Social Worker Online
SocialWorkJobBank
Online Continuing Education for Social Workers
Related Categories
• General
Programming
O'Reilly
By Publisher
• Web Programming
Programming
O'Reilly
By Publisher
• Textbooks Trade-In
Specialty Stores
Books

CSS: The Missing Manual

CSS: The Missing ManualAuthors: David Sawyer McFarland, McFarland David
Publisher: O'Reilly Media
Category: Book

List Price: $34.99
Buy New: $23.09
as of 11/20/2009 19:23 PST details
You Save: $11.90 (34%)



New (32) Used (10) from $20.69

Seller: Amazon.com

Media: Paperback
Edition: Second Edition, New edition
Pages: 558
Number Of Items: 1
Shipping Weight (lbs): 1.6
Dimensions (in): 9.1 x 7 x 1.3

ISBN: 0596802447
Dewey Decimal Number: 006.7
EAN: 9780596802448
ASIN: 0596802447

Publication Date: September 3, 2009
Availability: Usually ships in 24 hours

Features:
  • ISBN13: 9780596802448
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.
  • Click here to view our Condition Guide and Shipping Prices

Similar Items:


Editorial Reviews:

Product Description
Cascading Style Sheets can turn humdrum websites into highly-functional, professional-looking destinations, but many designers merely treat CSS as window-dressing to spruce up their site's appearance. You can tap into the real power of this tool with CSS: The Missing Manual. This second edition combines crystal-clear explanations, real-world examples, and dozens of step-by-step tutorials to show you how to design sites with CSS that work consistently across browsers. Witty and entertaining, this second edition gives you up-to-the-minute pro techniques. You'll learn how to:
  • Create HTML that's simpler, uses less code, is search-engine friendly, and works well with CSS
  • Style text by changing fonts, colors, font sizes, and adding borders
  • Turn simple HTML links into complex and attractive navigation bars -- complete with rollover effects
  • Create effective photo galleries and special effects, including drop shadows
  • Get up to speed on CSS 3 properties that work in the latest browser versions
  • Build complex layouts using CSS, including multi-column designs
  • Style web pages for printing

With CSS: The Missing Manual, Second Edition, you'll find all-new online tutorial pages, expanded CSS 3 coverage, and broad support for Firebox, Safari, and other major web browsers, including Internet Explorer 8. Learn how to use CSS effectively to build new websites, or refurbish old sites that are due for an upgrade.




Customer Reviews:
Showing reviews 1-5 of 100
1 2 3 4 5 6 ...20Next »



4 out of 5 stars not bad, but may be difficult to follow   November 9, 2009
D. Vang
this book has some good in dept details of the function of css and the tags that may be used. but if youre unfamiliar with syntax and general knowledge of page layout, it might be difficult to understand what the writer is referring to. and it lacks graphic representation of each example they refer to. there is free content that you can download online that is mentioned at the end of the book. might be worth looking at if youre familiar with other forms of coding and want to go into a more graphic approach to building web pages.


2 out of 5 stars Not an accessible reference book   November 8, 2009
HumanRob
0 out of 2 found this review helpful

A lot of people love this book, so obviously it speaks to them. For me, his code examples were abbreviated and lacking context -- and therefore lacked usefulness. I was looking for a reference book, and as such this book did not provide me with complete *functional* code examples that would allow me to skim and pick what I needed when I'm in a rush (i.e. working).


4 out of 5 stars Excellent resource   November 7, 2009
G. Dickens (West Chester, PA)
I recently purchased this book and it has proved to be an invaluable resource to working with CSS in my project. The only thing I haven't found are some code examples... it would be nice to have sample pages illustrating some key concepts.


5 out of 5 stars The best book on CSS I own   October 26, 2009
Robert D. Glover Jr. (Linden, NJ USA)
3 out of 3 found this review helpful

This wonderful, supurb book, "CSS: The Missing Manual (Fully revised 2nd edition", has set the bar high for the standard of excellence as regards teaching CSS. I started trying to learn CSS a long time ago but due to the poor quality of the books on the subject, I never "got it". Tragically, I first tried to learn css from the ridiculously terse and totally incomprehensible book, "CSS Pocket Reference (Pocket Reference (O'Reilly))". I next erred on the other extreme by purchasing the insanely meandering, needlessly padded, and pointlessly "funny" book, "Head First HTML with CSS & XHTML"

I really cannot say enough good things about "CSS: The Missing Manual (Fully revised 2nd edition". The author is so distinguished it's unbelievable. Not only can he really, really teach well-- in addition he really, really knows CSS inside and out.

At the end of each chapter he has a tutorial. After downloading all the code from the book's website, I do the tutorials using FireFox with the "FireBug" add-on enabled. "FireBug" is fantastic as a learning tool. It lets you easily change CSS operands and instantly see the effect. Another great FireFox plugin is "ColorZilla"-- it's "eyedropper" shows the RGB values of colors on the web page when you hover or click on a color. It's very validating to see "ColorZilla" display the exact same RGB color value that you can see via "FireBug" is the color setting for that element. Another useful plugin is "CodeBurner for Firebug" because it extends "FireBug" with reference material for CSS and HTML. Also, I find it very helpful to look at the source code of the book's downloaded tutorials via "jEdit", a free text editor which the book recommends. "jEdit" does a fantastic job of showing html and CSS in color, which makes it much easier to comprehend the CSS while doing the book's tutorials. The only shortcoming of "jEdit" is that it is a little clumsy to switch between edit windows. So, I use a 2nd text editor called "NotePad++" to show the "after version of the tutorial", and use "jEdit" to show the "before version of the tutorial". That way I can easily copy/paste the source code snippets as I go through the tutorial.

Thanks to this great book, "CSS: The Missing Manual (Fully revised 2nd edition", I finally at long last, feel confident of my CSS skills.





5 out of 5 stars Excellent CSS Reference: Balances Definitions with Technique   October 25, 2009
CMOS (Chicago, IL)
1 out of 1 found this review helpful

There are many good CSS books out there but what really sets the great ones apart are things like organization, clarity and the quality and simplicity of the how-to examples. I've read through dozens of technical how-to books, on topics ranging from CSS to Photoshop and Motion Graphics, but web technologies are often the most difficult to convey and explain succinctly and in context.

Everything is very abstract in the world of web code; it's no small task to write a truly excellent reference book that keeps you engaged and informed as a reader, rather than bombarding you with white-paper speak or endless, overly complex examples. This book succeeds on all of the counts noted earlier. It's very easy to find exactly the types of CSS elements you need to learn about, and then quickly discover how they work. The time between reading and implementing is short. The examples are very clearly illustrated and the author's style and ability to explain things in the right order and with the right amount of detail, make this book a must-have CSS reference. Example: it took me all of 10 minutes to discover (again) how to build my own navbar elements with this book, including styling and page flow considerations. With previous books -even good ones- I'd often sit there scratching my head, turning pages back and forth for a half hour before similarly complicated topics made sense.

I've probably read through a dozen popular CSS titles. I own three. One from Eric Meyer (the classic O'Reilly title - what else?), a copy of "CSS: Separating Content from Presentation" and now this book. This will be my go-to reference anytime I've forgotten a specific technique or guideline. As someone who works in the digital arts, I often go several months between code updates for my site and so having a truly comprehensive but efficient reference is a must to shake out the cobwebs. This is that book. Enjoy.


Showing reviews 1-5 of 100
1 2 3 4 5 6 ...20Next »


CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.
Copyright 2009 White Hat Communications.
Disclaimer: The products referenced on this site are manufactured and sold by parties other than The New Social Worker/White Hat Communications. We make no representations regarding either the products or any information vendors offer about their products.
Click here to buy posters!
Visit our poster store for unique social issues posters.
Categories
Books in General
Social Work Books
Books on Aging
Books on Children's Issues
Books on Conflict Management
Books on Death and Grief
Books on Parenting
Books on Philanthropy
Books on Medical Conditions
Books on Poverty
Books on Racism & Discrimination
Books on Research
Books for Teens/Social Issues
Eating Disorders Books
Mental Health Books
Reference Books
Self Help Books
Office Products
Phone
Calendars
Medical Supplies
Software
Computers
Electronics
Music
Music of Anne Hills/Social Worker/Folk Singer
Music of Vance Gilbert/Singer/Songwriter
Subcategories
Paperback
Mass Market
Trade