Author Archive

How to make WordPress Twitter Tools Plugin XHTML Valid

Friday, September 3rd, 2010

A common error occurs when including a URL which contains an ampersand (“&”). WordPress Twitter Tools Plugin by Alex King do this, I mean put & in the url. So we have to replace & with it’s equivalent &
(more…)

How to nofollow blog comments powered by DISQUS link

Wednesday, September 1st, 2010

Are you using Disqus comment plugin for WordPress? The plugin generates a followed link Titled “blog comments powered by DISQUS”. If you want to nofollow the link follow the tutorial below (more…)

How to nofollow links in default related posts widget of WordPress

Wednesday, September 1st, 2010

Find the file default-widgets.php in wp-includes folder of WordPress Installation. Keep a backup of the original file incase you make mistake. Find the following lines of code under Recent_Posts widget class (more…)

How to search inside Text Files in Ubuntu

Tuesday, August 31st, 2010

Today I was working on a WordPress mod and I wanted to find a file which includes a specific class definition. Honestly I am not that good in Ubuntu Command Line Interface. Here is the command you will need to find a text file with your searched keyword (more…)

Diego Forlan wins Golden Ball as Germany’s Thomas Mueller takes the Golden Boot

Monday, July 12th, 2010

diego forlanUruguay striker Diego Forlan has been awarded the Golden Ball as the Football World Cup 2010′s best player, and Germany forward Thomas Mueller won the Golden Boot as the tournament’s top scorer with five goals.
Forlan was voted the most outstanding player of the tournament by accredited media after leading his team to the semifinals.
(more…)

Clicky – Best Real time Web Analytics

Friday, May 28th, 2010

I have used another real time web analytics woopra for quite sometime. Recently I have shifted to Clicky. Till now I am loving it. The package price is lower than woopra. I believe they provide what they are saying. Moreover I liked it because it has nice interface for my IPhone which comes very handy. Woopra doesn’t have any. Moreover Clicky provides web based statistics but your need to install software for woopra. There are many more. You can have feature comparison of clicky with other Real time Web Analytics.
(more…)

How to install Filezilla in Ubuntu – Command Line

Monday, May 3rd, 2010

Just run your terminal and write:

sudo aptitude install filezilla

It asks you for password. Enter your password.

Original : Here

How to disable WordPress 2 Visual Editor

Monday, May 3rd, 2010

A lot of people I’ve spoke to, and many blog posts I have read have been really unhappy with the new visual editor in WordPress 2.0. It is pretty simple to revert back to the traditional post interface without all the WYSIWYG additions, but a lot of people aren’t sure how, or where to find the option. Click the “Users” menu in the WP admin area to access your profile. Once you are on the “Users” page scroll to the bottom of the page, and uncheck the “Use the visual editor” option. Once you have done this click the save button and you are back to the old, comfortable, pre-2.0 interface that we all love.

Original Article : Here

How to make Google Chrome Your Default Browser

Saturday, February 27th, 2010

Do you want to make google chrome your default browser for your windows operating system. Here is how you can do it. During the installation of Google Chrome, you have the option to make it your default browser that opens when most Windows programs request a browser to view a webpage. But if the setting is change for some reason follow the below steps.
(more…)

How to Remove WordPress Top 10 Plugin’s Dashboard Pagination

Sunday, February 21st, 2010

For Those Who are still not familiar with Top 10 Plugin of WordPress -

WordPress doesn’t count page views by default. Top 10 Plugin will count the number of page views on your single posts on a daily as well as overall basis. You can then display the page view count on individual posts and pages as well as display a list of most popular posts based on page views.

Includes a sidebar widget to display the popular posts. And, all settings can be configured from within your WordPress Admin area itself! You can choose to disable tracking of author visits on their own posts.

The Plugin also comes with a Admin Dashboard widget which displays the daily and overall stats in WordPress Dashboard. The admin widgets shows a pagination bellow. If you have lot of posts the pagination counts display gets long and nasty. (more…)