As bloggers, we all want to put as much content as we can on the page, but make it look like as little as we can.
It’s an interesting paradox, which doesn’t always have an answer.
In certain circumstances however, there are indeed ways of cheating the rule, and serving your readers better by doing so.
In this article, I will talk about the 5 main options available to you, and by knowing them, you might find ways to apply them to your own blog.
Click to continue reading »
Posted in Blog Layout | 49 Comments »
Many of us include the time in our comments.
The comments should serve as a conversational area, and it makes sense that you would be interested in when the last reply was written, or how long it has been since you left your reply.
However, time is relative to where you are in the world. While it is nearly 10pm here in the UK, it is past 3 in the morning in India. On the internet, hearing the time is meaningless if you don’t also know the time-zone it is in.
And that begs the question; why do we bother to include the time in the comments at all?
Click to continue reading »
Posted in Blog Usability | 22 Comments »
Every blog has a search bar. The search bar is a typically boring affair, with a white background and a button saying “Search,” and worst of all, it takes up a fair bit of room in your sidebar. Why not use a little Javascript to liven things up and save space? This effect can be seen in use on the search bar to your right.
NB - This method is primarily for Wordpress, but could be easily adapted to any other platform.
1 - Find The Default Search bar.
The code for your search bar usually lies in searchform.php, or in functions.php if it has been set up as a widget, and will look as follows:
Click to continue reading »
Posted in How Do I...? | 22 Comments »

Photo by *Micky* Categories are very easy to set up in a blog. So easy in fact, that we can often get carried away and end up with dozens of categories, all clogging up space in our sidebars. Rather than deleting these categories, we can remove the clutter by linking the categories into groups.
We then show only the group titles in the sidebar, and when a group title is clicked, the list of categories in that group expands beneath it. You can see a demo here.
This solution is very easy to implement, will remove the clutter for the vast majority of your users. For your users, and search engines, who have disabled Javascript, the complete list of categories will be shown as normal (And for the code junkies, it’s also XHTML valid!)
Click to continue reading »
Posted in How Do I...? | 46 Comments »
Feedburner provide a free service, whereby they monitor a number of stats about your RSS feed, as well as offer a few other tweaks (Like the email subscription option we offer here). All of these services are fantastic, yes, but arguably the coolest offering Feedburner has is the little subscriber count button. But what do you do when you don’t want your readers nosing into those stats?
NB - This method will only work for Wordpress users.
Why Is the Subscriber Count Button Useful?
- The statistic itself is a valuable one. The subscriber count tells you how many people have decided that what you write on your blog is important enough for them to read it regularly. There are many other ways of judging a site’s success, each with their own drawbacks, but for a blogger, what could be better than knowing that someone out there considers your writings to be worth reading?
Click to continue reading »
Posted in Quick Tweaks | 13 Comments »