Archive for January, 2010:
Apple has announced IPAD – A tablet for you
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
Increasing traffic for your blog in 4 ways
Easy 125×125 Ad Management Plugins For 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
Firefox Tweaks, Extensions and Optimizations
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
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
How to move MySQL to second drive
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
3 simple steps to do so:
- Click the Direct Replies To button in the More Options section of the Options ribbon
Outlook will open the Message Options dialog box - Under Delivery Options, make sure the Have Replies Sent To option is checked
- Enter the desired reply address in the adjacent box, or click the Select Names button to choose from your address book
- Click OK
PHP script to test MySQL database Connection
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 »