<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6651766881861290561</id><updated>2026-04-06T04:55:40.170-07:00</updated><category term="AdSense"/><category term="background"/><title type='text'>bloggertricks</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-5224679144070132459</id><published>2011-10-01T06:53:00.000-07:00</published><updated>2011-10-01T06:53:40.214-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="background"/><title type='text'>How To Add jQuery Scroll Background To Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;1.Login to your blogger dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
2.Scroll down to where you see &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt; tag .&lt;br /&gt;
&lt;br /&gt;
3.Copy below code and paste it &lt;span style=&quot;color: #3333ff;&quot;&gt;just before&lt;/span&gt; the &lt;span style=&quot;color: red;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt; tag .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;pre style=&quot;background-color: #7f6000; border: 1px solid black; height: 250px; overflow: auto; width: 90%;&quot;&gt;&amp;lt;script src=&#39;&lt;a href=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2&lt;/a&gt;&#39; type=&#39;text/javascript&#39;/&amp;gt;

&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
//&amp;lt;![CDATA[
$(function(){

// ***
// Scrolling background
// ***

// height of background image in pixels
var backgroundheight = 4000;

// get the current minute/hour of the day
var now = new Date();
var hour = now.getHours();
var minute = now.getMinutes();

// work out how far through the day we are as a percentage - e.g. 6pm = 75%
var hourpercent = hour / 24 * 100;
var minutepercent = minute / 30 / 24 * 100;
var percentofday = Math.round(hourpercent + minutepercent);

// calculate which pixel row to start graphic from based on how far through the day we are
var offset = backgroundheight / 100 * percentofday;

// graphic starts at approx 6am, so adjust offset by 1/4
var offset = offset - (backgroundheight / 1);

function scrollbackground() {
// decrease the offset by 1, or if its less than 1 increase it by the background height minus 1
offset = (offset &amp;lt; 1) ? offset + (backgroundheight - 1) : offset - 1;
// apply the background position
$(&#39;body&#39;).css(&quot;background-position&quot;, &quot;50% &quot; + offset + &quot;px&quot;);
// call self to continue animation
setTimeout(function() {
scrollbackground();
}, 70
);
}

// Start the animation
scrollbackground();
});
//]]&amp;gt;
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;br /&gt;
4.Now scroll down to where you see like this code:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;pre style=&quot;background-color: #7f6000; border: 1px solid black; height: 150px; overflow: auto; width: 90%;&quot;&gt;&lt;span style=&quot;color: #3333ff; font-size: 130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;body {&lt;/span&gt;&lt;/span&gt;
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}&lt;/pre&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Note:&lt;/span&gt;above code can be different in your template.But important part is &lt;span style=&quot;font-weight: bold;&quot;&gt;body {&lt;/span&gt; .&lt;br /&gt;
&lt;br /&gt;
5.Replace above code with below code:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;pre style=&quot;background-color: #7f6000; border: 1px solid black; height: 160px; overflow: auto; width: 90%;&quot;&gt;&lt;span style=&quot;color: #3333ff; font-size: 130%;&quot;&gt;body {&lt;/span&gt;
&lt;span style=&quot;color: red; font-size: 130%;&quot;&gt;background:url(&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyhM-g2soRqeWsVYQiXxOtnRXHY8zD52h9_OOCdfIm1DdqfCO13I__SKV62DR4iJtRJzzw3Y_20ZRHMto9Y-515kFx2p75Yk_tx7xJMhG869N81qalWF5seFzebYzXGytL90nfftJhWP57/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyhM-g2soRqeWsVYQiXxOtnRXHY8zD52h9_OOCdfIm1DdqfCO13I__SKV62DR4iJtRJzzw3Y_20ZRHMto9Y-515kFx2p75Yk_tx7xJMhG869N81qalWF5seFzebYzXGytL90nfftJhWP57/&lt;/a&gt;);&lt;/span&gt;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}&lt;/pre&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Note:&lt;/span&gt; You can use any suitable image instead of above image.&lt;br /&gt;
&lt;br /&gt;
6.Click on save template and you are done.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jquery-scroll-background.blogspot.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;http://bit.ly/4w36zA &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/5224679144070132459/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/10/how-to-add-jquery-scroll-background-to.html#comment-form' title='13 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/5224679144070132459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/5224679144070132459'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/10/how-to-add-jquery-scroll-background-to.html' title='How To Add jQuery Scroll Background To Blogger'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-1535343719104350051</id><published>2011-10-01T06:47:00.000-07:00</published><updated>2011-10-01T06:47:00.147-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="background"/><title type='text'>How To Add Style to Mouse Cursor in Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;1.Login to your blogger dashboard--&amp;gt;Layout &amp;gt; Page Elements&lt;br /&gt;
&lt;br /&gt;
2.Click on &#39;Add a Gadget&#39; on the sidebar.&lt;br /&gt;
&lt;br /&gt;
3.Select &#39;HTML/Javascript&#39; and add the one of code given below and click save.&lt;br /&gt;
&lt;pre style=&quot;background-color: #7f6000; border: 1px solid black; height: 250px; overflow: auto; width: 90%;&quot;&gt;&amp;lt;script language=&quot;javascript&quot;&amp;gt;


// ENTER TEXT BELOW. CAN *NOT* INCLUDE NORMAL HTML CODE.
var text=&#39;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;ENTER YOUR TEXT HERE....&lt;/span&gt;&#39;;

var delay=40; // SPEED OF TRAIL
var Xoff=0; // PIXEL COUNT FROM THE LEFT OF THE CURSOR (- VALUES GO TO LEFT)
var Yoff=-30; // PIXEL COUNT FROM THE TOP OF THE CURSOR (- VALUES GO UP)
var txtw=14; // AMOUNT OF PIXEL SPACE EACH CHARACTER OCCUPIES
var beghtml=&#39;&amp;lt;font color=&quot;#00436e&quot;&amp;gt;&amp;lt;b&amp;gt;&#39;; // OPTIONAL HTML CODE THAT EFFECTS WHOLE TEXT STRING SUCH AS FONT COLOR, SIZE, ETC.
var endhtml=&#39;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&#39;; // END HTML CODE. MOSTLY USED IF ABOVE SETTING IS USED.

//********** NO NEED TO EDIT BELOW HERE **********\\

ns4 = (navigator.appName.indexOf(&quot;Netscape&quot;)&amp;gt;=0 &amp;amp;&amp;amp; document.layers)? true : false;
ie4 = (document.all &amp;amp;&amp;amp; !document.getElementById)? true : false;
ie5 = (document.all &amp;amp;&amp;amp; document.getElementById)? true : false;
ns6 = (document.getElementById &amp;amp;&amp;amp; navigator.appName.indexOf(&quot;Netscape&quot;)&amp;gt;=0 )? true: false;
var txtA=new Array();
text=text.split(&#39;&#39;);
var x1=0;
var y1=-1000;
var t=&#39;&#39;;

for(i=1;i&amp;lt;=text.length;i++){
t+=(ns4)? &#39;&amp;lt;layer left=&quot;0&quot; top=&quot;-100&quot; width=&quot;&#39;+txtw+&#39;&quot; name=&quot;txt&#39;+i+&#39;&quot; height=&quot;1&quot;&amp;gt;&#39; : &#39;&amp;lt;div id=&quot;txt&#39;+i+&#39;&quot; style=&quot;position:absolute; top:-100px; left:0px; height:1px; width:&#39;+txtw+&#39;; visibility:visible;&quot;&amp;gt;&#39;;
t+=beghtml+text[i-1]+endhtml;
t+=(ns4)? &#39;&amp;lt;/layer&amp;gt;&#39; : &#39;&amp;lt;/div&amp;gt;&#39;;
}
document.write(t);

function moveid(id,x,y){
if(ns4)id.moveTo(x,y);
else{
id.style.left=x+&#39;px&#39;;
id.style.top=y+&#39;px&#39;;
}}

function animate(evt){
x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);
y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);
}

function getidleft(id){
if(ns4)return id.left;
else return parseInt(id.style.left);
}

function getidtop(id){
if(ns4)return id.top;
else return parseInt(id.style.top);
}

function getwindowwidth(){
if(ie4||ie5)return document.body.clientWidth+document.body.scrollLeft;
else return window.innerWidth+pageXOffset;
}

function movetxts(){
for(i=text.length;i&amp;gt;1;i=i-1){
if(getidleft(txtA[i-1])+txtw*2&amp;gt;=getwindowwidth()){
moveid(txtA[i-1],0,-1000);
moveid(txtA[i],0,-1000);
}else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));
}
moveid(txtA[1],x1,y1);
}

