Apple has announced IPAD – A tablet for you

January 27th, 2010 No Comments   Posted in Misc.

There is a good news for Apple’s lovers. Apple has announced its new product IPAD
The iPad has a 9.7-inch touch screen, is a half-inch thick, weighs 1.5 pounds and comes with 16, 32 or 64 gigabytes of flash memory storage. The basic iPad models will cost $499, $599 and $699, depending on the storage size. It will be available in market till April 2010.

Click here to read complete news.

Click here to read complete features of IPAD

More »

Increasing traffic for your blog in 4 ways

January 22nd, 2010 No Comments   Posted in SEO, wordpress
Most of the bloggers cry that no matter how much they work hard, they cannot increase their reader and traffic for blog. If you have same situation then you should read following 4 simple ways
1) Mind blowing, killer articles

More »

Easy 125×125 Ad Management Plugins For WordPress

January 19th, 2010 No Comments   Posted in wordpress

If you are selling ad space on your blog, then you will know how difficult it is to manage ads and then remove then after expiry. But there are 2 plugins to make work easy

1) UBD Block Ad

2)  WP125

More »

Firefox Tweaks, Extensions and Optimizations

January 19th, 2010 No Comments   Posted in browser

I just read an article by “Chris Morrell” about optimizing Firefox. He explained very simple way to tweak and optimize firefox, you can read it by clicking here.

Enableing passive mode in FTP server with CSF firewall

January 11th, 2010 No Comments   Posted in Centos, Firewalls, cpanel

Passive mode is always very important for ftp servers, if you are running csf firewall and cannot connect to ftp server then it means that range of passive ports is blocked in firewall. Here are simple steps

1) Add Passive Port range 30000-350000 to your Pureftp or Proftp configuration file

i) For Pure FTP

More »

How to move MySQL to second drive

January 6th, 2010 No Comments   Posted in MySQL, Web hosting

If you ran out of space in your primary drive and wish to move MySQL to another drive then here is a simple procedure. Moving MySQL to another drive is very easy then it look.

1) Find out mount point of secondary drive.  If drive is not mounted yet then you can get help from article “How to mount drive in CentOS”

You can run below command to find mount point of secondary drive
More »

How to Change the Reply-To Address in Microsoft Outlook 2007

January 2nd, 2010 No Comments   Posted in Windows

3 simple steps to do so:

  1. Click the Direct Replies To button in the More Options section of the Options ribbon
    Outlook will open the Message Options dialog box
  2. Under Delivery Options, make sure the Have Replies Sent To option is checked
  3. Enter the desired reply address in the adjacent box, or click the Select Names button to choose from your address book
  4. Click OK

PHP script to test MySQL database Connection

January 1st, 2010 No Comments   Posted in PHP

Here is php script to test database Connection, it will need little edition as per your database name and password

Here you go

Just copy and paste below code :- More »