New Template: Rounders

Hi people!

Long time no visit here. Well, now I've just changed the template of this blog, from Minyx to Rounders.

Minyx was a nice template, untill its author became inactive in PhotoBucket and they suspended his images.

I actually didn't plan to change the template and just wait until the author goes back to PhotoBucket and the template will be normal again. However, Google Analytics informs me that many people still access my posts here everyday and this blog is almost unreadable thanks to the image of "Account Inactive" from PhotoBucket all over the blog.

So today I changed the template to Rounders, one of my favorite Blogger default templates. It doesn't look as good as Minyx but at least people can read it comfortably and get the information they are coming here for. And with the images in my posts, I think it's not that bad looking.

By the way, I also simplify the sidebar and remove everything but some widgets that I consider very important.

I hope you like it. Cheers!

I Moved!

Hello kind visitors, friends, subscribers, and followers.

Perhaps you wonder why I don't publish new articles here lately. I am actually still active in writing new posts about blogging, but they are published in my new website:

Go Blogger (dot) net

I planned to write articles for both my new site and this blog, but it turns out that my time is limited and I can only produce one post per day (sometimes only five posts/week). And because own domain is more professional and having the potency to grow bigger than a blogspot blog, I publish my new articles there.

Feel free to visit it and my apology if I am disappointing you.

Disable Click-to-Enlarge on Blogger Images

Hi there! As you might already know, by default Blogger make your images inside your posts as "click-to-enlarge" links. I usually put small images on my posts so I don't need such click-to-enlarge function. If you want your image to serve only as an image and not as a link, here is a simple step by step guide to do it:

1. Login to Blogger.
2. Go to Dashboard >> write new post (or edit posts).
3. Add the image using the default tool of Blogger.
4. Click "Edit HTML", near "Compose".
5. Find these codes, delete the bold part

<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://somewhere-in-blogger/your-image.jpg">

<img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 75px; height: 75px;" src="http://somewhere-in-blogger/your-image.jpg" alt="" id="BLOGGER_PHOTO_ID_some-number-here" border="0">

</a>

6. Publish post, and done.

Your images will not be click-able any longer and won't serve as click-to-enlarge links. Feel free to use comment box if you have any question or comment :D

How to Change Blogger Template

A template defines how your Blogger powered blog will look like, including colors, borders, sidebars, fonts, headers, footer, headlines, etc. By default Blogger already provide you with some templates to choose from. If you want to change your current template with one of the official templates, here are the steps:

1. Login to blogger.com, visit Dashboard >> Layout >> Pick New Template.
2. Choose the template you like by marking the name.
3. Click Save Template and done.

If you want to use custom template (not provided by Blogger), here are the steps:

1. Download a template (in form of xml file) to your hardisk. If you want to start looking for a new template, I suggest Deluxe Templates for its handsome support in case you run into problems.
2. Login to blogger.com, visit Dashboard >> Layout >> Edit HTML.
3. Use the browse button to find the xml template you have downloaded.
4. Click upload.
5. Confirm sidebar reset if asked.
6. Save and done.

Tips: changing template resets your sidebar widgets, back up them into text files first if you feel necessary.

Enjoy your new template :D

How to Sign Up to Blogger

A friend of mine asked about how to start using blogger as a free blogging platform yesterday. It is actually a nervous time if you haven't sign up to any blogging platform at all. Blogger is perfect for those who have never in blogging activity before. And it is all free. Here is what you need to sign up to Blogger:

1. Visit Blogger.com, click 'Create a Blog'
2. Create your Google Account, which requires:
  • Valid email address
  • Password
  • Accepting terms of service
  • Visual verification / captcha
3. Choose the name of your blog and its web address. Your blog will be located on a free subdomain of Blogspot, like yourname.blogspot.com .
4. Choose a template (appearance).

And done! Now you can start your blog and write your first post from your dashboard. Happy blogging :-)

Related Post Widget for Blogger

Blogger LogoHello! A few days ago, a friend of mine asked about how to add a related post widget to Blogger powered blogs. This idea of related posts are very familiar in WordPress platform, but on the contrary in Blogger. But I'm not saying that it is impossible, just quite complicated perhaps. Well, it solely depends on what kind of trick you are going to use use, because there are a few techniques to accomplish that.

One of the related posts best hack I have ever known is posted by BloggingTips. If you are interested in related post for Blogger, I suggest check the article here.

The post explains that there are five methods to create a related post widget s for Blogger:

Related posts by Categories – List in Sidebar
Related Posts by Categories – List Beneath Post
Related Posts Widget – Beneath Posts
Related Posts Plugin for Blogger – Beneath Article
Related Posts With No External JavaScript

Feel free to try them folks :D