rank trend

Stylin' with CSS: A Designer's Guide (2nd Edition) (Voices That Matter)

by Charles Wyke-Smith
Released 2007-12-29
Buy it from AmazonNew for $26.39

89 Reviews

Sort by: Most Helpful ▲ Date Rating

5 stars Cheesy Title, but an Awesome CSS Book!

2005-09-12     161 of 165 found this review helpful

When I started browsing Amazon for a CSS book appropriate for a beginner, I was overwhelmed by just how many there are out there! I read all the reviews and such, but could not really determine any major difference between the books or figure out which ones were `better than the others.

I decided that in order to make my decision I was going to have to flip through the books a little myself before purchasing. I took my little list to the local bookstore, gathered all of them up, and plopped down on a couch. I flipped through about 6 different books including Designing with Web Standards, CSS Core, CSS Cookbook, Beginning CSS, both Eric Meyer books, and of course, Stylin' with CSS.

I really didn't expect much from this book, I kind of grabbed it as an afterthought, or "might as well..."
I spent a good hour or so browsing the table of contents, reading bits and pieces of each book to get a feel for the author's style. I have to say I was not impressed with most of these, particularly the Eric Meyer books that so many people seem to swear by. My decision came down to Stylin' With CSS or Designing with Web Standards by Dan Cedarholm.

I chose Stylin' with CSS for several reasons. For one, Charles Wyke-Smith has a great, easy style of writing and explaining the concepts behind the rules of CSS. CSS is not overly difficult, but there is a learning curve and Wyke-Smith breaks it down into plain English. Secondly, the organization of the book is probably the most logical among the CSS books. It is not a reference book, as there are thorough explanations, but it is organized like a reference- by topic, in a sensible order. This makes it not only easy to follow the first time around, but makes it much easier to jump back to as a reference when needed. The quick reference chart in the back also comes in handy, and this book stays next to my computer at all times. Lastly, the page layout of the book is also visually appealing. It's not a picture book, but it doesn't look like a dictionary either. There's just the right amount of helpful images and screenshots, as well as colored text to differentiate code from explanations.

This book is the best that I can recommend for getting started in CSS. I can honestly say that my purchase was the best $20 I've ever spent on web design.

5 stars The Best Learning Resource on CSS

2005-07-13     20 of 21 found this review helpful

If you are a beginner or an intermediate user who wants to learn CSS from the ground up this is simply the best source out there.
I got this book two days ago and I did not stop reading it since.
It is very well written - detailed, funny, interesting and it does not treat you like a CSS dummy, but like someone who has to learn this skills to apply it in practice.

Its use of visuals, step-by-step examples and supporting tips is excellent.

If you are looking to learn CSS styling, specially for business applications - buy this book. I also liked "Eric Myer on CSS" book, but that one was more design oriented, and less pedagogical.

5 stars zeldman review of this book

2005-06-22     17 of 24 found this review helpful

jeffrey zeldman has a review of this book here.
http://www.zeldman.com/daily/0605b.shtml

5 stars Very Helpful and easy

2005-09-03     13 of 13 found this review helpful

Stylin' has easy to understand examples, and gets straight to the point. If anyone wants to learn CSS, in an easy and none confusing way, I really recommend this book. Unlike other books I read on the subject, books that tend to overwhelm the reader with un-necessities, Stylin' gets to the heart of what's important and provides examples of how to do the design.

I originally pursued this book because I wanted to learn how to design web pages without using tables, and this book has helped me tremendously. It's a starter book, not an advanced. But after reading, you'll be designing web pages properly using cascading style sheets for presentation, and XHTML for content.

3 stars All is not as it appears at first

2005-07-26     13 of 18 found this review helpful

I've owned this book for several weeks. My first impression was much like the other reviewers. I thought it was the "best thing since sliced bread".

Upon reflection and trying to adapt some of the examples to my current needs I'm not as sure the book will be of as much use as I first thought it might be.

One problem is that there are a number of errors that can cause anguish. Any reader needs to consult the author's webpage which has a lengthing list of errors and their correction.

I'm trying to convert existing JavaScript menus to CSS and am having problems obtaining and using a file listed in the book from a website in Holland. I finally found the right page but then was surprised to discover that Windows XP SP2 throws a wrench in the mechanism - so what should I do now?

I'm beginning to believe that instead of using the fixes and hacks he provides for Internet Explorer it may be best to just put the book on the shelf and wait for the next release of IE (which is promised for sometime later this year) and hope for the best.

If indeed Microsoft brings its browser into compliance with standards the fixes and hacks will no longer be needed and may indeed interfer with the proper operation of Windows and have to be removed.

In my case I think patience may prove to be the best course of action.

5 stars Excellent book to start with CSS

2005-07-15     13 of 14 found this review helpful

I had already some HTLM background, at least enough to build some basic personal sites, but almost no CSS knowledge. I wanted to get rid of using tables in my layouts, get a more consistent look throughout the different browsers and also benefit from the separation of content and markup. CSS does all those things for you.

I found this book a solid introduction to CSS. In fact, it is probably only an introduction for professionals, because for those that want to create small to medium sized web-sites, I believe the material contained in the book is all you need, not only an introduction.

I like very much the author writing style; The book contains a lot of images that really helps you understand what he is trying to explain; There is a lot of references to web-sites where you can find more information for a specific topic; He explains why to use this or that and why some features do not work with Internet Explorer and how to fix it; There is a web-site for the book where you can download all the examples and templates he uses in the book.

I recommend this book for everyone starting with CSS.


As by the time I am writing this review we can not see inside the book, I am adding some insight of the contents of each chapter.

The first chapter, Giving Structure to Content, gives you a quick overview of XHTML and explains why do you need CSS and what it can do for you. Even though it's a good idea to have some previous knowledge of HTML/XHTML, the first chapter does a good job on giving you the basis that is explored in the next chapters, so one can understand the book without even having much knowledge of HTML/XHTML.

The second chapter, How CSS Works, explains how to use CSS in your XHTML pages (inline, embeded and linked styles), how to target tags within your document hierarchy (contextual selectors, class, ids, universal selector, attribute selectors, pseudo-classes, etc.), among other things like inheritance and the cascade rules.

The third chapter, Stylin' Fonts and Text, talks about all the font and text properties, like sizing, font-style, text-indent, letter spacing, etc. There is a lot of good information about why and when to use certain styles and fonts.

The fourth chapter, Positioning Elements, explains the box model and the static, relative, absolute and fixed positionning options. It also shows how to use floated elements and the clear property, that can be used to create column layouts.

The fifth chapter, Basic Page Layout, shows how to use all the knowledge of the previous chapters to build two and three column layouts using absolute positioning and the float/clear methods.

The sixth chapter, Advanced Page Layout, starts talking about backgrounds and expand to advanced layouts with fluid center layouts and negative margins layout.

The seventh chapter, Creating Interface Components, shows how to use lists to build navigation bars and CSS based drop-down menus. It also talks about how to control the formatting of forms, radio buttons, form select, and other things.

Finally the last chapter, Building Web Sites, walks you through the task of getting a template of a three column layout, that you learned how to build in the preceeding chapters, and transforming this template into a professionally looking web-site.

5 stars Excellent and Practical Book!

2005-06-02     10 of 10 found this review helpful

Reviewed by Jim Lauria HuNTUG member

"Stylin' is also a very practical book, from which it is very easy to take ideas and code for your own work."

Right from the introduction to the CSS Properties and Values appendix this book is a winner. Charles Wyke-Smith does an excellent job of getting into the meat of CSS from theory and W3C rules of syntax to step-by-step how to's for creating layouts, including tricks and shortcuts.

The writing style is informal and informative by an author who obviously knows his stuff.
For example:
A simple two-column layout-Smith describes "the document should be styled to look like this
< body >
< div id="nav" >..." etc. providing all the necessary code
and finishes the example with "It looks like this in the browser" with a screenshot

Smith covers CSS rules, drop-down menus, text formatting, 2 and 3 column layouts, advanced page layout, element positioning and background image element additions to text and links. The appendix lists all CSS properties and values in a table from W3 Schools.

He is also not shy about scolding Microsoft about it's adherance to a non-standards past-he tells the reader when a CSS feature may have some trouble with MS, It Doesn't Work in Microsoft Internet Explorer aka "IDWIMIE". He does however mention workarounds or hacks.

The book level is marked beginning/intermediate and it is so. It is an excellent text for beginners and has plenty of good stuff for those who have some web design/Cascading Style Sheet experience as well.
A good reference.
I rate this title 5 stars.

3 stars Average read for intermediate skills

2006-05-21     9 of 9 found this review helpful

With an intermediate skill set in CSS, I found this book to be average. It is geared more towards beginners. I found several errors which I reported to the publisher and learned that the book had a tight production schedule.

If you have intermediate skills, don't bother with this book. If you're a novice, you will find it's easy-to-read style helpful to learning CSS.

5 stars My Favorite Book on CSS

2005-08-03     9 of 9 found this review helpful

Wanna actually learn CSS in the shortest time possible and start building websites that break free from table-based layout? This is the book.

The author explains and illustrates how to take CSS to the next level and does it in a way that makes learning an enjoyable experience. I've already started to recommend this book to my friends and colleagues, and I've started using its principles in my own work. I wish other webdev books were as well-thoughtout and crystalized in their focus as this one.

4 stars All of the essentials are here.

2006-06-29     8 of 8 found this review helpful

Title: Stylin' with CSS
Author: Charles Wyke-Smith
Publisher: New Riders
ISBN: 0-321-30525-6
Pages: 265 pages
Reviewer: Philip High
Rating: 4 out of 5 stars

I admit it. I'd rather read a really good "How To" book than the latest "Whatever Code" adventure. And for me, this title did not disappoint. Early into the attractive and logically designed pages I would have enthusiastically given out 5 stars. Unfortunately I had to pull back from that a little for a couple of reasons I will go into later. Still, for content and readability I would not hesitate to recommend this book.

I have been using CSS styles and style sheets for 6 or 7 years via Macromedia's Dreamweaver. Yet, I always felt I wasn't really maximizing their potential. And after reading this book I confess, I was basically clueless! Now I am enlightened; let the brethren rejoice. From now on, content and presentation will be safely segregated in my brain and on my web pages. Well, actually it might take a while to reach this Valhalla, but such is the quest of "Stylin' with CSS."

All of the essentials for implementing the power of Cascading Style Sheets are here. From basic text styles to total page control, including multi-column fluid layouts with drop-down roll-over menus floating in the horizontal center of a vertically tiled background image -- Charles Wyke-Smith has got you covered. And any "deeper knowledge" not encoded here is conveniently referenced in the text and in the many, actually informative, sidebars. Can I get a witness?

Yes, the information is abundant. But, what really sets this book apart is the writing. The style is both clear and entertaining with the lessons building skillfully and solidly on each other. Code examples are helpfully separated from the text by paragraph style, font, and color, with new lines highlighted in red each time they are added. The author also makes use of the time-honored teaching technique of "tell 'em what you're gonna tell 'em - tell 'em - then tell 'em what you just told 'em." Sound boring and redundant? Actually it's very effective and herewith handled transparently so that you don't even mind having your ignorance thrice pummeled!

I also appreciated the writer going beyond just the "how" of rules to include illuminating bits of "why," such as the move to XHTML and the rationale behind a "web standards" approach that separates content from presentation (to accommodate multiple platforms and media). And, do you know what pseudo-classes really are besides esoteric cryptology? They are styles that cause rules to be applied dynamically when certain events occur! Amazing!

Now for the stale bread and whiney part. The subtitle says this book is written for designers (i.e. me) but the examples are less than inspiring visually. I know, it's for clarity and focus. But at least a little "dazzle" would help to motivate the sometimes nodding back row. Thankfully there are some inspiring sites referenced for your own research. OK, forgiven. But the worst sin is that the glorious path to stylistic freedom is littered with piles of typos! I'm not just talking about the odd gum wrapper here. Sometimes it gets a little confusing and definitely distracting. Perhaps this is the result of contemporary budgets and schedules that have replaced hands-on editors with spell-check, but maybe we should reconsider and S L O W D O W N just a little.

I realize I point this out at my own peril as a frequent offender myself, but then nobody is paying to read this! To be fair, this is not the only book or publisher that suffers in this way. It's practically a trend! The author has gracefully acknowledged the problem on the related website and asked for feedback to improve the next edition. That website, by-the-way, also contains very helpful downloads of the written examples. So heaven smiles again. Final judgment -- if you are a designer with beginning to intermediate web building skills and are interested in the fundamentals of CSS -- get this book. Amen.

5 stars Best CSS Book Around!

2005-09-12     8 of 8 found this review helpful

I rarely write book reviews, but I've gotten so much out of this one I just have to let you know.

If you haven't bought a CSS book yet, buy this one. If you have bought one, put it down and read this one first. I've been a software developer for many years. I've read many of the CSS books out there. This one is the best. It takes a lot of complicated information and organizes it in bite size chucks.

There is a great deal of useful examples and source code to experiment with. Lots of help on dealing with browser quirks.

In short, if I had to have just one book on CSS, this would be it! Kudos to Charles Wyek-Smith for writing such a useful text on CSS.

5 stars Excellent - the man knows how to EXPLAIN.

2006-01-27     7 of 7 found this review helpful

I'm only at page 53 of this book and already I know it is one of the best instructional books I have ever read. Charles has the all-to-rare ability to put himself exactly in the place of the person who doesn't know much about the subject and lead them through it. He is excellent at EXPLAINING things. Doesn't assume that you understand the difference between p.mydef and p#mydef without being told, as others do! (OK, you can backwards-figure it by seeing how mydef is referenced, but it's a detour from the forward path you want to follow.)

Also, he is very thorough. I had already done some work with other books on CSS, but only here - and already in Chapter 2, at that! - did I encounter pseudo-classes and pseudo-elements - very interesting and I can see why he says he will make more use of them later on.

Small niggle: the site for the download of the code is not really prominently given, just mentioned in a paragraph of the Introduction: it's www.bbd.com/stylin. You need the download, because he doesn't reproduce it all in the book - that's probably why the size (and therefore the price) is reasonable for a full-color book. The color of course is immensely helpful. It's pretty silly when some books say "so this will turn word A red and word B green" and show you a black-and-white illustration.

Also, you can experiment with the examples - you can learn a lot that way. (Tip: my favorite editor for that is EditPlus - fast, simple, with nice helpful color-coding but no annoying auto-insert of closing tags, like VS.Net - which is overkill for this kind of exercise anyway, of course).

It's worthwhile to have the major browsers available for testing. I have IE 6, Firefox, and Opera, and that certainly shows up the deficiencies of IE! Now I understand why hard-core Web jockeys are so scornful of IE. It simply fails to implement lots of the CSS standards. My default browser has been Firefox for a while and I'm not going back.

I have lots of programming experience, from mainframe to VB.NET, with plenty of XML, which naturally helps, but never really got into Web UI and applications, beyond basic HTML and some code-based IP communications using objects from System.Web: finally decided a skills upgrade was in order. This book is a great step in the path I'm following from XHTML thru CSS to ASP.NET. Recommended.

4 stars Best CSS resource for beginners

2006-01-25     7 of 7 found this review helpful

I self-taught myself HTML back in 1995, and hadn't bothered to update my skills since then. Then a few months ago, I decided to revamp my website, and discovered that Web design has really changed quite a bit since I did my first rudimentary homepage ten years ago.

I knew a little bit about CSS, but not enough to actually use it for design. So I went to the library and brought home a stack of books on the topic. This one was by far the best. It's targeted at beginners, and takes you through the step-by-step process of designing a site. It explains concepts thoroughly but intelligibly. The author does a few tutorials on sample column layouts, and gives a solid foundation for designing your own layouts as well. He also gives good, although not comprehensive, information on workaround hacks for Internet Explorer.

My only complaint is that the book could have been better edited. I ran across a lot of typos, some of which were in sample code, so if you simply retyped the source example from the book, you'd have faulty code. But that notwithstanding, I think that for the money, this is the best book on CSS for beginners. It's not a comprehensive reference, and it's not a simple tutorial; instead it has features of both.

5 stars Real world, practical, well written, CSS primer

2005-11-27     7 of 7 found this review helpful

I'm a PHP/MySQL programmer that often takes our graphic artists static pages and turns them into dynamic pages. I've been programming on the internet for a while, and have been stuck in table design. My use of CSS was pretty much a shotgun approach, give everything a class and if a current class didn't quite do what I want create another class and tweak that without any real method of how or what I was doing. If I couldn't figure out how to do something I'd look up tutorials online, but most of these tutorials focused on a specific goal, e.g. how to create rounded corner boxes.

I finally decided that enough was enough, I needed to learn how to correctly use CSS to layout my pages. This book use of examples that build upon themselves allowed me to quickly understand how correct CSS was supposed to be used. It gave me the base "Why we do this" that online tutorials lacked. The book is written clearly enough and with enough examples that you can read it without being on a computer.

With my new CSS foundation I've gone back and redone some of my pages. Some pages that I have converted from tables to CSS have been reduced in complexity and lines of code by maybe 30 - 40 percent.

While this isn't a reference book it does have all the tags listed out in the back. Two thumbs up! The nice color pictures are a nice change from the 500 page refernce books I'm used too. Just remember this is a PRIMER!

Have fun!

5 stars This one book got me going

2005-11-26     7 of 7 found this review helpful

I got my hands on it by a pure chance while browsing shelves in a local bookstore. And boy can I not thank enough for the chance that brought me there.

I have to agree with most other reviewers - this book is the best. It has become my guiding star in the weird world of CSS at a time when I almost gave up on making sense out of it.

It has that perfect size when it is still small enough to read it full. And yet it has all the needed details to give you the full picture. That precious feeling of having the full picture - it was lacking after trying to read through multiple other book volumes and sifting through dozens of Web sites. This book at last gave me the foundation to lean on.

The author clearly has a talent of explaining things.
I only wish this book had been written 6 months earlier when I just started looking into CSS.

5 stars Great book for learning CSS

2006-04-22     6 of 6 found this review helpful

As a web designer who has been doing tables based web design since the dark ages, I knew I had to get on board with CSS. I don't know how many CSS articles, blogs, websites, and books I'd tried to digest before I found this one. I was beginning to think that learning CSS was beyond my comprehension, however, this book broke it down into really understandable, digestable chunks and I feel like I have a really good overall understanding of the rules and structure I need to build web standards compliant sites. I highly recommend this book.

2 stars lightweight css

2006-08-17     5 of 17 found this review helpful

They obviously spent a lot of money publishing the book - paper quality, color, etc. Unfortunately the content doesn't live up to the wrapper. It's a light overview of css, with only basic examples. Disappointed for the money.

4 stars Usefel for mid-level web guy like me

2006-03-17     5 of 5 found this review helpful

As a 30 year-old designer trained from hand-drawing to now fully-digital working place, I had hard time to play with CSS few months ago. Although Dreamweaver 8 has provided much better graphic environment for designer, the strong knowldge of CSS is actually more needed. And this book helps me building solid understanding.

3 stars Medium-rare

2006-02-08     5 of 6 found this review helpful

Not sure who this book is intended for; neither graphic designers or web-heads are particularly well served. It's like a 101 of CSS by an inexpierenced teacher - whilst having lots of good grounding information it jumps around a bit. The recommendation of Jeffrey Zeldman himself made me grab a copy hot off the press; and if this is the best there is: that's a shame. Unfortunatly placed somewhere between a book for designers and geeks it doesn't satisfy on either count. Also it contains too many little errors. Its does have a nice feel to it thought - the writer's style is easy, which helps get through the code. A good grounding but not so easy to get through - wait for a second edition or buy second hand.

3 stars Nice easy read but definitely for Beginners

2006-01-30     5 of 6 found this review helpful

If your new to CSS this is a great book and quite the easy read, however I thought it would go more in depth into advanced css.

5 stars Excellent

2005-11-30     5 of 5 found this review helpful

Dosnt treat you like their target audience is new to computers, but still covers everything from the basics to advanced css with great details and examples. Amazingly enough the book actually flows nicely from topic to topic and is enjoyable to read unlike most technical books. I highly recomend this book if you are interested in developing webpages with proper css and are a quick learning beginner or intermediate to web design.

5 stars Save your tag for tables2005-06-26     5 of 6 found this review helpful

This volume has the elements for a great book. It has an interesting, but challenging subject and an author with in-depth experience in that subject area; however that doesn't always translate into a great result.

The format of the book is excellent. It has full color images of the referenced web pages, intelligent use of different fonts and illustrations, and snippets of code within the text. Even the left margin is used in an effective manner for further explanation, references to supporting websites, and useful insights.

Wyke-Smith explores the mysteries of the cascade, the secrets of the box model, and IDWIMIE with aplomb. He actually makes page layout and site design with CSS intelligible to non-designers (or anyone CSS-deficient). Designing forms for your site? No need to "table-up"; let CSS rescue you from having to abuse the table tag (or using the Microsoft "gridlayout"). You can create forms that look good and dynamically position themselves.

With an interesting writing style and a keen wit, the author shares his experience and achieves that great result. In 250+ pages plus appendix and index, this slender volume can take you from a CSS zero to hero.

5 stars A must for web designers

2005-06-25     5 of 6 found this review helpful

Beginners as well as seasoned pros can learn CSS techniques in Stylin' to produce cleaner, easier to maintain web pages - with no tables! In some spots, the book is challenging, but stay with it and work through the examples. A great feature is that all the templates mentioned in Stylin' can be downloaded for free. These templates are complete, well commented pages with the CSS included.

The book flows logically from the first introduction of CSS through the completion of an actual web page with content and images. Stylin' also does a good job of explaining how Internet Explorer differs from standards compliant browsers such as Firefox, and how to use CSS and some Javascript so that your web page looks the same on both browsers.

This book is a must if you want to learn to separate content from presentation, create easy-to-maintain sites, and get rid of tables. I give it a strong recommendation for any web designer.

5 stars Best CSS Book So Far!

2005-05-17     5 of 7 found this review helpful

Charlie did it! He gave me my CSS rhythm. I read all the other books but something was missing. I found all I needed in Stylin. It is packed with the easy how to do it, what order, why it is done this way, and the results. The rhyme for reason is all there. Your steps will fall in place to enable you to create a clean, eye appealing, fast loading, pro looking site that the W3C will approve. What more do you want? You feel as if he is sitting next to you. Follow Charlie's steps and create your own great site. You can do it, I know you will after reading Stylin' with CSS. Thanks Charlie!

5 stars An Excellent Start to CSS

2007-03-30     4 of 4 found this review helpful

I have bought and read many HTML books over the years in an attempt to write even a simple web page or two, but with little success. HTML always seemed very clumsy and totally illogical. Layout code seemed to be repeated time and time again and could hardly be seen amongst the content (and vise versa). Then along came CSS - this, I thought, must be the way to do it!

A few more books on CSS later (Amazon are making a fortune out of me) but still no headway. The reason, I decided, was that all the books I had read were written by programmers (no disrespect, I do a bit myself). What I needed was a book written by a designer, someone who can tie together the XHTML and CSS from a designer's viewpoint but in a structured and logical way.

Enter Charles Wyke-Smith and Stylin' with CSS.

If any of the above description fits you, then this book is what you're looking for. The treatment is logical, well paced and above all relevant. It is written by someone who understands page design and shows you how to setup a descent web site using CSS. OK there are more typos in the first print than there should be, but they shouldn't throw you off course.

It is not the definitive design manual - it never pretends to be. It is an excellent book to start you on the right path to understanding CSS and using it correctly. I whole heartedly recommend it.

5 stars Probably the best CSS book I've ever read.

2006-09-16     4 of 4 found this review helpful

I've never written a book review before but feel compelled to comment on this one.

I think this book is fantastic. I'm a long time CSS coder (5+ years) but have always wanted to understand it and its nuances a lot better. Not only does this book explain all the fundamental principals clearly, it does so in a very readable way, thanks to the author's writing style. It's one of the rare technical books that I've actually read cover-to-cover. With all due respect to Eric Meyer who knows more than just about anyone about CSS, I've found that the style of his books just doesn't fit my reading style.

The reviewers who have complained about the lack of good design examples should read the Introduction where the author states (page xi) that "This is not a book about design, per se, but it is a book for designers...". In other words, this book is about teaching designers how to use CSS effectively, not about how to design (after all, if you're a designer then you already know how to design).

This book really just teaches all the fundamentals of CSS and it's up to you to use them to create as simple or complex designs as you desire. You really don't need any more than that.

5 stars Great, Straight-Forward, No Fluff

2006-09-15     4 of 4 found this review helpful

This book is an incredible guide to writing Web code the right way from the design side. Most websites are so poorly coded, and most texts I've used to make sense of using XHTML/CSS have fallen short. But Stylin' delivers real-world, extremely useful examples like the drop down menus. You will walk away from this book understanding clearly how to structure your pages with clean, standardized markup (XHTML) and how to style them perfectly across clients (CSS). Imagine (for example) a dynamic dropdown menu built solely from a super-clean ul list!

One note: as will all books of this nature, make sure you visit the author's website for the few bits of errata first! This will ensure a good experience, as he is very responsive to his readers.

4 stars Fantastic book, but missing a few things

2006-02-25     4 of 5 found this review helpful

Stylin' with CSS is by far one of the better books I've looked at regarding CSS. Charles Wyke-Smith has a very simplistic style of explaining things making even the more complicated CSS subjects easily grasped after going over them a few times. The book suffers two downfalls however. Most importantly, this is not a book for those who learn by doing exercises. The book is filled with great examples showing you how things work and why, but they don't actually require you to apply the knowledge (which can lead to trouble remembering everything after you've completed the book). Another is the abundance of critical errors. The book's website has most of the corrections posted, but be sure to check and correct the errors in your book as some of them will cause your CSS to fail. Overall the book is highly recommended to venture into the world of designing with CSS.

5 stars Excellent book for novices

2006-02-20     4 of 4 found this review helpful

Of all the books I've looked at, this one is hands down the best book out there. I just started reading it a few days ago and the way that Wyke describes all the concepts is easy to understand. He takes you from start to finish through a logical progression and all the topics build upon the ones before.

If you want to learn how to use CSS and XHTML in web design, this is the book for you.

I also bought Eric Meyer on CSS and this book assumes that you know CSS already. It may prove to be helpful in the future, but I should have stuck with just this one initially.

4 stars Excellent for Beginners

2005-07-26     4 of 4 found this review helpful

The style of the book is well laid out, and gets to the point pretty quickly with some practical beginner's concepts in the use of CSS.

CSS books have a tendency to waste a lot of paper preaching about the importance of separating design from logic and blah blah blah, whereas this one only skims that topic and gets into the basics of CSS positioning and styling within the first 2 chapters. Concepts such as the box model and CSS hacks are explained pretty clearly - at least they made more sense to me after reading those chapters.

My one issue with this book is that the author could have used a more appealing design to have the reader work on at the end - would have made a bit more sense given the need for CSS to be used in creating good looking layouts. Apart from that, it's a good read - but NOT for advanced CSS users.

5 stars Just get it!

2006-05-11     3 of 3 found this review helpful

This book is a quick, easy read - jam-packed with clear explanations and very visual examples. I've learned so much from it and re-read portions of it often.

It's probably geared towards beginners in CSS or someone, like me, who used CSS, but didn't fully understand the hows and whys of it.

I'm looking forward to Charles Wyke-Smith's next book: Codin' for the Web.

5 stars An Excellent book for learning CSS

2006-04-25     3 of 3 found this review helpful

Before reading "Stylin' with CSS", I only had a vague idea of how to use CSS. As I started reading this book, I was able to apply this knowledge to building a new web site using CSS and the W3C "strict" standards. This is truly a "must read" for anyone who needs to learn CSS using real-world examples.
Excellent!

5 stars Very good & very useful.

2006-02-11     3 of 3 found this review helpful

Is this book perfect? No. Is it very good? Yes. And if you are a newbe to CSS, it is excellent. I bought Stylin with CSS in order to refresh my memory and clean up my coding. I was looking for an intermediate CSS book. What I got was beginning to intermediate, and better than I expected.

Wyke-Smith has a light and easy writing style with just enough humor to keep things flowing, without letting the humor getting in the way of things. I have previously read Meyer‛s CSS2.0 Programmer‛s Reference and skimmed his Pocket Reference. I‛ve also read Castro‛s CSS chapters in her HTML / XHTML for the WWW & have worked with CSS a little before. These two Meyers books read like dictionaries. Castro is efficient and good. But I got far more out of Wyke-Smith in less time.

Part of what I got from Stylin made me think ‛Wow, that was easier than I thought‛. I picked up some ideas and some neat tricks which he properly credits to the source. There are some IE hacks to help handle the IE Win & Mac problems. All the examples are downloadable in one or more zips from his site. I have made a couple modifications to them for testing and clarifying some points which were important to me. I think Wyke-Smith really puts it together nicely and makes it useful. His book layouts are really helpful. Most pages have hints and comments in the margins next to or pointing at text, code and/or browser output. There are also several source references to web sites which are very helpful. So I feel Stylin is a very good value for the money, and more importantly, very good value for my precious time.

On the negative side, there are certainly some typos and editing errors in this first edition first printing. But there is an errata page on his site, and these kinds of errors seem to be all too common in first edition computer books. On the positive side, if you email him with an error, he will actually read it and write back with a thank-you. What a novel concept. He reports that he & the publisher are now working on cleaning up the errors in preparation for a second printing.

Lastly, I appreciate the fact that there seem to be no paid opinions or what look like personal friends‛ opinions of Stylin. That little bit of honesty is not present in the reviews of many other CSS books. Hint: Look behind each 4 or 5 star opinion before actually reading the opinion. For most computer books on Amazon you will find one or more reviews coming from people who write hundreds or thousands which are all high rated. My rules include distrusting all positive opinions in the first 3 to 6 months of publication, plus all high ratings from people who have only written one or a couple, plus all high ratings from people who never write low ratings. Don‛t be naive like I used to be. Prices are great here, but the Truth Is Not Guaranteed on this site.

5 stars Awesome CSS Book, Good for beginners yet good for all...

2005-11-27     3 of 3 found this review helpful

This was about my fourth CSS book that I've bought, I think it is probably the best one I have found so far. Starts off simple with explaining the benefits of Standard Compliant coding and then dives into explaining CSS.

I would recomend it to anyone who wants to learn CSS.

5 stars Love it

2005-08-03     3 of 5 found this review helpful

I started learning about CSS and it's concepts from CSS Zen Garden but this book is what did it for me. I'm just learning CSS and figuring out how to apply it and this book took the cool concepts and made them real. It's a How-to book that I after I read it, I actually could!

5 stars Totally Awsome!

2005-05-19     3 of 4 found this review helpful

I would highly recomend this book to anyone even thinking about learning css.

Charles does an excellent job of explaining things in this book. I have numerous books on css, and this one is the missing link. It covers and explains things better then any that I have read so far.

Do yourself a favor and buy this book. You won't regret it.

5 stars Real world applications from a real designer

2008-02-08     2 of 2 found this review helpful

I read many many books on this topic. This book is the only one that seems to be written by someone who actually builds websites with CSS. Not only are there plenty of actual real world examples, but the author addresses the problems that you immediately run into when you start to apply CSS to your designs. Everything from the "clearfix" to the IE6 idiosynchrosis that plague CSS web design. Sylin' with CSS is easily my first recommendation for people learning CSS.

4 stars This is a great book!

2007-05-31     2 of 3 found this review helpful

I'm currently taking a CSS class online and often find myself scratching my head witht the 2 books required for the class - this NOT being one of them - I picked this one up on my own and now it's like - "Oh, so that's what those other books meant" - this one is easy to follow and understand - I'm a designer by trade - so any type of code makes my head hurt - this books makes it so much easier!

5 stars Can't wait to get Wyke-Smith's next book!

2006-12-07     2 of 2 found this review helpful

I really like this book and this author. I ordered his next book, Codin' for the Web, about building web sites with form validation, PHP, databases, and SQL, as soon as it was available last month. I hope he writes more books.

Let me say right off the bat that the errata complained about by other reviewers have been fixed in the second printing (still first edition). I am a very thorough proof-reader, and I think I only found one or two mistakes or typos in the whole book while reading it from cover to cover.

This is a book you can sit in an easy chair and read before you get up to go try the code on your computer. You can actually understand it as you read it. He's good at explaining concepts. You can get the overall idea before you start to code. (Not so with Gosselin's JavaScript book that was also a text for the same intermediate web programming course. The "aha" moments came only after slavishly typing in the exact code in the book to see what it would do.) With Stylin' for the Web you get the "aha" moment and then go try it.

You'll need a CSS reference eventually (like Visibone charts), but if you could only have one CSS book, I'd say this is it. (I also tell friends that if you could only have one cookbook, it'd be an older edition of Joy of Cooking. And if only one X/HTML book, it'd be Molly Holzschlag's (although "Head First HTML" may prove worthy competition.) Neil Bradley's XML Companion is in the same category, but it's out of print. I have yet to find a one-and-only JavaScript or PHP book.)

5 stars Look no further!

2006-11-10     2 of 3 found this review helpful

If you want to learn CSS, look no further. This book is easy to follow, for the beginner, or experienced programmer. A little HTML would be helpful, but that is all you really need. When I read this book, I knew a good amount of HTML, and I had touched upon CSS. I wish I had read it earlier. I finished it in two weeks, during my spare time, and now I can setup my pages with ease. If only I had know it would be this easy!

5 stars Finally, a book on CSS I can understand!

2006-07-12     2 of 2 found this review helpful

Great book for someone venturing into the world of CSS. The author is very good at explaining how things work, why they work, has good analogies and some web history to boot. He also explains what doesn't work with some browsers, and how to work around that (if possible). I can finally start using CSS beyond basic formatting here and there. I'm looking forward to getting his next book as well!

5 stars A must have!

2006-04-02     2 of 5 found this review helpful

This is a great book for all levels. It explains everything clearly and Concisely. I always carry it around for reference.
It is a must-have book for a web developer.

5 stars A good book for beginners

2006-03-25     2 of 5 found this review helpful

This is a great book for anyone who would like to start learning CSS and build a real world web site.
GREAT BOOK!!!!!

5 stars Written in clear layman's terms

2005-11-18     2 of 2 found this review helpful

I've gone through many times trying to learn CSS and each time I tried found a desire to through my computer out the window. I'm from the old school using tables to structure a site. Recently I had the need to try CSS again when implementing Movable Type. I have to admit trying to understand and customize the main index and style sheet of Movable Type caused me to cuss out loud a few times.

Most books tried to define CSS jargons with more web coding jargon. This book actually explains each jargon in layman's terms. It goes slow and have examples to back up the explanations. I've only read a few chapters but I'm actually understanding CSS and how it affects XHTML. Many other books have stated XHTML is for structure and CSS is for presentation, but not going any further in explanation. I'd always thought structure and presentation are the same. This book helped me understand it better as structure implies layout and presentation implies appearance.

There are a lot of sentences in this book that seem "run-ons". It took me a few read-overs to fully understand the meaning.

5 stars Get the bones and the meat on CSS

2008-10-16     1 of 1 found this review helpful

I bought this book sometime last month and I agree with one of the reviews that this is the first book I should have bought on Cascading Style Sheets.I have four other titles on the same subject and I have learned much from all of them, but this Author has a unique way of imparting the knowledge,even to a novice.This book does not read like a mantra,he gives you the code,applies it and "BOOM" you see the result. However,One bone I picked with the Author was on the issue of Opera browser.Though I use Firefox.IE 6 & 7,Safari and other less know browsers,Opera is my primary browser.On pages 82 and 83 where he discussed Font-Weight Property and the result of his experiment with different browsers,Opera was conspicuously missing, and I could not open the books website with Opera browser.The Author was kind enough to reply to my e-mail and allay my fears, because he assured me that he is looking into the Opera issue. In my opinion there is something in this book for every level,especially for beginners. Did I mention the excellent organization of the topics and the superb teaching method. This is one of the best.
emesobena

5 stars I wish I'd bought this book first...

2008-08-30     1 of 1 found this review helpful

The explanations in this book leave very little to the imagination. In other words they are clear & concise & the author makes no assumptions about previous knowledge. I had read Elizabeth Castro's "XHTML & CSS" then Andy Budd's "CSS Mastery" & although they both gave me a good understanding of what can be done they failed to truly explain how to use markup & styling like this guy does. I like the fact that he doesn't seem like he's full of himself either. It really does take more than one book & a lot of hands on to get good at this stuff & I'd recommend this book as either the starting point for a beginner or to round off the edges of an intermediate designer.

4 stars Good for an old HTMLer

2008-08-29     1 of 1 found this review helpful

One of the better CSS books I've picked up. I'm a long-time Html-er who erm...hasn't kept up with the times. I tried a few times to start using CSS/Style sheets, but frankly wasn't really picking it up and it seemed more work than it was worth. Of course now that I found a book that laid it all out clearly without bogging it down with too-much-info and kept it interesting I can definitely see that it's well worth the time to update my coding.

The examples are simple enough to follow, but interesting enough to *want* to follow. There are some goodies in the downloadable files that are invaluable (like the niftycorners). Well worth the purchase.

4 stars A God Send!!!

2008-07-30     1 of 1 found this review helpful

An absolutely brilliant book.

I would strongly recommend it to anyone struggling with CSS, not quite grasped it yet, or who's just completely new to building their own websites.

Very well illustrated, commented, and some great take-away resources such as style libraries etc.

Brilliant! :) You'll be coding your own XHTML and CSS in just a few days with this book.

5 stars Best Source on How CSS Works

2008-05-23     1 of 1 found this review helpful

Stylin' with CSS: A Designer's Guide (2nd Edition) (Voices That Matter)RE: Wyke-Smith's CSS Book: I've come to appreciate this book so much that I don't know where to begin in recommending it. I had read (studied) several books on how to mark up and style web pages, but not until I began reading this one did lingering questions finally get answered at the very outset. For Example, Chapter 2 "How CSS Works" masterfully gives you such insight into concepts like inheritance, the cascade, sequences, precedence, specificity, etc. that it inspires new-found confidence you can implement web design with precision. The author rightfully states "Truly understanding just a few techniques can turn a struggling newbie into a competent CSS journeyman." (THESE INSIGHTS ARE A GREAT TROUBLESHOOTING AID.) He teaches you how to exploit the latest W3C Standards so you can produce sleek and powerful styling. In 300 pages he describes, and abundantly illustrates in color, a wide range of the latest techniques helpful to experts as well as to beginners.(Read back cover for range of topics.) I found it hard to put this book down, and carried it everywhere. Once, I spilled coffee on it in a restaurant, but the paper quality is so good a few hours exposure to the sun restored it like new. Try comparing this book with others and you will see why I recommend it enthusiastically.

5 stars Excellent CSS Book - even for programmers!

2008-05-16     1 of 1 found this review helpful

I looked at this book over at B&N and it got me hooked. Especially the chapter on how to do some basic page layout. I could not believe how simple it could be! The author really got me very interested and that eventually led to me buying this book. I'm glad I did. :-)

If you're a Java developer like me or a CSS beginner, this is a great book to get you started. It's really easy to read. Complex concepts are explained in an easy to understand fashion. And the author follows and breeds best practices. These and many others, make this book excellent.

The book is broken in 7 chapters.

The 1st chapter explains the basics of HTML, the different standards and how the page is structured. Simple chapter, but it's important to understand the basics.

The 2nd chapter, How CSS Works, is really a CSS 101. Basic stuff as well, but as in the first chapter, this is a fundamental knowledge.

Chapter 3 is more of a reference guide on how to style fonts and text. Some very useful info.

Chapter 4 is where the interesting stuff starts: positioning elements. An excellent overview of the box model and some good information about floating and clearing.

Chapter 5 is the best chapter in the book. It goes over several ways to create page layouts. Want to create a 2-column layout? A simple example is shown. How about a 3-column layout? 3-column liquid layout? With the techniques presented by Charles, you can create any type of a layout and you will actually understand what's going on. Really neat stuff.

In chapter 6, focus is on styling tables, forms, and menus. The author basically presents some techniques on how to style tables for tabular data, and explains the technique on how to create CSS menus. Good chapter to dive in when you're involved with these.

Chapter 7 summarizes the overall process of building a real site.

I learned several new techniques and tips from this book. I love how the book makes complicated things simple: this is my type of a book. Also, Charles has a good way of making sure these things come across and stay in your head. Not a simple thing to do, but he did a great job.

5 stars The best CSS book I've read

2008-04-13     1 of 1 found this review helpful

I love this book! It is easy to follow, the examples are simple yet thorough, and I "walked away" with the best understanding of CSS I've had (this is book 3). To that, as a bonus, this book is less than a third the size of the other two I've read. Even the page layout is superb. There is plenty of margin area for our notes, something I fill books with. Full color, good kerning and leading, I could go on. This is a great book. I just bought "Codin" and I am "chopping at the bit" to start it. Thank you Charles.

5 stars Stylin' With CSS

2008-04-08     1 of 1 found this review helpful

This book is a must have for any beginning to intermediate wanna-be web builders. It provides an excellent introduction to both CSS as well as XHTML using a light-hearted, almost nonchalant, approach. The author begins with the bare basics and builds on these basics with each successive chapter using examples as he goes. I found that there were a few small errors in code provided in the text, but the author very plainly states that the reader should download his code from the book's website and use that code for any examples. He makes any necessary updates to code provided in the book on his web site.

After finishing this great tutorial, I began applying what I had learned to a web site I built a couple of year ago and was in need of a good update. I used much of what I had learned and found a couple of problems in implementing some of the code from his drop-down menu lessons using nested ul (unordered list) tags. However, I went to the books web site and found a form on the `Contact Us' link. I described the problem and within a couple of days the author emailed me with the resolution.

