FREE Shipping on orders over $25.

Used - Good | See details
 
   
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

The CSS Anthology: 101 Essential Tips, Tricks, and Hacks [Paperback]

Rachel Andrew
4.4 out of 5 stars  See all reviews (74 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
Paperback, November 8, 2004 --  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now
There is a newer edition of this item:
The CSS3 Anthology: Take Your Sites to New Heights The CSS3 Anthology: Take Your Sites to New Heights 4.7 out of 5 stars (9)
$25.68
In Stock.

Book Description

November 8, 2004

Note: A new edition of this book has been released. Please look for "The CSS Anthology, 2nd Edition" (ISBN: 097584198X)

A practical guide on CSS (Cascading Style Sheets) for professionals and novices, that can be used both as a tutorial and read cover-to-cover or as a handy and practical reference book to common problems, solutions and effects.

The Question and Answer format makes it easy for readers to solve their problems and learn more about common pitfalls and workarounds.

CSS has been growing steadily in its adoption as a technology. CSS gives the developer complete control over how an HTML page looks without using cumbersome HTML tags- truly separating content from presentation. Many major organizations have been adopting CSS technology e.g. www.wired.com.



Editorial Reviews

About the Author

Rachel Andrew is a director of web-solutions provider edgeofmyseat.com. Rachel takes a common sense, real-world approach to web standards, with her writing and teaching being based on the experiences she has in her own company every day.

Rachel's writing credits include: The CSS Anthology (SitePoint), HTML Utopia: Designing Without Tables Using CSS, 2nd Edition (SitePoint), Dreamweaver Developer's Instant Troubleshooter (Apress), Dreamweaver MX Design Projects (Apress), Dynamic Dreamweaver MX (glasshaus), Fundamental Web Design And Development Skills (glasshaus).


Product Details

  • Paperback: 376 pages
  • Publisher: SitePoint; 1 edition (November 8, 2004)
  • Language: English
  • ISBN-10: 0957921888
  • ISBN-13: 978-0957921887
  • Product Dimensions: 6.7 x 1 x 8.7 inches
  • Shipping Weight: 1.5 pounds
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (74 customer reviews)
  • Amazon Best Sellers Rank: #1,108,496 in Books (See Top 100 in Books)

More About the Author

I am Managing Director of UK web consultancy edgeofmyseat.com. The company specialises in web development for design agencies and start-up companies who do not have in-house developers.

I am a member of The Web Standards Project and try to take a practical approach to web standards and accessibility issues.

Customer Reviews

Most Helpful Customer Reviews
91 of 92 people found the following review helpful
5.0 out of 5 stars Fine Intro to CSS Solutions January 26, 2005
Format:Paperback
My guess is that there are many hundreds, if not thousands, of web designers who continue to build sites and web applications using "old-fashioned" tables and HTML layout formatting instead of CSS (Cascading Style Sheets). I'm one of them. The problem is that the modern trend is away from HTML table and layout formatting and towards newer standards-compliant means. The protocols and standards of the World Wide Web are evolving towards "cleaner" code, more standardized code, and more capable code, generally guided by principles and standards set by the World Wide Web Consortium, known as W3C.

In the book, "The CSS Anthology: 101 Essential Tips, Tricks, and Hacks", author Rachel Andrew provides an easy way for hold-outs to ease into CSS design. This is not a treatise or concept-minded book, but a practical introduction and guide to putting CSS to immediate use in real-world contexts that every web designer is already familiar with. The author shows how to use CSS to style text, format headings and images, create navigation, style forms and user interfaces, and work with browser-compatibility issues.

Andrew is a working web designer and applications designer and presents the material in a very straightforward practical manner - almost as if the reader was following along at a workshop. The writing is clear, all examples are illustrated with relevant code samples, and she offers the insights of an experienced professional regarding everyday problems and solutions.

The book is composed of a preface, nine chapters, and an index. Chapter 1 is an introduction to CSS showing why it is replacing HTML table and layout formatting, and the basic concepts of CSS. The other chapters are set up in a "problem/solution" format where various design issues - text styling, image layout, etc. - are presented and solved by adept usage of CSS.

Even readers who have never paid much attention to CSS will quickly get a useful, working sense of how it is used and how to use it immediately themselves. Although CSS is yet another language to learn, Andrew presents it in such a way that it seems like it is an easy learn. And it demonstrably is, as here, easy to use.

The best parts of the book are the designer tips from an experienced code-writer on how to work with code across different browsers and platforms, and how to understand that browsers have two modes of parsing - a compliant mode and a "quirks" mode. Some browsers, she shows, just have "quirks", especially Microsoft's Internet Explorer. (Surprise!). Although all the CSS tags necessary to illustrate the solutions presented here are shown, a list or chart of most commonly used CSS tags would have been helpful here. Downloadable code for all of the book's examples are available at the publisher's website - www.sitepoint.com/books/cssant1.

This is a very nice book to transition to CSS and current web standards-compliant code.
Was this review helpful to you?
64 of 67 people found the following review helpful
5.0 out of 5 stars Recipe oriented approach to CSS December 28, 2004
Format:Paperback
This book takes a cookbook approach to organizing CSS best practice information. It has 101 problems that it presents which it then fixes with tips and tricks designed to work in a cross platform setting.

There are a lot of CSS books on the market. This book stands out in the field because of it's real world examples and practical advice. So many books have esoteric examples of pages you would never find in the wild. This book has elegant examples that show you not only what you can do, but also guide you towards what you should do.

Well written with lots of example code and screenshots. You will need to know CSS before you pick this book up.
Comment | 
Was this review helpful to you?
28 of 29 people found the following review helpful
5.0 out of 5 stars No more frustration August 29, 2005
Format:Paperback
This is a great book on CSS. I bought it on the strength of the reviews here, and I was not at all disappointed.

I am a developer by trade, and while I've had some experience with web design through various past projects, I've done very little with CSS. Laying web pages out in tables was what I knew, and so that's how I did it. Occasionally, I would use CSS to pull some of the markup out of the HTML so I didn't have to reuse it, but I never really leveraged (or understood) the power of CSS. This book changed a lot of that.

Within days of receiving this book, I started a couple new web projects. The first was a new website, and I got the opportunity to put a lot of the fantastic recipes to work, modifying them to suit my needs. The second web project involved taking a pre-existing web module (built with heavy CSS usage) and using it as a template for a new web system. The two systems were very different (the first was a news/content site and the system being built was a web application), so there were a lot of modifications that needed to be made, while keeping the general look and feel of the original site.

If this book was just recipes, I would have had a hard time with the second task. But because book goes into explanations of why the recipies work, breaking each recipe out into a series of steps with exposition of each, I was able to reuse concepts rather than just recipes.

As I mentioned before, I had a little CSS experience before reading this book. I was familiar with HTML, but I have never been a designer, and it has been a few years since I've really built a website. I feel this book got me back up to speed quickly, and I would recommend this book to anyone wanting to familiarize themselves with CSS.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars well-written book giving answers on your first questions about CSS
This is a great and comprehensive book for a beginner in CSS.
Overall it's a good introduction to people who want to find the most important tricks and ready-to-use ideas how... Read more
Published 1 month ago by Denis Babadzhanov
5.0 out of 5 stars Great service
I appreciate your service and love doing business with you. I would highly
recommend you to everyone out there who's looking for quality service.
Published 4 months ago by Stephen C. Togba
5.0 out of 5 stars Learned more from this book than from a web-design class.
I leaned CSS almost exclusively from this book. It may or may not be updated for CSS3 since I read it, but regardless, it is still an essential read for all beginning web... Read more
Published 5 months ago by Serious Amateur
5.0 out of 5 stars Ask Felgall - Book Review
This is an extremely useful "reference" book for anyone who already has at least a basic knowledge of CSS. Read more
Published 17 months ago by Stephen Chapman
5.0 out of 5 stars This book is such a time saver!
I had read some reviews where people said everything in here is in Google. Well, what isn't in Google? Read more
Published on March 25, 2011 by Braxton
5.0 out of 5 stars I like the third edition even more than previous ones
There isn't anything ground-breaking inside this book and, in all sincerity, nothing you will not be able to find online. Read more
Published on January 20, 2011 by Foti Massimo
5.0 out of 5 stars Terrific Resource
Rachel Andrew is a veritable guru in CSS. Her solutions are simple, effective, up to date, and best practice. Read more
Published on January 5, 2011 by Ben_Davidow
1.0 out of 5 stars Buy CSS: The Missing Manual instead of this
CSS: The Missing Manual by David Sawyer McFarland is a much better book on correct usage of CSS, and is written by a much more respected author. Read more
Published on October 2, 2010 by Star Honeycutt
1.0 out of 5 stars Description is not accurate
The item description is not correct. This is not as much a fault of Amazon.com, as it is Sitepoint - the publisher of the book. Read more
Published on September 26, 2010 by reviewer921
3.0 out of 5 stars Somewhat amateurish and still talks about IE 4 and IE 5
The examples in this book seems like good material for a 2-year college class, but not very suited for production level. Read more
Published on September 5, 2010 by Epsilon Delta
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Forums

Have something you'd like to share about this product?
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Search Customer Discussions
Search all Amazon discussions




Look for Similar Items by Category