Blogger vs Wordpress

16 September 2005

This post is a bit circular and may be worth skipping if you do not have your own blog (web log).

While there are really good blogs about how to blog; I too hate it if I am expecting a particular subject focused blog but instead find a blog that does nothing but talk about the physical act of blogging and disappears up its own bottom. However I am interested in Command Line blogging as not much has been written about that.

Over the last four (or so) years, I have merrily used Blogger for various projects. Blogger is a piece of software that generates webpages, primarily blog-style posts, but in theory you could use it for anything.

The webpages that Blogger outputs can be stored on your own webspace or on Google's server, the latter service being called "BlogSpot". BlogSpot is quite a good deal for non-technical users who just want to blog and then get on with life.

The service is free (as in beer) and the only mini-catch is that BlogSpot automatically displays a menu bar over the first line of your blog. This bar has various buttons for the readers to click on, such as a search button and the popular 'next blog' button which shuffles between blogs, this can bring you new readers who find themselves washed up on your shore.

To cut a long story short, I wanted to move this blog from blogspot to my own server so I could implement more features. However I found that my webhosts' FTP service seems to be broken but HTTP uploads still worked.

If you don't get that last bit then don't worry - all it means is that my use of Blogger has been frustrated so I decided to try something else. Wordpress seems to be the fashionable thing.

Wordpress is a free (as in beer and speech) blog management system. It has far more features than Blogger, even more are available via a plugin system. Of course many of these features seem somewhat peripheral, however the one major plus over Blogger is categories. Wordpress lets you organise any system of categories you want.

Most other Blogging systems have categories, including 'Moveable type', the traditional competition to Blogger. Of course you can implement categories in Blogger, but it is somewhat forced. Basically you post you have to add links in your post to the category yourself and then update the category links, after a short while, this of course gets rather annoying.

Both systems seem to work well enough from text-based browsers such as Elinks and Lynx. Elinks was not a problem in either case, however I gave up trying to post with Lynx under Wordpress. Just one wrong press of a key seemed to fly me away to some place else; when I managed to get back my post was gone.

The Blogger post page on the other hand is far more focused on the task at hand and more idiot proof. The simple answer, of course, is to save drafts often, or write the post out in Emacs first.

One helpful feature of Wordpress was the ability to import all your old posts from Blogger, although it does not import your readers' comments, which may or may not be a good idea, my blogs hosted on Blogspot always have seemed to me a magnet for automated comment spam for the first few hours after posting.

If you want the comments then you could try writing a "best of readers' posts of 2005" article, or repost them manually under the readers' names.

I have not explored all the options of Wordpress yet, so I am still giving it a try. However I may still go back to Blogger if I do not iron out a few remaining issues or if I hit a show-stopper.

1 Zeth says...

The biggest potential showstopper so far has removed thanks to a guy nicknamed 'Podz' at the Wordpress IRC channel. Basically my archive links were not working but going into Apache directory listings.

It turned out that after you have converted the files from Blogger, you should then delete or rename the imported folders because they conflict with the Wordpress archives.

Basically I renamed the folders called "2005" and so on to fish, ducks, etc. Once they were out of the way the archives worked fine.

This makes sense, the Drupal CMS works on a similar system of virtual links, which of course will not work if there are real folders with the same names taking prescendence over them.

Often you can judge the quality of a piece of software by the friendliness of the IRC channel, for example Gentoo people will help while Debian users will shout "RTFM".

My first major problem was solved quickly by the Wordpress freenode channel; do Blogger and Blogspot even have IRC channels?

Posted at 10:49 p.m. on September 15, 2005


2 Phill says...

Hi Zeth,

Just a quick addendum to your post (I know it's been a while since you made it, but nevermind). I found a script that not only imported all your Blogger posts, but all the comments as well! I can't remember the link just now but if you go to the WordPress wiki and the 'Converting from Blogger' pages you should find it OK.

I know you've got all the stuff imported OK now, but I just thought if someone comes across this they should know you can do comments as well!

I managed to write a script that transferred all my stuff across from my (custom-written) blog system in about half an hour, so it's not that hard.

Anyway, better get back to work

Phill (recent WordPress convert :-))

Posted at 2:57 p.m. on October 24, 2005


3 Extra Hot - I Ditch Blogger says...

Being a Google fan, it is hard for me to let go. But like most bloggers who did, my primary motivation for doing so is the lack of categories in Blogger. Blogger publishes to static html files, I think that makes it difficult to implement the said feature. I believe this is also the reason that publishing often takes a long time in Blogger. Wordpress on the other hand publishes your blog posts to a database, hence there's no need to refresh static pages, mostly everything in Wordpress is dynamic.

Posted at 2:42 p.m. on December 6, 2005


4 Steven Cole says...

It's the first time i ran through your site and I found it very informative and interesting. Nicely done!

Posted at 11:06 a.m. on January 26, 2006


5 Bryan Ballard says...

I like your blog. It is a very interesting one.

Posted at 1:05 p.m. on January 26, 2006


6 Zeth says...

