Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts

Monday, April 11, 2011

Top 8 Google Adsense Earners

Are your curious to know who some of the biggest Google Adsense earners are? I know that I was interested to know who the best are so I could check out their websites and see how I could possibly earn as much money as these people do. I realized from most of these sites that sites with user generated content usually ranked pretty highly for Google Adsense earners. It seems that these “community” type sites do tend to get a lot of traffic and we all know that traffic = money. So without any more delay here are a list of the top 8 Google Adsense earners as collected from online resources.

1. Markus Frind – PlentyOfFish.com – $300,000 per month

If you haven’t heard of this guy yet you should check out the website plentyoffish.com. He is the person who created this free online dating website from his appartment all by himself. His website soon become one of the largest dating websites online. I have actually tried out his website myself and can see how it can be interesting and attract a lot of visitors. The graphics and layout of the website is nothing fancy at all but the functionality is all there and its fast to use.

There have been many of doubts that he wasn’t making that much money so he made those people silent by posting this on his blog. According to his blog this represented two months worth of Adsense earnings.

2. Kevin Rose – Digg.com – $250,000 per month

Kevin Rose started Digg.com in December 2004. It is a social marketing site that is mostly news, video, and pictures that are submitted by users for other users to read about and view. Basically what happens is you can signup for an account and you can submit a “news story” and other people can view it and if they like it they can “Digg it” and this boosts the rating of the post. If it gets enough Diggs it will appear on the Frontpage of the site and will get tons of traffic. Digg has both Google Adsense ads and Federated Media ads. It is estimated that he earns roughly $250k a month from Adsense alone.

3. Jeremy Schoemaker – $140,000 per month

ShoeMoney is considered to be one of the greatest Internet Marketers out there. He is very good with search engines and knows how to setup his sites to get optimal traffic to them. In one of his best months with Google Adsense ShoeMoney earned $132,994.97. You can imagine it was probably pretty difficult for him to cash a check of that size!

Unlike most of the other Google advertisers ShoeMoney makes his money from hundreds of sites and thousands of domains.

4. Jason Calacanis – Weblogs, Inc. – $120,000 per month

Jason Calacanis is the creator of Weblogs. Weblogs is a network of blogs and it was apparently making roughly $4,000 a day from Google Adsense! He eventually sold the company to AOL for a reported $25 million. He also announced his retirement from blogging earlier this year (July 2008). He is now focusing on his email campaigns instead.

5. David Miles Jr. & Kato Leonard – FreeWebLayouts.net- $100,000 per month

According to a Washington Post article these 20 year old’s claim to be making $100,000 a month from their site FreeWebLayouts.net which offers free Myspace templates. That is pretty impressive for a couple of young guys that are offering free Myspace templates!

6. Tim Carter – AskTheBuilder.com – $30,000 per month

Tim Carter is a licensed master plumber and carpenter with his own radio show. He started his website up in 1995 with his primary focus to cater to an avid following of fellow builders on the site. In April 2004, Carter learned about Adsense for content sites and he put it on his site. With minimal effort and time he optimized his website and his Adsense earnings grew from $1,500 to $7,500.

There was a Google case study done on Tim Carters earnings with Google Adsense. You should definately read it by clicking HERE. Read the results section because it gives a bunch of helpful tips on how he increased his revenue with Google Adsense.

7. Joel Comm – e-book – $24,000 per month

Joel Comm is a get rich quick guru. He wrote an e-book, What Google Never Told You About Making Money with Adsense. With his e-book and his website he earned $23,458.46 between Nov 2005 and Dec 2005. Check out his Google account stats here.

8. Shawn Hogan – DigitalPoint.com – $10,000 per month

Shawn Hogan is the creator of the forum DigitalPoint. This forum is a very usual forum with lots of information about: Search Engines, Marketing, Business, Design & Development, and Products & Tools. In a New York Times article it stated that he was making roughly $10k a month with Google Adsense.

The members of his forum speculate he is now making around double of what he was making in 2005 when this report was published in the New York Times.

So there you have it, the Top 8 Google Adsense earners. This list might be slighty out of date and there could be some new people in this list but this is the list I was able to pull from collecting information on the net. So check out these sites and see if you can strive to earn as much as these people do with your website or blog.

Monday, July 27, 2009

Where do All The Pictures Go, Uploaded To Blogger ?

Well it is supposed be to Quit Obvious, But Some people are Facing this Problem. Some of us have invented some new tricks like "NOTE DOWN THE URL LINK TO IMAGE". is it possible to copy all link if your images are above 100, OR may be is, but isn't it messy. But Google has taken care of that Problem Which many of us don't know. Well, here is the solution, activate your picasa link for google, or go to google
sign in
and got to -> My Account (Only on Google Search Page).
Choose Picasa.
Remember One thing Your Account Must be same as it was used for blogger, Only then You Can have access to all your pictures uploaded to picasa. Well simple and easy, isn't it?

Friday, January 16, 2009

Add Star Ratings to Posts

1. Go to your template editor under your dashboard. Tick the “Expand Widget Template”

