<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog Tips &#187; The BlogTips Primers</title>
	<atom:link href="http://www.blogtips.org/category/blogtips-primers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogtips.org</link>
	<description>Blogging and Social Media for Nonprofit</description>
	<lastBuildDate>Thu, 22 Jul 2010 01:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Selfhosting your blog. Or not?</title>
		<link>http://www.blogtips.org/selfhosting-your-blog-or-not/</link>
		<comments>http://www.blogtips.org/selfhosting-your-blog-or-not/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 19:04:32 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Advanced Stuff]]></category>
		<category><![CDATA[Blogging 101]]></category>
		<category><![CDATA[How to... Stuff]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[start a blog]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=751</guid>
		<description><![CDATA[In a previous post I touched on the subject of selfhosting in a series about selecting the blog platform suited for your needs. The subject is important enough to elaborate a bit more.
When you start a blog, you have the choice of either using your blogservice to host your blog, or to rent server space [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="wp-caption aligncenter" style="width: 410px">
	<img title="Constructing a house" src="http://theroadtothehorizon.net/photo/house-construction.jpg" alt="Selfhosting a blog is like building your own house" width="410" height="271" />
	<p class="wp-caption-text">Selfhosting a blog is like building your own house</p>
</div>
<p>In a <a href="http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/">previous post</a> I touched on the subject of selfhosting in <a href="http://www.blogtips.org/category/blogtips-primers/selecting-a-blog-platform/">a series about selecting the blog platform suited for your needs</a>. The subject is important enough to elaborate a bit more.</p>
<p>When you start a blog, you have the choice of either using your blogservice to host your blog, or to rent server space yourself. Of the popular blog softwares, <a href="http://www.wordpress.org">WordPress.org</a> and <a href="http://movabletype.com/" target="_blank">Movable Type</a> allow you to use your own server. Others, <a href="http://wordpress.com" target="_blank">WordPress.com</a>, <a href="http://tumblr.com" target="_blank">Tumblr</a>, <a href="http://blogger.com" target="_blank">Blogger</a> and <a href="http://typepad.com" target="_blank">Typepad</a> don&#8217;t give you that option, and will run your blog on their servers.</p>
<p>Intuitively, organisations, and the more &#8220;independent minded&#8221; bloggers would be inclined to choose for selfhosting, but the choice often is made uninformed. Let me share some of my personal experiences.<br />
<span id="more-751"></span><br />
For the past two years, I used blogs hosted by WordPress, Blogger and Tumblr. In my experience, their services are reliable, fast, trouble-free, and allowed me to concentrate on writing, on blogging (apart from <a href="http://www.theroadtothehorizon.org/2009/04/almost-lost-my-blog-compliments-of.html" target="_blank">an occasional hiccup</a> where Blogger thought my blog was spamming). And above all, their hosting is free, offering unlimited disk space for blogposts and unlimited bandwidth. I thought it was a natural progression to move to self-hosting but gradually I started to discover the differences.</p>
<h4>I am a blogger, not a hosting expert</h4>
<p>When you decide to selfhost, the choice of a hosting service is just as critical as the choice of your blogging platform. There are plenty of cheap hosting services around. Little did I know. I had good experiences with <a href="http://godaddy.com" target="_blank">GoDaddy</a> for my domain hosting, so I went with them for my server hosting. But, aaah, I had choices to make..:</p>
<ul>
<li>Linux or Windows hosting..? Beh.. Went with Linux. Don&#8217;t like Windows anyway.</li>
<li>Which type of service? Economy (10 Gb space, 300 Gb bandwidth per year, at $4.74/month), Deluxe (150 Gb space, 1,500 Gb bandwidth at $6.64/month) or unlimited (at $14.24/month)? Beh, went with the economy plan.</li>
<li>What I did not realize is that these prices are for a shared virtual server. Meaning you are using the same server with hundreds of other hosting users, and the load on the server depends what those users do. If you want your own virtual server, prices go from $26.99/month to $105.44/month <span id="lbl_RTGpre12"><strong>(</strong></span>10 Gb disk space/500 Gb bandwidth to <span id="vir_rtgpre_ds">50 Gb/</span>2,000 Gb). Quite steep. And then you can also have your own physical server with prices up to $383.92/month..</li>
<li>In my experience, for about 9 different selfhosted sites, I hit the jackpot: performance on a shared virtual server was good. Only one of my sites was clearly slower than the others, and showed a <em><strong>significant</strong></em> decrease in performance during the US office hours. Several emails and calls to the support centre did not resolve this issue. I am pretty much stuck.</li>
</ul>
<p>So what is the best hosting service? I would have to ask the experts, but it looks like the opinions are largely divided, if not really subjective.</p>
<h4>I am a blogger, not a system expert</h4>
<p>If you select a hosting service, check if they offer an easy install package for your blogsoftware. I know blogs. I know my way around HTML and CSS enough to make a blog look nice. But God forgive, I am not a systems expert. Neither am I a programmer. I don&#8217;t know my way around the backend systems (PHP and MySQL for Wordpress). Even if it is not rocket science to install blogsoftware from scratch, I would really like to concentrate on blogging, and not hacking my way around MySQL databases, wouldn&#8217;t you?</p>
<p>Even as GoDaddy offers a &#8216;one click install&#8217; for WordPress, there are still quicks, I guess you find with other hosting services too. After I removed a WordPress site from one of my servers, I found out that the SQL database was deleted, but the files were not. I found the problems and the solutions, but wouldn&#8217;t I rather spend that time actually writing blogs? You bet!</p>
<p>So when you choose a hosting service, make sure they have a control panel where you can install your blog software with one click. If not, you will have to do a lot of stuff manually, with mistakes easily being made. In that case, start reading &#8220;MySQL and PHP for Dummies&#8221; !</p>
<h4>Building: Do-it-yourself</h4>
<p>After you installed your blog software, the real work starts. Just as with blogs hosted by the blogplatform, you will have to choose a theme, or layout template. By itself, that is easy enough, BUT you have much more choices. And choices are curses. Which template to choose?</p>
<p>Most people make their choice based on the looks of the template, but forget there is more than that. How easy is the SEO (Search Engine Optimization)? How easy can you integrate your scripts for Google Analytics? Can you plug in your meta-data for <a href="http://www.google.com/webmasters/" target="_blank">Google Webmaster</a> and the like? How easy is it to customize your template? How well structured are the style sheets? How easy is it to change the banner picture? How good is the documentation of the theme? Is there  support, and a user forum? Are there known issues with popular plug-ins and widgets?</p>
<p>Speaking of which: Widgets&#8230; In my case, I used WordPress hosted blogs before, and always cursed the limited choices of widgets they support. Boy, once moving to a selfhosted blog, was I glad with the choices I had. But only for a moment&#8230; As &#8220;choices are curses&#8221; again&#8230; Which plug-ins to take? Which work well with the theme, and don&#8217;t conflict with others? Support? User forums? Documentation?</p>
<p>Even after you installed it all, you might find things are pretty slow. On blogs hosted by popular blogplatforms, all issues related to performance are taken care of by the host. Using selfhosting, you have to do it all yourself. That includes caching to optimize the blog&#8217;s loading speed, and keeping an eye on your hosting service&#8217;s performance.</p>
<h4>Maintenance: Do-it-yourself</h4>
<p>There are people who enjoy building their house themselves, or refurbishing it by hand. They enjoy fiddling around in the weekends repairing broken pipes, repainting doors and window frames. I am not one of them. Nor do I enjoy the fiddling around with blogsoftware trying to solve one problem or the other, which is unrelated to the contents of my blog.</p>
<p>A few months I started BlogTips, <a href="http://wordpress.org/development/2009/08/2-8-4-security-release/" target="_blank">a new version of WordPress came out</a> with an urgent security patch. I don&#8217;t know about you, but upgrading WordPress is not one of my favourite pass-times, even if WordPress makes it as easy as &#8220;a click of a button&#8221; (Kudos for that!). I first had to check if all my plug-ins and my theme would work. It turned out some were not. The security upgrade was that urgent,  I decided to disable the plug-ins I suspected problems with, and to upgrade anyway. Luckily, the upgrade went fine, but boy, I had cold sweat in my hands when I clicked that &#8220;Upgrade Now&#8221; button.</p>
<p>I can not imagine what trouble I would have to go through if my site did not come up.</p>
<p>On my WordPress blogs, new releases of widgets and plug-ins come out every week. For the 10 widgets I always use on my blogs, I get an average of 5 updates a week. On one hand, this shows the widgets are well maintained, and kept up-to-date, but on the other hand, each time I click on &#8220;Upgrade&#8221;, I keep a hand on my heart. And my eyes closed. Swift prayers are always at hand, hoping no error messages come up on the screen.</p>
<p>While I only use pretty well supported and popular widgets, there were times where all went haywire and my blog came up all hooble-de-boob. I had to hack my way through to disable the widget, and try to restate all as was before the update.</p>
<p>I can say that for the four selfhosted WordPress blogs I have, I spend at least two hours per week on the maintenance.</p>
<h4>Break glass in case of fire</h4>
<p>And as a conscientious blogger, you of course back up your blog. Right? Right?!?! Euh&#8230; While blogs hosted by your blogplatform, backups are taken care by them, once you go selfhosting, you will have to ensure you distribute the fire extinguishers, and keep them filled with foam: You need to back up your blog, and learn how to restore it, in case of problems.</p>
<p>Luckily, there are some plug-ins that help you with that, but you need to find out which. And learn how to use them.</p>
<h4>Concluding</h4>
<p>The moment you decide to move away from blogs hosted by your blogplatform, and decide to follow the road sign &#8220;Selfhosted blogs&#8221;, you will need to keep in mind it is not as easy as a switch. You will have to invest time to choose the right hosting service. You will have to invest time in building your blog with all its widgets and you will have to invest time to maintain it all.</p>
<p>Is it worth it? That is a really subjective matter. I would say, for the serious blogger, with a certain level of technical knowledge and savvy, it is worth to selfhost a blog. If -on the other hand- you can not stand the sight of HTML, CSS, and get a rash by the thought of having to tune a cache plug-in, I would advise you to think twice.</p>
<p>Picture courtesy <a href="http://blog.gogrid.com/" target="_blank">GoGrid</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/selfhosting-your-blog-or-not/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How successful is your blog?</title>
		<link>http://www.blogtips.org/how-wsuccessful-is-your-blog/</link>
		<comments>http://www.blogtips.org/how-wsuccessful-is-your-blog/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 20:23:53 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Blogging 101]]></category>
		<category><![CDATA[Easy Stuff]]></category>
		<category><![CDATA[How to... Stuff]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Webmaster]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[visitor traffic]]></category>
		<category><![CDATA[Web statistics]]></category>
		<category><![CDATA[Yahoo Site Explorer]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=737</guid>
		<description><![CDATA[
You created your blog, and write posts, write posts, write posts&#8230; Gradually, your audience grows. You get comments, get other bloggers linking to you,&#8230; Your blog has a lift-off. But how much of a lift-off? Are you flying in orbit, or are you barely clearing the tree tops? How do you measure your blog&#8217;s performance. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="aligncenter" title="Vintage racing car" src="http://theroadtothehorizon.net/photo/vintage%20racing%20car.jpg" alt="" width="287" height="442" /></p>
<p>You created your blog, and write posts, write posts, write posts&#8230; Gradually, your audience grows. You get comments, get other bloggers linking to you,&#8230; Your blog has a lift-off. But how much of a lift-off? Are you flying in orbit, or are you barely clearing the tree tops? How do you measure your blog&#8217;s performance. How do you keep track of it?</p>
<h4>Success is in the eye of the beholder</h4>
<p>What means &#8220;success&#8221; to you? Are you writing for a selective public? Then reaching those handful would mean accomplishment for you. Are your goals accomplished having created a small working community around your project blog? Good for you. Or are you already happy just to have a medium where you can post stuff, and can refer to if you get questions about your organisation? Ride on!</p>
<p>But.. if you are a main stream blogger, you will need more than that. You will want more than just a handful of visitors per day. You will want more than one comment per week. What tools are around to keep track of how well you are doing?<br />
<span id="more-737"></span></p>
<h4>1. Your site statistics</h4>
<p><a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> is your main partner here. You will want <strong>the number of your visitors to go up</strong>, as your blog gets its place in the blogosphere. To get a good overview, select a large period, e.g. a year, as the statistics period, and click on either the  &#8216;week&#8217; or &#8216;month&#8217; icon. If you see a graph like this, then you are good:</p>
<div class="wp-caption aligncenter" style="width: 420px">
	<img src="http://theroadtothehorizon.net/photo/visitors.jpg" alt="Visitors per month going gradually up. A good sign." width="420" height="84" />
	<p class="wp-caption-text">Visitors per month going gradually up. A good sign.</p>
</div>
<p>Your visitors per month keep on growing steadily. You might, as in this graph, see some peaks for &#8220;hit posts&#8221; you wrote, but these are just &#8216;hits of the day&#8217;. The main body of the graph should steadily go up.</p>
<p>For the same period, look at <strong>the amount of new visitors versus returning visitors</strong>. You are aiming at the highest possible &#8220;returning visitors&#8221;.<br />
If you are pretty active in social bookmarking sites, you will see loads of new visitors, of which the majority will not return. In that case, I would say if your returning visitors are above 15% of your total, you are doing fine.<br />
If you don&#8217;t promote your site on any social bookmarking sites, your returning visitors should be significantly higher. And you will want to have them grow.</p>
<p>Another significant measure is <strong>your &#8220;bounce rate&#8221;</strong>, amount of people leaving your site after the first page they read. You will want to keep them as low as possible. Once more, if you have a lot of new visitors, rather than returning visitors, chances are your bounce rate will be high. Aim for something like 85%. This means you are seducing 15% of your readers to read more than one page.<br />
If you are more active on social sites, your bounce rate will be higher.</p>
<p>The last significant parameter is<strong> &#8220;pages per visit&#8221;</strong>. You would this figure to be high, and to go up, as it shows your site is &#8220;inviting&#8221; and &#8220;interesting&#8221; enough for people to browse through it. Over time, an average of 2 pages per visit or higher is a good average.</p>
<p>Read also <a href="http://www.blogtips.org/category/blogtips-primers/understanding-traffic-on-your-blog/" target="_self">this series on &#8220;understanding your blog traffic&#8221;</a> to get a clearer view on which statistics parameters are important to keep an eye on.</p>
<h4>2. Your pagerank</h4>
<p>In short, your Google PageRank (PR) is a a rating (between PR0 and PR10 on an logarithmic scale) of ‘how valuable’ your site is to the web community. The higher a PageRank, the better and the higher up your site will feature on a Google search. If you don&#8217;t know what your PageRank is, try <a href="http://www.prchecker.info/index.php" target="_blank">this tool</a>.<br />
In <a href="http://www.blogtips.org/how-does-your-blog-score-on-pagerank/" target="_self">a previous post</a>, I did a survey of 200 nonprofit blogs, and mapped out their PageRank, so you can see where you are in the NonProfit blogosphere.</p>
<p>However, don&#8217;t get desillusioned. Of the 200 blogs I surveyed, there were some serious heavy hitters, so you might end up rather low amongst your peers. So let me put this in context for a moment:</p>
<p>First of all, your blog has to be active for a couple of months, before it is pageranked. And often you will start at the lower end. If your blog has been around for a year, though, your PageRank should be stable and related to &#8220;what you deserve&#8221;.<br />
I have several blogs. Some of them I only created for tests and never touched again. They are pageranked  PR2. Some I use to publish one book and never update them again. They typically get a PR3. Some I occasionally post something, and they get a PR4. One, <a href="http://www.theroadtothehorizon.org" target="_blank">my personal blog</a>, I am very active on. I do a good deal of promotion through social media, and stretch it as far as I can, for a personal blog. It has a PR6.</p>
<p>So I would conclude: if your blog has a PageRank of 4 you are kinda ok. If you are at 6 or higher, you can tap yourself on the back.</p>
<h4>3. Backlinks</h4>
<p>While visitors and pageranking are core figures, let&#8217;s have a look at some fun (for geeks, I admit)  detailed figures to see how well your blog is doing.</p>
<p>In the links below, I will use my own blog as measure. Click on the link and put your own URL in the search box to  see your &#8217;score&#8217;.</p>
<ul>
<li> <a href="http://www.google.com/search?q=%22www.theroadtothehorizon.org%22+-site:theroadtothehorizon.org" target="_blank">Google backlink checker</a> checks all mentions of your blog on the Internet.</li>
<li> Even more relevant are the <a href="http://www.google.co.uk/search?q=link:http://www.theroadtothehorizon.org" target="_blank">Google backlinks counted for pageranking </a></li>
<li>You can also do a <a href="http://blogsearch.google.com/blogsearch?hl=en&amp;ie=UTF-8&amp;q=link%3Ahttp%3A%2F%2Fwww.theroadtothehorizon.org&amp;btnG=Search+Blogs" target="_blank">Google Blog search</a> to see how many times your blog has been linked to by other blogs.</li>
<li>If you followed my advice in <a href="http://www.blogtips.org/5-things-to-do-after-creating-a-new-blog/#more-259" target="_blank">this post</a>, and subscribed to the webmaster utilities from <a href="http://www.google.com/webmasters/" target="_blank">Google</a>, <a href="http://www.blogtips.org/5-things-to-do-after-creating-a-new-blog/%3Ca%20href=" target="_blank">Yahoo</a> and <a href="http://www.bing.com/webmaster/" target="_blank">Bing</a>, you will find more detailed link statistics.</li>
</ul>
<p>Not only are these backlinks important for your Google Pagerank, but while checking them, you will see who else is blogging about you (well, about your blog), or mentioning your site. So, the higher, the better you blog is performing.</p>
<h4>4. Some all-in-one tools</h4>
<p>There are two free web-based tools I use to track the performance of my blogs. They give you an overall performance figure based on a series of statistics.</p>
<ul>
<li><a href="http://www.websitegrader.com/" target="_blank">WebSiteGrader</a> takes into account your backlinks, your Technorati and Alexa ratings. My top blog hits 99.5%, which means it it is in the top 0.5% of all blogs rated. How is yours coming out?</li>
<li>Try <a href="http://www.seomoz.org/trifecta" target="_blank">Trifecta </a>for another &#8220;all-in-one&#8221; rating tool. My main PR6 blog hits 40%. So that is a good measure <img src='http://www.blogtips.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ul>
<h4>5. Keeping track of your blog performance</h4>
<p>It is not only important to have a high rating, or to have many backlinks, but also to improve over time. I keep track of all figures in a spreadsheet (I know, I <em>am</em> a fanatic). I run all statistics once every two weeks, note them down and chart them in a graph.<br />
This way, I get an overview of how my blog is doing. It is also an internal stimulus to pick up if things are slacking (and yes, I <em>am</em> competitive).</p>
<h4>However&#8230;</h4>
<p>But with all of those figures whizzing around your head, don&#8217;t loose track of your main focus: blogging is supposed to be fun, witty, creative. Blogging for a nonprofit cause is all about advocacy, getting a message out, trying to do better in the world. And no figure in the universe should take that fun away!</p>
<p>Picture courtesy <a href="http://www.allposters.com" target="_blank">AllPosters.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/how-wsuccessful-is-your-blog/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Selecting a blog platform &#8211; Part 1: A critical choice</title>
		<link>http://www.blogtips.org/selecting-a-blog-platform-a-critical-choice/</link>
		<comments>http://www.blogtips.org/selecting-a-blog-platform-a-critical-choice/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 15:58:55 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Easy Stuff]]></category>
		<category><![CDATA[How to... Stuff]]></category>
		<category><![CDATA[Selecting a blog platform]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[start a blog]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Typepad]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=555</guid>
		<description><![CDATA[
Alright! You recognized your organisation can benefit from a blog and you know what you will blog about. The next step is critical: Choosing your blog platform, the &#8220;software&#8221; to edit, publish and host your blog.
Choosing the right blog platform is critical. You might set out as &#8220;let me give this a decent try&#8221;, but [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="aligncenter" title="Sunflower" src="http://theroadtothehorizon.net/photo/choosing%20a%20blogplatform.jpg" alt="" width="400" height="300" /></p>
<p>Alright! You recognized <a href="http://www.blogtips.org/does-your-non-profit-organisation-need-a-blog/">your organisation can benefit from a blog</a> and you know <a href="http://www.blogtips.org/start-blogging-but-what-will-you-blog-about/">what you will blog about</a>. The next step is critical: Choosing your blog platform, the &#8220;software&#8221; to edit, publish and host your blog.</p>
<p>Choosing the right blog platform is critical. You might set out as &#8220;let me give this a decent try&#8221;, but once you made your choice, moving from one blog software service to the other is an absolute drag, as we will cover more in depth further down in this post.</p>
<h4>Comparing blog platforms</h4>
<p>The most popular blogging platforms are:</p>
<ul>
<li><a href="http://www.blogger.com" target="_blank">Blogger</a>, owned by Google</li>
<li>The WordPress duo: <a href="http://www.wordpress.com" target="_blank">WordPress.com</a> (hosted by them) and <a href="http://www.wordpress.org" target="_blank">WordPress.org</a> (selfhosted)</li>
<li><a href="http://www.tumblr.com" target="_blank">Tumblr</a></li>
<li>The <a href="http://www.sixapart.com/" target="_blank">Six Apart</a> duo: <a href="http://www.typepad.com" target="_blank">Typepad</a> (hosted by them) and <a href="http://movabletype.com" target="_blank">Movable Type</a> (selfhosted).<br />
They also offer the lesser known <a href="http://www.vox.com" target="_blank">VOX</a>, a free blogging platform.</li>
</ul>
<p>Each of the blog platforms has specific pro’s and con’s. It is difficult to find a single article covering an unbiased, comprehensive and objective comparison covering all features, ease of use, flexibility, cost, support and technical limitations.</p>
<p>In this series, we have turned it around: We started from you, the non-profit organisation, narrowing down the options you have, based on the 5 most critical questions you need to ask yourself:<span id="more-555"></span></p>
<ol>
<li> Will you host the blog yourself?</li>
<li>Do you want basic or advanced functionality?</li>
<li>How important is ease-of-use and support for you?</li>
<li>How about layout, design and navigation?</li>
<li>Is customizability a must for you?</li>
</ol>
<p>This series is largely based on my own experience. I have used Blogger, WordPress and Tumblr extensively. For the Six Apart family, Dave Barnhart, a professional in the social media business (see box at the bottom of this post), kindly helped to fill in the blanks.</p>
<h4>The blog market. Damned the choices!</h4>
<p>Here are some examples of blogs using the different platforms we will discuss. You will immediately see some of the typical differences and flavours:</p>
<ul>
<li><a href="http://verslaafdaandehorizon.blogspot.com/" target="_blank">verslaafdaandehorizon.blogspot.com</a> is a typical Blogger hosted blog, with a standard template, using the Blogger domain name. This is a &#8220;Blogger out-of-a-box&#8221; blog.</li>
<li><a href="http://www.theroadtothehorizon.org" target="_blank">www.theroadtothehorizon.org</a> is a good example for a heavily customized template and home made widgets in a Blogger hosted blog. It uses its own domain name.</li>
<li><a href=" http://theotherworldnews.blogspot.com/" target="_blank">theotherworldnews.blogspot.com </a> is a Blogger hosted blog, with a Blogger domain. It’s main post has no content, but runs a script to show the content. It is an example of the kind of extensive post customization which is possible on Blogger.</li>
<li><a href="http://www.thehorizon.info/" target="_blank">www.thehorizon.info</a>: Moving on to Tumblr. Simple blogging, with plain vanilla posts, mostly clips from the Internet, using its own domain name and a slightly customized template, hosted on Tumblr.</li>
<li><a href="http://aidnews.org/" target="_blank">www.aidnews.org</a>, <a href="http://aidblogs.org/" target="_blank">www.aidblogs.org</a>, and <a href="http://ChangeThru.Info/" target="_blank">www.changethru.info</a> are all hosted on Tumblr, with their own domain names and slightly customized templates. Each is used for a unique feature Tumblr offers: converting RSS feeds into posts.</li>
<li><a href="http://blogtips.org/" target="_blank">www.blogtips.org</a> and <a href="http://haveimpact.org/" target="_blank"> www.haveimpact.org</a> are examples of WordPress.org blogs, hosted externally, using their own domain names, with out-of-the box templates, theme and widgets.</li>
<li><a href="http://propres.typepad.com/raysilverstein" target="_blank">Ray Silversein’s Blog</a> is a typical Typepad blog using one of TypePad’s 363 different themes.</li>
<li><a href="http://boeingblogs.com/randy" target="_blank">Randy’s Journal</a> is a typical Movable Type blog with little or no customization.</li>
<li><a href="http://BusinessBloggingPros.TypePad.com" target="_blank">Business Blogging Pros</a> is a Typepad blog using the stock templates, achieving the custom look with only minor style sheet modifications. (Take particular note of the footer)</li>
<li><a href="http://andrewkeen.typepad.com/home" target="_blank">Andrew Keen</a> is an example of what can be done by customizing TypePad’s templates.</li>
<li><a href="http://www.barackobama.com" target="_blank">Barak Oboma’s Campaign website</a> is a Movable Type site that shows what can be done with just a little customization.</li>
<li><a href="http://www.huffingtonpost.com/" target="_blank">The Huffington Post</a> is probably the best example of a Movable Type blog, which is fully customized.</li>
</ul>
<h4>A repeated word of caution: Think first!</h4>
<p><img style="border: 0px solid #a3aeb9; margin: 0px 5px 5px 0px; padding: 0px 5px 5px 0px; float: left; background-color:#FaFbFb;" src="http://theroadtothehorizon.net/photo/sunflower.jpg" alt="" width="50" height="50" />Think before you jump, Please! Choosing a blog platform is not about your blogging needs today, but to think about what you want to do with your blog 2-5 years from now. Pick a platform that can support those future needs.  Moving a blog is difficult, painful and time consuming.</p>
<p>Even though some can easily import posts from an other platform, internal links to your own posts won’t change automatically. Links to pictures you uploaded to your previous blog host won’t migrate neither. Your widgets, plug-ins and blog layout will disappear, to be re-tweaked from scratch. In short: A serious blogger should spends some serious time finding a serious blog platform. Once you made the choice, you are pretty much stuck. So think of your needs today, but also how you would like your blog to evolve in the next years to come.</p>
<h4>Changing blog platform, what is the big (link) deal?</h4>
<p>Moving from one blog platform to another, hundreds (if not thousands) of internal links to your blog will be broken&#8230; Hold on a sec, you are redirecting &#8220;myorganisation.org&#8221; from one blog platform to the other, so it remains &#8220;myorganisation.org&#8221;, no? So what goes broken then?</p>
<p>Each blog platform has its own way of (automatically) forming the URLs for your pages:<br />
As an example, on Blogger, your post will be called:</p>
<ul>
<li><code>http://www.myorganisation.org/2008/1/my-introduction.html</code></li>
</ul>
<p>On WordPress it will become one of these (dependent on your choice):</p>
<ul>
<li><code>http://www.myorganisation.org/2008/1/my-introduction/</code> (and not &#8220;HTML&#8221;)</li>
<li><code>http://www.myorganisation.org/my-introduction/</code></li>
<li><code>http://www.myorganisation.org/2008/1/16/my-introduction/</code> (and not HTML)</li>
<li><code>http://www.myorganisation.org/?p=123</code></li>
<li><code>http://www.myorganisation.org/archives/123</code></li>
</ul>
<p>This problem is one of the reasons why I never moved my personal blog away from Blogger. It has 1,700 internal links. These would all need manual editing when I move to another blog platform.</p>
<h4>Need another reason why choosing the right blog platform is critical?</h4>
<p><img style="border: 0px solid #a3aeb9; margin: 0px 5px 5px 0px; padding: 0px 5px 5px 0px; float: left; background-color:#FaFbFb;" src="http://theroadtothehorizon.net/photo/sunflower.jpg" alt="" width="50" height="50" />An even more important and more longer term effect of changing your post URLs: you will loose all &#8220;Google juice&#8221;, as Dave calls it…:</p>
<p>Over the lifespan of your blog, Google and other search engines have collected all your page URLs, and attributed a PageRank to it, which is critical for bringing in new visitors to your site. PageRanks are like gold for serious blog master. Blogmasters will optimize their pages for maximum search traffic, and need be, strip down their pants for a higher PageRank.<br />
Often it takes months before a blog is really fully valued by search engines. All of that would disappear in a few days if you change your URLs.</p>
<p>Dave recently moved a one-year-old blog for a client. There were almost seven hundred links out there on the internet to that blog.  When he moved he lost all the Google juice those links provided.</p>
<p>One of my blogs is 30 months old, and has about 1,500 posts and 47,000 (fortyseven thousand !) incoming links. You don&#8217;t believe me? <a href="http://www.google.com/search?q=%22www.theroadtothehorizon.org%22+-site:theroadtothehorizon.org" target="_blank">Check if for yourself!</a>. Those links provide me with a PageRank of 6, which is at the high end of a blog-o-sphere. You think I will give all of that away, just to change blog platform? I-DONT-THINK-SO&#8230;</p>
<p>So, in short: Let me repeat the credo here: &#8220;A serious blogger should spends some serious time finding a serious blog platform.&#8221; (Amen!)</p>
<p>In <a href="http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/">the next post</a>, we answer question#1: Should you host your blog or use your blog service to host it?</p>
<blockquote><p>Writing this series, I got significant help from Dave Barnhart, who filled in the blanks on Typepad and Movable Type.<br />
Dave is a social media strategy consultant, founder of Business Blogging Pros, and a gourmet chef. He and his firm have been helping companies use social media since 2005.<br />
He blogs at <a href="http://BusinessBloggingPros.typepad.com" target="_blank">Business Blogging Pros</a> and <a href="http://www.FumblingFoodie.com" target="_blank">Fumbling Foodie</a>. Check out <a href="http://businessbloggingpros.typepad.com/business_blogging_pros/friends/" target="_blank">some of the blogs</a> he has created.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/selecting-a-blog-platform-a-critical-choice/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Selecting a blog platform &#8211; Part 2: Selfhost or not?</title>
		<link>http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/</link>
		<comments>http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 12:27:38 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Advanced Stuff]]></category>
		<category><![CDATA[How to... Stuff]]></category>
		<category><![CDATA[Selecting a blog platform]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[start a blog]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Typepad]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=588</guid>
		<description><![CDATA[
After reading Part 1 in this series, you will agree with me that selecting the right blog platform, the software you will use to create and maintain your blog, is critical. Which of the four platforms we are considering will it be? WordPress, Tumblr, Typepad &#8211; Movable Type or Blogger?
Your right selection will be based [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="aligncenter" title="Lonely tree in Tuscany" src="http://theroadtothehorizon.net/photo/lonely%20tree%20in%20Tuscany.jpg" alt="" width="430" height="323" /><br />
After reading <a href="http://www.blogtips.org/selecting-a-blog-platform-a-critical-choice/">Part 1 in this series</a>, you will agree with me that selecting the right blog platform, the software you will use to create and maintain your blog, is critical. Which of the four platforms we are considering will it be? WordPress, Tumblr, Typepad &#8211; Movable Type or Blogger?</p>
<p>Your right selection will be based on a set of criteria, partially technical, partially functional. In this post, we tackle one issue which is a combination of both: Selfhost or not, that is the question.</p>
<p>&#8220;Hosting&#8221; is the mechanism to store your blogposts (and eventually also the pictures, videos), and the blog software package.<br />
By &#8220;Selfhosting&#8221; we mean: you store all data and software on your own server.<br />
&#8220;Blog service hosting&#8221; is where your blog platform does that for you. </p>
<p>When you start a blog, you have two basic options: Either have the blog service &#8220;host&#8221; your blog or &#8220;selfhost&#8221;. This choice will determine which blog platform you can use.<br />
<span id="more-588"></span></p>
<h4>Hosting by your blog service is the easiest and cheapest solution.</h4>
<p>Blogger, WordPress.com and Tumblr will host your blog for free, under the &#8220;blogspot.com&#8221;, &#8220;WordPress.com&#8221; and &#8220;Tumblr.com&#8221; domains. Typepad does the same on the &#8220;typepad.com domain&#8221;, but you will have to pay from US$4.95 (Basic service) to  US$89.95 (Business Class) per month.</p>
<p>Starting a new blog with any of them is a breeze and requires no technical knowledge. I have several blogs on Blogger, WordPress and Tumblr and can start a new blog in one minute flat. Typepad is not much different.</p>
<h4>Can you use your own domain while using blog service hosting?</h4>
<p>By default, Blogger, WordPress.com, Tumblr and Typepad give you your own blog address, which is a sub domain of their main domain e.g. &#8220;myorganisation.wordpress.com&#8221; or &#8220;myorganisation.blogspot.com&#8221;. But each of them allows you to map your own domain onto a blog hosted by them.</p>
<h4>What’s the big deal about using your own domain name?</h4>
<p>Well, it is one of the most important branding tools for your blog. “myorganisation.org” says much more than “myorganisation.blogspot.com”.</p>
<p>If you own your own domain, you can easily map that onto the blog you host at your blog service.<br />
For instance <a href="http://www.theroadtothehorizon.org" target="_blank">The Road to the Horizon</a> is hosted on Blogger. Its physical address is “theroadtothehorizon.blogspot.com”, but I mapped &#8220;www.theroadtothehorizon.org&#8221;, my own domain, onto it. This is done in two easy steps: I changed one parameter at my domain host to point to my blog service, and another parameter at Blogger’s side to accept the incoming mapping request.</p>
<p>Once done, all my posts will appeared as part of <strong>my</strong> domain, and not <strong>Blogger’s</strong> domain: <center><code>http://theroadtothehorizon.blogspot.com/2009/4/introduction.html </code></center><br />
became<br />
<center><code>http://www.theroadtothehorizon.org/2009/4/introduction.html</code></center></p>
<p>Tumblr, Typepad and Blogger allow you to use and map your own domain onto blogs hosted by them, for free. On WordPress.com you will have to pay for the mapping service.</p>
<h4>The issue of YOUR stuff on THEIR servers…</h4>
<p>When you use the blog service to host your blog, all your posts, templates and gimmicks are stored on THEIR servers. This allows you to concentrate on blogging rather than on upgrading software, backup strategies, server performance, bandwidth etc.. You need literally NO knowledge of servers, UNIX, PHP, MySQL etc..</p>
<p>On the other hand, it also leaves you at the mercy of your blog service. If, for one reason or the other, the service goes down, so does your blog. Particularly with Blogger, users have complained their blog ‘disappeared’ all of a sudden, or was reported as spam and deleted. Blogger is very strict on ‘link harvesting’ blogs (a form of spam-blogs), and when they suspect your blog is a culprit, they give you 20 days to prove it ain’t so. It happened to me (see <a href="http://www.theroadtothehorizon.org/2009/04/almost-lost-my-blog-compliments-of.html">this post</a>), and I can tell you, I was NOT a happy camper thinking two years of work might just disappear.</p>
<h4>Your POSTS might be stored safely on their servers, but what about your PICTURES?</h4>
<p>If you choose to have your blog service host your blog, your posts are stored on their servers, but your pictures, videos and other files might not. On most blog services you can only upload certain file types (most of the time, only pictures), and up to a certain limit (a few gigabyte). Even if you do so, it is very difficult to retrieve these files if you would ever choose to migrate your blog onto another service.<br />
Imagine what that would mean for my personal blog, hosted on Blogger, which has over 1,000 posts by now, each with at least one picture&#8230;</p>
<p>Just like many bloggers, I looked for an alternative. For a while, I stored my pictures in Flickr, my videos on YouTube and all other files on a public fileserver. All fine and for free, until I discovered quite some countries block access to Flickr and YouTube, leaving big blanks in my blog posts for those readers.</p>
<p>In short, your blog service might host your blog, but not many other files.</p>
<h4>Selfhosting: Hosting your own blog</h4>
<p>Ask yourself: “How critical is my blog really?” It might look like a rhetoric question for any blogger, and more so for a non-profit organisation that wants to start a blog: “Of course, my blog is important!”, you will answer. But, there are many shades of grey. Up to what level of independence will you to, to ensure your critical blog remains &#8220;On Air&#8221;.</p>
<p>Some organisations (or even individual bloggers) want to control the uptime, the performance, load speed and the server features. They would not want to run the risk waking up one morning and finding their blog ‘gone’. They also (rightfully) want to store their documents (pictures, videos, PDF files,…) on their own servers, within their own domain.<br />
Selfhosting is the solution here: you install the blogging software and all related backend systems (like PHP and MySQL servers) on your own machines.</p>
<p>There is one more important thing: Self-hosted blogs require you to make a conscious effort to perform regular backups of your blog.  In addition, expect to upgrade your self-hosted blog’s software a few times per year to make use of newly implemented features, bug fixes and notorious security holes. Have a look at <a href="http://codex.WordPress.org/Upgrading_WordPress" target="_blank">WordPress.org’s upgrade instructions</a> to give you an idea&#8230; Can you handle that? </p>
<p>When you selfhost your blog, you need to pay particular attention to security. Self-hosted blogs are notoriously easier to hack than a Typepad or WordPress.com blog.<br />
Ensure the admin password is secure (and avoid using the admin login name “ADMIN”). Use SFTP rather than FTP to securely transfer files to your hosting service.</p>
<h4>Selfhosting: does this mean the machine sits on my LAN?</h4>
<p>Actually, few people will run their public website or blog on their own machines within their network. Most prefer to rent a physical or virtual server from specialized hosting services. I use <a href="http://www.one.com" target="_blank">one.com</a> and <a href="http://www.godaddy.com" target="_blank">godaddy.com</a> as hosting services. Cheap, fast and good. (Update July 2010: As time went by, I had to review my opinion about hosting services on GoDaddy. For the worse! And one.com is good as a file repository but definitively not as a blog hosting service). I heard good things about <a href="http://mediatemple.net/" target="_blank">Mediatemple</a> and <a href="http://www.hostgator/" target="_blank">HostGator</a> too (update July 2010: with which I am experimenting now).</p>
<p>Both Godaddy and Mediatemple have built-in routines to install a range of blog softwares (and other stuff) at the click of a button. At work, one of our blogs runs on <a href="http://www.aws.amazon.com" target="_blank">Amazon Webservices</a>. They give us a naked (virtual) server and we installed everything from scratch: PHP, MySQL, and the blog software…</p>
<p>Hosting prices vary from a few dollars (my one.com server is about US$2 per month) to a few hundred dollars per month, depending on speed, bandwidth, support and storage capacity.</p>
<p>If you host your blog on your own host, you can also store all documents, pictures, video etc.. on your own domain, without having to involve other storage services (document repositories in technical lingo).</p>
<h4>How about internal-only blogs?</h4>
<p>If your blog is for internal use within your organisation, you have little choice but to run the server on your LAN. You will have to host your blog on your own physical machine within your firewall to avoid external users accessing your blog.<br />
If that is what you need, you are left in a choice between WordPress.org and Movable Type. Both are available for free download.</p>
<h4>Which blog service to chose if you want selfhosting?</h4>
<p>The decision to run your blog on your own host, will also pretty much depend on your answers to some of the questions we will tackle in the next parts in this blog series, but if you choose to selfhost, you will have to drop Tumblr, WordPress.com and Typepad as their blogs only run on their servers.</p>
<p>You might drop Blogger too, even though they offer the ability to store your blog on your own host, but the way this is done is rather clumsy and involves FTP (which has its security problems).</p>
<p>So.. your choices are limited: WordPress.org and Movable Type are left if you want to selfhost. On the (much) brighter side: both are amongst the best and most versatile blogging platforms. WordPress.org comes for free, Movable Type is free for developers and individual bloggers and starts at $395 for businesses and $195 for non-profits, which includes one year of free support. But one is far easier to use than the other, as we will see later on in this series.</p>
<h4>Concluding:</h4>
<p>The blog platforms fall into two categories: those who allow you to selfhost and those who don&#8217;t.</p>
<p>If you want to run your blog on your own host – either for internal or external use- WordPress.org and Movable Type are your only choices.</p>
<p>If you want to use blog service hosting then Blogger, WordPress.com, Typepad and Tumblr all fall within the criteria. Keep in mind WordPress.com will charge you to map your own domain.</p>
<p>In the next post, we will cover the differences in functionality between these four blogplatforms.</p>
<blockquote><p>Writing this series, I got significant help from Dave Barnhart, who filled in the blanks on Typepad and Movable Type.<br />
Dave is a social media strategy consultant, founder of Business Blogging Pros, and a gourmet chef. He and his firm have been helping companies use social media since 2005.<br />
He blogs at <a href="http://BusinessBloggingPros.typepad.com" target="_blank">Business Blogging Pros</a> and <a href="http://www.FumblingFoodie.com" target="_blank">Fumbling Foodie</a>. <a href="http://businessbloggingpros.typepad.com/business_blogging_pros/friends/" target="_blank">Check out</a> some of the blogs he has created.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selecting a blog platform &#8211; Part 3: Functionality</title>
		<link>http://www.blogtips.org/selecting-a-blog-platform-functionality/</link>
		<comments>http://www.blogtips.org/selecting-a-blog-platform-functionality/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:58:06 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Easy Stuff]]></category>
		<category><![CDATA[How to... Stuff]]></category>
		<category><![CDATA[Selecting a blog platform]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[start a blog]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Typepad]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=590</guid>
		<description><![CDATA[
Part 1 of this series showed how critical it is to choose the blog platform suited for your needs, before you start.
in Part 2, we covered one of the first questions you need to ask yourself: will I selfhost my blog or not?
Today, we&#8217;re covering a topic which is just as critical in deciding which [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="aligncenter" title="Fiat Cinquecento" src="http://theroadtothehorizon.net/photo/Fiat%20Cinquecento.jpg" alt="" width="430" height="323" /></p>
<p><a href="http://www.blogtips.org/selecting-a-blog-platform-a-critical-choice/" target="_blank">Part 1</a> of this series showed how critical it is to choose the blog platform suited for your needs, before you start.<br />
in <a href="http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/">Part 2</a>, we covered one of the first questions you need to ask yourself: will I selfhost my blog or not?</p>
<p>Today, we&#8217;re covering a topic which is just as critical in deciding which blog software to use: &#8220;What will you do with your blog?&#8221;. Or even better: &#8220;What do you want your blog to do for you?&#8221;.</p>
<p>Are you OK with a basic functionality, concentrating on posting text, pictures, video? Are simple standard templates and widgets all you want? Or are you looking for more versatile functions?</p>
<p>Let&#8217;s go over the different blog platforms we are covering in this series: Tumblr, Blogger, Typepad, Movable Type and WordPress.<br />
<span id="more-590"></span></p>
<h4>Tumblr</h4>
<p>Tumblr is very easy to use but has a limited functionality, a limited choice of templates and widgets. You can post text, video and pictures to make simple blog posts and that is about it. That’s all good for someone who wants to publish a blog, has little time for it, and does not care too much about the layout and functionality.</p>
<p>Tumblr has a specific niche in its social networking function where you can “follow” other Tumblr blogs and repost their posts easily. Tumblr also lets you import RSS feeds as blog posts, a feature I am yet to find on any other blog platform.<br />
You can find several browser plug-ins making it easy to clip pieces (text, video or pictures) from any website onto your Tumblr-blog.</p>
<p>I have several Tumblr blogs but use them for some specific purposes in which Tumblr excels:<br />
On <a href="http://www.thehorizon.info" target="_blank">The Signs Along the Road</a>, I publish quick and dirty clips from the Internet, which Tumblr does very well, with an excellent cross-posting facility using a Firefox plug-in.<br />
I also use Tumblr&#8217;s a unique feature allowing you to integrate an RSS feed from another website and to convert them into a new Tumblr post, a technique I described in <a href="”">this post</a>. The RSS-to-post function I use on <a href="http://www.aidblogs.org" target="_blank">AidBlogs</a>, <a href="http://www.aidnews.org" target="_blank">AidNews</a>, <a href="http://www.ChangeThru.Info" target="_blank">Change Thru Info</a> and <a href="http://www.nonprofitblogs.info" target="_blank">NonProfit Blogs</a>…</p>
<p>If you are into more serious blogging, though, then Tumblr might not be the right choice for you.</p>
<h4>WordPress</h4>
<p>Remember that WordPress comes in two flavours: WordPress.org, the self-hosted version, and WordPress.com which hosts your blog for you. Both are very popular amongst bloggers.</p>
<p>WordPress.com gives you all blogging functionality and is easy to use. It does not support more advanced features for its posts and widgets, such as integrating scripts and iFrames.<br />
WordPress.com also does not allow the use of third-party themes. It does not allow the installation of plugins, small software packages that really make its brother, WordPress.org, such a versatile valuable blogging platform.</p>
<p>The self-hosted version of WordPress (WordPress.org) on the contrary offers a wider range of themes and does not impose what you can and can not do in your widgets and blog posts.  The biggest plus is the unlimited supply of third-party themes and the myriad of plugins that allow you to add almost any function imaginable.</p>
<p>So no matter what you want to use your blog for, take a serious look at WordPress.</p>
<p>One note, though: to make a WordPress.org blog ‘fire on all cylinders’, a number of plugins need to be installed. When Dave creates a WordPress.org blog for a client, he installs no less that nine plugins.  Some of these plugins dramatically affect the SEO (Search Engine Optimization), allow readers to easily share your content on Twitter, Facebook, and other services and ease the navigation.<br />
For each of my WordPress.org blogs, I install ten plug-ins for the basic functionality I want my blogs to have.</p>
<h4>Blogger</h4>
<p>Similarly to WordPress, Blogger is a versatile blog platform. Even though they host your blog (dropping their clumsy self-hosting option from the options), Blogger let’s you do whatever you like in HTML, scripting and CSS within templates, posts or widgets. So you can also mess up as much as you want, too. <img src='http://www.blogtips.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>While Blogger lets you do “anything you want”, an out-of-the-box Blogger only has basic functionalities. Features I find essential like SEO (Search Engine Optimization),  “related posts” function, “Read More” options, “Recent comments” features, social media functions, navigation,  blog statistics, etc.. will have to be done manually by editing of your template file.<br />
Some of these functions are so advanced or complex to implement, that you need to know what you are doing otherwise you will corrupt your template file, and completely screw up your blog. AND the more you customize your template, the more difficult it becomes to migrate to another template, as I described in <a href="http://www.blogtips.org/changing-a-blogger-template/">a previous post</a>.</p>
<p>Apart from that, the ease-of-use for the blogger, even when writing basic posts, is very different between e.g. Blogger and WordPress. We will cover this in a later post in this series, but let me tell you, Blogger draws the shorter stick by far.</p>
<h4>Movable Type/Typepad</h4>
<p>Typepad contains all the functionality you will ever need in a hosted blog. Its built-in connectivity to other social media-related services  Feedburner, Twitter, Facebook, etc is second to none. The user-interface was recently overhauled making it much simpler to navigate.</p>
<p>If you want to use your blog as a small website then you need to seriously consider Typepad. None of the other blogging platforms have done as good a job with the menu bar as has Typepad. You can have items on the menu bar point to other websites (E.g. WordPress only let you point to your internal pages, and both Blogger and Tumblr don’t cater for this functionality)..</p>
<p>Selfhosted Movable Type is a high-end industrial strength content management system (CMS) wrapped in a blogging platform’s clothing.  It is the only self-host blogging platform included in this review that allows additional blogs to be setup under the same installation.  Moreover, these additional blogs can be setup by the blog’s admin and do not require an IT person.  The Pro version of Movable Type also has built-in support for forums.</p>
<p>On the other hand, Movable Type is not for the weak of heart. It is more difficult to set up and to administrate. Ease-of-use is not its best side.</p>
<h4>Concluding:</h4>
<p>If you are satisfied with VERY basic blogging functionality, mostly to clip stuff from the Internet, and look for a very simple blog platform, then Tumblr will do.</p>
<p>For more versatility and freedom to publish whatever you want, however you want it, either Blogger, WordPress.com or Typepad will do, with a definite plus for the latter two.</p>
<p>For flexible selfhosted blogs, WordPress.org and Movable Type are your only two choices, but they are also the best blog platforms around, with a definitive plus for WordPress.org&#8217;s user friendly approach.</p>
<blockquote><p>Writing this series, I got significant help from Dave Barnhart, who filled in the blanks on Typepad and Movable Type.<br />
Dave is a social media strategy consultant, founder of Business Blogging Pros, and a gourmet chef. He and his firm have been helping companies use social media since 2005.<br />
He blogs at <a href="http://BusinessBloggingPros.typepad.com" target="_blank">Business Blogging Pros</a> and <a href="http://www.FumblingFoodie.com" target="_blank">Fumbling Foodie</a>. <a href="http://businessbloggingpros.typepad.com/business_blogging_pros/friends/" target="_blank">Check out</a> some of the blogs he has created.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/selecting-a-blog-platform-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selecting a blog platform &#8211; Part 4: Ease-of-use and support</title>
		<link>http://www.blogtips.org/selecting-a-blog-platform-ease-of-use-and-support/</link>
		<comments>http://www.blogtips.org/selecting-a-blog-platform-ease-of-use-and-support/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 20:19:07 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Easy Stuff]]></category>
		<category><![CDATA[How to... Stuff]]></category>
		<category><![CDATA[Selecting a blog platform]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[start a blog]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Typepad]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=592</guid>
		<description><![CDATA[
In this series, we looked at the criticality of choosing the right blog platform and how the different blog platforms differ in functionality and in the way they host the blogs.
Now, let&#8217;s concentrate more on you, the blogger. Do you want to concentrate on writing posts, without spending too much time on fiddling with layouts, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img alt="" src="http://theroadtothehorizon.net/photo/Tuscan%20curl.jpg" title="Tuscan stone curl" class="aligncenter" width="430" height="323" /></p>
<p>In this series, we looked at <a href="http://www.blogtips.org/selecting-a-blog-platform-a-critical-choice/" target="_blank">the criticality</a> of choosing the right blog platform and how the different blog platforms differ <a href="http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/">in functionality</a> and in <a href="http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/">the way they host the blogs</a>.</p>
<p>Now, let&#8217;s concentrate more on you, the blogger. Do you want to concentrate on writing posts, without spending too much time on fiddling with layouts, widgets, plug-ins? Or when you want to change some basic features on your blog, do you need to read twenty manuals and follow 15 web development courses?<br />
However you twist it, the ease-of-use is one of the most important selection criteria for a serious blogger. </p>
<p>Let&#8217;s look at the different web platforms.<span id="more-592"></span></p>
<h4>Tumblr</h4>
<p>With its “easy to clip stuff from other sites”, Tumblr is the simplest to use by far. It has a slightly quirky dashboard function, is very limited in its blog functionality, but easy to use. Posting is a breeze, and posting is pretty much all you can do, within going &#8220;the hacking way&#8221;.</p>
<p>Officially, Tumblr offers free technical support, but my experience with their support is a bit varied. Sometimes I get immediate response, sometimes I never get an answer. Some issues never got resolved. </p>
<p>What I really regret about Tumblr, however, is the lack of an active discussion forum for the users, making social crowd sourced support non-existent. A real pity.</p>
<h4>Blogger</h4>
<p>Blogger used to be a close second in ease-of-use. Most people start using Blogger in no time, without knowing much about the what and how. I did not know one bit of HTML before I started my first Blogger-blog 32 months ago, and it took me just a few hours to start. Nowadays, I can start a Blogger blog one in a minute flat. I can write a post in 30 seconds.</p>
<p>But Blogger has some argh-“features”!! Blog editing sometimes makes my pull out my hair. The editor window is small, the WYSIWIG (What You See Is What You Get) features are clumsy, and their preview function sucks. Switching templates is a nightmare. </p>
<p>Worse of all: since the two and a half years I have been using Blogger, I have not seen many changes nor efforts to make it all easier for the users. Blogger is today what it was 32 months ago. Not a big surprise as it seems to be a trademark of all web applications owned by Google…</p>
<p>Blogger’s support is totally non-existent, but their large user community is self-supported through an active discussion forum. However if you get into real trouble, you will be stuck. There are some horror stories on the discussion forums of people loosing their blog overnight, never to be seen again. And Blogger&#8230; they kept silent&#8230;</p>
<h4>WordPress</h4>
<p>When I first looked at WordPress (.com and .org alike), two years ago, I found it was not much easier to use than Blogger. Since then they overhauled the user interface completely and added many new features. Today, WordPress is really easy to use, beating Blogger by far.</p>
<p>Editing is easy, with a perfect preview function. Switching templates, integrating and upgrading widgets and plug-ins is a breeze, even on the self-hosted version (WordPress.org). </p>
<p>WordPress has a very loyal and dedicated user community which will help you with just about anything through several active discussion forums. The single instance where I needed technical help for one of my test blogs on WordPress.com, their support was fast, and to the point.<br />
WordPress.org, the selfhosted brother offers no technical support unless if you pay for it.</p>
<h4>Typepad</h4>
<p>Just like WordPress, Typepad has made a lot of progress in terms of ease-of-use. Many put TypePad&#8217;s user interface second to none.  Some of Dave’s clients are business people already spending 60-80 hours per week running their companies, and have little time to learn a blogging tool..  All of them comment on how easy Typepad is to write blogposts.  </p>
<p>In terms of user interface for creating and managing posts/pages, managing comments, managing sidebar content, etc, Typepad and WordPress are about equal. They use drag-and-drop techniques and are overall pretty intuitive.<br />
One feature Typepad has (and Wordpress does not), is &#8216;TypeLists&#8217;, which give you the ability to create blocks of sidebar content that can be used across multiple blogs under the same account.</p>
<p>Typepad’s support is excellent.  They even monitor Twitter and often respond to users on Twitter within minutes. Typepad’s support staff is knowledgeable and the depth of their knowledge is deep.  They offer a series of free webinars (live and pre-recorded) on topics such as blog design, social media, using a blog as a website, SEO, etc).</p>
<h4>Movable Type</h4>
<p>Movable Type unfortunately lacks many of Typepad&#8217;s ease-of-use features. Even though Typepad was born out of Movable Type, both products have gone their own way, to the decrement of Movable Type’s user interface. </p>
<p>If you download the open-source Movable Type version, free support is available through their knowledge base and the user forums. If you purchase Movable Type, one year of support is included at no extra charge.</p>
<h4>Concluding:</h4>
<p>Typepad and WordPress are definitively leaders in the category of ease-of-use and support. Both have active discussion forums which form a solid support base. I would think the choice between the two platforms is a personal preference, though in general people report that WordPress is evolving much faster than Typepad/Movable Type.</p>
<p>Blogger definitely gets a minus on ease of use and support. I would advise a serious blogger only to look at Blogger if they have a solid technical knowledge, if they don&#8217;t mind experimenting, and want to spend time on the discussion forum when they run into problems.</p>
<p>As Tumblr only has limited functionality, and limited support with no active discussion forums, use it only if you want to do simple and easy stuff. I don’t consider Tumblr for a “professional blogger” or to be used for an organisation blog.</p>
<blockquote><p>Writing this series, I got significant help from Dave Barnhart, who filled in the blanks on Typepad and Movable Type.<br />
Dave is a social media strategy consultant, founder of Business Blogging Pros, and a gourmet chef. He and his firm have been helping companies use social media since 2005.<br />
He blogs at <a href="http://BusinessBloggingPros.typepad.com" target="_blank">Business Blogging Pros</a> and <a href="http://www.FumblingFoodie.com" target="_blank">Fumbling Foodie</a>. <a href="http://businessbloggingpros.typepad.com/business_blogging_pros/friends/" target="_blank">Check out</a> some of the blogs he has created.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/selecting-a-blog-platform-ease-of-use-and-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selecting a blog platform &#8211; Part 5: Layout, design and navigation</title>
		<link>http://www.blogtips.org/selecting-a-blog-platform-layout-design-and-navigation/</link>
		<comments>http://www.blogtips.org/selecting-a-blog-platform-layout-design-and-navigation/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 20:10:58 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Easy Stuff]]></category>
		<category><![CDATA[How to... Stuff]]></category>
		<category><![CDATA[Selecting a blog platform]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Typepad]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=595</guid>
		<description><![CDATA[
So far, we have covered some basic questions before you can make a solid choice which blog platform to use: selfhosting your blog or not, what functionality you demand, and what ease of use and support you can expect.
With this triple pack, you can more or less decide on a blog software. Unless&#8230;, if you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img alt="" src="http://theroadtothehorizon.net/photo/Tuscan%20fields.jpg" title="Tuscan fields" class="aligncenter" width="430" height="323" /></p>
<p>So far, we have covered some basic questions before <a href="http://www.blogtips.org/selecting-a-blog-platform-a-critical-choice/">you can make a solid choice</a> which blog platform to use: <a href="http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/">selfhosting your blog or not</a>, <a href="http://www.blogtips.org/selecting-a-blog-platform-functionality/">what functionality you demand</a>, and what <a href="http://www.blogtips.org/selecting-a-blog-platform-ease-of-use-and-support/">ease of use and support</a> you can expect.</p>
<p>With this triple pack, you can more or less decide on a blog software. Unless&#8230;, if you are into serious blogging, and you want your blog to become a piece of pride, a representation of you, or your organisation.<br />
After all, you can write the best content you want, but if you don&#8217;t make it attractive and usable, your blog will attract little attention, and few visitors will stick.</p>
<p>This is where the next selection criteria lay:<br />
<span id="more-595"></span></p>
<h4>How about layout, design and navigation</h4>
<p>Some blog platforms offer you the pure bred blogs: A serial sequence of  information snippits, or posts. This makes it difficult to find particular posts. The only navigation offered is to go through the posts page by page as if you were trying to find something in a reference book within a Table of Contents or Reference list.</p>
<p>Similarly, some blog platforms concentrate purely on the blog posts, with a few widgets and features, only allowing basic layout changes.</p>
<p>Other blog platforms are comparable to professional CMS (Content Management Systems), used to create large Internet websites. They offer all what is needed to turn a blog into a real Internet repository, while keeping the playfulness of a blog.</p>
<p>Your demands on flexibility and features in layout, design and navigation will determine your choice of blog platform. Let&#8217;s go over the different packages we have focused on so far&#8230;</p>
<h4>Tumblr</h4>
<p>We can be short here: Tumblr offers only a templates or themes, and virtually no widgets or plugins. The templates are fully customizable if you know how to play with HTML/CSS. </p>
<p>Unless if you know how to customize your template, you will never get anything close to what I would call ‘navigation’.<br />
The search function on all my Tumblr-blogs broke a while ago, and after a few months trying to get support, I coded my own, using a Google search function. My experience with their support in this matter was… not good.</p>
<p>Post tagging or categories are virtually unused for navigation. Unless if you write it for yourself, there are no navigation features. A user will have to browse through the posts one by one. </p>
<h4>Blogger</h4>
<p>Blogger offers a limited range of predefined, and simple templates. It took forever before anyone made a three column template. They feature only a limited choice of widgets which can hardly be called “customizable”. You can integrate your choice of Google Gadgets, but most of these are not interesting or not working and without any technical support. </p>
<p>You have full access to modify your template file, whose features are well documented, allowing you to customize your layout at your own will, as long as you understand HTML/CSS and scripting.</p>
<p>Blogger’s navigation is the old fashioned type: you have to flip through blog pages one by one. It comes back onto my main criticism of Blogger: They have not added any features since over two and a half years (Google, are you listening?): Old fashioned serial navigation is what you will be stuck with, unless if you program your own into your template (as I did for my personal blog).  They offer a search bar both as part of their top ‘Blogger’ tool bar, and one as a widget. But that is where it all ends.</p>
<p>They don’t know the concept of ‘static pages’ (e.g. the ‘about’ or ‘contact’ pages) neither, it is all left to you. If you are a HTML-savvy user, you can make your own.<br />
They offer post tagging, and you could navigate using tags, but it is rather clumsy.</p>
<p>This makes a Blogger-blog a drag to navigate through posts. If you have a lot of posts, visitors will read one post, and then leave, rather than be encouraged to read others. Unless if you gather all your geeky skills and &#8220;do-it-yourself&#8221;..</p>
<h4>WordPress</h4>
<p>WordPress.com, one of the WordPress twins where your blog is hosted with them, offers a much wider range of templates, plug-ins and widgets than Blogger. They do not allow you to customize any of it, though. You can not use scripting or other advanced stuff in widgets or blogs.<br />
Many themes allow you to change the colour scheme or the basic layout, but leave it at that. A sign at the door says: &#8220;No hacking -eh customization of themes- please&#8221; .</p>
<p>WordPress.org – the selfhosted brother- has much more widgets and templates to choose from, mostly free of charge, developed by an open source community. As it is PHP/MySQL based, a lot of themes, widgets and plug-ins spin off from the Drupal community, one of the best open source Content Management Systems (CMS) available on the market. WordPress.org leaves you full freedom to do what you want, so you can tweak your layout to your heart’s delight.</p>
<p>Wordpress.org has gathered that strong a market place that more and more people consider it as a contender for Drupal as a CMS, to design webpages, rather than blogs<br />
This shows you WordPress’  strength. As the WordPress family is open source based, new features are being added at rocket speed.</p>
<p>WordPress offers a search bars as a widget or as part of a template. They offer static pages which are often very cleverly used in the free themes (or templates) they offer. </p>
<p>While you can tag a post with a keyword, you can also put it into a category, or a sub-category. E.g. I can tag a post with the keywords “Twitter” “microblogging” and “social media” but store it in the category “User Tips” together with the “Tips on how to use Blogger&#8221;. It will be featuring in the menu under &#8220;User Tips&#8221;.</p>
<p>The way WordPress implemented categories, allows the blog master to mimic something which comes very close to a webpage navigation. Some themes on offer – for free – use categories and sub-categories within dropdown navigation bars.<br />
This is a real plus if you want to encourage people to browse through your blog, as if they were using a normal website. An absolute plus if you have a lot of posts.</p>
<p>Some WordPress themes have straightforward templates and style sheets which are easy to use and understand even for a beginner.  Others are bewilderingly complex. If you think you may need to modify your blog’s templates, take a quick look at the styles.css file and a couple of the template pages to see if you can understand them before you decide to use that template.<br />
Most third-party WordPress themes we used do NOT include support for printing and as a result printing a blog page gives you a multi-paged ugly mess.</p>
<h4>Typepad/Movable Type</h4>
<p>Both offer many options for navigation.  They support categories in much the same manner at WordPress. Typepad builds a very nice horizontal menu bar into every theme. You can easily have menu bar items point to specific pages, posts, categories, or even other websites.</p>
<p>The appearance of your Typepad blog can easily be customized in most cases by simply uploading a new banner and entering some custom CSS.  It is rarely necessary to modify the templates themselves.</p>
<p>Here is an example of how Typepad and Movable Type differ from WordPress: Let’s say you create a static pages titled “Explore our exceptional Services”. In WordPress that would be what appears on the menu bar as well.<br />
In Typepad you can shorten that to just &#8220;Services&#8221; or &#8220;Exception Services&#8221; or anything you want.<br />
Dave has a client with a blog that two women, Maya and Maureen,  maintain together. He created two categories, ‘Maya’ and ‘Maureen’.  The menu bar says ‘Conversations with Maya’ and ‘Conversations with Maureen’.  Without hacking the templates you cannot do that with WordPress.  In fact, in most templates if you create a static page it WILL appear on the menu bar.<br />
Similarly, you may want to have a link to an external website on the menu bar.  Piece of cake on Typepad. Gotta hack the template in WordPress.</p>
<p>Its selfhosted half-brother, Movable Type is used by many big names in the blogging world such as the Barack Obama campaign, Britney Spears, Boeing, Oracle, ABC, BBC, Huffington Post, and Sony Pictures. Movable Type’s template structure may be a little daunting for a beginning blogger.</p>
<h4>Concluding:</h4>
<p>If you are really serious about your layout, navigation and overall blog design, combined with a highly user-friendly design, WordPress.org and Movable Type/Typepad are your best choices.<br />
Movable Type, though, is considered as too daunting for a first-time blogger who is not very tech-savvy. </p>
<p>If you have a lot of posts, and want to encourage your readers to really discover your blog while navigating through it, WordPress is a go, only to be beaten by Typepad/Moveable Type due to its flexibly configurable navbar. </p>
<p>I would keep Blogger only for those HTML-savvy bloggers who favour its full customizability. </p>
<p>Tumblr unfortunately does not score very high in this area due to the lack of navigation options, tags, working search functions, categories and design features.</p>
<blockquote><p>Writing this series, I got significant help from Dave Barnhart, who filled in the blanks on Typepad and Movable Type.<br />
Dave is a social media strategy consultant, founder of Business Blogging Pros, and a gourmet chef. He and his firm have been helping companies use social media since 2005.<br />
He blogs at <a href="http://BusinessBloggingPros.typepad.com" target="_blank">Business Blogging Pros</a> and <a href="http://www.FumblingFoodie.com" target="_blank">Fumbling Foodie</a>. <a href="http://businessbloggingpros.typepad.com/business_blogging_pros/friends/" target="_blank">Check out</a> some of the blogs he has created.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/selecting-a-blog-platform-layout-design-and-navigation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Selecting a blog platform &#8211; Part 6: Customizability</title>
		<link>http://www.blogtips.org/selecting-a-blog-platform-customizability/</link>
		<comments>http://www.blogtips.org/selecting-a-blog-platform-customizability/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 18:45:38 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Easy Stuff]]></category>
		<category><![CDATA[How to... Stuff]]></category>
		<category><![CDATA[Selecting a blog platform]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Typepad]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=598</guid>
		<description><![CDATA[
To make a solid choice which blog platform to use, we looked at factors like selfhosting your blog or not, what functionality you demand, ease of use and support as well as design, layout and navigation features. 
Some bloggers are very particular about their tools, and want it just the way they like it, in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img alt="" src="http://theroadtothehorizon.net/photo/Tuscan%20shack.jpg" title="Tuscan shack" class="aligncenter" width="430" height="323" /></p>
<p><a href="http://www.blogtips.org/selecting-a-blog-platform-a-critical-choice/">To make a solid choice</a> which blog platform to use, we looked at factors like <a href="http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/">selfhosting your blog or not</a>, <a href="http://www.blogtips.org/selecting-a-blog-platform-functionality/">what functionality you demand</a>, <a href="http://www.blogtips.org/selecting-a-blog-platform-ease-of-use-and-support/">ease of use and support</a> as well as <a href="http://www.blogtips.org/selecting-a-blog-platform-layout-design-and-navigation/">design, layout and navigation features</a>. </p>
<p>Some bloggers are very particular about their tools, and want it just the way they like it, in looks and functionality. How do the different popular blog platforms compare on that criteria? How flexible are each of the software packages we looked at?<br />
<span id="more-598"></span></p>
<h4>Tumblr</h4>
<p>Tumblr’s template is a free-for-all playground, which you can customize all you want. The negative thing is the lack of features as part of their core functionality, so you can not do much more than tweak the layout. </p>
<h4>Blogger</h4>
<p>Blogger is highly customizable for those who have the technical knowledge. Over the past 20 months, I hacked my way through my personal blog’s template and what I have nowadays does not resemble the original anymore.<br />
The way Blogger opened up its template for customizations, and documented the features is definitively a plus. On top of that, Blogger allows you to do whatever you want in HTML, Java scripting or CSS within widgets and posts. But… you need the technical know-how.</p>
<h4>WordPress</h4>
<p>You can recognize a WordPress.com blog – the hosted version of the WordPress twins &#8211; from afar. They feature more widgets and plug-ins than Blogger but they still… look pretty standard. Customization, unless if you pay extra for that privilege, is pretty much out of the question.</p>
<p>Not so for its bigger -and selfhosted- brother, WordPress.org, which allows you to do anything you want. And with the active user community being one of the strong points of the WordPress family, you can turn your blog into the look and feel of a professional website.</p>
<p>A few third-party providers of WordPress themes have protected their code so that certain portions are encrypted and cannot be modified, though this is rarer these days.</p>
<h4>Typepad</h4>
<p>… offers just as much customization as WordPress.org, with the same level of complexity.  The two are about even here.  Co-author Dave sets up blogs for a living and notes it is almost never necessary to modify the Typepad templates. Typepad also offers simple CSS customizations.</p>
<h4>Movable Type</h4>
<p>Selfhosted Movable Type offers just as much customization as WordPress.org, but is a little more bothersome due to the complexity of the underlying template architecture.</p>
<h4>Concluding:</h4>
<p>I recommend to go for Blogger only if you want to experiment.<br />
Go for Movable Type or WordPress.org if you want to tweak your blog as you would do with a professional Content Management System (CMS), and if you have the knowledge. Even if you don’t, the out-of-the-box features are diverse and well-supported.</p>
<p>WordPress.com is the runner-up with a lot of features built-in, but with less customizability.<br />
Tumblr offers you room to customize, but with only few featured building blocks.</p>
<blockquote><p>Writing this series, I got significant help from Dave Barnhart, who filled in the blanks on Typepad and Movable Type.<br />
Dave is a social media strategy consultant, founder of Business Blogging Pros, and a gourmet chef. He and his firm have been helping companies use social media since 2005.<br />
He blogs at <a href="http://BusinessBloggingPros.typepad.com" target="_blank">Business Blogging Pros</a> and <a href="http://www.FumblingFoodie.com" target="_blank">Fumbling Foodie</a>. <a href="http://businessbloggingpros.typepad.com/business_blogging_pros/friends/" target="_blank">Check out</a> some of the blogs he has created.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/selecting-a-blog-platform-customizability/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Selecting a blog platform &#8211; Part 7: The bottom line</title>
		<link>http://www.blogtips.org/selecting-a-blog-platform-the-bottom-line/</link>
		<comments>http://www.blogtips.org/selecting-a-blog-platform-the-bottom-line/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 21:41:44 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Easy Stuff]]></category>
		<category><![CDATA[How to... Stuff]]></category>
		<category><![CDATA[Selecting a blog platform]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Typepad]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=601</guid>
		<description><![CDATA[
Making the choice which blog platform to use? Ask yourself: &#8220;Do I want to selfhost my blog or not?&#8221;, &#8220;What functionality do I want?&#8221;, &#8220;How important are  ease of use and support, design, layout and navigation features and customizability for me?&#8221;&#8230;
Looking at all of these factors, here are my bottom line recommendations:
Tumblr:
- only for [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img alt="" src="http://theroadtothehorizon.net/photo/tuscan%20market.jpg" title="Tuscan market" class="aligncenter" width="430" height="323" /></p>
<p><a href="http://www.blogtips.org/selecting-a-blog-platform-a-critical-choice/">Making the choice</a> which blog platform to use? Ask yourself: <a href="http://www.blogtips.org/selecting-a-blog-platform-selfhost-your-blog-or-not/">&#8220;Do I want to selfhost my blog or not?&#8221;</a>, <a href="http://www.blogtips.org/selecting-a-blog-platform-functionality/">&#8220;What functionality do I want?&#8221;</a>, &#8220;How important are <a href="http://www.blogtips.org/selecting-a-blog-platform-ease-of-use-and-support/"> ease of use and support</a>, <a href="http://www.blogtips.org/selecting-a-blog-platform-layout-design-and-navigation/">design, layout and navigation features</a> and <a href="http://www.blogtips.org/selecting-a-blog-platform-customizability/" target="_blank">customizability</a> for me?&#8221;&#8230;</p>
<p>Looking at all of these factors, here are my bottom line recommendations:<span id="more-601"></span></p>
<h4>Tumblr:</h4>
<p>- only for simple blogs or if you want to use it as a scratchpad for your Internet clips (which it does very well)<br />
- limited functionality, few templates and widgets, minimum support and no active user-based discussion forums.<br />
- can’t be used for self-hosted blogs</p>
<h4>Blogger:</h4>
<p>- Recommended if you want to stick to the “writing” part of blogging, and don’t care too much about layout and navigation.<br />
- OR recommended if you are slightly geeky and want to customize your blog at your free will without much support &#8211; other than an active user forum &#8211; but also without many technical limitations.<br />
- It has an older user interface, lacks features and does not seems to be a product which evolves anymore.<br />
- Use only if your blog is to be hosted by them.</p>
<h4>WordPress.com:</h4>
<p>- Highly recommended for the more serious blogger who does not mind his blog to be hosted by WordPress<br />
- easy to use, letting the user concentrate on blogging<br />
- limits what the user can do in customizing posts, widgets and templates<br />
- inability to embed Javascript<br />
- wide range of templates and widgets<br />
- good support through their technical services and the active user community forums<br />
- a small selection of standard templates and widgets<br />
- lack of ability to install plugins</p>
<h4>WordPress.org:</h4>
<p>- The top blogging platforms using selfhosting<br />
- easy to use both for writing blogs and for its administrative functions<br />
- has features close to what a professional Content Management Systems (CMS) will offer you.<br />
- offers the largest range of widgets, plug-ins and templates any blog platform has.<br />
- Is for free, unless if you want to pay for support on top of the help offered by a very active user community.<br />
- Only to be used if you want to host it on your own (rented) server.</p>
<h4>Typepad</h4>
<p>- Only offers the option where your blog is hosted by them, but then again, is the top blogging platform offering more features than the others in its class.<br />
- Easily customizable and configurable with a wide range of templates and options.<br />
- Provides more advanced navigation features.</p>
<h4>Movable Type:</h4>
<p>- a top blogging platform though not evolving as fast as WordPress.org.<br />
- Free unless if you want to pay for support<br />
- To be hosted on your own server.<br />
- Harder to configure and customize than the others, more difficult to use.<br />
- Only recommended for professionals, with high demands.</p>
<h4>Comparing blog platforms &#8211; further reading</h4>
<p>While I mainly based this series on my personal experience and input from Dave (see frame below), I still want to offer a selection of interesting posts which go more in depth of the comparisons and features of the different blog softwares.</p>
<ul>
<li>
<a href="http://myhappyplacedesigns.com/?p=416" target="_blank">Blogger or Wordpress?</a></li>
<li>
<a href="http://etutorials.org/Misc/essential+blogging/Chapter+3.+Hosted+Blogging+with+Blogger/Section+3.9.+Self-Hosting/" target="-blank">Self Hosting blogger</a></li>
<li>
<a href="http://hubpages.com/hub/best-blogging-platforms-for-seo" target="_blank">Blogger vs Wordpress: Which is the best for SEO and how does self-hosting fit into the equation</a></li>
<li>
<a href="http://support.wordpress.com/com-vs-org/" target="_blank">Wordpress.com versus wordpress.org</a></li>
<li>
<a href="http://optempo.com/2008/01/22/niche-blog-hosting-wordpress-vs-blogger/"" target="_blank">Wordpress vs Blogger</a></li>
<li>
<a href="http://pulsed.blogspot.com/2007/07/blogger-wordpress-chart.html" target="_blank">Blogger vs Wordpress Comparison chart</a></li>
<li>
<a href="http://royal.pingdom.com/2009/01/15/the-blog-platforms-of-choice-among-the-top-100-blogs/" target="_blank">The blog platforms of choice among the top 100 blogs</a></li>
<li>
<a href="http://www.bloggingtipsonline.com/index.php/2008/02/06/blogger-vs-wordpress-which-is-better/" target="_blank">Blogger vs Wordpress: which is better?</a></li>
<li>
<a href="http://www.bloggingbasics101.com/2009/01/choosing-a-blogging-platform/" target="_blank">Choosing a blogging platform</a></li>
<li>
<a href="http://bestcovery.com/node/27017/compare" target="_blank">Quick comparison about Wordpress, Tumblr Movable Type, Blogger and Drupal</a></li>
<li>
<a href="http://www.socialbrite.org/2009/03/31/wordpress-and-typepad-compared/" target="_blank">A narrative comparison of Typepad and Wordpress</a></li>
<li>
<a href="http://blog.funciton.com/2009/06/comparison-between-wordpress-and-movabletype.html" target="_blank">Comparison between Movable Type and Wordpress</a></li>
<li>
<a href="http://ithemes.com/wordpress-versus-movable-type-the-smackdown-comparison/" target="_blank">Comparison between Movable Type and Wordpress</a></li>
<li>
<a href="http://www.danandcheryl.com/2009/01/movable-type-vs-wordpress" target="_blank">Blogger vs Wordpress vs Movable Type</a></li>
<li>
<a href="http://www.problogger.net/archives/2006/02/15/choosing-a-blog-platform/" target="_blank">Choosing a blog platform</a></li>
<li>
<a href="http://businessbloggingpros.typepad.com/business_blogging_pros/2009/01/typepad-vs-wordpress-vs-wordpresscom.html" target="_blank">Typepad versus WordPress versus WordPress.com</a></li>
</ul>
<blockquote><p>Writing this series, I got significant help from Dave Barnhart, who filled in the blanks on Typepad and Movable Type.<br />
Dave is a social media strategy consultant, founder of Business Blogging Pros, and a gourmet chef. He and his firm have been helping companies use social media since 2005.<br />
He blogs at <a href="http://BusinessBloggingPros.typepad.com" target="_blank">Business Blogging Pros</a> and <a href="http://www.FumblingFoodie.com" target="_blank">Fumbling Foodie</a>. <a href="http://businessbloggingpros.typepad.com/business_blogging_pros/friends/" target="_blank">Check out</a> some of the blogs he has created.<br />
I also had valuable help from <a href="http://andywibbels.com/" target="_blank">Andy Wibbels</a>, with thanks!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/selecting-a-blog-platform-the-bottom-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter for Dummies – Part 1: more than a microblog</title>
		<link>http://www.blogtips.org/twitter-for-dummies-part-1-more-than-a-microblog/</link>
		<comments>http://www.blogtips.org/twitter-for-dummies-part-1-more-than-a-microblog/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 17:56:51 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Easy Stuff]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter for Dummies]]></category>
		<category><![CDATA[What is... Stuff]]></category>

		<guid isPermaLink="false">http://www.blogtips.org/?p=360</guid>
		<description><![CDATA[
Last week,  @gaurisalokhe invited Jon from (AidWorker Daily) and I as guest speakers in a short FAO info session about micro blogging.
I realized how difficult it is to explain what this social media phenomenon really is all about. Does &#8220;Twitter is a micro-blogging tool” associate it too much with &#8220;blogging&#8221;:  “I publish, you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;"><img class="aligncenter" src="http://theroadtothehorizon.net/photo/twittering%20the%20iran%20revolution.jpg" alt="Stop, he is twittering" width="400" height="304" /></p>
<p>Last week,  <a href="http://twitter.com/gaurisalokhe/" target="_blank">@gaurisalokhe</a> invited Jon from (<a href="http://www.aidworkerdaily.com/" target="_blank">AidWorker Daily</a>) and I as guest speakers in a short <a href="http://www.fao.org" target="_blank">FAO</a> info session about micro blogging.</p>
<p>I realized how difficult it is to explain what this social media phenomenon really is all about. Does &#8220;Twitter is a micro-blogging tool” associate it too much with &#8220;blogging&#8221;: <em> “I publish, you read, and if all goes well, you might even comment”</em>?</p>
<p>Maybe this is what Twitter was originally intended for, but how do you explain to anyone it is much more than just ‘publishing 140 character content’. How do you explain the dynamic and the power of a Twitter social community of &#8220;followers&#8221;?</p>
<p>Another challenge is to explain that apart from <a href="http://twitter.com" target="”_blank”">”www.twitter.com”</a>, the web interface for Twitter, there are hundreds of add-ons and tools that make Twitter work for you.<span id="more-360"></span></p>
<h3><strong>I use Twitter for:</strong></h3>
<ul>
<li>yep, publishing “content”: links I find interesting, updates about what I do (with text, pictures and video)</li>
<li>build a social community with people who have similar interests by interacting with my followers</li>
<li>get people interested in my blogs by tweeting links to new posts</li>
<li>get help and feedback by <em>asking </em>questions, posting polls</li>
<li>give help and feedback by <em>answering </em>questions and polls</li>
<li>monitor news and trends</li>
<li>reading up on what others are reading and find interesting</li>
<li>monitor the latest updates from sites and subjects I am interested in, almost as an alternative to an RSS reader</li>
<li>get inspiration</li>
<li>live blogging from events, workshops</li>
<li>have fun</li>
</ul>
<p>But the person next door might use it for something completely different:</p>
<ul>
<li>fundraising</li>
<li>announcing where you can get free Pizzahut coupons</li>
<li>rallying up the masses to protest against the Iran violence</li>
<li>bash CNN, just because they are such an easy target</li>
<li>broadcasting what second hand items she has for sale</li>
<li>stay in touch with friends</li>
<li>&#8230;</li>
</ul>
<h3><strong>Is Twitter worth the trouble?</strong></h3>
<p>Yes it is. Here are three cases which showed me the power of twitter:</p>
<p>1. Late one evening, someone in my Twitter users’ community tweeted me:</p>
<blockquote><p>Are you guys expelled from Sudan? This article (link) says so!</p></blockquote>
<p>The linked article indeed stated the organisation I work for was expelled from Sudan, around the time 13 NGOs were forced to leave the country. Which was incorrect. As this issue was very sensitive for us, I contacted our Public Information people, who called the publishers of the website. Half an hour later, the –potentially damaging- statement was corrected. Without Twitter, I would never have caught that article.</p>
<p>2. A few months ago, I tweeted:</p>
<blockquote><p>Looking for a webguru to help us analysing a complicated portal development project</p></blockquote>
<p>Sure enough someone from my community replied. He was available within two weeks. We started communicating via Email, and in the end, he actually found a grant from the Gates Foundation to fund his trip. I not only found a webguru, but got him fast and for free.</p>
<p>3. Last week, I tweeted:</p>
<blockquote><p>Writing a post about blogplatforms. I know Blogger, Wordpress and Tumblr but looking for a TypePad geek to help me out</p></blockquote>
<p>Three people responded and assisted me in the article, filling in the blanks I left. Two were part of my followers’ community, the other one was just searching Twitter for the keyword “TypePad”.</p>
<h3><strong>Twitter for Dummies</strong></h3>
<p>In this series, “Twitter for Dummies”, or call it “A Twitter Primer”, I will cover this social media phenomenom from the bottom up. What Twitter is, what the different components are, best practices, the tricks of the trade, and a list of the most useful add-ons. How to make Twitter work for your nonprofit purposes?<br />
In the tradition of BlogTips, I will spec these posts with my own experiences.</p>
<p>In <a href="http://www.blogtips.org/twitter-for-dummies-%e2%80%93part-2-twitter-the-social-community-tool/">the next post</a> we tackle “How to explain Twitter as a social networking tool?”</p>
<h3><strong>Interesting links to wet your appetite:</strong></h3>
<p><a href="http://www.doshdosh.com/ways-you-can-use-twitter/" target="_blank">17 Ways You Can Use Twitter: A Guide for Beginners, Marketers and Business Owners</a><br />
<a href="http://beth.typepad.com/beths_blog/2008/11/twitter-as-char.html" target="_blank">An analysis of fundraising with Twitter</a><br />
<a href="http://blog.ogilvypr.com/2008/11/twitter-strategy-blog-series-6-non-profit-and-issues-advocacy/" target="_blank">Using Twitter for nonprofit and advocacy</a><br />
<a href="http://blog.guykawasaki.com/2008/12/how-to-use-twit.html" target="_blank">How to use Twitter as a Twool</a><br />
<a href="http://www.twitip.com/7-uncommon-uses-for-twitter/" target="_blank">7 uncommon uses for Twitter</a></p>
<p><small>Cartoon courtesy <a href="http://www.boston.com" target="_blank">Boston Globe</a> (Mike Luckovich)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtips.org/twitter-for-dummies-part-1-more-than-a-microblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
