Skip to content

Tuesday, December 8th, 2009

The year of the switch

December 21, 2005 by admin  
Filed under Business

Apparently, 2005 is the year of the switch for me. From PC to Apple and from TypePad to Wordpress. Enough folks have asked, that I’m feeling compelled to write a brief explanation of why I’m switching from Typepad to Wordpress. But let’s get this straight: I’m still a fan of Six Apart. They make good software that I have used and enjoyed. In fact, I’ll continue to use and enjoy their software over at AllBusiness.com.

And next, a little history. I used Movable Type back when the Trotts were working out of a garage or living room or something. Like a lot of folks, I ditched it when they became a real company and later announced their pricing structure. At that time I had a single installation over at pintglass.org and a bunch of friends and I were each keeping a blog. Our usage was fine but we could never upgrade without paying for it and we just weren’t that serious about it. So we switched to individual installations of Wordpress. Since then, I’ve used WP for a bunch of different projects. I’ve also messed around with a lot of other software that can be used for blogging like Blosxom, Mambo, Textpattern, Blogger, Drupal and so on. Wordpress is easy for my brain to understand.

Despite all my experience with various packages, when I began this blog I decided to go with Typepad. My decision pretty much revolved around these two things: I liked Six Apart, based on my previous MT experience; and I wanted the relative simplicity of a hosted package, but with power features. TypePad fit the bill nicely.

There was a brief learning curve with getting the domain redirected, but then I was off and running. TypePad lets you mess with custom templates, so I could screw things up to my heart’s content. TypePad also has these “TypeList” thingies that provide a lot of extra functionality. It worked pretty well for me.

This isn’t to say there weren’t frustrations. The app is a bit slow. Many changes require “rebuilding” things and that takes time. The built-in statistics leave much to be desired. Though you can upload files, you can’t really extend the functionality much beyond what’s offered. Javascript pieces will do a lot, but when you’ve got JS looking all over the web for various bits and pieces, page loading can get slow. I also had a small handful of customer service questions. Some were answered quickly and correctly. Others weren’t. A little annoying, but whatever. I get the same experience at my local hardware store. And, just as at the hardware store, I generally found my own answers.

A few weeks ago, TypePad recognized that the application had been pretty sluggish. They had a good reason for that, but even so, they offered up a menu of free choices to extend your service. One of the choices was “No thanks”, which is what I chose. I really wasn’t so inconvenienced as to feel justified taking the offer. I was still a fan, though wavering at that point. Mainly because I longed for additional “plug-in” type functionality that TP couldn’t provide.

A couple of weeks after that, I got an email from TypePad advising me to change the way my domain was pointing to their servers. I dutifully followed the instructions. The result was that many of the links to this blog stopped working. Any link that began with “http://slackermanager.com” didn’t work. If you put a “www.” after the two slashes, it worked fine. It took a few back and forth emails over the course of a couple of days, but the answer was that my registrar, Pairnic.com (a little spendy, but a really great registrar), does things a little differently and I should change my settings back to the way they were. I did that and everything was better. A week later I got another email telling me to make changes to another domain that pointed here. No mention of the Pairnic exception. I used Pairnic.com at Typepad’s recommendation when I started the blog.

So all of that stuff combined was pretty much the impetus for moving to Wordpress. I want more flexibility, and I don’t mind doing my own customer service. It’s also portable. If my hosting company goes all sideways, I can just pack it up and move elsewhere with ease. Using hosted blog services means your application and your hosting are tied together. That’s okay, provided you’re willing to live with both the upside and the downside of such an arrangement. For me, the downside eventually grew heavier than the upside and it was time to move on.

On that note, I’ll say that it’s really easy to get my posts and comments out of Typepad. It’s much tougher to get it out of Typepad and into Wordpress in a manner that won’t break nearly every existing link that’s out on the web. And that’s where I’m currently stuck. Anybody knows how to export from Typepad so that the import into Wordpress will create identical post URL’s, I’m all ears (so to speak). I know about .htaccess tricks, but that’ll only get me so far. Here’s an example: the recent del.icio.us post has this URL in Typepad: ...the_several_hab.html. When I export that to Wordpress, the new URL is ...the-several-habits-of-wildly-successful-delicious-users/. Typepad truncates the title for the post URL, Wordpress just uses the whole title. I’m not sure how to deal with that. Any and all suggestions are welcomed.

