Friday, February 6, 2009 12:45 AM Central Time
Posted by Justin

In my previous post, I talked about the difficulty keeping all your social networking sites up to date. When I was trying out Blogo tonight, I came across Ping.fm.

The premise of Ping.fm is that "Ping.fm is a simple service that makes updating your social networks a snap."

Exactly what I need. Once you create your free account at Ping.fm, the dashboard allows you to add a number of social networks like Facebook, Twitter, LinkedIn, Plaxo, Flickr, and lots more. That means that you update from one spot, and the update gets pushed to the rest of those services automatically. Pretty neat stuff.

Friday, February 6, 2009 12:16 AM Central Time
Posted by Justin

Although primarily I'm a PC, I do like to see what options are available outside my virtualized environment and available on the Mac.

Mac has a whole array of blogging applications available with a variety of features, but I've never been a fan of any of them. I've stayed pretty close to Windows Live Writer and have done most of my blogging from that platform.

That being said, it's been a couple of months and I thought I'd do a another search for some good blogging tools for the Mac. I came across two of them tonight, one of which I am using for this entry.

First of all is ScribeFire. This is a nice little blogging tool that integrates directly into the Firefox browser. No separate application installation required, just a small plug-in for the browser. Full editor with a lot of the features that most bloggers would be looking for and some pretty darn good user reviews. I used it for a previous post I did on virtualizing Exchange and it worked just fine.

I am kind of the opinion that browser plug-ins can be pretty limited and their stability questionable at times because of dependencies on the browser itself, but ScribeFire seems pretty solid.

Secondly was Blogo. This is a full-blown Mac application with a pretty fantastic GUI; maybe a little overdone. The cool part about this application is it's ability to microblog, that is, post mini-entries to Twitter. Not only can I do that, but if I create a regular blog posting for my website, it will automatically post a link to my Twitter account so you're really getting some nice cross-platform interaction.

Part of the problem with the social networking era is that there are a handful of sites that are expecting you to update your "status", but who really does that? A tool that can do it all at once, whether it be just your blog, or your blog...plus Twitter...plus Facebook. Pretty powerful.

ScribeFire is free which is always nice. Blogo will cost you $25 after the 21-day trial. I'll let you know how it goes.

What's your favorite blogging tool?

Monday, December 31, 2007 6:08 PM Central Time
Posted by Justin

Some time ago I made the switch to using WordPress as my primary blogging engine.  I hosted it myself and had mySQL and PHP for the infrastructure.

WordPress is a tried and true blogging engine so I was very impressed at its stability and performance.  One thing I didn't like, which wasn't really shortfall of the application, was my inability to customize and build my own themes.  The platform was PHP which made it very difficult for me since I really have no background in PHP.  I was "stuck" with off the shelf themes and the inability to customize the engine to my needs.

The other night I came across an open-source app called BlogEngine.net.  This is available for free from CodePlex and is developed by a community of dotnet junkies.  They leverage things like user controls, master pages, and other features of the .NET Framework.  Exactly what I was looking for.

The installation is straight-forward and doesn't require anything special.  The primary storage for blog pages and posts is in an XML file.  You also have the option to use a SQL database.  In my migration I am just using the default XML option.  It works for what I use it for.

There are a lot of extra capabilities built into the product that I don't use.  You can read more about those on their website.

I migrated my blog over to this new engine this last week.  The migration from WordPress was difficult since there are a not a lot of tools to do so.  The default tool does an export from either BlogML or RSS.  With RSS you can only export the post contents; this doesn't get your comments for you.  BlogML is a implementation of RSS that extends the structure to include additional information like comments and categories.

Like I said, I didn't have very good luck in exporting.  I basically was able to track down a WordPress to BlogML plugin for WordPress that replaces the existing RSS export capabilities.  The big problem I experienced was the export failed to pull all of my categories due to a database error and left all of my posts with no category association.  I spent most of the weekend fixing this.  That wasn't much fun.

I also worked on porting the theme I was using in WordPress to the new engine.  That was simpler, but there are still a few quirky things with the new engine when it comes to building out a stylesheet for the theme.

BlogEngine.net has have support for the Metaweblog API so you can use most blogging tools like Windows Live Writer.