Category Archives: Broken

Going Fast, Frankenstein, and Refactoring

Very soon now, the project that has consumed my days for the last 6 months will go into public beta. It’s too early to pop the champagne, and that’s not what this post is about. However, the newness of this project is worth pointing out for the following reason: We’re already planning a fairly major refactoring effort to take care of a lot of code rot that has crept into the designs.

That’s right. We haven’t released anything, and there’s already enough bloat to justify spending at least 2 weeks cleaning it up. …Read More

Top 5 CSS Mistakes

This is not a post about the top 10 mistakes that developers make when they write CSS. That’s boring.

The CSS spec itself is littered with mistakes. Deep, fundamentally misguided errors. Real head-slapping WTFs that make you wonder if the people writing the spec had ever created a website in their lives. …Read More

Fix for Vi’s broken arrow key support in iTerm

Fixing the broken arrow-key support in Vi when using iTerm. Incorporating some help from comments I got when I first wrote about this problem elsewhere. Short answer: Set the default terminal setting to linux and everything Just Works. …Read More

Whiting out ads: Is AdBlock even Necessary?

Some people are blocking Firefox users because they feel that the AdBlock Plus plugin is “tantamount to theft.” This attitude is woefully wrongheaded—even without the plugin, you can’t stop Banner Blindness. …Read More

Font Size vs Zoom — The only thing that’s wrong with YUI’s grids.css

It’s good to build sites that handle font resizing gracefully. However, the width of the columns on the page should not respond to font resizing, or else this damages the experience of the very users you were trying to help. (I’m one of those users.) Here’s why that is. …Read More

The New Spam: Broken Unsubscribe Methods

Want to not piss off your users? Don’t send them crap unless they really really want it, and make it easy for them to stop getting it. Here’s how mass-mailing subscriptions should work. Unfortunately, it seems that they rarely do. …Read More