Industry guru Dave Taylor answers free tech support questions about a wide variety of business and technical topics, including blogging, Google AdSense, MySpace, Sony PSP, Apple iPod, Mp3 players, management, Linux, SEO, Mac OS X, Facebook, Twitter, LinkedIn and Microsoft Windows.

What's the best business blogging tool?

Hi Dave, can you help me? I have a website and am partnering with a business blogger (Michael Pollock) on a new venture. But I also want to start my own blog.

I know a lot about text ads and pay per click and SEO and blogging and stuff and want to include "monetizing" links in my blog. BUT I am not tech oriented and don't have time to become proficient. What would you suggest as a blog platform? If I get a hosted type like TypePad it looks like I'd have to get the Pro version to monetize with text ads etc. but I've also been reading about TypePad's problems. Wouldn't have a clue how to use WordPress. Am I gonna have to learn code to have a flexible unique blog of my own? Thanks for any insight/advice!


Dave's Answer:

You're asking one of those big questions that us old-timers call "$64,000 questions", actually, because there are dozens and dozens of different blogging platforms available nowadays and figuring out which is best for your needs is a non-trivial task.

First off, let's start by differentiating hosted weblog solutions from server-side solutions: a hosted solution is where you buy space on someone else's blogging platform and let them worry about running the servers, backing up the data, keeping it hacker-free, etc. A server-side solution is for when you already have a Web server and the administrative and IT know-how to install new software on your own system. The advantage of a server-side solution is that you have far more flexibility, but the cost of that flexibility is greater complexity. For most people, a hosted solution is a far smarter choice.

In terms of representative solutions, some of the most popular hosted solutions are Blogger, Typepad, and Yahoo 360. Server solutions are dominated by the Big Two: Movable Type (what I use), and WordPress, though there are many, many other software packages you could install on your system.

On the server side, the main difference between Movable Type and WordPress is the template language: because all blogging applications work off a small set of templates you develop or tweak to have the look and feel you seek, the ability to fiddle with the template is a critical differentiator between solutions. As far as I can tell, there are two main approaches to this template language: either a language that's emulating HTML/XML, or one that's built around the PHP scripting language.

Let me show you a snippet of each, so you can see the difference.

First off, Movable Type (and, by extension, Typepad, which is from the same company), looks like this:

<div class="posted"><a href="<$MTEntryPermalink$>">Posted by
<$MTEntryAuthor$> on <$MTEntryDate format="%x"$></a>
</div>

Not too dissimilar to HTML format, just add the "$" symbols.

By comparison, here's a typical snippet from a WordPress template:

<?php
if(isset($_GET['author_name'])) : $curauth = get_userdatabylogin($author_name);
else :
$curauth = get_userdata(intval($author));
endif;
?>

Admittedly, they're not doing the same thing, but you can see that while WordPress is probably more powerful in as it offers you the full power of the PHP scripting language, it's also more confusing and much more geeky from a technological perspective. I like WordPress, however, because it's open source and there's something inherently cool about a commercial quality product you can download and run for free.

If you look at the hosted solutions, you'll find that they vary from being quite flexible but confusing (there's a hosted version of WordPress, for example, still in beta at Wordpress.com) to being simple but rigid, without any ability to do much more than change a few links and the name of your weblog.

Now, with all that said, on to your specific question. What you want to do is go into the templates and add your own code segments so you can include something like Google AdSense (not sure what that is? Check out my new article Getting started with Google AdSense) and similar.

My suggestion is for you to seriously consider using TypePad, to be quite honest. Even with their recent performance hiccups, they're still one of the best solutions available and they have the credibility as a commercial hosting platform to help you with your business goals for your weblog. Further, since they don't offer free accounts (like Blogger and WordPress.com) the overall quality of the weblogs on the Typepad site will inevitably be better, which can only reflect positively on your efforts.

Depending on how you want to integrate the content, you can also add material like an AdSense block by simply pasting it into the middle of your weblog entries. If you'd want to just add the code to the navigational sidebar of your Typepad design, you can do so by creatlng what TypePad calls a "Notes TypeList" (as documented here: Displaying custom HTML on your Weblog).

There are no solutions that make it as simple as clicking on a checkbox to include everything you'd like on your weblog in just the way you'd prefer, but with relatively little work I think that just about any of the paid services could work very well for you.

Long answer, but I hope that helps you out!



Help others find this article at Del.icio.us, Digg, Netscape, Reddit, and Simpy.

Subscribe!

Never miss another useful Q&A article again! Subscribe to AskDaveTaylor with Google Reader.

Comments

Dave, I found your article realy interesting and I was wondering what you thought of http://www.terapad.com ?

Posted by: Justin Dean at February 20, 2007 12:40 PM

Has anyone tried moguling yet? It has done wonders for my business. Check it out www.moguling.com

Posted by: Mark at December 14, 2007 12:57 PM

I realy like this article..keep it coming

Posted by: Dale at May 4, 2008 11:31 AM

I have a lot to say, but ...
Starbucks coffee cup I have a lot to say, and questions of my own for that matter, but most of all I'd like to say thank you for all your efforts on this Web site by buying you a chai!

I do have a comment, now that you mention it!









Remember personal info?


Please note that I will never send you any unsolicited commercial email. Ever.

While I'm at it, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site.









Uniblue: Free Virus Scan

Search
Find just the answers you seek from among our 1700+ free tech support articles by using our Lijit search engine.


Help!





Subscribe to
Ask Dave Taylor!

Add to Google Reader
Add to My Yahoo!
Subscribe in NewsGator Online

RDF   XML

Free Updates!
Sign up and get free weekly updates and special offers on books, seminars, workshops and more.


Recent Entries
Join the List!
Join my author info mailing list, where you'll learn about my upcoming books, speaking gigs, and more!


Book Links
© 2002 - 2008 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site.

[whiteboard marker tray]