As a regular Blogger user, I think it is time for me to expose some facts that I hate about being a Blogger. It’s become a pain in the neck and I very doubtly believe I’m the sole user in the blogosphere having problems. Anyway, what I have here is a crash-me test of WordPress against Blogger.
First, let’s see if after a bullet list, I can still write normal paragraphs, i.e. hitting double Enter key will not create a new paragraph
Sample list:
Now, if we check the HTML code, we see that there is no <p> tag after the bullet list. If we instead do the same at Blogger, everytime we hit Enter key, it will create a new <p> tag around the text to create a paragraph. I wouldn’t be bothered if all texts were wrapped around <p> tags but this inconsistent behavior only makes my post look ugly.
WordPress 1 – Blogger 0
By the way, ever wondered how to make a nested bullet list? Just use the button “Show/Hide Kitchen Sink” from the toolbar and then click on the Indent Right button to create the following nested list:
There is just not any equivalent feature in Blogger.
WordPress 2 – Blogger 0
Now, let’s check if WordPress has problem with the characters “<”, “>” while we shift forth and back from HTML code to visual mode….. so far so good! It correctly converts “<” to “<” and “>” in HTML view. Got to love this! Blogger bites the dust on this test!
WordPress 3 – Blogger 0
Next test is preformated text, i.e. <pre> tags in this post. For that, I will switch to HTML mode and edit by hand since I need to paste in some indentated text like the one below:
<html>
<body>
</body>
</html>
Now, I’ve switched from Visual to HTML mode 4 times already and the indented text is intact, perfectly indented. If I used Blogger, every switch would “eat” a space from the indentation so at the end of 4 Visual to HTML switches, I would end up with a text like the following:
<html>
<body>
</body>
</html>
which makes Blogger totally useless for anyone who wishes to edit HTML code once in a while.
WordPress 4 – Blogger 0
How about undo? what if I made a few mistakes and would like to undo my actions? Blogger doesn’t have undo.
WordPress 5 – Blogger 0
Fullscreen edit? WordPress still remains as Queen of the castle
WordPress 6 – Blogger 0
Ok let’s give Blogger some credit since it seems to manage changing text color correctly. In my test with Internet Explorer, selecting a text and trying to change its color raises a “do you wish to navigate way from this page” dialog box. This would not happen in Blogger.
WordPress 6 – Blogger 1
Well, I think I will stop for now and just let Blogger catch a breath and fix the bugs before I start again with the crash-me test. Hope next time I write WordPress and Blogger are even.