Amazon.com Customer Reviews
The Zen of CSS Design - Review written on July 15, 2007
Rating: 5 out of 5
6 customers found this review helpful.
I'm not a "graphics" person. I struggle to understand creative design and how to build it in code. This book brought these elements together and really explained the process.
This is not a beginner's book on coding and design. It is more of an applications manual for someone who has worked with CSS. I was frequently looking at some area of a design and asking myself how, or why, did he do that? I don't think there was ever an example that left that question unanswered. If it wasn't explicit, there was always enough information and discussion to be able to figure it out. Including the code with the illustrations and explanations really tied the processes together.
This book will be kept on my 'A' references shelf. There is a detailed index and the example home pages were grouped in sections: Design, Layout, Imagery, Typography, Special Effects, and Reconstruction. Therefore, it will be easy to come back and locate relevant information.
Interesting but bland - Review written on April 29, 2007
Rating: 2 out of 5
2 customers found this review helpful, 3 did not.
This is an odd sort of book, written by the creator of the CSS Zen Garden, which is a masterwork.
The CSS Zen Garden is a place where beauty and craft meet, and sometimes in absolutely brilliant ways; that's the beauty aspect; however, this book is about the craft aspect not beauty, which is disappointing.
All of the designs that are described are good examples of the various design subjects being discussed, such as typography or the use of color. But for all that they exemplify craft, they are all also rather bland.
Missing from this book are the designs that are beautiful. The most egregious omission is Mozart, which is one of the most visually arresting designs I have ever seen on the whole of the Internet, to say nothing of this site.
Other overlooked beautiful designs are Odyssey, Dark Rose, Invitation, C Note, Egyptian Dawn and Mediterranean. The book is much the worse for omitting these designs.
An enlightening web design book - Review written on February 05, 2007
Rating: 5 out of 5
3 customers found this review helpful, 1 did not.
Shea has earned his spot as a respected authority in the Web Design space. And "The Zen of CSS Design" encapsulates in a volume the essence of this discipline and what CSS as a tool allows the web designer. Though some argue that this is more of a book on design than a book on CSS, I say it's neither one.
"The Zen of CSS Design" cannot be considered a CSS reference, yet it offers some valuable tips and explanations for some of the best designs submitted to the author's now legendary site, CSS Zen Garden. Still, I wouldn't call it a design book either, yet it goes through most of the essentials of web design (and arguably, design in general) to take into account when crafting the looks of your site.
In the end, assuming the reader is not new to either discipline, the book borrows the essentials from CSS and design and provides an exquisite piece that will enlighten you and inspire you to take your web designs to the next level.
MUCH More Design than CSS - Review written on August 18, 2006
Rating: 3 out of 5
9 customers found this review helpful, 1 did not.
If you are a programmer that knows nothing about graphic design, this book is pretty nice. It is about 70% focused on how to do graphic design, and about %30 about CSS. Otherwise, if you want to learn CSS this isnt the best book.
Im a graphic designer first, CSS programmer second. There is a lot of fluff in this book, a lot of Graphic Design 101 concepts, so it could be a LOT shorter. The graphic design theory is interesting for a non-designer, but I read this book in 2 hours because I know all the graphic design stuff. The CSS code is buried in the fluff, and in the end I am referencing other books to get real CSS code fast. The glossy prettiness of this book bumps up the price, substance doesnt.
A number of "innovative" CSS code in this book is not cross-browser compliant, so as of 2006 it is pretty worthless. There are some hacks, but not enough. Since proper website design is always designed for legacy browsers, lowest common denominator, I dont think the innovative or CSS3 code is useful for another couple of years until the critical mass catches up. IE is the big offender, and if they can ever release a proper browser, maybe this book's code would be more applicable.
For now and near future, it's clear CSS wont replace DHTMl or Javascript even though the authors want to pretend it will (I want that too, but. . .)
ESSENTIAL Reading For ALL Web Designers - Review written on June 12, 2006
Rating: 5 out of 5
6 customers found this review helpful.
'the Zen of CSS design' by Dave Shea and Molly Holzschlag is one of the most important web design books on the market today. The word Zen is truly the right way to describe this text, as it is laid out so carefully and calmly, you can't help but feel your heartbeat go down and your tension decrease as you enjoy this wonderful text.
Using examples developed on their own web site csszengarden.com, the authors study a myriad of different approaches, the decisions that were made when developing each of these sites, and the ways that CSS can easily be altered and modified by the web developer.
Looking at all the facets of web design from font selection, image choices, tables, color picking, etc etc etc this is the perfect resource for anyone that is in charge of designing a web site which is being used as an online application, corporate web site, or even a personal site. The authors combine years upon years of experience to produce a guide that is informative, pleasing to read, and calming to look at.
ESSENTIAL buy for all web designers that want to learn the difference between a good web site and a great web site. Learn that sometimes MINIMIZING maximizes a users experience and discover how to get there with this exceptional book.
***** HIGHLY RECOMMENDED
Rich visuals - Review written on April 19, 2006
Rating: 4 out of 5
15 customers found this review helpful.
This book is about extraordinary web page design. Thirty-six designs are featured from the web site Zen Garden: The Beauty of CSS Design [...], which was created by one of the authors, David Shea. The Zen Garden web site is really a great concept. Start with a simple, well-formed HTML document, coded for maximum flexibility in applying a style sheet, and then invite designers to submit a CSS document with image files to "style" that basic HTML web page. The challenge is to explore the possibilities and push the limits.
The book focuses on fundamental design concepts such as typography, color and layout. This is not a typical step-by-step book, which often has really ugly visual examples of what the code will do. Shea and Holzschlag look at CSS-formatted pages through a different lens. Each showcased project is introduced with an explanation of the design principles examined, followed by a breakdown of the elements and how they were formatted with CSS. Snippets of code are included, and you can go to the web site and download both the HTML and the CSS for that particular page if you want to follow along.
At first glance this is a visually rich book, but the screen shots are unfortunately small (they were created at 72 dpi after all) and some of the details are noticeably pixilated. Some include an expanded view of the web page, something you'll never see through the browser window, but helpful for seeing how it all fits together. Another thing I found useful was the view of all of the images used on the webpage, spread apart so I can get a good look at them. I may be stating the obvious, but what makes these designs so exceptional is the use of images. And to really appreciate the designs you need to look at them in the intended presentation-on screen. Also online is the complete style sheet for every page-you can deconstruct to your heart's content.
The authors state that the book was written for anyone with an interest in designing and developing web sites, from novice to advanced users, designers and programmers. I would argue that you have to have a pretty good grasp of CSS for most of the explanations to make sense. I'm a graphic designer struggling to learn CSS. I've given up font tags and rollover images for CSS formatting and text-based rollover effects for links, but I still use tables. I haven't yet grasped using CSS for positioning elements on the page. What I was hoping to find in this book were simple, straightforward, engaging CSS-formatted web pages. Unfortunately this wasn't the case. The featured layouts relied on a number of hacks and workarounds to get the pages to appear as intended. Is this a reflection on the state of browser compliance to web standards? For folks who enjoy the challenge of finding unique coding solutions there are plenty of clever examples in this book. However, it is definitely not a reference book. It's even hard to find anything specific through the index.
Is there any long-term value to this book? Or is it like so many other computer books that become outdated after a few years, sometimes as quickly as when a new version of software is released? The Zen of CSS Design may serve as a snapshot of the early days of CSS design and an inspiration for today.
Insightful, Fascinating Book - Review written on April 12, 2006
Rating: 5 out of 5
7 customers found this review helpful.
When I first started reading this book, I thought the premise was a bit artificial -- take a single web page and, using only CSS style sheets, give it a myriad of different looks.
By its middle, I was starting to notice a pattern: designers had to bend over backwards to use just CSS -- when a little extra HTML would have gone a long way. It still seemed, well, hokey.
But at the end, I realized that I had learned a great deal about how CSS is actually applied, and that while the exercise was artifical, the lessons learned were not. I had a great deal more insight than a mechanical walk through CSS would have provided.
It's not a primer on CSS, for sure, and presumes a lot in the reader. But, better to be challenged than, pardon the pun, mollycoddled...
Interesting, Informative, repetitive, and a bit disorginaized - Review written on March 18, 2006
Rating: 4 out of 5
1 customer found this review helpful, 1 did not.
This book tries to be an answer for all. Instead of focusing one one subject (just css) it explains all of standard based code. From how to create XHTML whose design can be modified completely through only css, the benefits of standard based code, the problems making css compatible with multiple browsers (you could play quite the drinking game counting how many times you encounter IE workarounds), and the various design elements websites designers need to be aware of and how they are implemented in css, this has it all. Not for begginers, this book will not teach you most of the fundamentals of CSS, and is supposed to be more of a companion book to those types of books. It is organized on a per example bases (each chapter is titled by an example of a style on the csszengarden.com website). Because of this, the book can be a little bit disorginized and repetitive, but the information contained within makes up for it. If you are just getting started into css design, I would not recommend this book, but if you are interested in css design, and have some knowledge of it with some extra cash to spend, this is your book.