2. Find this code

<data:post.body/>


3. Put the codes below right after that line above (or download it here),

<script language='JavaScript'>var OutbrainPermaLink='<data:post.url/>';var OB_demoMode = false;var OB_Script = true;</script><script src='http://widgets.outbrain.com/OutbrainRater.js' type='text/javascript'/>













4. Save your template, and done!

Thursday, December 25, 2008

Widget : [+/-] for any widget

Note Down the name of Widhet you want to [+/-] add.

In Edit HTML, Expand Widgets.

1.Search for Your Widget.

in Widget Search:
<b:includable id='main'>

Just After This Line ( In Next Line )
Add Folling Code.

<script type='text/javascript'>
//<![CDATA[
if(typeof(rnd) == 'undefined') var rnd = '';
rnd = Math.floor(Math.random()*1000);
rnd = 'id-' + rnd;
document.write('<a href="#" onclick="tmp = document.getElementById("' + rnd + '"); tmp.style.display = (tmp.style.display == "none") ? "block" : "none"; return false;" style="float:left;margin-right:5px;">');
//]]>
</script>[+/-]
<script type='text/javascript'>
//<![CDATA[
document.write('<\/a>');
//]]>
</script>

2.Now search next line
<div class='widget-content'>

Just after this code add code ( in next line)

<script type='text/javascript'>
//<![CDATA[
document.write('<div id="' + rnd + '" style="display:none;">');
//]]>
</script>


3.Search
<b:include name='quickedit'/>

Just Before this Code Add code:

<script type='text/javascript'>
//<![CDATA[
document.write('<\/div>');
//]]>
</script>

Widget : Scroll the List

got edit html
Find Div and add
style="border: 1px solid #000000;background-color:#ffffff; width:200px; height:250px; overflow:auto; color:#555555;"

Wednesday, December 24, 2008

Code To Display Labels

<p class='post-footer-line post-footer-line-2'><span class='post-labels'>
<b:if cond='data:post.labels'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
<b:if cond='data:blog.pageType == "item"'>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=5"' type='text/javascript'/>
</b:if></b:loop>
</b:if>
</span> </p>

Saturday, November 29, 2008

Remove Posts (Atom)

  1. Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find &
Remove this line:
<b:include data='feedLinks' name='feedLinksBody'/>
That should remove Posts (Atom).

Friday, November 28, 2008

Writing / Dislpaying HTML/XML Code in blog

Download Software
Click Here.

Widget : Link List in Drop Down

Add Link List as a widget to your blog in layouts with name "my list"
Goto Layouts -> Edit HTML -> Expand Widget.
Search for "my list"
Find Following Code Just Below this.
<b:includable id='main'> ( Do Not Delete this Code)

Starting from Just Below this Code Delet code,
Delete Upto Code
</b:widget>

place this code after ( <b:includable id='main'> )


<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<select onchange='location=this.options[this.selectedIndex].value;' style='width:200px'>
<option>Naruto Chapters</option>
<b:loop values='data:links' var='link'>
<option expr:value='data:link.target'><data:link.name/>
</option>
</b:loop>
</select>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>

save and exit.

Wednesday, November 26, 2008

Custimese Search on Google

Show Post Title First at Search Engines results Page

One thing you may have noticed that at search engines pages.That is your Blog Title comes First and The Post Title comes after the post title.Its not fair and doesn't seems so cool.Therefore we have brought you a cool Blogger Hack that shows your Blog Posts Title First in the search Engine results.We got this code at archit.To start customizing your search Engine follow the steps that follow below.

Goto blogger Edit Html Page( Sign in--> Dashboard--> Layout --> Edit Html) and search for the following code.

<title><data:blog.title/></title>

If you didn't find the above code then search for this Code.

<title><data:blog.pageTitle/></title>

Now Replace that code with the following code.

<!-- Blogger Swap Title by Archit T at http://blog.archit.in -->
<b:if cond='data:blog.pageType == "item"'>
<title>
<data:blog.pageName/> | <data:blog.title/>
</title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End of Blogger Swap Title by Archit T at http://blog.archit.in -->
Now save your Template and see the snapshot below.


Enjoy!

Display Only Titles on Label Page

Sometimes We Just Want Our Posts to be displayed, as someone click on a label, But do we really want our complete posts to be displayed on single page. This is How it is, all realted posts are completely displayed. It creates to major problems:-
1) Page become heavy and takes time to load when label has 20 post related to it.
2) Visitors are not able to read all the titles, they may need to read.
3) Most Important. You may loose your Click. When visitors found all post on single page.

Step1

Search for the following code in your Template.


<b:include data='post' name='post'/>

Step 2

Replace the above code from step 1 with the follow lines of code.



<b:if cond='data:blog.homepageUrl
!= data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<h3 class='post-title'><a expr:href='data:post.url'><data:post.title/></a></h3>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>

Step 3

Save you Template. If you liked this post then please leave a comment
on us or Subscribe to us.

Hope you have a Good day.

Friday, November 14, 2008

Widget : Related POsts

