Menu
  • Eric Meyer elaborates on why we need a better layout mechanism for web content (whether it be via CSS or not). We know we shouldn’t use tables for layout. Floats are a hack, positioning is flawed, and display:table-cell is no better than using a table itself. But Eric explains here why table behavior works moderately well for layout:

    … this is why the old “only use tables for layout” argument keeps coming up over and over: strip away the overheated rhetoric and obvious link-baiting, and you find the core of a real need. Because as powerful as CSS can be, table cells do certain things very easily that CSS makes very, very hard. Cells stretch vertically, keeping equal heights as a matter of their intrinsic nature. They stay out of each others’ way, while still being allowed to sit next to each other and use any sizing dimensions. They tie their layout to their parent elements, and vice versa.

  • WordPress plugins in use

    There are a few WordPress plugins that help me publish this site as I want it. Here are a few of the key plugins I currently use on Stopdesign. ~400 words

  • Trading places

    I know traffic here is far from representative of the rest of the web. Regardless, I see an interesting trend developing. The numbers are drastic enough, I wonder if they prove the trend extends beyond the focus of Stopdesign and ~300 words

  • Paul Boag lays it down. A must read.

    You need to take control of the design process. It’s your site and you should get the design you want. The role of the designer is to implement your idea. Do not allow him to drag you down into endless discussions about ‘users needs’, ‘accessibility’ and ‘usability’. These are all distractions from the primary aim – to impress your boss and earn that next promotion.

    Ok, I’ll admit, it took me reading past the first point to calm down and avoid jumping through the screen to grab Paul’s throat.

  • If Twitter existed in 1937, and farmgirls had web access, this is how we would see one teen girl’s account of daily life during the Depression. Fascinating in a strange, time-travel kind of way. Here’s the back story and a few answers to FAQs from David Griner, the great nephew, who is maintaining the account. (via Biz)

  • Recreating the button

    Until some future version of HTML gives us new native controls to use in a browser, at Google, we’ve been playing and experimenting with controls we call “custom buttons” in our apps (among other custom controls). These buttons just launched ~1,800 words