web design

Welcome Home!

Submitted by naught101 on Thu, 08/26/2010 - 00:30

Schweet. I've moved off wordpress.com. Finally.

I've been meaning to do this for years. You may notice that this site is based on drupal. I use drupal for most website designs, and it's far more expandable than wordpress. Which is what I plan to do. I've been meaning to put up a bunch of random things that wouldn't be suited to a blog. Now I can.

CSS3 advanced layout module: templates. Discussion and proposal.

Submitted by naught101 on Fri, 11/28/2008 - 18:56

CSS template-based layouts, or something like them, have been a long time coming. John Resig has blogged about them recently, echoing the attitudes of a few people, it seems. I generally agree: this looks great, and will be a vast improvement for HTML+CSS web development: finally HTML document structure will be largely separate from visual layout. This is something that CSS grids/tables completely fail to do - divs still have to be in row>column order: a semantic change from HTML tables, and nothing more, and they still aren't supported by ie yet anyway (EDIT: Xanthir points out below that I was confused: CSS3-grid is actually a completely separate proposal to tables, and it's basically the same as what I suggest here, albeit without the ability to name the grid).

But...

Yep, of course there are a few things I'm concerned about (and as there should be - if there weren't I'd know I hadn't been looking hard enough). First, there are a few minor points (Disclaimer: I may have missed or misunderstood parts of the spec. Feel free to correct me):