Skip to content
Scan a barcode
Scan

Web Standards Solutions: The Markup and Style Handbook (Pioneering Series)

Select Format

Select Condition ThriftBooks Help Icon

Recommended

Format: Paperback

Condition: Good

$5.89
Save $29.10!
List Price $34.99
Almost Gone, Only 1 Left!

Book Overview

Welcome to the expanded second edition of Dan Cederholm's bestselling Web Standards Solutions. Web standards are the standard technology specifications enforced by the World Wide Web Consortium (W3C)... This description may be from another edition of this product.

Customer Reviews

5 ratings

Why use CSS? Read this book and find out

I read this book from cover to cover, and was sorry to see it come to an end. I don't say that about too many books, let alone computer manuals, but this is one is exceptional. Prior to reading Web Standards Solutions, I had never found a good rationale for using CSS. Oh sure, it's the new web standard, and everyone will say it's the right thing to do, just like eating your spinach. But no one had ever shown me what CSS is good for until Dan Cederholm came along. Here's the reason, in four words: It makes things easy. If you have been struggling with tables nested in tables nested in more tables, with pieces of images here and bits of images there, and font declarations everywhere, all so that you can make things line up nicely and make your pages look attractive, be aware that there is a way out of the wilderness. Dan Cederholm can show you how. In the process, he has created a fine example of the way a computer manual ought to be written. The first section of the book deals with using CSS to mark up various elements of a page, including lists, headings, forms, anchors, and, yes, even tables. The second section broadens the scope to consider how CSS can be used to structure larger things, like an entire page. For example, there's a very good (and simple!) section on how to set up a page with a header, footer, and two columns. By adding a few lines of CSS, the two-column layout can be turned into three columns. And with no tables at all. Hallelujah. Each section of the book starts with an explanation of what he would like to accomplish -- create a menu, for instance, or apply a font style to just one page on a site, or one element on a page. He then shows you several ways that you can use CSS to do this, and goes over the pros and cons of each. The code is always simple, even though the results are impressive, because CSS allows you to do these things easily. But to keep you from going astray, Mr. Cederholm first shows the basic code, then adds one feature at a time, and shows the result of that. All of this is presented so clearly that it's trivial to understand, yet highly effective when you see what he's accomplished. As for caveats, there are only a couple. It should be emphasized that the book is an introduction to CSS; if you're looking for a comprehensive guide to every feature of the language, you won't find it here. The book will definitely whet your appetite, and make you want to learn more, but you'll need other manuals to take you further. I was also going to say that CSS veterans probably won't find much that is new here, but on second thought I'm not entirely sure of that. There are a lot of nifty ideas in this book. Mr. Cederholm was the designer for the Fast Company web site, and he shows some of the problems he encountered when architecting that site, and the solutions he came up with. They are clever and simple, but not necessarily obvious. If you're debating whether to buy the book, take a look at a sample chapter on

Much needed book with superb approach

For just under a year now I have been dipping into the online community of advocates for the many uses of CSS. As someone who is a graphic designer and part time web designer it can sometimes be a pain to find that mix of visual, structural, and functional design needed to take your portfolio and skills to the next level. This book takes a very clear approach to laying out many paths to a single, or similiar, solutions. I think a big problem with all of us "non gurus" who are trying to get into CSS is knowing whether a tag or style is compatible with the "popular browsers" and if we are going to hand off the project to our clients full of holes and subsequently full of complaints. You can trust Dan as a professional who lays down a number of approaches that can be used, none of which are totally obselete and are going to leave you with an unhappy client. Another great element of this book is the value it adds to your work. When you put these skills to work on your sites, your not only creating visually great work, but your also making your work compatible on all levels (hand helds, multiple browsers, screen readers, non CSS compatible browsers)and the book even shows why using specific techniques will optimize your code for search engines (and anyone worth thier weight in gold knows how important search engine optimization is for clients). There are alot of great reasons to fork over your money on this book. As I believe I heard someone mention before, if you have basic CSS knowledge and this book you will be ready to rock. Just dont pick it up expecting to learn CSS from the ground up. For those who have that basic working knowledge, this is the next step in your CSS revolution!

