homebiznizz.net, homebusiness blog, free open source php-scripts, 
make money, cash, internett, home made, homemade, entrepreneur, 
infopreneur, seo, blogging, earn income, how to, affiliate, problogger
Free Ebook: Internet Marketing Success Formula, Your Step-By-Step Guide To Making Money Online.

PowerHomeBiz.com, another good source

I recently came across this site on my hunt for more homebusiness knowledge: PowerHomeBiz.com. It looks to be interesting site, so check it out.

I liked this tip from this article:

12. Blogs monetized by ads. One low-cost way of earning money from home is by starting a blog and monetizing it via advertising. Blogs, or web blogs, are commentaries, opinions or information that uses a dated log format. The key to a successful blog is to write about topics where advertisers abound, and those are usually topics that bring in visitors looking for ways to spend money. Instead of writing about personal musings, the commercially successful blogs are those that are able to generate a wide audience, and depending on the advertising programs implemented, with users that are responsive to ads.

Read How to Make Money from Blogs.

But, it is NOT a get rich fast scheme. You need to put some work and effort also into it… :)

It has been posted no comments to this blogpost.
Permalink to this blogentry
Discover How A Social Worker Earned Us$2000 A Month From Just One Blog

A PHP-script for showing random text

I got hold of today a simple, but very easy to use PHP-script that randomly displays blocks of text. You have to embed the text or link or code you need to show directly in the code, but that’s easy. Just look at the code below.

< ?
//set the urls
$urls = array(
'- Insert text/link/code here -',
'- Insert text/link/code here -');
 
srand(time());
 
//set the number in (rand()%3); for however many links there are
$random = (rand()%2);
echo ("$urls[$random]");
?>
It has been posted no comments to this blogpost.
Permalink to this blogentry
Authoritative Guide To Marketing Your Brand Or Niche With Twitter