Situation: You are migrating your WordPress blog from PHP4 to PHP5 (intentionally or being forced to as you web host won’t support PHP4 anymore). Most of the times, this is as simple as adding some simple lines to .htaccess (e.g. AddHandler application/x-httpd-php5 .php
). And you might not notice any issues. But many of you still do. The issues range from weird page layouts, to some controls not working, to some errors popping up here and there, and probably your blog not even displaying. This occurs because even though WordPress is PHP5 compatible, some of the plugins you are using might not be. But even if you ensure that all your plugins are PHP5 compatible, there is still one more problem that I just saw today.
Project: shantz-wp-prefix-suffix Updated to 1.0.2
Many users reported errors while activating the version 1.0.1 of my WordPress plugin shantz-wp-prefix-suffix. I tracked it down to a typo that crept into the release somehow.
Twittering Away With Delhi Bloggers
If you are twittering kinds, doesn’t matter online or offline
If you blog or are interested in all things blog and blogging
If you live in Delhi, have lived there, have been there, or just connect with Delhi somehow else
If you want to meet up with your fellow twitterers and bloggers
Then you’ve got to be a part of the your very own City of The People With Hearts, Delhi. How, you ask? It’s as simple as pointing your mice and keyboards towards Delhi Tweetup to get the latest on every scoop about blogging, twittering and blogging and twittering in Delhi (and outside as well).
Hack: Fixing The WordPress i3theme Sidebar Issue (Part II)
Some time back I had posted a little hack to fix an issue that users of i3theme have, i.e., their right sidebar drops to below the main content area in IE6. But it wasn’t that good as it took care of only the situation when this phenomena was caused by the tag cloud widget. So, here is a little modification I did to fix the issue more properly.
Go to your
wp-content/themes/<i3theme>
folder and open the style.css file in your favourite text editor.
Download pidgin 2.4.1 For Ubuntu Feisty Fawn (amd64/x86_64)
pidgin is everybody’s favourite IM client. Lifehacker includes it in its list of top 5 IM clients. Obviously I use it too, but one drawback of being lazy and not switching over to Gutsy Gibbon was that I was stuck with version 2.2.0 for a long time. But recently I began a new journey towards d-bus programming and chose pidgin as my companion. Found out that 2.2.0 has some serious d-bus issues on amd64 that were fixed in 2.4.0. Hence, installed all the dependencies, compiled the latest version today from source and installed it. Just thought of putting it out for my fellow Feisty users who are looking to upgrade as well but don’t want to go through the mess of compiling from source.