How to Add Digg Search Box Widget in your Website/Blog

I saw there are different widgets available for Digg, but No-one has search box in the widget. I decided to add search box in the widget so that anyone could search without going Digg website. See following steps to add Digg search box widget in your site.

Exclude Posts by Category Name from Home page in WordPress

I have created a new category ‘Idhar-Udhar’, But I don’t want to show posts related to this category on home page. I saw “Function Reference/query posts”. there is parameter category_name which displays posts from only one category by name. There is no parameter to exclude posts by category_name. I tried -(minus sign) in following way, but not worked.
query_posts(‘category_name=-Idhar-Udhar’);
I tried ! sign also, but no luck.
query_posts(‘category_name!=Idhar-Udhar’);

Flipper: A Developer Tool to save your coding time

Flipper (Now added in BrijPad) is a online web utility to swap left and right code with respect to specific char(flip char) means it will convert a=b to b=a. It is generally required for a developer, When a form is displayed, it is needed to get data from database and assign to form controls something like this:

Fast Development with Free Online TechBrij’s Tools

It was on my mind since last year to create free online tools for fast development but didn’t get a chance. One week ago, I had free time and started to create some tools. Today, I have finished some tools and just deployed on server. This article explains how we can increase productivity and do fast development using these tools.