Book Review: CSS Cookbook - Christopher Schmitt
CSS Cookbook is a solid practical guide to using CSS on a day to day basis. A great book for a beginners, it shows how to resolve common CSS problems.
- Author: Christopher Schmitt
- Published: August 2004
- ISBN: 0596005768
CSS Cookbook is an up to date practical guide to using CSS on your site. Primarily aimed at coders who haven’t made the transition to CSS layouts the books has step by step guides to common problems that occur on a daily basis. Styling typography, forms list and layouts are all covered in a simple and easy to read style.
This is a great beginners book. Compared to Eric Meyer’s book this offers novice authors a more practical introduction the CSS and what it can do. Each example uses the framework of “Problem” and then “Solution”. The style of writing is easy follow and the examples are all excellent ones that web authors will use on a daily basis.
Where the book is lacking in comparison to other CSS books is on the design side. The book will show you the nuts and bolts of CSS but it does not really cover how to give your designs the wow factor. Indeed some of the examples in the book look like they have been made by a coder rather than a designer. For me really good CSS is understanding the possibilities (which this book more than does) and applying creativity to that. For me the book lacks creativity.
The lack of creativity is a minor complaint though. This is a great book for beginners, especially for those who are still using tables. It shows practical methods for HTML authors to use to produce more lightweight and maintainable code.
Tags
Can you help make this article better? You can edit it here and send me a pull request.
See Also
-
Book Review - HTML & XHTML - Musciano & Kennedy
Although a good introduction to HTML this book suffers from its age but turns up some unexplored parts of HTML even for an experienced reader. -
Drop Shadows with CSS
A short tutorial showing how to apply drop shadows to images on your site with CSS. -
Book Review : DOM Scripting - Jeremy Keith
Jeremy Keith's book is an excellent, gentle introduction to applying dynamic effects to websites using Javascript and the DOM. Covering best practices and techniques that degrade gracefully this is a must read.