Asymptomatic

There must be intelligent life down here

Wish List Live

Well, Mom called me tonight to ask about Wish List Live. Apparently, she couldn’t get the site to come up, and what I feared to be true was true - the domain had expired.

Fortunately, the domain only expired on Monday, and my SRS registrar (ev1!) allowed me to “transfer” the domain to myself and reactivate it. The site is back online as normal.

CSS Headache

I’ve been looking for a solution to the two-column problem. You know, the one where you can’t stretch both columns to the bottom without a cheesy background image. There doesn’t seem to be a great solution.

I found one that seems to work, but it adds all sorts of extra container divs to the markup. According to the author, this overuse of containers can be avoided if you use the box model hack, but he/she doesn’t want to use the box model hack. What the heck?

WordPress Theme Builder

I’ve done a bit more work on the WordPress Theme builder. It’s starting to work. A little.

I’ve added the color scheme selection page and the beginnings of the CSS editor. The CSS editor is a lot of work, primarily in getting the data from the form back into the CSS for output. Only the form display is currently enabled, and only color selection within that.