Mike Fullerton’s blog header

    Category Archives: Blogging

    Click on the title of the blog post to view the entire entry.


    Another problem with the iPhone Wordpress Application

    During setup it posts and then deletes a test post. This is really really really REALLY lametastically lame. For me any post to my blog notifies in order, feedburner, twitter, the White House, the NSA, Homeland Security, and Roger the one arm middle school street crossing guard near my house. That’s literally mega quad bazillions of people.

    Did I mention how lame this is?

    All you evil doers, knock off all that evil!

    The-tick2.jpg

    Yes, WordPress for iPhone, I’m talking to you.

    C’mer…. Don’t worry, I’m not going to hurt you. Just come here for a second…

    Slap.

    You can go now.

    Review of the new iPhone WordPress Application

    I found the WordPress iPhone Application to be very klunky. I gave it a review of 3 out of 5 stars in the iPhone app store.

    1. There’s a list of blogs you choose from when it starts, which is lame because I only have one blog. Why do I have to hit an extra item? Start up time is critical for useability. Don’t get in the way of me getting my post written.
    2. At first, I couldn’t figure out how to actually post to my blog. Turns out you have to set the “Status” to “Published” and then hit the “Save” button. This is really lame. I ended going back and forth from the drafts list and getting a bit irritated. There should be a big “Post Now!!!1!” button.
    3. I can’t set the size of my pictures. I hate this. This is, in fact, a deal buster for me. The new version of Ecto does something cool - it allows you to see a cssTag for your pictures. I’d love to see this application do something similar. Or at least have a setting where I can set the maximum size for my pictures.
    4. I kept getting lost when choosing a picture to add to the post. There’s some really weird back and forth behavior here. This needs to be streamlined and is particularly awkward.
    5. The application needs to show some inline indication of where the added photos will end up. I couldn’t tell how my post was going to be laid out. There’s a “Preview” button, but this is also lame because there’s some boilerplate text at the end of the preview saying how the pictures will be appended to the post. Um, isn’t this a preview? How does this help me? My advice? Lose the preview, and make the editing more WYSIWYG. Previews, imo, are workarounds for lame design.
    6. There should be default categories and tags, etc. Make it so I just start the app, enter a title, enter the text, maybe add a picture and hit the post button. Budda-Boom, done. Over and out. It’s too complicated right now to write a post - too much navigating around doing crap I don’t want to do.

    I think this application was designed like a desktop application instead of an iphone application. I think it needs some work. That said, it did actually work. Which is a good thing, and for something like this, a great starting point.

    write-1.png

    There are more pictures of the application, here.

    Posting from iphone

    Trying out the new Wordpress iPhone application.

    For your enjoyment, here’s a dog on a (mutha-effing) plane.

    photo

    All the redirects are working now…

    We had to turn on all wildcard matching in IIS on the server to get this working. But now it does, and it’s sweet!

    So the url for the picture below is http://www.mikefullerton.com/blog/content/binary/jacky.jpg but the picture is actually on my new site at http://blog.mikefullerton.com/wp-content/oldcontent/jacky.jpg. I think this is exceeding cool. So now if you go to google images and search for mikefullerton.com, all the pictures still load! NICE.

    Jacky

    I have redirects working now, mostly

    One of the challenges of moving a website is preserving the permalinks - links to your stuff from elsewhere on the web. This is important if you wish to retain any page rankings in the search engines as well as just keeping stuff people have linked to you working. This is a big challenge when moving something as complex as a blog site like mine from one web technology to another, e.g. from dasBlog to wordpress. You really need to do a permanent redirect, so the search engines know that the resource in question has actually moved.

    What I’ve done is write a custom ASP.net website that does permanent redirects for every single one of my 650 blog posts, as well as date and category views. So links like the folllowing work:

    Example of a random post:
    http://www.mikefullerton.com/blog/2007/11/13/TinySuperheroDogsFlyVeryLow.aspx

    Example of a month view:
    http://www.mikefullerton.com/blog/default,month,2005-09.aspx

    Example of a category view:
    http://www.mikefullerton.com/blog/categoryview,category,cars.aspx

    I also implemented redirect support for images that are linked to my site, so that images with URLs like this:

    http://www.mikefullerton.com/blog/content/binary/jacky.jpg should be permanently redirected to http://blog.mikefullerton.com/wp-content/oldcontent/jacky.jpg. This is the only part I don’t have working yet. It works fine on my development machine at home, but barfs on the actual server. I’m not sure why yet. Binaries in wordpress are normally loaded into the mySql database, but for my old content I decided just to have a folder for the old posts.

    This was a fun little project I did in one day. If you’re interested in using this redirector website, let me know. Right now it’s hand tuned to redirect dasBlog to wordpress, but that could be abstracted a bit more for another blogging engine.

    More on this later. I want to post about how I actually moved the site, which was infinitely more difficult and frustrating.

    Please let me know if you have any problems.

    Welcome to the new blog

    I’ve moved my blog to blog.mikefullerton.com from www.mikefullerton.com/blog. I’ve managed to move all of my content (including comments) from my old blog to the new blog. The old blog was running on dasBlog and the new site is running on wordpress. This was an unbelievably difficult task actually, and it took me weeks to figure out how to do it. I wrote two tools in c# and made some bug fixes in a php open source importer for wordpress, and spent several hours hand tuning html to accomplish this. I also had to figure out how to host a subdomain at a different hosting company, for which I chose bluehost.com. The reason I needed to do this is fluidhosting can’t host a php site in my Windows (for ASP.NET) account and be able to give me the permalink style I wanted because of a limitation in IIS on windows. Ok, sorry, I bored the crap out of myself with that last bit.

    I’ll post more on this later, right now I’m completely wasted. I’m super excited to have this up and running.

    Note: if you’re using an aggregator like Google Reader, then you shouldn’t have to do anything as I’ve been using feedburner for a while to manage my RSS feed. If you read my blog and you surf to it manually, 1992 called and wants its websites with no images back. I’m not even sure what that means. But I totally burned you. Snap.

    Mike Fullerton’s blog is Digg proof thanks to caching by WP Super Cache!