Brendan O'Connor: March 2008 Archives

So, having worked a bit more on the blog (notice the new, new layout; incredible thanks to Bryan Tighe, for having adapted the Hemingway theme to Movable Type, and to Byrne Reese, for hosting it), I have several other issues with Movable Type, as I handle the little bits of the transition:

  • Standards Compliance. Yes, I know that standards are kind of a pain to deal with-- but there are good reasons for them (so that we can all blame IE for rendering problems, for one, but also so that any screenreader/weird experimental browser/etc. can all read the page the same way. The big ones (XHTML, CSS) have been around forever. So why is it that Movable Type, as shipped, doesn't validate as *either* clean CSS or XHTML? The CSS one is just a warning-- but it's simple to fix, enough so that it makes it seem like it's been ignored. As for XHTML-- again, it's not hard. They specify XHTML 1.0 Transitional (not the highest possible bar), but they don't even get there! None of this may be their highest priority, but it makes me somewhat cranky when I have to go poke through template code to fix something that is broken by default. (You'll note that my pages are now fully compliant XHTML 1.0 Strict and CSS 2.1; check the bottom of the page.) Please note, however, that I had at *least* as much to fix with Wordpress when I started with it, so this isn't MT-specific; if, however, MT were to make it perfect (at least with the set of default templates/styles) it would be a nice thing.
  • There's no built-in support for a blogroll. It's not the biggest thing in the world, but especially because of XFN, it would be really nice if MT had some easy, chromed way to add blog links with XFN relationships to a widget somewhere. It's certainly not impossible to do myself, but it seems like an often-wished-for feature they're missing. I know people want it, because of the number of users of the MT Blogroll plugin-- unfortunately, that hasn't been updated for MT 4.x, so it's not useful to me. Wordpress *does* have this.
On the other hand, I've found more things to like about Movable Type, as well:
  • It's dead-easy to write my own widgets, something I personally struggled with in Wordpress. It took only a few minutes to make a blogroll that fit in a widget (not dynamic or database driven, but it works and looks fine); you can see it in action down at the bottom.
  • Awesome defaults-- for instance, look at the Archive Page. Isn't that nice? Wordpress never gave me anything as clean and functional as that for my archives, though I could have used it. (And obviously, it becomes more important the more you blog.)
  • Once again, incredible speed compared to Wordpress. Your mileage may vary, but compared to a version of Wordpress my shared host had specifically worked on to make it faster-- MT just kicks its butt.
So I'm still happy. Adding a few things would make me even happier, but I suppose you don't always get what you want right away. For now-- back to work, this time on the sort of things for which I'm graded. :-)


[EDIT: For spelling, as pointed out subtly by Byrne in the comments. :-) ]
Hello, all! So for those keeping track, it's been very nearly a month since the last time I posted (excluding the earlier post about switching software, of course). Here's the rundown of the interesting things that've happened to me in the interim:

  • When last I wrote, I'd just arrived in New Haven to visit Quinlan-- we got to hear his small group of musical friends play, which was fun. :-) Also got to meet his girlfriend.
  • I got a new phone! It's an iPhone, so I had to drop my Montana number-- but as I have GrandCentral, I have one still (it's just different): 406-545-0430. If you want my real cell phone number (say, so you can send me text messages), call me on the 406 number first, and I'll give it to you.
  • I judged at Grand Prix: Philadelphia, which was a blast; three days of awesome play. I was given the opportunity to judge the Grand Prix Finals-- an amazing chance, where I got to sit very quietly and not make a fuss (assuming, of course, the players knew how to play correctly; they did :-) ). Also took some photos, mostly of judging stuff (always fun to have a big group of judges-- 30+ attended). Nick, the L1 I helped train from L0, also got his stripes, which is always a great thing to see.
  • I helped my sister, Shannon, celebrate her 21st birthday in fine style-- mostly at one fine establishment, but also sampling from others as the night went on.
  • I went up to visit my godson (now three years old!) in New Jersey, during the second weekend of Spring Break.
  • I broke up with Caitlin-- my girlfriend, of two years and a bit. *sigh* This raised, to me, an interesting question about technological identity (though I'm hardly the first person to consider it, I hadn't thought about it personally before).
  • I accepted an *incredible* offer to go spend the summer in San Francisco, working with lots of really neat people at Six Apart! I'm delighted. I'll be working under David, on Open Platforms. (On a related note, if you know of anyone who wants a subletter / housesitter in the area for the summer, let me know!)
And, of course, the usual JHU grind of projects and homework. So I should probably go now, and attend to my Operating Systems project (pwn a linux box with a kernel module; obviously it's not hard, but it's meant to teach how silly it is to load untrusted kernel modules), my Programming Languages homework (do things in the Professor's pet language), or any of my other ongoing major projects (Java Lab, research code, Information Retrieval, Constitutional Law V, Digital Preservation....) Should be fun.
Hello, denizens of the Interweb!

It's been a long time (more than a month!) since I've posted, and this post isn't going to try to cover all that; that's what the next one will be for. Instead, I wanted to point out (for those of you who don't look at my site, or those of you on feedreaders) that my layout has hugely changed; this is because I've switched from Wordpress, which I've always used, to Movable Type.

Why did I make the switch, one might fairly ask? Well, I've been bothered by Wordpress' speed issues for a while now. They're partly due to the fact that I use shared hosting, sure, but honestly, it was driving me crazy to have to wait 15 seconds for the front page of my blog to load, and over a *minute* for a post to finish being posted.

Secondly, I was actually convinced by Anil Dash's very funny (and not a little informative) post, "A Wordpress 2.5 Upgrade Guide." It went through the list of advantages of Movable Type, and showed how with the impending release of WP 2.5-- the best choice was to leave WP entirely. Obviously it was somewhat tongue-in-cheek-- but the WP community appears to have taken it as pure evil. Matt Mullenweg, a man who I thought would have made a rational and insightful riposte, instead replied in the blog comments with an ad hominem not related to the article-- and that's setting aside his Twitter response. With advocates like that-- MT seemed like a more fun place to be.

So then, how was the actual changeover process?

Well, first, Movable Type's import functionality leaves something to be desired. Having exported my blog in the WXR format as requested, I imported it into Movable Type-- and found that MT lost all my tags, and all of my paragraph breaks, from all my previous blog posts. This isn't good-- they're in the XML file (I checked), so this isn't WP's fault. I've gone through and restored the tags, but I haven't gotten around to fixing formatting; it's a much larger job.

Other than that, the changeover went quite well-- and I'm pleased with the results. My blog loads much faster (due to the static generation in MT), but even the long-form publishing to make static pages (basically the slowest thing you can do; it has to recreate every part of the blog) is faster than it takes WP to push out *one* post. How great is that?

The administrative interface is much more responsive generally, too, allowing me to make the changes to add Analytics, for instance, much faster than WP can even show me where that code is.

My plugins are mostly unneeded with MT-- OpenID support, for instance, is in the core. So "it just works," not "it works as soon as I fight with it for a couple weeks," which was my experience with OpenID on Wordpress. (Admittedly, that was partly because the original OpenID plugin for WP stopped maintenance, so I had to switch over to a new one.)

So we'll see how this goes; if nothing else, I hope the new, slicker interface will encourage me to post a bit more often. :-)