Using wordpress custom fields to control Ads in your blog

Custom fields are the user defined information that are assigned to any blog post in Wordpress. They are also called as meta-data. Blog authors usually define the custom fields when they write the blog post to give some extra information like mood, whether,etc. Custom fields are key/value pairs, that means you can define any key [...]


Code snippet for including content based on post length in Wordpress

If you are using Wordpress publishing platform for your blog, you will find this code snippet useful. In some situations, you may want to add some content (advertisements, images,etc) to your blog post, only if your post length reaches certain number of words. In my case, I wanted to include Ads after my blog posts, [...]


TIOBE - Programming Community Index

Today, I came to know about a new website TIOBE - Programming community index, which keeps track of the popular programming languages in the world. It does so, by using search engines results and the number of programmers available for that languages and it updates the popularity index once in a month.
As on June, ‘08 [...]