I Miss Republicans.

Actually, come to think of it, so do I. I wouldn’t vote for them, mind you, but some cogent, sane, political dialog might be nice.

Posted in Blogmarks | Comments Off on I Miss Republicans.

When good CMSs go bad!

Compare stores and find lowest price for : PC Gaming is Dying

Didn’t know PC gaming’s death was for sale! [(Orig. article)](http://www.gamershell.com/articles/884.html)

Posted in Programming, Web design | Comments Off on When good CMSs go bad!

MAMP = LAMP.replace(“Linux”, “Mac”)

A quick way to install servers, in a very Mac way, on your Mac. Now if only it had Postgres in it…

Posted in Blogmarks | Comments Off on MAMP = LAMP.replace(“Linux”, “Mac”)

IE/Mac doesn’t handle elements with two class names

This for [Google’s sake](http://daringfireball.net/2004/05/writing_for_google), mostly.

But for future reference, IE/Mac doesn’t handle elements that have two class names.

And this sucks, because it’s a common technique I use to make my CSS a little more user adaptable.

Because the producers [at work](http://www.ajc.com) are usually making minor tweaks and changes to the layouts of the few CSS pages we have, I adopted this technique. In a total bastardization of the OOP term, I think of them as mix-ins.

Say, you’ve got an <h1> with a class=”lede”, but the producers need to make it bigger and red when it’s a breaking story. Except for IE/Mac, they could do something like this: class=”lede breaking.”

Anyway, I second any motions to [drop support for IE/Mac](http://sidesh0w.com/weblog/2004/12/16/ie5mac_mattered/). Mac users should be smart enough to be using the [better](http://www.getfirefox.com) [options](http://www.apple.com/safari/) [they have](http://caminobrowser.org/).

Posted in Technology, Web design | 2 Comments

Inline editing plugin for WordPress

Very cool….

Posted in Blogmarks | Comments Off on Inline editing plugin for WordPress