Try it! You'll like it!

5 stars A great tool to finish your website!

2008-03-10     1 of 1 found this review helpful

If you are learning from "scratch" to do your own simple website, this is the book for you - it lets you create what you want, explains how you can create the look you want to achieve, and allows you to finish the site with the graphics to make it pop! As a graphic designer, my area is print material, not web, but this allowed me to create my own web page for people to view my work and I'm currently working on another link to my web page for the sale or printed material - thanks Charles for making my life easier!

5 stars A real page turner...

2008-01-10     1 of 1 found this review helpful

I just got my copy of Edition 2 and I haven't been able to put it down. This is one of the very best resources I've ever encountered for Web professionals. His descriptions are incredibly clear and accessible, and the information he provides is practical and useful. Thanks to Charles, I've learned to embrace CSS.

5 stars Great for all levels experience

2007-12-21     1 of 1 found this review helpful

As a developer of web applications for 8 years, I have focused on the behind the scenes function primarily. Once I started paying more attention to the "experience" of the user and not just the functionality, I realized how much CSS really brought to the table as a design and implementation tool.

I've owned Charles' book for about a year now. This book has been both a great reference book for getting things done in the browser with CSS as well as a solid discussion of how best to use CSS and HTML for maximum effect.

I highly recommend this book if you are just starting out with web site design and creation. I also highly recommend it if you have already been working on web sites and need a good reference for CSS and tips/techniques about design and implementation.

