Archive for July, 2009

Best Forums For Online Marketing

1. DigitalPoint.com - Webmaster community where one can learn to make money running a website. Many great Tips and tricks
- 2. SitePoint.com - A webmaster haven. Many great internet gurus are here.
- 3. WebMasterWorld.com - Another Webmaster forum which talks a lot about Adsense. Big name players are here including Google employees themselves.
- 4. SearchEngineWatch.com [...]

Major Source Of Online Traffic

Viral marketing all the way my friend, chat rooms, YouTube, Digg, FaceBook wherever you can! Cheap and effective!
online forums (e.g., DigitalPoint)
blogs (e.g., WordPress)
social networking sites (e.g., Facebook)
social bookmarking sites (e.g., Digg)
video sharing sites (e.g., YouTube)
photo sharing sites (e.g. Flickr)
streaming sites (e.g., Ustream)
user reviews (e.g., Amazon)
crowdsourcing (e.g., Wikipedia)
content aggregators (e.g., FriendFeed)

Write Catchy Titles and Link Anchors

Writing catchy headlines is an art though which you should know especially if your a blogger or a marketer.
1. Make it As short as possible. 140 Characters is a whole lot of place to include your content so try to make sure your tweet actually doesn’t cross more than 100 Characters because if you want [...]

Get Traffic From Torrents

Create a How-to video or am ebook about your subject and upload it as a torrent.
You can distribute such products on many other sites.

A Guide To Selling Websites

There are tutorials and blog posts everywhere that deal with setting up a site etc. etc. But recently I was asked how I sold my websites. I decided to make a guide that covered as much possible on selling websites.
Listing a website for sale is an easy process but the main part is your auction [...]

Ways To Make Money Online

Finding business ideas:
1. Spend all day browsing Site For Sale forums (like the list we have here) for the myriad ways people earn money. People looking to sell their sites actually tell you how they make money! Pick one that suits you. Research it a bit, and away and start your own business.
2. Use a [...]

Advertising On Craigslist

Craigslist is a real pain to post on now. If you don’t need massive amounts of leads I recommend you just post a few ads a day from your own IP address and save yourself the hassle.
To post from your own computer, you need several email addresses. Posting in the services directory requires verified email [...]

Making Money With YouTube

Huh? What are you talking about? That is not the way you make money from youtube.
First thing - do NOT post copyrighted material that does not belong to you. Post only your own videos that you own.
Create a google account and sign up for adsense.
After your videos get a few hundred thousand [...]

Code that scraps ups the results of the Wordtracker keyword tool

Here is the code that scraps ups the results of the Wordtracker keyword tool. Right now it prints out the results, but you can make it to store it in the file or database.
<?php
$keyword = “YOURKEYWORD”;
$keyword = str_replace(” “, “+”, $keyword);
$wtURL = “http://freekeywords.wordtracker.com/?seed=$keyword&suggest=Hit+Me&adult_filter=remove_dubious”;
$result= hitPage($wtURL);
print $result;
$count = preg_match_all(”/\<td\>(.+?)\<\/td\>\<td\>\<a href\=\”\?seed\=(.+?)\&adult_filter/”,
$result, $matches);
for($i=0; $i<$count; $i++) {
$currCount = $matches[1][$i];
$currKeyword = [...]

10 Article Submission Sites That Would Make You Rich

Ten articles sites that will make you rich when it comes to internet marketing. As I do always say without visitors coming to your sites or blogs you will not make any good money. I know there are many other ways to get visitors but article marketing is one of the best ways to get [...]