window.onload=function(){
for(i=1;i&amp;lt;=text.length;i++)txtA[i]=(ns4)?document.layers[&#39;txt&#39;+i]:(ie4)?document.all[&#39;txt&#39;+i]:document.getElementById(&#39;txt&#39;+i);
if(ns4)document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=animate;
setInterval(&#39;movetxts()&#39;,delay);
}
&amp;lt;/script&amp;gt;&lt;/pre&gt;You are done.Refresh your site to see effect.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha6790qrCKRJ9joNM5wiARSGgs2xNLFemqPpERGHPdim4OByypxX-yJMYbRr7w0yyjgXUvxjNCm7SHcMldVJIf2YM57pd9NZadhcdYHUZnoY3rw_XOYH-PyL3n42_tPDAGI0uAbJ438MA/s1600/2011-10-01_153802.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;111&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha6790qrCKRJ9joNM5wiARSGgs2xNLFemqPpERGHPdim4OByypxX-yJMYbRr7w0yyjgXUvxjNCm7SHcMldVJIf2YM57pd9NZadhcdYHUZnoY3rw_XOYH-PyL3n42_tPDAGI0uAbJ438MA/s320/2011-10-01_153802.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;blockquote&gt;http://bit.ly/4w36zA&lt;/blockquote&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/1535343719104350051/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/10/how-to-add-style-to-mouse-cursor-in.html#comment-form' title='1 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/1535343719104350051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/1535343719104350051'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/10/how-to-add-style-to-mouse-cursor-in.html' title='How To Add Style to Mouse Cursor in Blogger'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha6790qrCKRJ9joNM5wiARSGgs2xNLFemqPpERGHPdim4OByypxX-yJMYbRr7w0yyjgXUvxjNCm7SHcMldVJIf2YM57pd9NZadhcdYHUZnoY3rw_XOYH-PyL3n42_tPDAGI0uAbJ438MA/s72-c/2011-10-01_153802.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-4264705538861286482</id><published>2011-10-01T06:32:00.000-07:00</published><updated>2011-10-01T06:32:55.422-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="background"/><title type='text'>Numbered Page Navigation Hack For Bloggers</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;1.Login to your blogger dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
2.Scroll down to where you see &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt; tag .&lt;br /&gt;
&lt;br /&gt;
3.Copy below code and paste it &lt;span style=&quot;color: #3333ff;&quot;&gt;just before&lt;/span&gt; the &lt;span style=&quot;color: red;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt; tag.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFHiC94u3Och-Qa3nebaH8nb2Vojt0ZkA3RplQ0SYubtTG9gvPE1pc1TvyU5iMmYPw8glJQ7aFoom-kxK2Suh-22WwDla2qa_NG1pO8zVoZ6sbE2YvQN5YVbe8ZNknxv06mLbkUHMJy04/s1600/2011-10-01_151513.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;52&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFHiC94u3Och-Qa3nebaH8nb2Vojt0ZkA3RplQ0SYubtTG9gvPE1pc1TvyU5iMmYPw8glJQ7aFoom-kxK2Suh-22WwDla2qa_NG1pO8zVoZ6sbE2YvQN5YVbe8ZNknxv06mLbkUHMJy04/s320/2011-10-01_151513.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;pre style=&quot;background-color: #7f6000; border: 1px solid black; height: 250px; overflow: auto; width: 90%;&quot;&gt;.showpageArea a {
text-decoration:underline;
}
.showpageNum a {
border:1px solid #CCCCCC;
margin:0 3px;
padding:3px 7px;
text-decoration:none;
}
.showpageNum a:hover {
background-color:#CCCCCC;
border:1px solid #CCCCCC;
}
.showpagePoint {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;
border:1px solid #CCCCCC;
color:#333333;
margin:0 3px;
padding:3px 7px;
text-decoration:none;
}
.showpageOf {
margin:0 3px 0 0;
padding:3px 7px;
text-decoration:none;
}
.showpage a {
border:1px solid #CCCCCC;
padding:3px 7px;
text-decoration:none;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link, .showpage a:link {
color:#333333;
text-decoration:none;
}&lt;/pre&gt;4.Now save your template.&lt;br /&gt;
&lt;br /&gt;
5.Go to Layout--&amp;gt;Page Elements and click on &quot;Add a gadget&quot;.&lt;br /&gt;
&lt;br /&gt;
6.Select &quot;html/java script&quot; and add the code given below and click save.Now drag your new gadget under &quot;Blog Posts&quot; Section.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgitA1YBn14VXQi3k5N6MZagTD_SHGTVR1foNv_24xHMWRtbHSeRyrcTn7w7zozQcg5HXux19q6q6CjUeWQSBoDk69-hmdTH-EshCRMSoze5cj98JD4ReGQADX_PwvYpPB1IQ7a67Gx2gs/s1600/2011-10-01_151704.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;163&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgitA1YBn14VXQi3k5N6MZagTD_SHGTVR1foNv_24xHMWRtbHSeRyrcTn7w7zozQcg5HXux19q6q6CjUeWQSBoDk69-hmdTH-EshCRMSoze5cj98JD4ReGQADX_PwvYpPB1IQ7a67Gx2gs/s320/2011-10-01_151704.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span id=&quot;goog_1551760904&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_1551760905&quot;&gt;&lt;/span&gt; &lt;br /&gt;
&lt;pre style=&quot;background-color: #7f6000; border: 1px solid black; height: 250px; overflow: auto; width: 90%;&quot;&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;

var home_page_url = location.href;


var pageCount=&lt;span style=&quot;font-size: 130%; font-weight: bold;&quot;&gt;&lt;span style=&quot;color: #cc33cc;&quot;&gt;1&lt;/span&gt;&lt;/span&gt;;
var displayPageNum=&lt;span style=&quot;color: #3333ff; font-size: 130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;3&lt;/span&gt;&lt;/span&gt;;
var upPageWord =&#39;&lt;span style=&quot;color: #ff6600; font-size: 130%; font-weight: bold;&quot;&gt;Previous&lt;/span&gt;&#39;;
var downPageWord =&#39;&lt;span style=&quot;color: #009900; font-size: 130%; font-weight: bold;&quot;&gt;Next&lt;/span&gt;&#39;;


function showpageCount(json) {
var thisUrl = home_page_url;
var htmlMap = new Array();
var thisNum = 1;
var postNum=1;
var itemCount = 0;
var fFlag = 0;
var eFlag = 0;
var html= &#39;&#39;;
var upPageHtml =&#39;&#39;;
var downPageHtml =&#39;&#39;;





for(var i=0, post; post = json.feed.entry[i]; i++) {

var timestamp1 = post.published.$t.substring(0,19)+post.published.$t.substring(23,29);
timestamp = encodeURIComponent(timestamp1);


var title = post.title.$t;

if(title!=&#39;&#39;){
if(itemCount==0 || (itemCount % pageCount ==(pageCount-1))){
 if(thisUrl.indexOf(timestamp)!=-1 ){
   thisNum = postNum;
 }

 if(title!=&#39;&#39;) postNum++;
 htmlMap[htmlMap.length] = &#39;/search?updated-max=&#39;+timestamp+&#39;&amp;amp;max-results=&#39;+pageCount;
}
}
itemCount++;

}

for(var p =0;p&amp;lt; htmlMap.length;p++){
if(p&amp;gt;=(thisNum-displayPageNum-1) &amp;amp;&amp;amp; p&amp;lt;(thisNum+displayPageNum)){
if(fFlag ==0 &amp;amp;&amp;amp; p == thisNum-2){
 if(thisNum==2){
  upPageHtml = &#39;&amp;lt;span class=&quot;showpage&quot;&amp;gt;&amp;lt;a href=&quot;/&quot;&amp;gt;&#39;+ upPageWord +&#39;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;
 }else{
  upPageHtml = &#39;&amp;lt;span class=&quot;showpage&quot;&amp;gt;&amp;lt;a href=&quot;&#39;+htmlMap[p]+&#39;&quot;&amp;gt;&#39;+ upPageWord +&#39;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;
 }

 fFlag++;
}

if(p==(thisNum-1)){
 html += &#39;&amp;lt;span class=&quot;showpagePoint&quot;&amp;gt;&#39;+thisNum+&#39;&amp;lt;/span&amp;gt;&#39;;
}else{
 if(p==0){
   html += &#39;&amp;lt;span class=&quot;showpageNum&quot;&amp;gt;&amp;lt;a href=&quot;/&quot;&amp;gt;1&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;

 }else{
  html += &#39;&amp;lt;span class=&quot;showpageNum&quot;&amp;gt;&amp;lt;a href=&quot;&#39;+htmlMap[p]+&#39;&quot;&amp;gt;&#39;+ (p+1) +&#39;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;
 }
}

if(eFlag ==0 &amp;amp;&amp;amp; p == thisNum){
 downPageHtml = &#39;&amp;lt;span class=&quot;showpage&quot;&amp;gt; &amp;lt;a href=&quot;&#39;+htmlMap[p]+&#39;&quot;&amp;gt;&#39;+ downPageWord +&#39;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;
 eFlag++;
}
}
}

if(thisNum&amp;gt;1){
html = &#39;&#39;+upPageHtml+&#39; &#39;+html +&#39; &#39;;
}

html = &#39;&amp;lt;div class=&quot;showpageArea&quot;&amp;gt;&amp;lt;span  class=&quot;showpageOf&quot;&amp;gt; Pages (&#39;+(postNum-1)+&#39;)&amp;lt;/span&amp;gt;&#39;+html;

if(thisNum&amp;lt;(postNum-1)){
html += downPageHtml;
}

if(postNum==1) postNum++;
html += &#39;&amp;lt;/div&amp;gt;&#39;;


var pageArea = document.getElementsByName(&quot;pageArea&quot;);
var blogPager = document.getElementById(&quot;blog-pager&quot;);

if(postNum &amp;lt;= 2){
html =&#39;&#39;;
}

for(var p =0;p&amp;lt; pageArea.length;p++){
pageArea[p].innerHTML = html;
}

if(pageArea&amp;amp;&amp;amp;pageArea.length&amp;gt;0){
html =&#39;&#39;;
}

if(blogPager){
blogPager.innerHTML = html;
}


}


function showpageCount2(json) {

var thisUrl = home_page_url;
var htmlMap = new Array();
var isLablePage = thisUrl.indexOf(&quot;/search/label/&quot;)!=-1;
var thisLable = isLablePage ? thisUrl.substr(thisUrl.indexOf(&quot;/search/label/&quot;)+14,thisUrl.length) : &quot;&quot;;
thisLable = thisLable.indexOf(&quot;?&quot;)!=-1 ? thisLable.substr(0,thisLable.indexOf(&quot;?&quot;)) : thisLable;
var thisNum = 1;
var postNum=1;
var itemCount = 0;
var fFlag = 0;
var eFlag = 0;
var html= &#39;&#39;;
var upPageHtml =&#39;&#39;;
var downPageHtml =&#39;&#39;;



var labelHtml = &#39;&amp;lt;span class=&quot;showpageNum&quot;&amp;gt;&amp;lt;a href=&quot;/search/label/&#39;+thisLable+&#39;?&amp;amp;max-results=&#39;+pageCount+&#39;&quot;&amp;gt;&#39;;
var thisUrl = home_page_url;


for(var i=0, post; post = json.feed.entry[i]; i++) {

var timestamp1 = post.published.$t.substring(0,19)+post.published.$t.substring(23,29);
timestamp = encodeURIComponent(timestamp1);



var title = post.title.$t;

if(title!=&#39;&#39;){
if(itemCount==0 || (itemCount % pageCount ==(pageCount-1))){
 if(thisUrl.indexOf(timestamp)!=-1 ){
  thisNum = postNum;
 }

 if(title!=&#39;&#39;) postNum++;
 htmlMap[htmlMap.length] = &#39;/search/label/&#39;+thisLable+&#39;?updated-max=&#39;+timestamp+&#39;&amp;amp;max-results=&#39;+pageCount;

}
}
itemCount++;
}

for(var p =0;p&amp;lt; htmlMap.length;p++){
if(p&amp;gt;=(thisNum-displayPageNum-1) &amp;amp;&amp;amp; p&amp;lt;(thisNum+displayPageNum)){
if(fFlag ==0 &amp;amp;&amp;amp; p == thisNum-2){
 if(thisNum==2){
  upPageHtml = labelHtml + upPageWord +&#39;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;
 }else{
  upPageHtml = &#39;&amp;lt;span class=&quot;showpage&quot;&amp;gt;&amp;lt;a href=&quot;&#39;+htmlMap[p]+&#39;&quot;&amp;gt;&#39;+ upPageWord +&#39;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;
 }

 fFlag++;
}

if(p==(thisNum-1)){
 html += &#39;&amp;lt;span class=&quot;showpagePoint&quot;&amp;gt;&#39;+thisNum+&#39;&amp;lt;/span&amp;gt;&#39;;
}else{
 if(p==0){
  html = labelHtml+&#39;1&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;
 }else{
  html += &#39;&amp;lt;span class=&quot;showpageNum&quot;&amp;gt;&amp;lt;a href=&quot;&#39;+htmlMap[p]+&#39;&quot;&amp;gt;&#39;+ (p+1) +&#39;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;
 }
}

if(eFlag ==0 &amp;amp;&amp;amp; p == thisNum){
 downPageHtml = &#39;&amp;lt;span class=&quot;showpage&quot;&amp;gt; &amp;lt;a href=&quot;&#39;+htmlMap[p]+&#39;&quot;&amp;gt;&#39;+ downPageWord +&#39;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&#39;;
 eFlag++;
}
}
}

if(thisNum&amp;gt;1){
if(!isLablePage){
html = &#39;&#39;+upPageHtml+&#39; &#39;+html +&#39; &#39;;
}else{
html = &#39;&#39;+upPageHtml+&#39; &#39;+html +&#39; &#39;;
}
}

html = &#39;&amp;lt;div class=&quot;showpageArea&quot;&amp;gt;&amp;lt;span  class=&quot;showpageOf&quot;&amp;gt; Pages (&#39;+(postNum-1)+&#39;)&amp;lt;/span&amp;gt;&#39;+html;

if(thisNum&amp;lt;(postNum-1)){
html += downPageHtml;
}

if(postNum==1) postNum++;
html += &#39;&amp;lt;/div&amp;gt;&#39;;

var pageArea = document.getElementsByName(&quot;pageArea&quot;);
var blogPager = document.getElementById(&quot;blog-pager&quot;);

if(postNum &amp;lt;= 2){
html =&#39;&#39;;
}

for(var p =0;p&amp;lt; pageArea.length;p++){
pageArea[p].innerHTML = html;
}

if(pageArea&amp;amp;&amp;amp;pageArea.length&amp;gt;0){
html =&#39;&#39;;
}

if(blogPager){
blogPager.innerHTML = html;
}


}


&amp;lt;/script&amp;gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;

var thisUrl = home_page_url;
if (thisUrl.indexOf(&quot;/search/label/&quot;)!=-1){
if (thisUrl.indexOf(&quot;?updated-max&quot;)!=-1){
 var lblname1 = thisUrl.substring(thisUrl.indexOf(&quot;/search/label/&quot;)+14,thisUrl.indexOf(&quot;?updated-max&quot;));
}else{
 var lblname1 = thisUrl.substring(thisUrl.indexOf(&quot;/search/label/&quot;)+14,thisUrl.indexOf(&quot;?&amp;amp;max&quot;));
}
}

var home_page = &quot;/&quot;;
if (thisUrl.indexOf(&quot;?q=&quot;)==-1){
if (thisUrl.indexOf(&quot;/search/label/&quot;)==-1){
 document.write(&#39;&amp;lt;script src=&quot;&#39;+home_page+&#39;feeds/posts/summary?alt=json-in-script&amp;amp;callback=showpageCount&amp;amp;max-results=99999&quot; &amp;gt;&amp;lt;\/script&amp;gt;&#39;)
}else{document.write(&#39;&amp;lt;script src=&quot;&#39;+home_page+&#39;feeds/posts/full/-/&#39;+lblname1+&#39;?alt=json-in-script&amp;amp;callback=showpageCount2&amp;amp;max-results=99999&quot; &amp;gt;&amp;lt;\/script&amp;gt;&#39;)
}
}
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;br /&gt;
&lt;span style=&quot;color: red; font-size: 130%; font-weight: bold;&quot;&gt;Note:&lt;/span&gt;&lt;br /&gt;
Change values of &lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;pageCount&lt;/span&gt;,&lt;span style=&quot;color: #3333ff; font-weight: bold;&quot;&gt;displayPageNum&lt;/span&gt;,&lt;span style=&quot;color: #ff6600; font-weight: bold;&quot;&gt;upPageWord&lt;/span&gt;,&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;downPageWord&lt;/span&gt; if you like.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;blockquote&gt; http://bit.ly/4w36zA&lt;/blockquote&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/4264705538861286482/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/10/numbered-page-navigation-hack-for.html#comment-form' title='1 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/4264705538861286482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/4264705538861286482'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/10/numbered-page-navigation-hack-for.html' title='Numbered Page Navigation Hack For Bloggers'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFHiC94u3Och-Qa3nebaH8nb2Vojt0ZkA3RplQ0SYubtTG9gvPE1pc1TvyU5iMmYPw8glJQ7aFoom-kxK2Suh-22WwDla2qa_NG1pO8zVoZ6sbE2YvQN5YVbe8ZNknxv06mLbkUHMJy04/s72-c/2011-10-01_151513.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-4918413420146680709</id><published>2011-09-30T19:32:00.000-07:00</published><updated>2011-09-30T19:32:51.256-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="background"/><title type='text'>How To Add Random,Rotating Images for Blogger Header</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;In this tutorial I am going to explain how to add random,rotating images  for your blogger header background.When after you adding this feature  to your blogger blog,header image of your blog will rotate/change in  each page refresh.Before doing this trick you must create header images  for your blog.In this tutorial I am going to show how to rotate 5 header  images.&lt;br /&gt;
&lt;br /&gt;
1.Log in to your dashboard--&amp;gt; Design- -&amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
2.Scroll down to where you see &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;&amp;lt;body&amp;gt;&lt;/span&gt; tag.&lt;br /&gt;
&lt;br /&gt;
3.Now copy below code and paste it &lt;span style=&quot;color: #3333ff;&quot;&gt;just after&lt;/span&gt; the &lt;span style=&quot;color: red;&quot;&gt;&amp;lt;body&amp;gt;&lt;/span&gt; tag.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;/div&gt;&lt;pre style=&quot;border: 1px solid black; height: 350px; overflow: auto; width: 90%;&quot;&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;

var HeaderImage= new Array()

HeaderImage[0]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-1&lt;/span&gt;&amp;amp;quot;
HeaderImage[1]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-2&lt;/span&gt;&amp;amp;quot;
HeaderImage[2]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-3&lt;/span&gt;&amp;amp;quot;
HeaderImage[3]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-4&lt;/span&gt;&amp;amp;quot;
HeaderImage[4]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-5&lt;/span&gt;&amp;amp;quot;
var random=Math.round(&lt;span style=&quot;color: #ff6600; font-size: 130%; font-weight: bold;&quot;&gt;4*Math.random()&lt;/span&gt;);

document.write(&amp;amp;quot;&amp;lt;style&amp;gt;&amp;amp;quot;);
document.write(&amp;amp;quot;&lt;span style=&quot;color: #009900; font-size: 130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;#header-wrapper&lt;/span&gt;&lt;/span&gt; {&amp;amp;quot;);
document.write(&amp;amp;#39; background:url(&amp;amp;quot;&amp;amp;#39; + HeaderImage[random] + &amp;amp;#39;&amp;amp;quot;) no-repeat left TOP;&amp;amp;#39;);
document.write(&amp;amp;quot; }&amp;amp;quot;);
document.write(&amp;amp;quot;&amp;lt;/style&amp;gt;&amp;amp;quot;);

&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;pre style=&quot;border: 1px solid black; height: 350px; overflow: auto; width: 90%;&quot;&gt;&lt;span style=&quot;font-size: 130%; font-weight: bold;&quot;&gt;NOTE :&lt;/span&gt;

&lt;span style=&quot;color: red;&quot;&gt;Replace&lt;/span&gt; &quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-X&lt;/span&gt;&quot; with your image URLs.

If above code doesn&#39;t work for your blog,then replace &quot;&lt;span style=&quot;color: #009900; font-size: 130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;#header-wrapper&lt;/span&gt;&lt;/span&gt;&quot; with &quot;&lt;span style=&quot;color: #009900; font-size: 130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;#header&lt;/span&gt;&lt;/span&gt;&quot;.(&lt;u style=&quot;font-weight: bold;&quot;&gt;ID&lt;/u&gt; or &lt;u style=&quot;font-weight: bold;&quot;&gt;Class&lt;/u&gt; of your header section).

You can add different number of images than 5.But remember to change &quot;&lt;span style=&quot;color: #ff6600; font-size: 130%; font-weight: bold;&quot;&gt;4*Math.random()&lt;/span&gt;&quot;
 according to the number of images you add.For example,when you want to 
add 8 different images for your blog header background, then code should
 be change as &quot;&lt;span style=&quot;color: #ff6600; font-size: 130%; font-weight: bold;&quot;&gt;7*Math.random()&lt;/span&gt;&quot;.Look at the example below:&lt;/pre&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;pre style=&quot;border: 1px solid black; height: 400px; overflow: auto; width: 90%;&quot;&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;

var HeaderImage= new Array()

HeaderImage[0]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-1&lt;/span&gt;&amp;amp;quot;
HeaderImage[1]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-2&lt;/span&gt;&amp;amp;quot;
HeaderImage[2]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-3&lt;/span&gt;&amp;amp;quot;
HeaderImage[3]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-4&lt;/span&gt;&amp;amp;quot;
HeaderImage[4]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-5&lt;/span&gt;&amp;amp;quot;
HeaderImage[4]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-6&lt;/span&gt;&amp;amp;quot;
HeaderImage[4]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-7&lt;/span&gt;&amp;amp;quot;
HeaderImage[4]=&amp;amp;quot;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;URL-OF-HEADER-IMAGE-8&lt;/span&gt;&amp;amp;quot;
var random=Math.round(&lt;span style=&quot;color: #ff6600; font-size: 130%; font-weight: bold;&quot;&gt;7*Math.random()&lt;/span&gt;);

document.write(&amp;amp;quot;&amp;lt;style&amp;gt;&amp;amp;quot;);
document.write(&amp;amp;quot;&lt;span style=&quot;color: #009900; font-size: 130%; font-weight: bold;&quot;&gt;#header-wrapper&lt;/span&gt; {&amp;amp;quot;);
document.write(&amp;amp;#39; background:url(&amp;amp;quot;&amp;amp;#39; + HeaderImage[random] + &amp;amp;#39;&amp;amp;quot;) no-repeat left TOP;&amp;amp;#39;);
document.write(&amp;amp;quot; }&amp;amp;quot;);
document.write(&amp;amp;quot;&amp;lt;/style&amp;gt;&amp;amp;quot;);

&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;pre style=&quot;border: 1px solid black; height: 400px; overflow: auto; width: 90%;&quot;&gt;4.Now save your template and your done.Refresh your site few times to see the result.Your header image will be rotate.&lt;/pre&gt;&lt;pre style=&quot;border: 1px solid black; height: 400px; overflow: auto; width: 90%;&quot;&gt;http://bit.ly/4w36zA &lt;/pre&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/4918413420146680709/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-add-randomrotating-images-for.html#comment-form' title='0 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/4918413420146680709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/4918413420146680709'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-add-randomrotating-images-for.html' title='How To Add Random,Rotating Images for Blogger Header'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-6304485224323179005</id><published>2011-09-30T19:21:00.000-07:00</published><updated>2011-09-30T19:21:43.262-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="AdSense"/><title type='text'>How To Add 728x90 leaderboard Adsense ads between Header and Post Section in blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;1.Log in to your dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
2.Click on &quot;&lt;span style=&quot;color: #3333ff;&quot;&gt;Expand Widget Templates&lt;/span&gt;&quot;&lt;br /&gt;
&lt;br /&gt;
3.Scroll down to where you see this:&lt;br /&gt;
&lt;center style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;b:section class=&#39;crosscol&#39; id=&#39;crosscol&#39; showaddelement=&#39;no&#39;/&amp;gt;&lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;center&gt;&amp;nbsp;&lt;/center&gt;&lt;/div&gt;&amp;nbsp;4.Now &lt;span style=&quot;color: red;&quot;&gt;replace&lt;/span&gt; above code with below code.&lt;br /&gt;
&lt;center style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;b:section class=&#39;crosscol&#39; id=&#39;crosscol&#39; showaddelement=&#39;yes&#39;/&amp;gt;&lt;/center&gt;&lt;center&gt;&amp;nbsp;&lt;/center&gt;&amp;nbsp;5.Now save your template.&lt;br /&gt;
&lt;br /&gt;
6.Go to Layout &amp;gt; Page Elements&lt;br /&gt;
&lt;br /&gt;
7.Now  Click on &lt;span style=&quot;color: #3333ff;&quot;&gt;new&lt;/span&gt; &#39;Add a Gadget&#39; option that will now have appeared &lt;span style=&quot;color: red;&quot;&gt;between Blog Posts and the Header.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkNpI9b1pi9hULz93lDrOBSslciEE05upT94CT57lAtIu8FoHnKcpbMsP6UvluleAwOD7oVy2lSVBGuQk-Cse4BQXA7VLJl5wrehToGIQ_IsvKT6FQ2_AQWoNFxIs-XCXx0hWkH8kbBxE/s1600/2011-10-01_041951.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;191&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkNpI9b1pi9hULz93lDrOBSslciEE05upT94CT57lAtIu8FoHnKcpbMsP6UvluleAwOD7oVy2lSVBGuQk-Cse4BQXA7VLJl5wrehToGIQ_IsvKT6FQ2_AQWoNFxIs-XCXx0hWkH8kbBxE/s320/2011-10-01_041951.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;nbsp;&lt;/span&gt;8.Select &#39;HTML/Javascript&#39; and add your 728x90 leaderboard Adsesne code and click save.&lt;br /&gt;
&lt;br /&gt;
Now you are done.&lt;br /&gt;
&lt;blockquote&gt;http://bit.ly/4w36zA&lt;/blockquote&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/6304485224323179005/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-add-728x90-leaderboard-adsense.html#comment-form' title='3 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/6304485224323179005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/6304485224323179005'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-add-728x90-leaderboard-adsense.html' title='How To Add 728x90 leaderboard Adsense ads between Header and Post Section in blogger'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkNpI9b1pi9hULz93lDrOBSslciEE05upT94CT57lAtIu8FoHnKcpbMsP6UvluleAwOD7oVy2lSVBGuQk-Cse4BQXA7VLJl5wrehToGIQ_IsvKT6FQ2_AQWoNFxIs-XCXx0hWkH8kbBxE/s72-c/2011-10-01_041951.png" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-7618386483619558209</id><published>2011-09-30T19:18:00.000-07:00</published><updated>2011-09-30T19:18:12.454-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="AdSense"/><title type='text'>How To Use Adsense Section Targeting on Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;What is Google Adsense Section targeting? Here is the official information on &lt;a href=&quot;https://www.google.com/adsense/support/bin/answer.py?hl=en&amp;amp;answer=23168&quot;&gt;Adsense Help Center&lt;/a&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Section  targeting allows you to suggest sections of your text and HTML content  that you&#39;d like us to emphasize or downplay when matching ads to your  site&#39;s content. By providing us with your suggestions, you can assist us  in improving your ad targeting. We recommend that only those familiar  with HTML attempt to implement section targeting.&lt;/li&gt;
&lt;li&gt;To implement  section targeting, you&#39;ll need to add a set of special HTML comment tags  to your code. These tags will mark the beginning and end of whichever  section(s) you&#39;d like to emphasize or de-emphasize for ad targeting.&lt;/li&gt;
&lt;li&gt;The HTML tags to emphasize a page section take the following format:&lt;/li&gt;
&lt;li style=&quot;background-color: #7f6000; text-align: center;&quot;&gt;&amp;lt;!-- google_ad_section_start --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
YOUR PAGE CONTENT&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- google_ad_section_end --&amp;gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;Now, how can you implement Adsense Section Targeting on New Blogger? If  you want to get relevant ads, applying  Adsense Section Targeting to  your blog use above the code before and after post titles and post  content.&lt;br /&gt;
&lt;br /&gt;
Follow these steps to do it.&lt;br /&gt;
&lt;br /&gt;
1.Log in to your dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
2.Click on &quot;&lt;span style=&quot;color: #3333ff;&quot;&gt;Expand Widget Templates&lt;/span&gt;&quot;&lt;br /&gt;
&lt;br /&gt;
3.Scroll down to where you see this:&lt;/li&gt;
&lt;li style=&quot;background-color: #7f6000; text-align: center;&quot;&gt;&amp;lt;b:includable id=&#39;post&#39; var=&#39;post&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;post uncustomized-post-template&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a expr:name=&#39;data:post.id&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.title&#39;&amp;gt;&lt;br /&gt;
&amp;lt;h3 class=&#39;post-title&#39;&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.link&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href=&#39;data:post.link&#39;&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.url&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href=&#39;data:post.url&#39;&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt; 4.Now &lt;span style=&quot;color: red;&quot;&gt;replace&lt;/span&gt; above code with below code.&lt;/li&gt;
&lt;li style=&quot;background-color: #7f6000; text-align: center;&quot;&gt;&amp;lt;b:includable id=&#39;post&#39; var=&#39;post&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;post uncustomized-post-template&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a expr:name=&#39;data:post.id&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.title&#39;&amp;gt;&lt;br /&gt;
&amp;lt;h3 class=&#39;post-title&#39;&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.link&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a  expr:href=&#39;data:post.link&#39;&amp;gt;&amp;lt;!-- google_ad_section_start  --&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;!-- google_ad_section_end  --&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.url&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a  expr:href=&#39;data:post.url&#39;&amp;gt;&amp;lt;!-- google_ad_section_start  --&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;!-- google_ad_section_end  --&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;!-- google_ad_section_start --&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;!-- google_ad_section_end --&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt; 5.Now again scroll down to where you see this:&lt;/li&gt;
&lt;li style=&quot;text-align: center;&quot;&gt;&lt;center style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;data:post.body/&amp;gt;&lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;center&gt;&amp;nbsp;&lt;/center&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;6.Now &lt;span style=&quot;color: red;&quot;&gt;replace&lt;/span&gt; above code with below code.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;center&gt;&amp;nbsp;&lt;/center&gt;&lt;/div&gt;&lt;center&gt; &lt;span style=&quot;color: red;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;center style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;!-- google_ad_section_start --&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;!-- google_ad_section_end --&amp;gt;&lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;center&gt;&amp;nbsp;&lt;/center&gt;&lt;/div&gt;&lt;/center&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;center&gt;&amp;nbsp;&lt;/center&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;7.Now save your template and you are done. &lt;/div&gt;&lt;blockquote&gt;&lt;div style=&quot;text-align: left;&quot;&gt;http://bit.ly/4w36zA&lt;/div&gt;&lt;/blockquote&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/7618386483619558209/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-use-adsense-section-targeting-on.html#comment-form' title='0 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/7618386483619558209'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/7618386483619558209'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-use-adsense-section-targeting-on.html' title='How To Use Adsense Section Targeting on Blogger'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-5485818795079632673</id><published>2011-09-30T18:54:00.000-07:00</published><updated>2011-09-30T18:54:36.919-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="AdSense"/><title type='text'>How To Remove Low paying Adsense Ads</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;To increase your Adsense Earnings by removing the lowpaying adsense ads from your account,follow the steps below.&lt;br /&gt;
&lt;br /&gt;
1.First go to &lt;a href=&quot;http://www.adsblacklist.com/&quot;&gt;www.adsblacklist.com&lt;/a&gt; .&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEuPIcSKubuHYBDrM0Ez5gLpMay7fMaGX6BFwfTkKkFWk-CM2F30cIbKjnn887f4aCO9JFgduYb-0jVkhuXEEn6YowbAl0y734S5hJ4rscnGH_JbQHOYgaPyHLsdSOKyjs4jr79i9sfIs/s1600/2011-10-01_034237.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEuPIcSKubuHYBDrM0Ez5gLpMay7fMaGX6BFwfTkKkFWk-CM2F30cIbKjnn887f4aCO9JFgduYb-0jVkhuXEEn6YowbAl0y734S5hJ4rscnGH_JbQHOYgaPyHLsdSOKyjs4jr79i9sfIs/s1600/2011-10-01_034237.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;2.Now &lt;span style=&quot;color: #3333ff;&quot;&gt;Signup&lt;/span&gt; for a account.it&#39;s free and very simple.&lt;br /&gt;
&lt;br /&gt;
3.Now&lt;span style=&quot;color: #3333ff;&quot;&gt; login&lt;/span&gt; to your account.&lt;br /&gt;
&lt;br /&gt;
4.Now Click on &lt;span style=&quot;color: #3333ff;&quot;&gt;My Account&lt;/span&gt;.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-tEW7Fdi-NstYVIsdfQ2c-78uKkn8XyfpiReMk8j0fpjWtHjFKMooaDV95ARsOJnQw36UDD8paRF9tC4IWml8tPm0ShF1UYwxQb9HLQJXWxHhGRla60XTUliRKGObVyM_goxA_mZ0LN8/s1600/2011-10-01_034451.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-tEW7Fdi-NstYVIsdfQ2c-78uKkn8XyfpiReMk8j0fpjWtHjFKMooaDV95ARsOJnQw36UDD8paRF9tC4IWml8tPm0ShF1UYwxQb9HLQJXWxHhGRla60XTUliRKGObVyM_goxA_mZ0LN8/s320/2011-10-01_034451.png&quot; width=&quot;195&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
5.Now click on &#39;&lt;span style=&quot;color: red;&quot;&gt;Add New Domain&lt;/span&gt;&#39;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3Orpk4T8aaxuZMsjxmgMMsEBxhgW_rgI_f1uQVI44cgqxqv_J8AMUTuXz1Hvz7bnyec1eChHlX5L6vPRcQDvHFURn8L7H_swMN3Tj8yi1taGb8JSw-E78c4adOqP0INd3CoJDJqucCek/s1600/2011-10-01_034555.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3Orpk4T8aaxuZMsjxmgMMsEBxhgW_rgI_f1uQVI44cgqxqv_J8AMUTuXz1Hvz7bnyec1eChHlX5L6vPRcQDvHFURn8L7H_swMN3Tj8yi1taGb8JSw-E78c4adOqP0INd3CoJDJqucCek/s1600/2011-10-01_034555.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;4.Submit your &lt;span style=&quot;color: red;&quot;&gt;URL&lt;/span&gt;,&lt;span style=&quot;color: red;&quot;&gt;TITLE&lt;/span&gt; and &lt;span style=&quot;color: red;&quot;&gt;Keywords&lt;/span&gt;.Look at the example below.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6ENIGTt3vFiEr6Z5gEwKSTHGVFXh73cEWmlUQ1wvdnRylAQi5w-yXVQFLd4ILbBTtsH9ELy1lRw40jY3YEuW4WxOGPMQy96vi9Ei1dDnHSvGLh7U7tknBsCRODjcoGc99SUC6A6myfLM/s1600/2011-10-01_034659.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;207&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6ENIGTt3vFiEr6Z5gEwKSTHGVFXh73cEWmlUQ1wvdnRylAQi5w-yXVQFLd4ILbBTtsH9ELy1lRw40jY3YEuW4WxOGPMQy96vi9Ei1dDnHSvGLh7U7tknBsCRODjcoGc99SUC6A6myfLM/s320/2011-10-01_034659.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;5.Now go to &lt;span style=&quot;color: red;&quot;&gt;Generate Filter List&lt;/span&gt;.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEho0vauxpwMrfb_K6VW_F_BVtFEsejcCX_4JtMx9UZN1v5LV3YnuLOwH-pEIR4uzwiiFzH_XkJiIpxlaVBEoDf3x2CEBfDu4ZXt6MfY33xjH3q5G-FseNBCvLviYBQOQSjG25bWhqJLqIc/s1600/2011-10-01_034745.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEho0vauxpwMrfb_K6VW_F_BVtFEsejcCX_4JtMx9UZN1v5LV3YnuLOwH-pEIR4uzwiiFzH_XkJiIpxlaVBEoDf3x2CEBfDu4ZXt6MfY33xjH3q5G-FseNBCvLviYBQOQSjG25bWhqJLqIc/s1600/2011-10-01_034745.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;6.&lt;span style=&quot;color: red;&quot;&gt;Drag and drop&lt;/span&gt; your &lt;span style=&quot;color: #3333ff;&quot;&gt;domain name&lt;/span&gt; into  &#39;Keywords from selected domains:&#39; box.Then you can see keywords,you give in step 4.&lt;br /&gt;
&lt;br /&gt;
7.Now select &#39;&lt;span style=&quot;color: red;&quot;&gt;MFA&lt;/span&gt;&#39; and &#39;&lt;span style=&quot;color: red;&quot;&gt;LCPC&lt;/span&gt;&#39;.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ifK-hx3LFvC6gRzk-2CgvcY7XHZHkUfVteN7TSbRxgOHI1644nw3r_M91xNszxTrahSFi9y-X2_SZwDGAryBt0w63Ri4RhrkHDMYcKZBMjiCQXwIr90FiZKHxe-SNtXFJInrwyl8hwE/s1600/2011-10-01_034848.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0ifK-hx3LFvC6gRzk-2CgvcY7XHZHkUfVteN7TSbRxgOHI1644nw3r_M91xNszxTrahSFi9y-X2_SZwDGAryBt0w63Ri4RhrkHDMYcKZBMjiCQXwIr90FiZKHxe-SNtXFJInrwyl8hwE/s1600/2011-10-01_034848.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
8.Now click on Submit.&lt;br /&gt;
&lt;br /&gt;
9.They will give you&lt;span style=&quot;color: #3333ff;&quot;&gt; lowpaying ads urls&lt;/span&gt;.&lt;span style=&quot;color: red;&quot;&gt;copy&lt;/span&gt; these urls.&lt;br /&gt;
&lt;br /&gt;
10.Now login to your Google Adsense Account.&lt;br /&gt;
&lt;br /&gt;
11.Click  &lt;span style=&quot;color: red;&quot;&gt;AdSense Setup&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoglgkjOufFhIia54HZU5ukjG9JsMOCQPLuTkowJn1KHCNGqzSFYyWSPlnK74cT4HASAjLhuEHu__s7YiU0YE84udx45mEbqG-5LIJoY0clZQBBTaNfjTAZsRYxcAI5mOBQ1ohQX7DoHk/s1600/2011-10-01_034957.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoglgkjOufFhIia54HZU5ukjG9JsMOCQPLuTkowJn1KHCNGqzSFYyWSPlnK74cT4HASAjLhuEHu__s7YiU0YE84udx45mEbqG-5LIJoY0clZQBBTaNfjTAZsRYxcAI5mOBQ1ohQX7DoHk/s320/2011-10-01_034957.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;12.Go to &lt;span style=&quot;color: red;&quot;&gt;Competitive Ad Filter&lt;/span&gt; category.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE5ldi2un_PZNe9tBOFymNro_n3B719cOHmY3Nwg50IDUOuffU6gWvvtq-vIKAvKFD5Seb6WvbPFaEKJ80D91Kg-Fh_OI8IUsfjyNysZnW0jFOhAuzko-kZ5p6p6fMh4o8FoqzC56Hbew/s1600/2011-10-01_035116.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE5ldi2un_PZNe9tBOFymNro_n3B719cOHmY3Nwg50IDUOuffU6gWvvtq-vIKAvKFD5Seb6WvbPFaEKJ80D91Kg-Fh_OI8IUsfjyNysZnW0jFOhAuzko-kZ5p6p6fMh4o8FoqzC56Hbew/s320/2011-10-01_035116.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
13.&lt;span style=&quot;color: #3333ff;&quot;&gt;Paste&lt;/span&gt; lowpaying ads urls into the box and click &lt;span style=&quot;color: red;&quot;&gt;save changes&lt;/span&gt;.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipmJlIewpGvrWlwc5-9zXXT0udFuidhdmKA7hYWXnP9V4QL6dLlWb8-6SVT6wmETOc3m9phk9Cl1cy8Ue9eEAuuqP8mTNgvqt7laK0vexx4jHasYwx2FOFKdqL-ArPxd4vz94RlqRiTGs/s1600/2011-10-01_035223.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;253&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipmJlIewpGvrWlwc5-9zXXT0udFuidhdmKA7hYWXnP9V4QL6dLlWb8-6SVT6wmETOc3m9phk9Cl1cy8Ue9eEAuuqP8mTNgvqt7laK0vexx4jHasYwx2FOFKdqL-ArPxd4vz94RlqRiTGs/s320/2011-10-01_035223.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
14.Now google will not display low paying ads in your site.&lt;br /&gt;
&lt;blockquote&gt;http://bit.ly/4w36zA &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/5485818795079632673/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-remove-low-paying-adsense-ads.html#comment-form' title='1 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/5485818795079632673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/5485818795079632673'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-remove-low-paying-adsense-ads.html' title='How To Remove Low paying Adsense Ads'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEuPIcSKubuHYBDrM0Ez5gLpMay7fMaGX6BFwfTkKkFWk-CM2F30cIbKjnn887f4aCO9JFgduYb-0jVkhuXEEn6YowbAl0y734S5hJ4rscnGH_JbQHOYgaPyHLsdSOKyjs4jr79i9sfIs/s72-c/2011-10-01_034237.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-3097943049574873175</id><published>2011-09-30T18:41:00.000-07:00</published><updated>2011-09-30T18:41:01.290-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="AdSense"/><title type='text'>How To Remove AdSense Ads from the Homepage</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;This post explains how to hide Google Adsense Ads In Home Page And display them only Inside Post pages Alone.&lt;br /&gt;
If you want to  hide Google Adsense Ads In Home Page ,follow the steps below.&lt;br /&gt;
1.Generate Parsed code for your adsense code because we cannot put adsense code directly in the xml.So parse it using &lt;a href=&quot;http://blogcrowds.com/resources/parse_html.php&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;AdParser&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
After parsing,your ad code Should look like this.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhT_JwlURAEgjm9JJc5Lg7CGA4xGbDekkkJAJMFBZ64MdeRKxyFh6gjxb_M2neXLg0DnkGbFPUPdA6-vIkDRtvSdbQBrIc0549kInGygsXf_3upx8WHYWcYgXDBa_GC9lxjjBZIUOVktmo/s1600/2011-10-01_032446.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;156&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhT_JwlURAEgjm9JJc5Lg7CGA4xGbDekkkJAJMFBZ64MdeRKxyFh6gjxb_M2neXLg0DnkGbFPUPdA6-vIkDRtvSdbQBrIc0549kInGygsXf_3upx8WHYWcYgXDBa_GC9lxjjBZIUOVktmo/s320/2011-10-01_032446.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;2.Log in to your dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;br /&gt;
3.Click on &quot;Expand Widget Templates&quot;&lt;br /&gt;
&lt;br /&gt;
4.Scroll down to where you see this:&lt;br /&gt;
&lt;center style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;data:post.body/&amp;gt;&lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;5.Now Copy below code and paste it before the above line.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;b:if cond =&#39;data:blog.pageType == &quot;item&quot;&#39;&amp;gt;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;!-- Your AdSense code here --&amp;gt;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;/b:if&amp;gt; &lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;strong&gt;Note :&lt;/strong&gt; You must you must replace  &lt;span style=&quot;color: red;&quot;&gt;&amp;lt;!-- Your AdSense code here --&amp;gt; &lt;/span&gt;with &lt;span style=&quot;color: red;&quot;&gt;Your Adsense Parsed code&lt;/span&gt;.&lt;br /&gt;
6.Now save your template and you are done.&lt;br /&gt;
&lt;blockquote&gt;http://bit.ly/4w36zA &lt;/blockquote&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/3097943049574873175/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-remove-adsense-ads-from-homepage.html#comment-form' title='2 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/3097943049574873175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/3097943049574873175'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-remove-adsense-ads-from-homepage.html' title='How To Remove AdSense Ads from the Homepage'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhT_JwlURAEgjm9JJc5Lg7CGA4xGbDekkkJAJMFBZ64MdeRKxyFh6gjxb_M2neXLg0DnkGbFPUPdA6-vIkDRtvSdbQBrIc0549kInGygsXf_3upx8WHYWcYgXDBa_GC9lxjjBZIUOVktmo/s72-c/2011-10-01_032446.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-1966199424789250155</id><published>2011-09-30T18:33:00.000-07:00</published><updated>2011-09-30T18:33:32.264-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="AdSense"/><title type='text'>How to put AdSense in the Middle or Anywhere of Blogger posts</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;If you want to put Adsense ads in the middle of Blogger posts follow the steps below.&lt;br /&gt;
1.Generate &lt;span style=&quot;color: red;&quot;&gt;Parsed code&lt;/span&gt; for your adsense code because we cannot put adsense code directly in the xml.So parse it using &lt;a href=&quot;http://blogcrowds.com/resources/parse_html.php&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;AdParser&lt;/a&gt;. &lt;br /&gt;
After parsing,your ad code Should look like this.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC5fG9L3shOHjIeXh3-Btj8QnIWKp0iErNPqAYXdGLx7QtDWKMM02_WinIhjzuRLqonP3fvS5Rd65gg8GLJ5n5lbsciytvZVv18GtcNafDvVZ16cevJsELfwEzlj6QmunnTLfeYse80HY/s1600/2011-10-01_032446.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;156&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC5fG9L3shOHjIeXh3-Btj8QnIWKp0iErNPqAYXdGLx7QtDWKMM02_WinIhjzuRLqonP3fvS5Rd65gg8GLJ5n5lbsciytvZVv18GtcNafDvVZ16cevJsELfwEzlj6QmunnTLfeYse80HY/s320/2011-10-01_032446.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;2.Log in to your dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;br /&gt;
3.Click on &quot;Expand Widget Templates&quot;&lt;br /&gt;
4.Scroll down to where you see this:&lt;br /&gt;
&lt;center style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;data:post.body/&amp;gt;&lt;/center&gt;&lt;br /&gt;
5.Now replace above code with below code.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;div expr:id=&#39;&quot;aim1&quot; + data:post.id&#39;&amp;gt;&amp;lt;/div&amp;gt; &lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;div style=&quot;clear:both; margin:10px 0&quot;&amp;gt;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;!-- Your AdSense code here --&amp;gt;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;div expr:id=&#39;&quot;aim2&quot; + data:post.id&#39;&amp;gt;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;var obj0=document.getElementById(&quot;aim1&amp;lt;data:post.id/&amp;gt;&quot;);&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;var obj1=document.getElementById(&quot;aim2&amp;lt;data:post.id/&amp;gt;&quot;);&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;var s=obj1.innerHTML;&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;var r=s.search(/\x3C!-- adsense --\x3E/igm);&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;if(r&amp;gt;0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}&lt;/span&gt;&lt;br style=&quot;background-color: #7f6000;&quot; /&gt;&lt;span style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;/script&amp;gt; &lt;/span&gt;&lt;/div&gt;&lt;strong&gt;Note :&lt;/strong&gt; You must you must replace  &lt;span style=&quot;color: red;&quot;&gt;&amp;lt;!-- Your AdSense code here --&amp;gt;&lt;/span&gt;  with &lt;span style=&quot;color: red;&quot;&gt;Your Adsense Parsed code&lt;/span&gt;.&lt;br /&gt;
6.Now save your template.&lt;br /&gt;
7.In every blog post ,Put this special code :&lt;br /&gt;
&lt;center style=&quot;background-color: #7f6000;&quot;&gt;&amp;lt;!-- adsense --&amp;gt; &lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;in the exact point you want to appear AdSense advertising.Now you are done.&lt;br /&gt;
&lt;blockquote&gt;http://bit.ly/4w36zA &lt;/blockquote&gt;&lt;span style=&quot;background-color: #fff2cc;&quot;&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/1966199424789250155/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-put-adsense-in-middle-or.html#comment-form' title='1 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/1966199424789250155'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/1966199424789250155'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-put-adsense-in-middle-or.html' title='How to put AdSense in the Middle or Anywhere of Blogger posts'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC5fG9L3shOHjIeXh3-Btj8QnIWKp0iErNPqAYXdGLx7QtDWKMM02_WinIhjzuRLqonP3fvS5Rd65gg8GLJ5n5lbsciytvZVv18GtcNafDvVZ16cevJsELfwEzlj6QmunnTLfeYse80HY/s72-c/2011-10-01_032446.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-3241955396259532780</id><published>2011-09-30T18:23:00.000-07:00</published><updated>2011-09-30T18:23:35.921-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="AdSense"/><title type='text'>How to Embed Adsense add unit in Left or Right corner of post content</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;This will explain How to Embed Adsense add unit in &lt;span style=&quot;color: red;&quot;&gt;Left or Right corner&lt;/span&gt; of &lt;span style=&quot;color: #33cc00;&quot;&gt;post content&lt;/span&gt;.&lt;br /&gt;
Generate &lt;span style=&quot;color: red;&quot;&gt;Parsed code&lt;/span&gt; for &lt;span style=&quot;color: #009900;&quot;&gt;adsense code&lt;/span&gt; because we cannot put adsense code directly in the xml.So parse it using &lt;a href=&quot;http://blogcrowds.com/resources/parse_html.php&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;AdParser.&lt;br /&gt;
&lt;/a&gt;After parsing,your ad code Should look like this.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiImuSw5z0sktT7TV_bXMSViVtRhRvtmfuwnufGXXyaolHa9x6uIxoXAxTrrhyphenhyphenXA0otpKSNCbQnN2W-y0DKd6oQQJLxx5c3GYRbgEQ5RWEdF8IF7D7RThg-QpC-XhJtcbVzUmdP1qANzps/s1600/2011-10-01_032039.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiImuSw5z0sktT7TV_bXMSViVtRhRvtmfuwnufGXXyaolHa9x6uIxoXAxTrrhyphenhyphenXA0otpKSNCbQnN2W-y0DKd6oQQJLxx5c3GYRbgEQ5RWEdF8IF7D7RThg-QpC-XhJtcbVzUmdP1qANzps/s1600/2011-10-01_032039.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;1.Log in to your dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;br /&gt;
2.Click on &quot;Expand Widget Templates&quot;&lt;br /&gt;
3.Scroll down to where you see this:-&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;div class=&#39;post-header-line-1&#39;/&amp;gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
4.To place ad Top &lt;span style=&quot;color: #3366ff;&quot;&gt;left&lt;/span&gt; corner of your post ,Paste the below code, below of above line.&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;color: #33cc00;&quot;&gt;&amp;lt;div style=”display:block;float:&lt;/span&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #33cc00;&quot;&gt;;margin: 0px 10px 0px 0px;”&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Your Adsense Parsed code&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #33cc00;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;color: red;&quot;&gt;Attention :&lt;/span&gt; &lt;/strong&gt;&amp;nbsp;We can&#39;t put &quot;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;lt;div style=”display:block;float:left;margin: 0px 10px 0px 0px;”&amp;gt;&lt;/span&gt;&quot; and &quot;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&quot;&amp;nbsp;directly in the xml.So we must generate &lt;span style=&quot;color: red;&quot;&gt;Parsed code&lt;/span&gt; for these code using &lt;a href=&quot;http://blogcrowds.com/resources/parse_html.php&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;AdParser.&lt;/a&gt;&lt;br /&gt;
So Final Code you have to copy below the line &quot;&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;div class=&#39;post-header-line-1&#39;/&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&quot; ,look like this.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEmJJKjEysmLP5iCAJ8NbZsno8APLI2gvOnqCxvBq7sgYRDcoPWHF792k336a-zGwbz53W0Uj85k82746ffD-7ZM8e5aGm6GpF7aaN5dM3YE65wsDGju2og93tz_HgElUcqjA9-J7LM9Q/s1600/2011-10-01_032151.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;101&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEmJJKjEysmLP5iCAJ8NbZsno8APLI2gvOnqCxvBq7sgYRDcoPWHF792k336a-zGwbz53W0Uj85k82746ffD-7ZM8e5aGm6GpF7aaN5dM3YE65wsDGju2og93tz_HgElUcqjA9-J7LM9Q/s320/2011-10-01_032151.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;If you Want To place ad Top &lt;span style=&quot;color: #3366ff;&quot;&gt;Right &lt;/span&gt;corner of your post,Replace &quot;left&quot; with &quot;right&quot;.&lt;br /&gt;
5.Click on &quot;Save Templates&quot; and Refresh your site.&lt;br /&gt;
&lt;blockquote&gt;http://bit.ly/4w36zA &lt;/blockquote&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/3241955396259532780/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-embed-adsense-add-unit-in-left.html#comment-form' title='0 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/3241955396259532780'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/3241955396259532780'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-embed-adsense-add-unit-in-left.html' title='How to Embed Adsense add unit in Left or Right corner of post content'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiImuSw5z0sktT7TV_bXMSViVtRhRvtmfuwnufGXXyaolHa9x6uIxoXAxTrrhyphenhyphenXA0otpKSNCbQnN2W-y0DKd6oQQJLxx5c3GYRbgEQ5RWEdF8IF7D7RThg-QpC-XhJtcbVzUmdP1qANzps/s72-c/2011-10-01_032039.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-5210355894232278961</id><published>2011-09-30T18:05:00.000-07:00</published><updated>2011-09-30T18:05:42.105-07:00</updated><title type='text'>How To Insert Adsense Ads In Blogger Post</title><content type='html'>&lt;div dir=&quot;rtl&quot; style=&quot;text-align: right;&quot; trbidi=&quot;on&quot;&gt;This will explain how to Embedd adsense ads in between posts body.&lt;br /&gt;
1.&lt;span style=&quot;color: #3333ff;&quot;&gt;Generate Parsed code&lt;/span&gt; for adsense code because we cannot put adsense code directly in the xml.So parse it using &lt;a href=&quot;http://blogcrowds.com/resources/parse_html.php&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;AdParser.&lt;/a&gt;&lt;br /&gt;
2.After parsing,your ad code Should look like this.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUNJqF8NmUAoogQ-jST61KASDWk5q8WPGT8WyaLg7bGPsJIth1eNp2Cltp-fKWVXvBbhj91kzKzSdObC0hoYouM1D3hnDnYbN3M4yIaCAzFw6sz7q9SlgE6oDl1hZ1JycEpxIbOsUdQDY/s1600/2011-10-01_023950.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;159&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUNJqF8NmUAoogQ-jST61KASDWk5q8WPGT8WyaLg7bGPsJIth1eNp2Cltp-fKWVXvBbhj91kzKzSdObC0hoYouM1D3hnDnYbN3M4yIaCAzFw6sz7q9SlgE6oDl1hZ1JycEpxIbOsUdQDY/s320/2011-10-01_023950.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;span style=&quot;font-size: 130%;&quot;&gt;&lt;span style=&quot;color: #ff6600;&quot;&gt;&lt;b&gt;How To Place ad above or below your post header&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;log in to your dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Click on &quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;Expand Widget Template&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&quot; and&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt; scroll down&amp;nbsp; to where you see this:-&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;&amp;lt;div class=&#39;post-header-line-1&#39;/&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;To place ad &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;above&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt; your post header.Paste the code above this line.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;To place ad &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;below&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt; your post header.Paste the code below this line.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 130%;&quot;&gt;&lt;span style=&quot;color: #ff6600;&quot;&gt;&lt;b&gt;How To Place ad end of your post body&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;log in to your dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Click on &quot;Expand Widget Template&quot; and&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt; scroll down&amp;nbsp; to where you see this:-&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Paste the code below this line, to show your ad at the end of your post.&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;NOTE :&lt;/b&gt; To Set the Align of your ad , Insert your code like this.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&amp;lt;p align=&quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;center&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&quot;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;Your Ad code&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Replace &quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;center&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&quot; with &quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;left&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&quot; or &quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;right&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&quot; for desired alignment.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;span style=&quot;font-size: 100%;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;http://bit.ly/4w36zA&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/5210355894232278961/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-insert-adsense-ads-in-blogger.html#comment-form' title='0 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/5210355894232278961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/5210355894232278961'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-insert-adsense-ads-in-blogger.html' title='How To Insert Adsense Ads In Blogger Post'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUNJqF8NmUAoogQ-jST61KASDWk5q8WPGT8WyaLg7bGPsJIth1eNp2Cltp-fKWVXvBbhj91kzKzSdObC0hoYouM1D3hnDnYbN3M4yIaCAzFw6sz7q9SlgE6oDl1hZ1JycEpxIbOsUdQDY/s72-c/2011-10-01_023950.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-4411948704568380743</id><published>2011-09-30T17:27:00.000-07:00</published><updated>2011-09-30T17:27:03.163-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="AdSense"/><title type='text'>How to Add Adsense ads inside Blogger blog posts or between blog posts</title><content type='html'>&lt;div dir=&quot;rtl&quot; style=&quot;text-align: right;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;color: orange; font-size: 130%; font-weight: bold;&quot;&gt;How to place adsense ads  inside Blogger blog Posts:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
1.Sign in to your blogger dashboard&amp;gt;layout&amp;gt;Edit html&lt;br /&gt;
&lt;br /&gt;
Check the box next to &#39;Expand Widget Templates&#39;&lt;br /&gt;
&lt;br /&gt;
2.Scroll down the window till you see this code&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;b:if cond=&#39;data:post.includeAd&#39;&amp;gt; &amp;lt;data:adEnd/&amp;gt; &amp;lt;data:adCode/&amp;gt; &amp;lt;data:adStart/&amp;gt; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
3.Replace that code in the template with the below code&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;b:if  cond=&#39;data:blog.pageType != &quot;item&quot;&#39;&amp;gt; &amp;lt;b:if  cond=&#39;data:post.includeAd&#39;&amp;gt; &amp;lt;data:adEnd/&amp;gt; &amp;lt;data:adCode/&amp;gt;  &amp;lt;data:adStart/&amp;gt; &amp;lt;/b:if&amp;gt; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
4.Again,scroll  down the template and find out data-post body tag and paste the below  code just above that code{this will show ads above the post body.If you  want ads to show below the post,paste the code below that tag.&lt;br /&gt;
&lt;br /&gt;
Here is the code to paste:-&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;b:if  cond=&#39;data:blog.pageType == &quot;item&quot;&#39;&amp;gt; &amp;lt;b:if  cond=&#39;data:post.includeAd&#39;&amp;gt; &amp;lt;data:adEnd/&amp;gt; &amp;lt;data:adCode/&amp;gt;  &amp;lt;data:adStart/&amp;gt; &amp;lt;/b:if&amp;gt; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
That&#39;s it!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;span style=&quot;color: orange; font-size: 130%; font-weight: bold;&quot;&gt;How to place adsense ads between Blog posts&lt;/span&gt;&lt;span style=&quot;color: orange; font-size: 130%; font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: orange; font-size: 130%; font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: orange; font-size: 130%; font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;
1.Sign in to your blogger dashboard&amp;gt;click on the layout link&lt;br /&gt;
&lt;br /&gt;
2.Click on the Edit link in the &quot;Blog Posts&#39; column&lt;br /&gt;
..............a pop up window opens..........&lt;br /&gt;
&lt;br /&gt;
3.Check the box next to &#39;Show ads between Posts&#39;&lt;br /&gt;
&lt;br /&gt;
next,configure the ads,choose the format,colours,etc and SAVE THE CHANGES.&lt;br /&gt;
That&#39;s it! Now your adsense ads will show between blog posts.&lt;br /&gt;
&lt;blockquote&gt;http://bit.ly/4w36zA&lt;/blockquote&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/4411948704568380743/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-add-adsense-ads-inside-blogger.html#comment-form' title='0 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/4411948704568380743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/4411948704568380743'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/how-to-add-adsense-ads-inside-blogger.html' title='How to Add Adsense ads inside Blogger blog posts or between blog posts'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6651766881861290561.post-2402237621289723570</id><published>2011-09-29T09:29:00.000-07:00</published><updated>2011-09-29T09:29:36.088-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="AdSense"/><title type='text'>Most Wanted Best Adsense Tips And Secrets</title><content type='html'>&lt;div dir=&quot;rtl&quot; style=&quot;text-align: right;&quot; trbidi=&quot;on&quot;&gt;&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 1: Find Best keywords for your content&lt;/h4&gt;&lt;br /&gt;
Before  serving ads on a web page, check its keyword density. You can find many  free keyword analyzer tools in internet searching the word &quot;free keyword  analyzer&quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 2: Improve your keywords&lt;/h4&gt;&lt;br /&gt;
Get keyword suggestions from &lt;a href=&quot;https://adwords.google.com/select/KeywordSandbox&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Google AdWords Sandbox&lt;/a&gt;. Get new keywords that can help you improve your ad relevance.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 3: Make content rich websites&lt;/h4&gt;&lt;br /&gt;
This means that content-rich websites of a popular topic should attract a large amount of ads.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 4: Write a new page/blog post every day&lt;/h4&gt;&lt;br /&gt;
This  is very important. The more content you have, the more visitors you  will get. Put an Adsense unit on each and every content page of your  site.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 5: Choose the right AdSense format&lt;/h4&gt;&lt;br /&gt;
The top three AdSense formats are for many webmasters:&lt;br /&gt;
&lt;br /&gt;
336x280 large rectangle&lt;br /&gt;
300x250 medium rectangle&lt;br /&gt;
160x600 wide skyscraper&lt;br /&gt;
&lt;br /&gt;
Another successful format is the 728x15 horizontal ad links, that can be placed under your navigation bar.&lt;br /&gt;
&lt;br /&gt;
Use  &quot;Allowed site&quot; feature of adsense to protect yourselves.If anyone put  adsense codes in their websites you must not worried about it.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 6: Adsense Color tips&lt;/h4&gt;&lt;br /&gt;
When  creating your Google AdSense ads it is recommended to use the color  scheme and style of your website so that the ads blend in well.Google  Ads with no background color and no borders will always perform better.  Make the border color and background color same as your page background  color.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 7: Position tips&lt;/h4&gt;&lt;br /&gt;
Place the AdSense ads in a prominent place around the top/left part of your page or under your headlines.&lt;br /&gt;
&lt;br /&gt;
For short articles, CTR is best when ads are placed just above the content.&lt;br /&gt;
&lt;br /&gt;
For long articles, CTR will improve if you place ads somewhere in middle of the content or just where the article ends.&lt;br /&gt;
&lt;br /&gt;
Use Text Ads instead of Image Ads as users get more options and the payout is often higher.&lt;br /&gt;
&lt;br /&gt;
Important:Don&#39;t places images next to Google ads as that will invite a permanent ban to your AdSense account.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 8: Increase the number of ads, but not too much&lt;/h4&gt;&lt;br /&gt;
If  you have a lot of text on a page, use multiple AdSense units. You can  use up to three AdSense units on a page, two AdSense search boxes and  one unit of ad links.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 9: Preview Google ads&lt;/h4&gt;&lt;br /&gt;
You can find out what ads will be served by Google AdSense if you install &lt;a href=&quot;https://www.google.com/support/adsense/bin/answer.py?answer=10005&amp;amp;topic=160&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Google AdSense Preview Tool&lt;/a&gt;,  a very simple tool available only for Internet Explorer 6.0. Click to  advertiser sites without generating invalid clicks, and easily add their  URLs to your URL filter list. Because AdSense uses geo-targeting,  Google serves different ads for other countries.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 10: What not to do with adsense&lt;/h4&gt;&lt;br /&gt;
Don&#39;t click on your own ads&lt;br /&gt;
Don&#39;t ask others to click on your Google ads&lt;br /&gt;
Don&#39;t manually change AdSense code&lt;br /&gt;
Don&#39;t place Google ads on sites that include prohibited content (e.g.: adult sites)&lt;br /&gt;
Don&#39;t employ cloaking, hidden text or farm links&lt;br /&gt;
Don&#39;t use AdSense ads on the same page with similar ads (e.g.: Yahoo Publisher Network)&lt;br /&gt;
And also don&#39;t refresh your site excessively.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 11: Use section targeting&lt;/h4&gt;&lt;br /&gt;
Use section targeting to emphasize some content in your page.To know more about section targeting  &lt;a href=&quot;http://bloggertipandtrick.blogspot.com/2009/06/how-to-use-adsense-section-targeting-on.html&quot; target=&quot;_blank&quot;&gt;read this article&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 12: Your Google ads should be visible&lt;/h4&gt;&lt;br /&gt;
Make sure your text ads are visible well to the surfers in all screen formats.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 13: Use AdSense channels&lt;/h4&gt;&lt;br /&gt;
You  can categorize the content of your website into channels and then track  your performance. This way you can experiment with different types of  ads and see which is performing the best.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 14: Follow Adsense Programme Polices&lt;/h4&gt;&lt;br /&gt;
Strictly follow the rules mentioned in Adsense policies. You will always earn more monet from Adsense if you do it.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 15:Never modify the Google Adsense HTML code&lt;/h4&gt;&lt;br /&gt;
If have trouble embedding AdSense code in your Blogger template, &lt;a href=&quot;http://bloggertipandtrick.blogspot.com/search/label/Adsense&quot; target=&quot;_blank&quot;&gt;read these articles&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 16: Don&#39;t place ads in pop-up windows,error pages,empty pages&lt;/h4&gt;&lt;br /&gt;
You must always remember to not to do it.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 17: Don&#39;t start a &quot;MFA&quot;(made for adsense) web site&lt;/h4&gt;&lt;br /&gt;
You  will never make money out these Made for Adsense websites. Instead,  write on topics what you are passionate about. Don&#39;t waste your money  and time searching on high-paying adsense keywords lists.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 18: Block Low Paying Adsense Ads&lt;/h4&gt;&lt;br /&gt;
Block low paying advertisers with Filters.For more info &lt;a href=&quot;http://bloggertipandtrick.blogspot.com/2009/06/how-to-remove-low-paying-adsense-ads.html&quot; target=&quot;_blank&quot;&gt;read this article&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;color: orange;&quot;&gt;AdSense Tip 19: Adsense For Search&lt;/h4&gt;&lt;br /&gt;
Always select the setting to open Google Adsense search box results in a new browser window, so you won&#39;t lose your visitors.&lt;br /&gt;
&lt;blockquote&gt;&amp;nbsp;from blogger tips and tricks&lt;/blockquote&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggertricks.blogspot.com/feeds/2402237621289723570/comments/default' title='تعليقات الرسالة'/><link rel='replies' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/most-wanted-best-adsense-tips-and.html#comment-form' title='0 تعليقات'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/2402237621289723570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6651766881861290561/posts/default/2402237621289723570'/><link rel='alternate' type='text/html' href='http://bloggertricks.blogspot.com/2011/09/most-wanted-best-adsense-tips-and.html' title='Most Wanted Best Adsense Tips And Secrets'/><author><name>islam ibrahim</name><uri>http://www.blogger.com/profile/07483723186892531662</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>