Also, for what it’s worth, I know I could load up Movable Type and use that and the posts would probably come through flawlessly. I’m heavily swayed by Wordpress’s very active developer community, though. It reminds me of what Movable Type’s community was like, back in the day. Also, my host does this cool one-click install of the latest WP version, so it was painless. In all honesty, if it was that easy to install Movable Type I’d probably be testing out both of them right now.

  • StumbleUpon
  • Digg
  • Facebook
  • Mixx
  • Google
  • TwitThis
  • Reddit
  • Yahoo! Buzz
  • Slashdot
  • E-mail this story to a friend!
  • BallHype
  • YardBarker

Comments

8 Responses to “The year of the switch”
  1. I a sure you know this, but there are hosts like http://livingdot.com/ that offer one step installations of Movable Type and free automatic upgrades. I am on Typepad myself, but have been thinking of switching because of recent service problems. Yahoo even offers MT installed on their hosting plans now.

  2. Typepad truncates the title for the post URL, Wordpress just uses the whole title. I’m not sure how to deal with that. Any and all suggestions are welcomed.

    It’ll be a pain to do it, but you can change the post-slugs that WordPress generates on import to match the TypePad schema. If you can determine the number of characters that TypePad uses to truncate it—it looks like 15 characters from your example, but you’d want to check that!—running a SQL script to truncate all the WP-generated post slugs to N characters should be trivial, which means that you don’t have to do it by hand.

  3. Joe says:

    The reason I use both a Mac and Wordpress is simple: Both work right “out of the box” with no muss or fuss. I work in IT and love to hack and tinker, but I want my OS and blogging app to help me be more productive, not force me to become a Movable Type or Windows expert just to get started. I’d rather spend my time extending simple tools and developing great, new ideas.

    If I want to take my skills to the next level, my tools contain the extra flexibility and depth to allow it (e.g. Darwin), but they make it simple to do the basics without losing sleep.

  4. mancide says:

    I did this when I moved from movable type to wordpress. You’ll have to use mod_rewrite and there should be a script to do this at [ http://codex.wordpress.org/Importing_from_Movable_Type_to_WordPress ] see the part about .htaccess redirection for the script. I know these are probably slightly out of date, but there should be a way to do it with typepad as well. You are probably going to want to just use a .htaccess file with 301 redirections (which will force google to purge the old URL for the new URL and update its index).

  5. Bren says:

    @Stephen: I knew about Yahoo, but not livingdot…thanks for the tip!

    @Geof: Great idea! I’m going to give that a try…

    @Joe: Amen, brother!

    @mancide: Thanks for the 301 tip–that’s new to me!

  6. Thanks for all the tips. I’m also on Typepad and thinking of moving to MT or WordPress. Does anyone know if you can create a Static Front Page for a Typepad Blog? I’m trying to find a blog/website combo solution for a client. I’m going to create the site, but then I want her to be able to maintain it without having to come to me all the time. Any advice would be great appreciated. Thanks and Happy New Year!

  7. Hugh Ferguson says:

    Did you ever describe your experience of moving from PC to Apple? Did you move files as well — e-mail, address books, passwords, favorites? If so, I’d love to read your account.
    Many thanks.

  8. Bren says:

    Hey Hugh… I don’t think I ever fully wrote up my experience, but it was generally pretty smooth. I didn’t move my email archives, didn’t move favorites (didn’t keep any on my machine). I did move a couple of gigs worth of other files though. Just moved them, one batch at a time, to a corporate server, then picked them up from the server with Mac.

    That was about the extent of moving stuff. Everything else was just dealing with the learning curve on the Mac. That felt short and steep for a couple of days, then it started leveling off. Now I’m feeling really proficient. Not quite to the level I was at on a PC, but getting there.


About Us | Advertise with us | Blog for EveryJoe | Privacy Policy | Terms of Use
Get This Theme | Sitemap


All content is Copyright © 2005-2009 b5media. All rights reserved.