Bulletproof Web Design By Dan Cederholm (Thanks Javier Julio!)

Posted October 15, 2007 at 7:00 AM

Tags: HTML / CSS, Books

On the enthusiastic recommendation by Javier Julio, I read and just finished the book Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS. This book is awesome and a must-read for everyone in the web development industry. It has completely changed the way I think about building web site front-ends both in pointing out my limitations as a page architect as well as in teaching me a better way of doing things.


 
 
 

 
Bulletproof Web Design by Dan Cederholm (Book Cover)  
 
 
 

The book is highly accessible and does a great job of walking you through the most common web design "mistakes" and how to improve them. Along every step of the way, the CSS and XHTML are fully spelled out and thorough explanations are provided as to why thing are or are not considered bulletproof. But don't think that this is just a collection of CSS hacks and tips; bulletproof web design is about changing the very way you approach web design. It's about building meaningful XHTML and planning ahead to be flexible.

One of the nice things about the book is that it devotes a whole chapter just to tables. In a time where Tables seem to the be the kryptonite of the web development community and heards of developers go around mindlessly bleating "tables are bad, no tables", it's nice to see someone who really steps up and explains that not only are tables a requirement of valid and meaningful XHTML, but that they can also be highly styled using the full array of table tags (most of which are unknown to or ignored by front end developers).

There seems to be a ton of information in this book; and, the difference between the way you do things and the way aught to do things might seem overwhelming at first. But, I have a feeling that many of these practices become second nature as you start to use them. I think the biggest obstacle of bulletproofing a web site is going to be effectively explaining the tradeoffs of flexibility and design to your client and/or designer.

Anyway, I can't say enough good things this Bulletproof Web Design. I am really excited to start applying the new principles that I have learned in this book.


 
 
 

 
Bulletproof Web Design - This book gets and enthusiastic two thumbs up from Kinky Solutions  
 
 
 

Post Comment  |  Ask Ben  |  Print Page




Reader Comments

Oct 15, 2007 at 8:33 AM // reply »
50 Comments

My manager won a copy of this at our latest user group meeting... I need to snag that from him! :) I've heard nothing but good reviews about it!


Oct 15, 2007 at 2:34 PM // reply »
92 Comments

Great success!

Thanks Ben for giving credit where credit is due! I'm real glad you finally read all the way through the book. When I read the first edition (the photo is of the second edition) back in 2005 I was blown away. It really changed the way I do development. I was already learning a lot about XHTML and CSS and going the standardized route but his "bulletproof" way of thinking really got me going.

Hopefully now you will have time to read the other books I've recommended! You are certainly not getting off the hook so easily! What do you plan to read next? And of course I expect this same treatment. :) Again glad you enjoyed the book. Sometime this week we need to sit down so I can show you what I'm working on.


Oct 15, 2007 at 3:14 PM // reply »
7,490 Comments

@Javi,

I think "CSS Mastery" is next on the list :) Looking forward to it! Also a have a few jQuery books that I supposed to read. Gonna do a big reading push in the near future.


Oct 16, 2007 at 2:09 PM // reply »
92 Comments

Ben, glad to see you will be reading CSS Mastery next. Trust me you will enjoy that book just as much. :) You'll learn a lot of neat tricks. We really should sit down sometime soon so I can show you what I'm doing CSS-wise.

Definitely let me know what jQuery books you are reading. So far I'm convinced thats the best library out there. I love coding in jQuery as its just so fun and easy. They did a great job with their UI library.


Oct 17, 2007 at 7:37 AM // reply »
7,490 Comments

@Javi,

We definitely need to get together. I took a look at some of the CSS library stuff you have going on - super impressive! You're so damn organized :)

But, agreed - jQuery is the most excellent Javascript library that I have seen. It makes things so easy.


Oct 22, 2007 at 4:20 PM // reply »
7 Comments

congratulations, Javi...you are famous!


Jun 17, 2009 at 6:29 AM // reply »
1 Comments

Great Article! Thank you for given this....


Post Comment  |  Ask Ben

Recent Blog Comments
Mar 14, 2010 at 3:56 PM
Parsing CSV Values In To A ColdFusion Query
@Ben Nadel, Ben, you're right. I have embedded delimiters, which this function does not handle. I also need to specify the column headers, which yours does not handle. Decisions, decisions. ... read »
Mar 14, 2010 at 2:01 PM
Creating UI Elements With Low-Coupling And Conditional Event Handling
@Ryan, It's definitely an interesting approach. I'm used to binding to objects / elements that the idea of binding to an event object is a bit much to wrap my head around just yet. As far as the TH ... read »
Mar 14, 2010 at 10:08 AM
The Magic Of Thinking Big By David Schwartz (Thanks Clark Valberg!)
@Kamal, You can get it off of iTunes / Audible.com. ... read »
Mar 13, 2010 at 9:14 PM
The Magic Of Thinking Big By David Schwartz (Thanks Clark Valberg!)
Ben, COuld you plz tell me how to find the audio book version of The Magic of Thinking Big by David J. Schwartz, Ph.D Thanks ... read »
sun
Mar 13, 2010 at 6:21 PM
Sending (SMS) Picture Messages With ColdFusion And CFMail
MY BAD! @tmomail.net IS correct ... but, ONLY from pic taken W/ a cell -- NOT as attachment in an email ... (took ~4 min. for it to arrive ... then would NOT DL to my cell) ... read »
sun
Mar 13, 2010 at 6:16 PM
Sending (SMS) Picture Messages With ColdFusion And CFMail
@tmomail.net is NOT correct! IS t-mobile addy ... but, ONLY for a txt msg! ... read »
Mar 12, 2010 at 8:24 PM
Creating UI Elements With Low-Coupling And Conditional Event Handling
@Ben, Yes, that's exactly what's happening. That's the approach YUI has taken with custom events, you subscribe the handler to the Event object itself. I really like the event system in YUI, it's ... read »
Mar 12, 2010 at 7:34 PM
FLV 404 Error On Windows 2003 Server
I spent a good couple of hours on this today. What a pain. On my old server, everything was fine. I migrated the site to a new server, and suddenly, all the files with audio didn't work. Just got ... read »