If Your Template Support Related Post Enter This Code in HTML.

<script type="text/javascript">
removeRelatedDuplicates();
printRelatedLabels();
</script>

Thursday, November 13, 2008

Add Continue Reading To Blog

If you're using Blogger, this is a great little hack that will allow you to have what's called an "Expandable Post Summary" on your home page.

Continue reading links are great because they
  1. Shorten your pages.
  2. Allow readers to choose an article they'd like to read.

How to do continue reading Entries in Blogger

There are three steps to accomplishing this task.

Part 1 - Placing coding in the "Head" Tag.


1. Click Here to copy the code below.

Continue Reading Blogger

2. Paste the code from the above box into Notepad or Word.

3. Go to your Blogger Edit Html Area.

3A. How to get to the Blogger Edit Html Area

3-1. Go to the create a post section.
3-2. Then click the layout tab.
3-3. Then click the Edit Html button right under the layout tab.

3B. Be sure to check the expand widget templates box!

3-1. Where can I find the expand widgets templates box?

3a. Just above the boxed in HTML
3b. On the far right side.

4. In your Edit HTML Box find the tag.

4A. How to find the "head" tag.

4-1. On your keyboard hold down the ctrl key and hit the "F" key.
4-2. In the find box type in and hit the next button.

5. Copy and paste the code in notepad just above the tag.


*Keep this page open for the next step!*


Part 2 - Placing coding "data:post.body" tag.


1. Click here to copy the code below.

Continue Reading Blogger

2. Paste the code from the above box into Notepad or Word.

3. In your Edit HTML Box find the tag.

3A. How to find the "data:post.body" tag.

3-1. On your keyboard hold down the ctrl key and hit the "F" key.
3-2. In the find box type in and hit the next button.

4. Copy and paste the code in notepad just below the tag.


*SAVE your Template*

Part 3 - Placing code into the post itself.


1. Copy the code from the box below



2. Paste the code from the above box into your blog post.
3. "First part of your post" - Seen on front page
4. "Rest of Entry goes here" - Seen after you click Continue Entry.

Part 4 - In Closing

I will be making a video on how to do this soon. If you really need help with installing this into your own site, feel free to comment this post and let me know. I would be more than happy to help you install the continue reading blogger or just totally do it for you.

Tuesday, November 11, 2008

Widget : Labels in Drop Down

Go to Layouts
Add widget Labels With Name MyLabels
Save Changes
Edit Html Code for template
Expand widgets

Search for My Lables
Replace Pink code Upto </b:widget>.

<b:widget id='Label2' locked='false' title='MyLabels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<br/>

<select onchange='location=this.options[this.selectedIndex].value;' style='width:200px'>
<option>Select Celebrity</option>
<b:loop values='data:labels' var='label'>
<option expr:value='data:label.url'><data:label.name/>
</option>
</b:loop>
</select>

<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>

Widget:: Recent Comments

Copy this Code to Your Blog.


<script style="text/javascript" src="http://kunoichi.info/blogger_buster/comments.js"></script><script style="text/javascript">var a_rc=5;var m_rc=true;var n_rc=true;var o_rc=100;</script><script src="http://eumine.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"></script>

Change red word with your blog name.

Widget : Most Popular Posts

Copy this Code to HTML widget


<script type="text/javascript">
function pipeCallback(obj) {
document.write('<ol style="text-transform: capitalize;">');
var i;
for (i = 0; i < obj.count ; i++)
{
var href = "'" + obj.value.items[i].link + "'";
var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>";
document.write(item);
}
document.write('</ol>');
}
</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=1cf38ae68efbe859c4ba1ee239cec099&url=http%3A%2F%2Feumine.blogspot.com&num=10" type="text/javascript"></script>
<span style="font-size: 80%">Widget by <a href="http://www.scrapur.com">Blogger </a></span>

Change red word with your blog name

Widget: Recent Post

Copy this Code to Html Gadget


<script src="http://files.lifewg.googlepages.com/blogger-widget.js"></script><script>var numposts = 10; var showpostdate = false; var showpostsummary = false; var numchars = 100; </script> <script src="http://eumine.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp"></script>



Change the red word with your blog name

Widget : Top Commentors

<script type="text/javascript">
function pipeCallback(obj) {
document.write('<ol>');
var i;
for (i = 0; i < obj.count ; i++)
{
var href = "'" + obj.value.items[i].link + "'";
var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>";
document.write(item);
}
document.write('</ol>');
}
</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=720a4578c7b83dfce64615cb0ad3c642&url=http%3A%2F%2Feumine.blogspot.com&num=10&filter=ComputerFreak" type="text/javascript"></script>
<span style="gt;Widget by <a href="http://www.eumine.blogspot.com">Blogger Buster </a></span>



Note:- Change the Red word with your blog name.

Display Language Code on Blog

if You Wan to display code on blog Just copy this Code:-


<form id="CopyPasteForm" name="CopyPasteForm">
<textarea name="CopyPasteData" rows="6" cols="75">
Your Code here....
</textarea>
</form>

Monday, March 31, 2008