Powered by Max Banner Ads 

Article Marketing - Is Bum Marketing Putting Newbie’s Off Writing Articles?


You’ve probably heard of the term “Bum Marketing” before. If you haven’t it’s basically using article marketing to market affiliate products to make money. It term Bum Marketing came about basically because the idea is so simple that you could get a “bum” from the street and show them how to market and make money online.

The way it works is that you find keywords related to your product and write an article on each keyword and then use them to drive traffic to your affiliate site. Then as you find a keyword that seem to be converting better than the others you focus your time and efforts on that keyword and write more and more articles and so increase your profits.

But has it caused a lot of newbie’s to shun article marketing as a waste of time?

Like a lot of things online, there is a lot of spin and dressing up to make this process sound easy.

For example a few of the reports on line recommend that you write 10 articles per day (the idea being that the more content you have out there the better, which I agree with).

But is this possible?

I know that if I had to write 10 articles per day 2 things would happen.

1. I’d end up writing articles which consisted of nothing more than fluff, just vague content which wouldn’t help me (with my marketing efforts) or my reader.

If you read an article that was vague and next to useless would you really want to click an affiliate link and buy something from that person?…Nope.

2. I’d soon get sick of writing articles and article marketing very quickly. The thing about article marketing is that unlike “Pay per Click Advertising” the build up of traffic is gradual rather than instant as more and more people read your articles.

Plus it assumes that everyone knows how to write a great article from the off. But as with any other form of marketing there are tips and tricks you need to know to get the best results from it, for example how to write a proper headline, how to write a great resource box that gets click, etc.

The are other problems with Bum Marketing one of the big ones is that it causes a lot of newbie’s to try to cover a lot of niches rather than focusing on just one, which dilutes their efforts and they end up being unsuccessful in all of them.

Also the majority of them are using their articles to throw traffic at sales letters expecting a sale rather than using them first and fore most as a way to build a list of potential customers which they could market to again and again, and then possibly create their own products to sell to them?

Finally,

I’m not against Bum Marketing as a way of generating traffic and sales, as article marketing is a great way of marketing your name and business online. But I do think that a lot of people who enter into Bum marketing may be mislead into thinking that they are going to get great results in the short term rather than the long term.

And then wrongly assume that article marketing is a waste of time with very little return and should be avoided at all costs.

If you want to see some great article marketing at work. Visit www.ItWasSoEasy.com now and see what other article marketers are doing to promote their products and services.

Zemanta Pixie

 

 

If you want to be notified the next time I write something, subscribe to our RSS feed.Thanks for dropping by!

 

How To Install Wordpress 2.5 In 5 Easy Steps


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 DBNAME, DBUSER, DBPASSWORD, and DBHOST.

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:

// ** MySQL settings ** //

define( DB_NAME , wordpress ); // The name of the database

define( DB_USER , rtivel ); // Your MySQL username

define( DB_PASSWORD , MyPassword ); // …and password

define( DB_HOST , localhost ); // 99 chance you won t need to change this value

// Change SECRET_KEY to a unique phrase. You won t have to remember it later,

// so make it long and complicated. You can visit http://api.wordpress.org/secret key/1.0/

// to get a secret key generated for you, or just make something up.

define( SECRET_KEY , diq`~@|CH6)l@u>x;hA>1ew1maZ/)ToE!y }}ZYAI!=V^L()eooB!0V+k8LJa!Eh ); // Change this to a unique phrase.

(5) Run the WordPress Installer

After completing the edit of the wp config.php file, I started the installation script by entering this URL to my Apache server into my browser:

localhost/wordpress/wp admin/install.php

For a live site, the URL might be something like this:

yourdomain.com/wordpress/wp admin/install.php

The first installation screen asks for the blog name and contact email address.

The next screen announces a successful installation and provides a username and password for the administrator. Be sure to save this password!

The installation is now complete. I can now log into Wordpress and begin managing the blog, customizing the theme, or adding content.

Or, I can click the link at the top of the log in screen and go to the blog s home page.

If you don t manually create a wp config.php file, WordPress will prompt for the information it needs and try to complete the installation.

That s it! WordPress should now be installed.

Yours for a more successful blog,

Royce Tivel

Author Resource:-> For an extended version of this article, complete with numerious images showing, step-by-step, the procedures described in the article, please visit http://www.selectdigitals.com. The extended version also contains information about how to theme WordPress.

Article From www.ItWasSoEasy.com/

Zemanta Pixie

Next Page »