Many people ask me why are people crazy about Open Source, or why does it even exist. After all if your code is out there, you can’t make money off it, right? Well, yes and no. Now, I ain’t no open source guru, but I do my part for it. Generally my explanations are either too complex, too full of extra details or mostly just described badly for a layman that I end up on square one, i.e., not convincing the sophomore who asked the question, looking towards me for the answer. Well, lets leave it for the experts to do the hard work, eh :-). Tristan Rhodes has explained the grand scheme behind it all in terms that would even make my grand mother under stand it.
Migrating From PHP4 To PHP5: Solving WP-Cache (and maybe other) Issues
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.