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

Posted October 15, 2007 at 7:00 AM by Ben Nadel

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  
 
 
 


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 »
10,640 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 »
10,640 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!


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »
Feb 9, 2012 at 10:29 PM
Learning ColdFusion 9: Application-Specific Data Sources
@Ben, No offence, but if people were really wanting advanced features they would be using a platform like ASP.NET MVC. CFML is so structurally compromised as a tag-based scripting language that ... read »
Feb 9, 2012 at 10:03 PM
Subversion - Cleanup Failed To Process The Following Paths
@Leviaguirre, do you still have problems with this? ... read »