Do you want to make money with GDI?
style=”border: 1px solid #cccccc”
If your answer is yes, I would suggest that you read on to find out what is GDI and how you can profit from it.
What is GDI? GDI (Global Domain International) is the best thing that can happen during this time of recession as it provides an income opportunity for those who wants to have an alternative source of income. GDI is a company with an exclusive license to distribute the dot ws domains (.ws) which is similar to the …
Screen capture software are very useful if you want to capture any images from selected parts of a computer screen and insert them into your website or blog.
With such software, you can practically capture any area of your computer screen i.e. the whole desktop, any rectangular area of a screen or any image on your screen.
I have personally tried a number of screen capture software and I would highly recommend the MWSnap for Windows which is a freeware.
Once it is installed, your will find that the screen capture utility is …
There are times that you may want to set up more than one blog with one hosting account in order not to incur extra cost of signing up for a new hosting account to host your other blogs.
To set up unlimited blogs in Hostgator, use the following steps:
STEP 1: Register your domain name with a domain registrar and set up your Domain Name Server (DNS). Click here to see how it is done.
STEP 2: Add the new domain to your hosting account. To do this, go to your hosting …
If you are currently using the WordPress 2.5 version, you may have difficulty inserting images using the upload/insert function.
In my case, there was no response when I click the Upload/Insert tab while trying to make a posting. I have tried various ways to fix the problem which includes contacting my hosting company on the matter and but could not seem to nail down the problem.
Out of desperation, I decided to upgrade to the WP 2.7 version and it worked! If you have faced this similar problem where you are unable …
When you set up a feed subscription on your blog using FeedBurner, they will generate for you a set of HTML codes, which you will copy and paste them onto your text widget. Your blog should then display the following text link which will enable your visitors to subscribe to your feed by clicking on the link.
The above text link is represented by the following FeedBurner HTML codes:
<a href=”http://www.feedburner.com/fb/a/emailverifySubmit? feedId= 2482285& loc=en_US”>Subscribe to my RSS feed by Email</a>
You would have noticed that the above text link does not look professional. …
When you look at your WordPress dashboard, you must be wondering what is the difference between a post and a page.
Post:
Posts are date-driven content where it is always added to the top part of the blog. When another post is published, the earlier post will move down below the new post. Secondly, post, unlike pages are shown in the Archives, Category links and Recent Posts. Thirdly, posts (not pages) are included in syndication feeds whereby a subscriber to your post can read your latest posts.
Pages:
Pages are are …
To add a side border to an image, you just need to add some CSS codes into your image html codes.
1. Add Thick border:
Below is an image with no side border around it and with the following html codes:<img src=”http://yoursite.com/flowers.jpg” alt=”” width=”50″ height=”50″ />
To add a thick grey border around the image, insert the following CSS code as highlighted in bold below:
<img style=”border: 3px solid #ecf1ef” src=”http://yoursite.com/flowers.jpg” alt=”” width=”50″ height=”50″ />
The end result:
You can adjust the border thickness by changing the border pixels or the border color by changing the …