Category Archives: How To

How To Extract Image From Background Using Photoshop

0
Filed under How To, Photoshop Tutorials

advertisment

Photoshop Tutorial on how to extract image from background in Photoshop using the Extract Filter.

How To Convert .WMA to .MP3

0
Filed under How To

Jodix Free WMA to MP3 Converter can convert .wma files to .mp3 files easily and fast.

 

Download Here

How To Switch WebHosts Without Having Any Down Time

0
Filed under How To

I have decided to move some of my websites from bluehost to HostGator to reduce the load on my bluehost account.

I came across this article from HostGator on switching webhost without having down time.

http://www.HostGator.com/moving.shtml

Basically the steps are:

1) Find and join a new webhost (i.e. HostGator)

2) Download the entire site from your old webhost and upload them …

How To Make Text Wrap Around Adsense

0
Filed under How To, Wordpress

This simple code aligns the adsense ad to the left and text wrapping around it.

If you want the adsense ad to the right, just change the [float: left] to [float: right]

How To Make WP Show Only One Post On The Front Page?

1
Filed under How To, Wordpress

Follow the steps to make wordpress show only one post on the front page.

1) Make a copy of the index.php file thats in your worpress theme directory

2) Rename the index.php file to home.php

3) At the top of home.php, you need to make a call to query_posts

The home.php …