-
How to have Adsense appear under the first post in Wordpress blog?
Posted on October 28th, 2008 No commentsFollowing is what I learned recently on having Adsense codes only appear after the first post in Wordpress blog and nowhere else.
Open the index.php file and search for the following lines:
<!–p if (have_posts()) –>
<!–p $postCount=0;–>
<!–p while (have_posts()) : the_post(); $loopcounter++–>
<!–p $postCount++–>Add the following above these lines:
<?php
$postnum = 1;
$showadsense1 = 1;
?> -
Google Advertising Tools
Posted on September 4th, 2008 No comments
Google Advertising Tools from O’Reilly examines the business and technology behind making money with content and advertising on the web. This easy-to-read guide shows you how to use Google’s advertising services to make it happen. You’ll find all the background information you need to work with Google AdSense, which automatically delivers text and image ads that are precisely targeted to your site, and Google AdWords, which lets you generate text ads that accompany specific search term results.This book has specific and detailed sections on:
Read the rest of this entry » -
Making money online through Adsense really work!
Posted on July 31st, 2008 No commentsI was skeptical about the possibility of making money online so far.
Few days ago I was working on a very simple experiment on Google Adsense.
Surprisingly it really work!! It earned me 10 cents so far! It is really happening. Never really believe it so far
It is really nice to know that we can make money from the Internet through blogging. It is not not unreal. Not bad an experiment! I think I should do more experiments on utilizing this technology which I use everyday so far.
-
AdSense …
Posted on July 22nd, 2008 1 commentHeard about Google AdSense for a while and also already have an Google Adsense account for years, however never really take any action in using it. Will try to implement it in this blog to see how the result is …
Hope to see that it is working!

