Category: Blog
-
Adding a personal message for commenters
If you have left a comment, you might have noticed that there is a message for you before the comment field, that looks like this: It’s pretty simple to implement, though you do need to muck about a very little bit in php. Here’s how: Log on to the admin panel in your…
-
STFU && RTFM on mobile devices
After reading this post at NRKBeta (link in Norwegian), I decided to follow suit, and install a theme to help speed up access to my blog from mobile devices. I’m doing this for two reasons: Firstly, this blog is my personal knowledgebase. As I work a lot in the field, I needed a speedier way…
-
Automatically tweeting your blog posts
I’ve been using twitter for a while now, and lately, I’ve been posting my blog posts as tweets. However, I don’t do it manually. Rather, I’ve set it up to be posted automagically. Setting it up is as simple as it could possibly be. Here’s how: Sign up for an account at TwitterFeed.com Link the…
-
Adding a label cloud to your BlogSpot blog
I like to apply all the relevant labels or tags to my blog posts, so that they are easily found through search. I was getting annoyed that my list of tags was getting longer than my actual blog, and decided to do something about it. There are many ways of doing it, from adding javascript…
-
Adding a favicon to a Blogger or BlogSpot blog
As you might notice, I’ve got a favicon, a small picture, on my blog. Here’s what it looks like in Firefox: It’s actually pretty simple to implement in Blogger. To do it, you’ll need to have somewhere to store the favicon file. Favicons are imagefiles (dimensions 16 by 16 pixels) ending in .ico.…