= Update = So, I've recently revamped my website style: http://www.swoolley.org/ (or http://seth.positivism.org/ ). New additions are that I've taken the manual page style and translated it to the rest of the website. There are some issues with centering in IE because it won't work to spec, and I might fix them later with some IE hacks, but I'd rather not spend my time on it. Instead, I just redirect IE users to download Mozilla Firefox. I figure I'm doing them a favor. So every page should look like the manual page viewer ( http://seth.positivism.org/man.cgi ), even the image gallery, although I need to eventually regenerate the html so that the images are small enough to fit inside the white pages. In other news, I've shelved my plan to revamp the security of wordpress by isolating the 256 SELECT queries (and other sql constructs) into a proper code sandbox and library. I get everything I want out of my own blog tool, and I figure anybody who is crutched into using wordpress deserves all their exploits and regressions. I'm particularly still pissed off that they regressed a vulnerability that I reported in October of 2003 after they introduced their "template" coding. Come on people (not just wordpress developers), get your act together and separate the SQL from the presentational logic. Learn to do it right _the first time_. (Notice how on the post below, I represent wrapped urls (and anything else long) backslash-line-continuation style. :) That's just sweet.)