5 stars A refreshingly different kind of CSS book....

2007-03-07     1 of 1 found this review helpful

You (if you're like me) have seen a ton of books on CSS. They repeat the basics without increasing you knowledge- or without telling you what you want to know. This book is different. You know the basics- Wyke-Smith tells you how to use create the pages you want. Finally a book that doesn't read like a spec sheet. To the author, Thanks.

5 stars Cascade learning for CSS: A++

2006-12-01     1 of 1 found this review helpful

Charles has a great presentation style that takes you through a step by step seperation of style sheets from HTML markup. The writing style was easy to follow, starting with fundamentals, and then moving on to more advanced styles.

The examples were created for CSS compliant browsers in the step by step, with explanations for the non-conforming gorilla. Then, hacks were provided to overcome lacking implementations.

There is a correction site published for the few minor mistakes that made. I would recommend that you go there FIRST and insert the corrections. And if you find something new, share the wealth.

Having tried to explain some of this myself, I am further impressed with Charles's ability to put an concepts into easy to understand English with a little humor now and then.

Thank you for a great quick step by step guide to CSS. I am a Sun certified Java Programmer and maintain a JUG web site and found this book most enlightening and expansive. Now when I look at a source page, I understand all the CSS code and how it cascades together.

5 stars A CSS Handbook at its best!

2006-09-04     1 of 2 found this review helpful

This book is awesome! This book helped me write my son's web site. It has provided the best standards and practices for writing professional looking web sites. In addition, it is not one of those bulky books that has close 1000 pages of sometimes useless data; but it holds a ton information.

4 stars Stylin with CSS - A Designer's Guide Book Review

2006-06-24     1 of 1 found this review helpful


Title: Stylin' with CSS - A Designer's Guide
Author: Charles Wyke-Smith
Publisher: New Riders
ISBN: 0-321-30525-6
Pages: 265 pages
Reviewer: Philip High
Rating: 4.5 out of 5 stars

I admit it. I`d rather read a really good "How To" book than the latest "Whatever Code" adventure. And for me, this title did not disappoint. Early into the attractive and logically designed pages I would have enthusiastically given out 5 stars. Unfortunately I had to pull back from that a little for a couple of reasons I will go into later. Still, for content and readability I would not hesitate to recommend this book.

I have been using CSS styles and style sheets for 6 or 7 years via Macromedia's Dreamweaver. Yet, I always felt I wasn't really maximizing their potential. And after reading this book I confess, I was basically clueless! Now I am enlightened; let the brethren rejoice. From now on, content and presentation will be safely segregated in my brain and on my web pages. Well, actually it might take a while to reach this Valhalla, but such is the quest of "Stylin' with CSS."

All of the essentials for implementing the power of Cascading Style Sheets are here. From basic text styles to total page control, including multi-column fluid layouts with drop-down roll-over menus floating in the horizontal center of a vertically tiled background image - Charles Wyke-Smith has got you covered. And any "deeper knowledge" not encoded here is conveniently referenced in the text and in the many, actually informative, sidebars. Can I get a witness?

Yes, the information is abundant. But, what really sets this book apart is the writing. The style is both clear and entertaining with the lessons building skillfully and solidly on each other. Code examples are helpfully separated from the text by paragraph style, font, and color, with new lines highlighted in red each time they are added. The author also makes use of the time-honored teaching technique of "tell `em what you're gonna tell `em - tell `em - then tell `em what you just told `em." Sound boring and redundant? Actually it's very effective and herewith handled transparently so that you don't even mind having your ignorance thrice pummeled!

I also appreciated the writer going beyond just the "how" of rules to include illuminating bits of "why," such as the move to XHTML and the rationale behind a "web standards" approach that separates content from presentation (to accommodate multiple platforms and media). And, do you know what pseudo-classes really are besides esoteric cryptology? They are styles that cause rules to be applied dynamically when certain events occur! Amazing!

Now for the stale bread and whiney part. The subtitle says this book is written for designers (i.e. me) but the examples are less than inspiring visually. I know, it's for clarity and focus. But at least a little "dazzle" would help to motivate the sometimes nodding back row. Thankfully there are some inspiring sites referenced for your own research. OK, forgiven. But the worst sin is that the glorious path to stylistic freedom is littered with piles of typos! I'm not just talking about the odd gum wrapper here. Sometimes it gets a little confusing and definitely distracting. Perhaps this is the result of contemporary budgets and schedules that have replaced hands-on editors with spell-check, but maybe we should reconsider and S L O W D O W N just a little.

I realize I point this out at my own peril as a frequent offender myself, but then nobody is paying to read this! To be fair, this is not the only book or publisher that suffers in this way. It's practically a trend! The author has gracefully acknowledged the problem on the related website and asked for feedback to improve the next edition. That website, by-the-way, also contains very helpful downloads of the written examples. So heaven smiles again. Final judgment - if you are a designer with beginning to intermediate web building skills and are interested in the fundamentals of CSS - get this book. Amen.

4 stars The Cure for CSS-Phobia

2006-06-04     1 of 1 found this review helpful

As a technical person who hasn't done much web development, I never quite got the knack of CSS. I'm used to programming with reference books and nothing else, but that never seemed to work for html, css, and java. Thanks to this book, I can now say I have a good grasp of the basics of CSS, and how it can be used for much more than just fonts and colors. It presents CSS from the ground up, with a great summary visual at the beginning of each chapter, and lots of pictures. Using this book, I was able to quickly create a couple of nice web sites uncluttered by style markup. Whether you're technical or not, this would be a great introduction to CSS.

5 stars Great book

2006-03-03     1 of 1 found this review helpful

This is a great book it takes from the basics to the more advanced CSS features. THe author always keeps you feeling confortable using plain english and advinving you what works and what doesn't on our "friend" internet explorer. Now i can say i have general knowledge about CSS . i really recommend it.

4 stars Thorough, easy to understand!

2006-02-18     1 of 1 found this review helpful

I really like this book. I've been a web designer for a while, but took a few years off, and technology passed me by. I'm trying to catch up with CSS and this book has been a GREAT source. It's very thorough, comprehensive. I haven't finished reading it yet, but I'm already revamping my company's website to incorporate CSS.

5 stars Stylin' with CSS, This is a have to have book!!

2006-02-04     1 of 3 found this review helpful

Wyke-Smith cover so much in a very small space. They give points other authors just skip over. This is a must have book if you really are interested in CSS.

5 stars Understanding the Why's of CSS & Beyond

2006-01-24     1 of 1 found this review helpful

As a visual person with no coding experience to shout, about I found Wyke-Smith's book an excellent resource explaining the why's and then the how's making it easy to apply the theory in practice.

Stylin' was easy to read with a sense of humour most computer books do not have. Visuals to explain things with highlights of colour was really helpful in honing in on important points.

What impressed me about Stylin' was that it explained the essentials about separating content and design elements but had the real world focus with some search engine elements added in.

For designers and people wanting to understand the concepts behind CSS this is an excellent book to start off with.

4 stars Good, but marred by some typographical and technical errors

2006-01-23     1 of 1 found this review helpful

As other reviewers here did, I found Stylin' to be a thorough and detailed look at CSS, and more importantly, the use of CSS to separate presentation from content via XHTML. It's reasonably well written (although I could have done without some of the almost condescending spoon-feeding that Wyke-Smith employed in some areas), and I found it to be informative and useful.

However, I was very disappointed with the number of errors in the book. Most were typographical, and if I were the copy editor, I'd be embarrassed to have my name in the colophon. There are numerous punctuation problems, missing letters, and even a missing word in one case I noticed. Very unprofessional, frankly.

But in certain cases, the technical facts are also not quite 100%. In one instance early in the book, Wyke-Smith asserts that pixels and points are the same thing. They absolutely are not, which is why CSS allows you to specify fonts using either. Had he (or the technical reviewer) taken the time to compare 24 pixel type to 24 point type, simply by creating a style sheet with both and looking at the results in a real web page, they would understand that.

I recognize that it's a minor point, but it shows that the author has somewhat less command of the art than I would expect as a reader.

But looking past mistakes of that sort, I still find a book that has a great deal of useful information, presented in a readable format. The fact that the book is printed in full color on quality paper enhances the visual appeal of the book, as well as its usability, since colored type is used to very good effect to make various points more clear.

Perhaps in a future printing they can address some of the flaws, at which point it would definitely deserve a 5-star rating.

5 stars One of the best CSS books!

2006-01-05     1 of 1 found this review helpful

This is an excellent book that was recommended to me by a friend. When I began redesigning my website I found it to be helpful in showing me how to write and utilize CSS. This book is also great in the way of explaining the hacks needed to make your website appear the same in IE as it does in other web browsers. Highly recommended!

5 stars An Excellent book for beginners and intermediate

2005-11-21     1 of 1 found this review helpful

Before reading Stylin' with css, I had read CSS Anthology which I must say is very good book. But, reading styling with css made all the difference. The author really knows how to explain css jargons in layman English and I must also say that the illustration is excellent.With the book one can really start kicking with css.

In all, this is the best book I have read on css and I wish most computer books were written this way.Thanks Charles Wyke-Smith

5 stars Great Learning Tool

2005-11-08     1 of 2 found this review helpful

When I first heard of CSS, I thought it was some obscure web coding plaything that I wouldn't have to waste any of my own brain cells on. How wrong I was. I began to suspect I was missing something when I realized that there were so many things I wanted to do (such as remove underlines from links), didn't know how to do, and discovered that CSS made the task easy.

So I headed to Amazon to find some books that might give me a leg up on CSS. I chose Stylin' and am well pleased with my choice. It is quite accessible and doesn't punish me for not knowing much HTML, and zero CSS. The author is quite friendly and clear. After a pleasent weekend reading Stylin', I had actually acquired a very clear idea on what CSS is and how to apply it to my own sites. I was never left scratching my head on what the author meant. It's really a great computer/web book.

If you are involved with a building a website and you don't know CSS yet, Stylin' provides a user-friendly way to learn it.

4 stars Looks like an eye-candy book, yet serves as a reference

2008-11-10     0 of 0 found this review helpful

This book is easy to read and the pages have color throughout. There is a companion web site where you can download all the code, which really adds to the usefulness of the book. It is rare for a reference book to be engaging reading, but whoever laid out the pages here visually complemented the depth of material perfectly. I guess the author and publisher know that, as this is already the second edition of the book. Along with the second edition of Dan Cederholm's Bulletproof Web Design and CSS Mastery by Andy Budd, this is a great way to learn the ins and outs of CSS. I give it 4 stars instead of 5 because I like books that build examples step by step, where this book gives the finished code all at once, then discusses notable parts of the markup.

5 stars Excellent CSS Reference Book

2008-10-11     0 of 0 found this review helpful

I have read various books on CSS and this is by far my favorite. I feel that the author provided in-depth details on why, where and how CSS is used. I highly recommend this book and I am looking forward to purchasing the author's other book Codin' for the Web.

5 stars So far so good!

2008-09-30     0 of 0 found this review helpful

I bought this as a textbook for my web design class. I already know a lot about CSS, and so far I've only read the first chapter, but it seems extremely easy to understand. Each concept is explained (in plain English!) and technical terms are defined clearly. And when sample code is supplied, you've already read about each part of it and know WHY it's there. I recently bought a book from a different author and publisher on ActionScript 3.0, and its so abstract, I don't think I know much more about AS than I did at the beginning. Stylin' with CSS, on the other hand, has defined even the basics (that I already mostly knew) so well that I've learned a few things already. I was so impressed that I ordered Charles Wyke-Smith's other book, Codin' for the Web, right away. I haven't gotten the chance to read it yet, but I already know I'm going to learn quite a few things from it.

4 stars Tools for the rest of us

2008-08-17     0 of 0 found this review helpful

Most CSS tool books cater to the professional. While this book could teach many professionals a thing or two, it is an outstanding handbook for the amateur web builder, no matter how complex a website you imagine.

It helps you generate a clean, and changeable design in the simplest and most straightforward way possible. Good examples and good illustrations.

5 stars Easy read, gets you up and running with CSS fast

2008-07-31     0 of 0 found this review helpful

Clear and easy to understand, thorough in it's coverage. I read it twice and it really helped me more than any other CSS book or tutorial.

5 stars Smokin' CSS

2008-07-24     0 of 0 found this review helpful

Charles Wyke-Smith definitely has away with disarming technical issues and instilling you with a desire and determination to accomplish your coding goals. This book explain CSS in a straight forward and easy to understand way and this book will continue to serve you well as a handy reference.

5 stars Fantastic! Easy Read

2008-05-06     0 of 0 found this review helpful

What a great book and easy read. The author assumes nothing and explains everything. I am more of an audio learner and reading this book was like having someone talk to me.

I read it cover to cover, taking notes and highlighting items to come back to when I'm at the screen working on my site. It's doubtful that I have ever before read a technical book so quickly (if ever in entirety).

5 stars Delightful Instruction

2008-04-29     0 of 0 found this review helpful

As the title of my review states, this book provides - with its conversational tone and very clear writing - a delightful nuts-and-bolts take on important aspects of CSS coding. It really feels as if the author is at your side, even anticipating your questions along the way.

It helps if the reader has read at least one primer on (X)HTML and CSS before starting this book. A mark-up/presentation language newbie can certainly benefit from this book. But with an introductory text behind him or her, the reader can really appreciate the best-practice advice Charles Wyke-Smith has on offer here.

Can't wait to read the author's "Codin'" book.

4 stars I love the book

2008-03-26     0 of 0 found this review helpful

I really like the book. It is simple and easy to understand. It is small so you can finish it, unlike most of coding books that are huge and imposible to finish

5 stars Clear, concise and funny

2007-10-12     0 of 0 found this review helpful

Charles Wyke-Smith has written a very clear CSS book. I thought it might be too elementary. No way! It helped me right from the first chapter, and I've been coding in CSS for 5 years. I'm so glad to have this new tool.

5 stars SECOND EDITION EXCELLENT

2007-09-30     0 of 0 found this review helpful

An indispensable resource!

Review rewritten for second edition January, 2008

The first edition of this book was excellent, a great place to start for learning CSS and XHTML. It was the book that gave me the knowledge needed to use CSS effectively and start writing sites. I liked it so much I pre-ordered Second Edition and Amazon finally delivered it. The new edition is outstanding.

The content is updated and well structured. The author goes through all the steps for writing CSS and XHTML pages, including the ways to style a document, how to write CSS rules, how to specify fonts and assign text properties. He then discusses the box model and it pitfalls, as well as the all-important positioning properties. Then, it's time to start building pages. Charles discusses multi-column layouts, site architecture, and many other useful topics.

The book provides plenty of technical detail along with practical applications that are really useful. The author's writing style is clear and concise with a familiar tone. Also, the production values are excellent. The book has heavy paper, full color images, color coded text, and an efficient, friendly layout.

I've read several good CSS books. No book is perfect; but for me, this is the keeper. [...].

5 stars Great seller

2007-08-31     0 of 5 found this review helpful

Great seller book arrived as fast as amazon 2 day shipping. The book itself was in excellent condition, I will buy something from this seller in the future.

5 stars Easy to follow

2007-07-09     0 of 0 found this review helpful

This book is easy to follow and gets into the nitty gritty of css. You'll be coding in no time, and will understand why you're doing what you're doing. I love it. It's so informative, and has given me the confidence to really run with css.

5 stars CSS for the novice

2007-03-09     0 of 0 found this review helpful

After struggling to teach myself css from three other books, I found "Stylin' with CSS: A Designer's Guide." By far the best of the lot! Easily understood, excellent examples, concise tutorials and an up to date web site to support the book. What more could you ask?

5 stars Great book!

2007-02-13     0 of 0 found this review helpful

This book explained to me how to write CSS code. It's well written, has scads of examples and there's a web site to download the examples. If you want to quickly learn CSS, I recommend this book.

5 stars author brilliantly combines what and how with why of css

2006-10-16     0 of 0 found this review helpful

this book is excellant. the author does a great job of teaching css by providing clear examples which build upon one another. he combines what and how with why and makes it fun in the process. this is a very efficient learning tool. i'll be sure to buy his coding book when it comes out. great job!

5 stars A MUST HAVE FOR ALL PROGRAMMER'S/DESIGNERS!!!

2006-08-11     0 of 2 found this review helpful

This is the ultimate CSS book! The author makes everything easy to understand like no other book! Background colors or pictures, hacks, margins, divs, spans, ids, anything having to do with CSS, you name it, he's got it! This book is easy to understand, funny, but yet you learn something from it! I sat in the book store for 2 hours looking through it! And, hey, I'm a twellve year old and it's easy for me to understand so you'll understand it too! You've gotta get the best web design book in the world!!!!! The choice is yours...

4 stars Good for beginners

2006-02-25     0 of 0 found this review helpful

This book is good for beginners who are looking to style using CSS. I'm using it for a Web Publishing class and it provides easy steps to follow.

5 stars How to learn CSS well!

2006-02-23     0 of 0 found this review helpful

My even bedside book to learn CSS.
Very didactic, legible and written very well. T
he support archives are execelentes.
A very good book to learn to see, to think and to create pretty pages with the CSS aid.

5 stars Good book for CSS

2006-02-19     0 of 0 found this review helpful

This is the good book for learning Cascadig Style Sheet ...Recommend for beginner programmers

5 stars Begin with this one

2006-01-18     0 of 0 found this review helpful

This is THE book to begging learning CSS. It gives you solid bases to understand how CSS works. Then you can buy some meyer book to get in depth information about it.

Buy it from AmazonNew for $26.39