Want to increase your adsense earning, Get a floating adsense ad box.
1) Copy the code given below :
-->
<style type="text/css">
#topbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color: white;
width: 338px;
visibility: hidden;
z-index: 100;
}
</style>
<script type="text/javascript">
/***********************************************
* Floating Top Bar script- &#65533; Dynamic Drive (www.dynamicdrive.com)
* Sliding routine by Roy Whittle (http://www.javascript-fx.com/)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 500 //set x offset of bar in pixels
var startY = 100 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}
function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}
if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
2) Now Go to you blogger html edit section and paste this code just after <head> and save it.
3) Now copy the code from below.
<div id="topbar">
<a href="" onClick="closebar(); return false"><img src=" http://i729.photobucket.com/albums/ww298/trimulyawan/close.gif " border="0" /></a>
---- Paste your adsense code here ----
</div>
4) In layout section add "Html/Javascript" gadget any where you want and paste the code from above in the gadget.
5) Now Save it!
You are done!
1) Copy the code given below :
-->
<style type="text/css">
#topbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color: white;
width: 338px;
visibility: hidden;
z-index: 100;
}
</style>
<script type="text/javascript">
/***********************************************
* Floating Top Bar script- &#65533; Dynamic Drive (www.dynamicdrive.com)
* Sliding routine by Roy Whittle (http://www.javascript-fx.com/)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 500 //set x offset of bar in pixels
var startY = 100 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}
function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}
if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
2) Now Go to you blogger html edit section and paste this code just after <head> and save it.
3) Now copy the code from below.
<div id="topbar">
<a href="" onClick="closebar(); return false"><img src=" http://i729.photobucket.com/albums/ww298/trimulyawan/close.gif " border="0" /></a>
---- Paste your adsense code here ----
</div>
4) In layout section add "Html/Javascript" gadget any where you want and paste the code from above in the gadget.
5) Now Save it!
You are done!

Every blogger are dreaming to earn money from their blog. And many beginner bloggers are applying for the AdSense approval instead of optimizing and updating their blog and then they will give up blogging because they didn’t got approved by the Google AdSense. Well if you are one of them then Infolinks is good AdSense alternative for you. It gives the opportunity to every blogger to make money from their blog.
How to get approved by Infolinks ?
Like google adsense you don’t have to apply for the approval in the infolinks as I told earlier that it gives the change to all the blogger to make money with their blog, Just follow the simple steps to join the infolinks.
1. Open Infolinks
2. Click on JOIN US
3. Now fill the forum with correct information
4. Click on JOIN
5. Now choose your platform (i.e. blogger, wordpress)
6. We have to select blogger because we are going to add infolinks into blogger blog
7. Now click on Add Infolinks To Your Blogger
8. One new tab will open in that tab click on add widget
9. Now set the widget and just click on save and you have done !!
Infolinks can be used with the other network ads like AdSense. Infolinks is trusted advertising company and I have received two payments from the Infolinks and their threshold is 50$ so when your earning reaches at 50$ then it will send you an Email to receive the amount. And the best thing about infolinks is they allow paypal account to get the amount.

You don’t have an AdSense account ? or your AdSense account is being disable again and again ? then media.net is perfect for you ! Media.net is yahoo Bing advertisement network. Well my AdSense account was disabled because I have added the ads in my hacking blog. so I have decided to get AdSense when our blog get 50k alexa rank :D. Well media.net is best AdSense alternative and in short I can say media.net is better then AdSense because they are not cruel with their publisher ! In AdSense if you have violate any terms then next day your account will get disabled ! Well now a days I am using media.net and I am very satisfied with the revenue.
Main features of Media.net
Payment via PayPal
Many ads sizes
They provide sales representative who can help you personally
Focused only on publishers with premium content
Approval of Account
Media.net is giving change to every blogger who gets 500+ page views to monetize their blog. The main thing required by them is to have good and unique content and having grate traffic from USA and Canada. So if you are getting high traffic from USA and Canada then your account will be approved.
If you have any question then feel free to ask
If you have any question about media.net then you can ask it here :) feel free to make a comment !

Your adsense revenue is too less ?? here is the solution. Adding AdSense inside blogger post is the smart way to increase the visibility to get more clicks. If you add AdSense inside blogger post then ad visibility will increase and also your clicks will increase and your earning will also increase. So adding the adsense inside blogger post is the grate idea to earn more dollars from your blog.
More Ad Visibility = More Clicks = More Revenue
Follow the simple steps to add AdSense inside blogger post.
1.We have to parse our AdSense code (parse it here)
2.Now add your parsed AdSense code here
<b:if cond='data:blog.pageType == "item"'>
your adsense code here
</b:if>
If you want to add AdSense in left side of the blogger post.
<b:if cond='data:blog.pageType == "item"'>
<div style="float:left;">
your adsense code here
</div>
</b:if>
If you want to add AdSense in right side of the blogger post.
<b:if cond='data:blog.pageType == "item"'>
<div style="float:Right;">
your adsense code here
</div>
</b:if>
3.Now go to Edit HTML and select “expand widget template”
4.Now search for (ctrl+F) <data:post.body/> (if you are using magazine type blogger template then you may found more then 1 <data:post.body/> try both and see which is correct one) and paste your code above it if you want to show ad at the top of the post else paste your code bellow <data:post.body/> to show your ads bellow the blogger post.
If you have any query then feel free to ask , make a comment .

In our previous post we have discussed what is Google AdSense and how its works. Now in this tutorial I am going to share some tips with you to get approved by AdSense using blogger. Every Bloggers and webmasters are dreaming to make money using their blog, Google AdSense is the grate way to make money with blogs. All you need is approved AdSense account, but its not too easy to get approved by Google AdSense, your blog should follow their policy to get approved by them! And here are few tips to get approved by Google AdSense using blogger blog.
1. Write Original and fresh content
Write your own content and never publish copied content if you are publishing copied content in your blog then Google AdSense will never approve your application.And remember one thing Google loves fresh and original content. So write fresh and Original content and it will also increase your blog’s traffic.
2. Age of your site
In Google AdSense policy they require 6 month old blog. And well it takes 6 months to optimize your blog, But in real if your content is so good then you need not wait for 6 months you just need to wait for a single month.
3. Add your blog into search engines
You have to add your blog into different search engine like Google , yahoo , Bing so you can get traffic using that search engine and in AdSense its also require to add your site in the different search engine.
4.Number of posts require to get approved by Google AdSense
You must have published more then 50 posts before applying for Google AdSense approval. And write 100 to 300 words in each posts so you can get traffic from search engine and you will get approved by Google AdSense within a week.
5. Fill the AdSense forum accurately
Don’t write fake address in AdSense signup forum because later it will send you a post to verify your address. Fill address forum correctly and don't use proxy while applying for Google AdSense account. For more information read AdSense policy here.
Now wait for a week for their reply if you have followed above five point then you will get approved by them.
BLOGGER TUTORIAL AND TRICKS N0-07

What is Google AdSense ?
Google AdSense is run by Google Inc. and its CPC (click-per-cost) program that allows the publishers to display the relevant ads on their blogs/websites.
The interesting thing is Google AdSense is the easiest way for bloggers and webmaster to make money form their blogs/websites. After getting approved by the Google AdSense they will provide the AdSense ad codes and it will show the relevant ads on your blog/site. Whenever visitors clicks on the advertise at that time Google AdSense will pay it according to the CPC.
How does AdSense Work for publishers ?
How Google AdSense works for publishers ? – whenever advertiser wants to advertise the products at that time they will choose some specific keywords to advertise. Like if I want to advertise about “Learn Ethical hacking” etc,
The AdSense spiders would then match my ads up with :
Those specific keywords that people type into Google and display them to the top and right of the search results
Websites (like yours) that display AdSense ads.
The AdSense folks will send out Robots to crawl your site to see what all your content is about. If they find that you have content that has some of the same keywords that I (as the advertiser bid for) then my ads will show up on your site next to your article about Learn Ethical hacking.