Hide Navbar From Your Blogspot.com


Hide Navbar From Blogger Layout as some blog owners dont like navbar at the top of blog to be shown. So you can hide it from your readers as just need to add small piece of css codes to make it invisible.

To hide the Blogger Banner :

blogger navbar

- Log in to blogger

- On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML.

Find the tag body {

- paste the below code after the body { tag in the Html Section:



#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}

Or Use

div.navbar {
opacity:0.0;
display:none;
}

Or You can Place If both not works

#navbar-iframe { display: none !important; }

If you have any problem you can post on comments.

Adsense Adds In Between Of Blogger Posts


You can now show adsense adds between the blogger posts. Just what you have to do is to select at which portion of the middle of the post you want adsense adds to be shown up itself. No need to add the adsense codes manually in between the posts.

You can also add adsense codes at the start of blogger post and end of blogger post,for this trick you can continue to this post.

Now how to add adsense adds in between the blogger posts.

Got To Blogger Layout > Edit Html > Expand Widgets > Press Ctrl + F and seach For Below code

<data:post.body/>

After getting this code replace it with below codes.


<div expr:id='"aim1" + data:post.id'></div>

<div style="clear:both; margin:10px 0">

<!-- Your AdSense code here -->

</div>

<div expr:id='"aim2" + data:post.id'>

<data:post.body/>

</div>

<script type="text/javascript">
var obj0=document.getElementById("aim1<data:post.id/>");
var obj1=document.getElementById("aim2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>


Please add your adsense add code in place of red line in above code.

And save your template.

Now whenever you write a new blogger post and when you reach in middle of the post where you want to show up adsense adds just add below code there


<!-- adsense -->


and continue writing the rest post.

Now when you will publish your post you will see adsense adds in between posts at the place where you placed the above line.

For any problem can visit here for Original Post.

Adsense Adds At Start And End Of Blogger Posts


You would have seen adsense adds at the start and end of the blogger posts in all of the todays blogger,as it gives more clicks to bloggers and help them in earning more revenue from adsense. So i will tell you on how to add adsense add in you blog to show up at beginning of post and one a the end of the post.

Just First Get the adsense Unit code from your adsense account and i recommend you to to make the adsense code template friendly from here.

Now got ot blogger Layout > Page elements > edit Html > Expand Widgets

Now find for below code

<data:post.body/>

And now add the adsense code before and after above code as i added below:-


<!-- Your AdSense code -->

<data:post.body/>

<!-- Your AdSense code -->


And Preview it if its ok.Then Save your template.And enjoy earning from adsense.

Note*-Adsense doesn't allow to place adds immediately after menu links or posts as sometimes it seems to readers as these adds are part of posts not advertisements.So there is chance to get accident clicks on adds and google dont want accident clicks,they want real clicks,so if after using this trick your ctr increasing to alarming rate you may get banned so i suggest not to use this trick if your ctr increases much.If you wanna place adds like this just place a text like advertisements always at the start of the add so as to distinguish between adds and posts,which is allowed by google.

Like this below example.




So you just need is to add the word advertisements also just above the adsense code you placed in your template.I hope you will do it very easily.Just the thing you have to follow not to get banned is just use word advertisements or sponsors at the above of adsense adds where ever you show up your adsense add to make your account safe.As google is very strict with its policies,they dont even give warning,they will immediately ban you and will only give you one chance to appeal them for your account i.e you will get only one hearing in there court and chances to get back your account is 1 percent.You can read this google adsense post to learn more about it.

Recent Posts Widget For Blogger


More then 5 Recent Posts Widget For Blogger. As recent posts can easily be added via feedburner or google.

How to add 5 recent posts.

Click LAYOUT > ADD A GADGET > FEED

Then type your feed url and save it will show upto your 5 recent posts.

How to add more than 5 Recent Posts Widget For Blogger.

Click LAYOUT > ADD A GADGET > HTML/JAVASCRIPT

Now add the code from below to it and save it.


<script src="http://www.sigmirror.com/files/16743_ebb4d/recent-posts.js"></script>

<script>

var numposts = 12;

var showpostdate = false;

var showpostsummary = false;

var numchars = 100;

</script>

<h2>RECENT POSTS</h2>

<script src="http://yourblogname.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp"></script>
<noscript><a href="http://tipsntrickstutor.blogspot.com" target="_blank">Blogger Tips</a></noscript>


Please Upload the script in red in above code to your server and change the script links to yours as mine might not work because of exceeded bandwidth problems of my sever.

Change the codes in red to your blog name and no of posts to be shown and its length of characters.

Redirecting Blogger To Another URL


Redirecting blogger to another blog or website or url
How to redirect from old URL to new URL?

This is the way to do it for the New Blogger. First thing to do always before you make any changes to the template is to backup the template PLUS the Page Elements. Some or all of your old Page Elements will be deleted or become empty when you upload a new or backup template.

First, sign into your Blogger Dashboard, click LAYOUT, then click the EDIT HTML sub-tab. This will open the template editor window. Add this block of codes into your template just above the </head> tab which should be very near the top of the template:


<meta http-equiv="refresh" content="0;url=http://newurl.com"/>


Replace http://newurl.com with the domain you want to redirect to the olb blog.

That's it! Now, all your old blog traffic will be redirected to your new address.

Bookmarking Widget


Step 1 Go to LAYOUT -- Edit HTML -- (checked expand widget templates)( I recommend you to Backup the existing Template first) Step 2 Afterwards, Add this CSS composition below it.
<style type='text/css'> div.sexy-bookmarks { height:54px; background:url('http://i43.tinypic.com/2ueii3t.png') no-repeat left bottom; position:relative; width:540px; } div.sexy-bookmarks span.sexy-rightside { width:17px; height:54px; background:url('http://i43.tinypic.com/2ueii3t.png') no-repeat right bottom; position:absolute; right:-17px; } div.sexy-bookmarks ul.socials { margin:0 !important; padding:0 !important; position:absolute; bottom:0; left:10px; } div.sexy-bookmarks ul.socials li { display:inline-block !important; float:left !important; list-style-type:none !important; margin:0 !important; height:29px !important; width:48px !important; cursor:pointer !important; padding:0 !important; } div.sexy-bookmarks ul.socials a { display:block !important; width:48px !important; height:29px !important; font-size:0 !important; color:transparent !important; } .sexy-furl, .sexy-furl:hover, .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumble, .sexy-stumble:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoo, .sexy-yahoo:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-script-style, .sexy-script-style:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-syndicate, .sexy-syndicate:hover, .sexy-email, .sexy-email:hover { background:url('http://img509.imageshack.us/img509/3131/sexysprite.png') no-repeat !important; } .sexy-furl { background-position:-300px top !important; } .sexy-furl:hover { background-position:-300px bottom !important; } .sexy-digg { background-position:-500px top !important; } .sexy-digg:hover { background-position:-500px bottom !important; } .sexy-reddit { background-position:-100px top !important; } .sexy-reddit:hover { background-position:-100px bottom !important; } .sexy-stumble { background-position:-50px top !important; } .sexy-stumble:hover { background-position:-50px bottom !important; } .sexy-delicious { background-position:left top !important; } .sexy-delicious:hover { background-position:left bottom !important; } .sexy-yahoo { background-position:-650px top !important; } .sexy-yahoo:hover { background-position:-650px bottom !important; } .sexy-blinklist { background-position:-600px top !important; } .sexy-blinklist:hover { background-position:-600px bottom !important; } .sexy-technorati { background-position:-700px top !important; } .sexy-technorati:hover { background-position:-700px bottom !important; } .sexy-myspace { background-position:-200px top !important; } .sexy-myspace:hover { background-position:-200px bottom !important; } .sexy-twitter { background-position:-350px top !important; } .sexy-twitter:hover { background-position:-350px bottom !important; } .sexy-facebook { background-position:-450px top !important; } .sexy-facebook:hover { background-position:-450px bottom !important; } .sexy-mixx { background-position:-250px top !important; } .sexy-mixx:hover { background-position:-250px bottom !important; } .sexy-script-style { background-position:-400px top !important; } .sexy-script-style:hover { background-position:-400px bottom !important; } .sexy-designfloat { background-position:-550px top !important; } .sexy-designfloat:hover { background-position:-550px bottom !important; } .sexy-syndicate { background-position:-150px top !important; } .sexy-syndicate:hover { background-position:-150px bottom !important; } .sexy-email { background-position:-753px top !important; } .sexy-email:hover { background-position:-753px bottom !important; } </style>
Now Save the template and again expand the template Step 3 Please find this code: then, copy paste this HTML composition after the code
<div class='sexy-bookmarks'><ul class='socials'><li class='sexy-delicious'><a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-digg'><a expr:href='&quot; http://digg.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-technorati'><a expr:href='&quot; http://technorati.com/faves?add=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-reddit'><a expr:href='&quot; http://www.reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-stumble'><a expr:href='&quot; http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-designfloat'><a expr:href='&quot;http://www.designfloat.com/submit.php?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-facebook'><a expr:href='&quot; http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-twitter'><a expr:href='&quot; http://twitthis.com/twit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-furl'><a expr:href='&quot; http://www.furl.net/storeIt.jsp?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-syndicate'><a href='http://feeds2.feedburner.com/YOUR-FEEDBURNER-ID' title='Subscribe to RSS'/></li>
<li class='sexy-email'><a expr:href='&quot; mailto:?subject=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
</ul><span class='sexy-rightside'/></div>
Change YOUR FEEDBURNER ID in the code to your Feedburner Url . Save Your Template. And it is done.

List Of Search Engines To Submit Your Blog


List of Search Engines,you may submit your site URL to these search engines for Free. If you dont have enough time to submit your site or blog thn submit to the top few leading search engines like google and yahoo or msn or your local engines.This is not the complete list of search engines but are enough to give an start to your blog,as you will find countless amount of search engines on web you wouldn't have heard of.


Website Submission Services

There are many websites on the net offering free website submission services to search engines. The list of search engines are by and large the same. Some offer fee to send your URL to more than a hundred search engines. Is it necessary to have your webpage listed in all the smaller search engines? We think that Google, Yahoo! and MSN have cornered such a large share of the market that it is sufficient just to have your website listed there. However, the decision is yours to make.If you still want that you can do that that too.



This is for just begginers i don't think if you have good blogs and receive traffic,search engines will automatically index you and most of the small engines drive traffic from big search engines like google.

If you want more sites get from here too

http://selfpromotion.com/list-of-search-engines.t
http://www.searchenginecolossus.com/

If still want more just search for keyword 'list of search engines to submit websites' on google or yahoo you will get long list.

Top Advertising Networks


A few of the top 'Advertising Networks' are as follows.

Terms :

CPA is Cost Per Acquisition; CPC is Cost Per Click. CPM is Cost Per 1000 Ads Displayed

Adsense from Google

  1. Google Adsense : Grand-daddy of contextual advertising. (CPC)

Adsense Alternatives

  1. Chitika : Shopping mall banner advertising. (CPC)
  2. AdBrite : Ad marketplace for publishers and advertisers. (CPC); 75% payout.
  3. Advertising.com : Large network. (CPA)
  4. 24/7 RealMedia : Large network. (CPM)
  5. Burst Media : Large network. (CPM)
  6. Commission Junction : Large network. (CPA)
  7. Kanoodle : Large network. (CPC); 50% payout.
  8. LinkShare : Large network. (CPA)
  9. ValueClick : Large network. (CPM)
Latest Buzz
  1. Linkworth
  2. WidgetBucks: Widget Ads

What is AdSense?


AdSense is an advertising service provided by Google that lets web site owners make money by showing ads on their sites. The ads come from Google's incredibly successful AdWords advertising system and uses Google's search technology to provide ads that are relevant to the web page they appear on.

For example, consider a web page about telescopes. Google's search technology already lets Google work out what a web page is about - this is what a search engines does. So if an advertiser is interested in getting their AdWords ads displayed when someone types "telescopes" into Google, why not combine technologies to deliver ads about telescopes on web pages about telescopes?

AdSense does this automatically and when someone clicks on an AdSense ad, Google charges the advertiser for the click and shares this revenue with the website owner. As it happens the first ever AdSense ad for on a web page about unicycles!

The amount the web site owner gets paid per click depends on how much the advertiser is willing to pay for the traffic which in turn will depend on how capable the owner is at turning his web traffic into profits. It will also depend on how much other people are prepared to pay to advertise in the same place because the AdWords system is really one enormous advertising market place where people compete to buy and sell advertising space with prices literally varying from one minute to the next.

One sophisticated AdSense technique is called AdSense Arbitrage.

What is AdSense Arbitrage?


AdSense Arbitrage is a money-making technique in which an AdSense publisher buys traffic using Pay Per Click advertising systems like Google's AdWords, and then monetizes that traffic with AdSense so as to make profit on the process.

For example, suppose you can buy traffic for 5 cents a visitor and reliably make 10 cents from AdSense per visitor on average, then it would pay to buy as much traffic as you could and pocket 5 cents a time.

AdSense arbitrage can be quite successful but you need to be prepared to test and measure outcomes with a strong degree of discipline because it is easy to end up losing money.

There are also two methods you can employ to boost the likelihood of profitablity by boosting your visitor value. First you can use internet marketing techniques to increase the number of times a visitor returns to your site because you don't have to get into profit on the first visit if you can get people to come back time and time again. This in fact would be a classic use of an autoresponder.

The second technique is to walk your traffic to value. In other words, buy traffic that is cheap and then educate it to be interested in topics that attract higher paying AdSense ads.

If you combine both techniques AdSense arbitrage becomes quite achievable.

Don't forget to that you don't have to buy traffic from Google: there are other PPC advertising systems where traffic costs less than on Google.

AdSense does this automatically and when someone clicks on an AdSense ad, Google charges the advertiser for the click and shares this revenue with the website owner. As it happens the first ever AdSense ad for on a web page about unicycles!

The amount the web site owner gets paid per click depends on how much the advertiser is willing to pay for the traffic which in turn will depend on how capable the owner is at turning his web traffic into profits. It will also depend on how much other people are prepared to pay to advertise in the same place because the AdWords system is really one enormous advertising market place where people compete to buy and sell advertising space with prices literally varying from one minute to the next.