"I wanted to move this blog from blogspot to my own server so I could implement more features. However I found that my webhosts' FTP service seems to be broken but HTTP uploads still worked."

This turned out to be a temporary fault, but I am still pleased that I went with WordPress. BTW, I still do rate Blogger highly.

Posted at 11:44 a.m. on February 3, 2006


7 Dustin Chapman says...

Cool site! I'll be coming back.

Posted at 5:52 p.m. on February 10, 2006


8 Augastin Francis says...

Do give http://www.webmasterworld.com/community_building/3174608.htm a look.

Also http://www.hedir.com/cafe/about18221.html which talks about blogger vs wordpress. Blogger is going to die soon.

Thanks

Posted at 7:21 a.m. on December 4, 2006


What do you have to say?

Show Editing Help

Europython

About

Hello, my name is Zeth, I'll be your host here.

Command Line Warriors is about taking control of your own technology, it looks at our experiences of computing; especially using GNU/Linux, the Python programming language, the command-line and issues such as techno-ethics, best practices and whatever is cool now. If you take control of your technology then you are a Warrior too!

This site is your site too which means that you can contribute and get involved. You can leave comments using the facility provided. For me, the comments and discussions are by far the best part of the site. So please do have your say!

Latest Discussions

QuickSilver

January 5, 2009
Nice! Is there anyway to implement a ServerAliveInterval for long processes? This is because my our firewall keeps closing the connection based on inactive connections. Thanks,
SFTP in Python: Really Simple SSH

Tun

January 5, 2009
Hi, Do You know, haw can i get start date for tasks evolution? If exists the similar way to your example: i.get_due() ? I would like to have sth like ...
Three Useful Python Bindings - ClamAV, Apt and Evolution

Samuel Huckins

January 4, 2009
Great tips! I have had occasion to do a lot of MySQL instance migrations lately, so here is an improvement for Trick 1: mysqldump <DATABASE_NAME> [mysqldump_options] | gzip -c | ...
Five useful command one liners

George Glass

December 31, 2008
I don't really see the point in trying to make linux user-friendly or take over the desktop. We rule the servers the most important element of the entire game. Let ...
Give Linux a chance

bug

December 31, 2008
@Zeth: The hidden field does block some. Not perfect, but it does release some weight from the filtering system, as those are 100% false comments. Acctually, if you would have ...
On Comment Spam

Zeth

December 31, 2008
Hi Eion, Yes that is an interesting approach also. It is the only approach given by default in the stock Django comments module, though it does not stop all comment ...
On Comment Spam

Bug

December 30, 2008
Well... Sadly, and I guess you hate me for it, I use captcha. But at least it's not an image, so even if you visit using w3m [yey!] you can ...
On Comment Spam

Eion

December 30, 2008
Other than server-side processing of comments, I like to add additional <input>'s and hide them in external css. Most of the time the fields are populated by spam-bots, and if ...
On Comment Spam

Nostoc

December 27, 2008
... Mate possible because of the dull Kg8
Ruy Lopez, Berlin defence, open variation

Nostoc

December 27, 2008
My bad, I meant the picture beneath 15, after close inspection my suggestion would be on 18. Instead of 18 : Qe2, I would have taken that knight with my ...
Ruy Lopez, Berlin defence, open variation

Zeth

December 27, 2008
Nostoc, white takes the rook on 15, the rook is a better kill than a knight.
Ruy Lopez, Berlin defence, open variation

Nostoc

December 26, 2008
I'm not that good at chess, but I have a question. At 15, why doesn't white simply take black's knight in C6 with the bishop? It's an easy kill, since ...
Ruy Lopez, Berlin defence, open variation

Zeth

December 26, 2008
CorkyAgain, good question, I don't have a FreeBSD box available at the moment so I can't comment. On Linux at least watch does as I have described.
Five useful command one liners

CorkyAgain

December 25, 2008
Is the watch command you're describing a Linuxism? On my FreeBSD box, "man watch" seems to be describing something completely different.
Five useful command one liners

Binny V A

December 25, 2008
I have actually setup a site to store just short commands... http://txt.binnyva.com/
Five useful command one liners

Bassam essa

December 25, 2008
i try this line command elinks -source "http://www.e51g.com/" > resulthtml.txt its work done :) thx
Command the Web - an ELinks tutorial

Bassam essa

December 25, 2008
thanx man i need to know how i can download html source page from elinks ? i try $ elinks - view HTML "http://www.google.com/" > resulthtml.txt but its dont work ...
Command the Web - an ELinks tutorial

sam

December 25, 2008
Thanks for commenting the game. I'm new to chess and it's great to see your reasoning behind some of the moves. However, how do you know what to call the ...
Ruy Lopez, Berlin defence, open variation

halfpi

December 24, 2008
I have to mention that on my HP nx 6325 Ubuntu install has been done in ~ 1h, but XP SP3 was not ready after 3h of working. Also Fedora ...
Give Linux a chance

tulcod

December 24, 2008
as for the grep problem, it's probably easier to do: grep needle -R .
Five useful command one liners