10 Ways to Make Money Online

June 19th, 2008

One of the best and must used ways to make money online these days is by blogging. Hundreds of blogs are started everyday. One of the reasons is because it’s the easiest way to have your own website and start making money right away. You just monetize your blog put a few posts on it and start marketing it.

Google already loves blogs because they always have new content, but marketing can help you push your blog up on the search engines. Pinging your blog whenever you do a new post, commenting on related blogs with a link back to your blog and social bookmarking your blog post are affective ways to market your blog.

Okay, so what are the 10 easy ways to make money online from your blog.

1. Ad Units: Monetize your blog with ad units from Google Adsense, Yahoo Publisher, Bidvertiser, RevenuePilot and other contextual ad sites. Contextual ads are ads that the ads sites show on your blog that are related to you’re your blogs topic. When these ads are clicked on you get paid for it.

2. Sell Your Products: If you have a product blog about it and offer it for sell on your blog. You already have an audience that’s interested in what you’re doing take advantage of it.

3. Sell Other Peoples Products: If you have an affiliate account at Amazon. com, Clickbank, Ebay or some other affiliate program, sell affiliate products on your blog. You can do related posts for any product you want to sell.

4. Sell Ad Space: If you have a blog with a pretty good Page Rank you can sell ad space on it. You can have different prices for different areas on your blog.

5. Write Paid Reviews: You can make money from your blog by writing paid reviews for paid to blog sites like PayPerPost, SponsoredReviews, Blogsvertise, Smorty and others. These sites offer advertisers who pay to have their product or service reviewed. I must add a word of warning here though. Google has started penalizing blogs for doing paid reviews and will drop your Page Rank if you are caught doing so. However you can still make money online doing this even after a PR drop.

6. Sell An E-Book: Lots of people make some good money online writing and selling their own e-books. You can write an e-book relate to your blog’s subject and offer it for sell on your blog. Your e-book doesn’t have to be real fancy just give some information that people would be interested in and downloadable.

7. Ask For Donations: You would be surprise of what you can just by asking. You can for donations to help your blog going. Just put a PayPal donation in your sidebar or after every post. It doesn’t hurt to ask.

8. Point Your blog To Your Paying Article: If you write articles for a site that pays you a performance fee for your articles like Associated Content or Helium you can have your blog lead your audience to those articles and make more money. Read the rest of this entry »

How To Install Wordpress 2.5

June 19th, 2008

WordPress has never been easier to install than the latest version. In this article, I will describe how to install WordPress 2.5. INSTALL WORDPRESS IN FIVE EASY STEPS

(1) Download WordPress

The first installation step is to Download WordPress from http://wordpress.org/download/. I created a directory on my PC called “wordpress” in which to collect the files and images I will use for my WordPress installation and customization. Once the download competed, I saved the .zip file.

(2) Unzip WordPress

After saving the file, I opened it with the zip/unzip program I use, and selected all of the files. Since I will be testing and modifying Wordpress locally to begin with, I “extracted” the files to the root directory of the Apache server I use for my PC test bed.

If I were going to install WordPress “for real” on a live web site, I would have used an FTP client to upload the .zip file to the desired directory at my hosting service and unziped the file there. Firefox has a terrific and *free* FTP client, FireFTP, that can be used for the upload.

  • (3) Create the Database

At this point, the WordPress database needs to be created. WordPress requires a database to store the site content and other information. I use MySQL for my database server both on my PC test bed and on my live sites. I use phpMyAdmin as an interface to MySQL.

Creating the database is really simple using phpMyAdmin. I simply start phpMyAdmin, enter the database name, and hit the “Create” button. WordPress will create the tables it needs in the database.

(4) Create wp-config.php

WordPress needs to know how to access the database once it has been created. That’s what the wp-config.php file is for. WordPress includes a file called “wp-config-sample.php.” This file needs to be modified with the database access information and renamed to “wp-config.php.”

Open the config file with any text editor. The critical entries are DB_NAME, DB_USER, DB_PASSWORD, and DB_HOST.

As an enhanced security measure, I obtained a unique SECRET_KEY and pasted this into the file. I then saved the edited file as wp-config.php. The text below shows the code I changed: Read the rest of this entry »

Hello world!

June 19th, 2008

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!