useful and practical book for newly converted CSS believers

very useful and practical book on CSS-based layouts. it compares alternative ways to 'markup' (write your html) and to 'style' (write your css). what i love about it is that it presents the pros and cons of each real-world methods, then you'll be able to figure out which is best for your specific purposes. and makes you smarter for next time. most methods presented are the right way to do it, while few are hacks, but it'll tell which is which. an easy read, the kind you can jump from one chapter to another. infact so easy i finished half the book before i got it to the cashier (oops, sorry i didn't order online). who is this book for? probably not ideal if you're not yet a believer of web standards. not for experts, as they may have read the same material when it was discusses in the author's site simplebits.com. but most suitable for those who just converted to CSS tableless design and curious to know exactly how others are doing it.

Perfectly practical, and will become indispensible to me...

I've mentioned in the past that books on web standards and markup tend to irritate me due to their "I'm an expert and my opinion is always right" attitude. But never one to give up, I had the chance to review Web Standards Solutions - The Markup and Style Handbook by Dan Cederhold (Apress). Much like the book Designing With Web Standards by Jeffrey Zeldman, this is a refreshing change and extremely practical. I really like it! The chapter breakdown: Lists; Headings; Tables Are Evil?; Quotations; Forms; , , and Other Phrase Elements; Anchors; More Lists; Minimizing Markup; Applying CSS; Print Styles; CSS Layouts; Styling Text; Image Replacement; Styling ; Next Steps; Index The chapters follow a common format... A topic is introduced, and three or four different methods are shown on how to accomplish the task (like lists). Each method is explored for pros and cons, with the goal of finding a solution that puts emphasis on semantic meaning and clean markup. This is followed by an "extra credit" section that pushes past the basic topic and starts to show some more unique ways to use CSS for appealing page images. For one, the tone is conversational in nature. You're not being lectured to or scolded for not adhering to perfect and exact standards (or opinions). The book is also not a reference manual as such. It's a practical guide on how to use CSS to get the job done and give yourself a solid design that will work for multiple types of browsers. Throw in a little humor along the way, and this book becomes one which you find yourself picking up repeatedly. The sign of a good book for me is one where I'm using the book either before or during my review. Based on a project I'm currently coding, I've already started to memorize certain page numbers I keep going back to. This book will definitely secure a spot on the bookshelf at work, and will be closely guarded to make sure it doesn't disappear.

Simple, but elegant solutions

Dan Cederholm runs a company called SimpleBits, and that's the philosophy that runs through this book: keep things simple. Don't let that deceive you, though. Simple doesn't mean plain or boring. In fact, Dan offers some very elegant solutions to common problems - styling navigation lists, pull quotes, and table-free layout. He also shows you how to style tables with CSS, as well as exploring uses for some of the lesser-known semantic tags for text layout.The book is targeted mainly at web designers who haven't yet taken the plunge with CSS, or who are finding it hard to get to grips with. By taking things in small bites, he shows that CSS doesn't have to be complicated; and he warns against the disease that seems to affect many new converts to CSS - becoming "class happy", where classes are liberally spread through web pages with greater abandon than old-style font tags. Jeffrey Zeldman's Designing with Web Standards argues the case with passion. Dan Cederholm just quietly gets on with the job - and very effectively, too. Each chapter is short, and to the point. I enjoyed it thorougly.
Copyright © 2024 Thriftbooks.com Terms of Use | Privacy Policy | Do Not Sell/Share My Personal Information | Cookie Policy | Cookie Preferences | Accessibility Statement
ThriftBooks® and the ThriftBooks® logo are registered trademarks of Thrift Books Global, LLC
GoDaddy Verified and Secured