<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techie Blogger &#187; Blogger Hack</title>
	<atom:link href="http://www.techieblogger.com/category/blogger/blogger-hack/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techieblogger.com</link>
	<description>The Ultimate Design Resource Portal</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:56:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Build Your Own Online Store In Blogger Blogs</title>
		<link>http://www.techieblogger.com/2009/12/build-your-own-online-store-in-blogger-blogs.html</link>
		<comments>http://www.techieblogger.com/2009/12/build-your-own-online-store-in-blogger-blogs.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 13:33:44 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[blogger]]></category>
		<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Blogger Store]]></category>
		<category><![CDATA[Online Store]]></category>
		<category><![CDATA[Shopping Cart]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=3184</guid>
		<description><![CDATA[As everyone knows that the Blogger is an online service provided by Google to publish the web-pages free of any cost. Blogger blogs are used to provide online journals, Web Portals, Web Gallery and online magazine.etc. These blogs are not only used for these tasks but also to make money online using different programs like [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/05/add-yahoo-smileys-on-blogger-posts-blogger-hack.html' rel='bookmark' title='Add yahoo Smileys on Blogger Posts &#8211; Blogger hack'>Add yahoo Smileys on Blogger Posts &#8211; Blogger hack</a></li>
<li><a href='http://www.techieblogger.com/2009/07/add-paypal-donation-button-script-to-blogger-and-wordpress-blogs.html' rel='bookmark' title='Add paypal donation button to blogger and wordpress blogs'>Add paypal donation button to blogger and wordpress blogs</a></li>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with_25.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As everyone knows that the Blogger is an online service provided by Google to publish the web-pages free of any cost. Blogger blogs are used to provide online journals, Web Portals, Web Gallery and online magazine.etc. These blogs are not only used for these tasks but also to make money online using different programs like</p>
<ul>
<li>Google Adsense</li>
<li>Chitika</li>
<li>Kontera</li>
<li>Commission Junction</li>
<li>Click Bank</li>
<li>Affiliates Program</li>
<li>Private Ads</li>
</ul>
<p>So making money  online had a wide space in the blogosphere nowadays. So apart from these task another best feature which the blogs has are the ability to sell your own goods online using some javascripts and paypal intergrated in your blog. Till last week there was a tought time to sell the online goods at blogger.com because the lack of proper shopping cart etc.. But today we had come up with an solution for selling your own goods online using blogger blogs.</p>
<p>I believe Blogspot is a easy and powerful platform . It can do whatever other platform can do . In WordPress ,with plugins ,you can make a shop online . And now ,in Blogspot ,you can do the same . You can make a small online shop for selling good . It’s not a perfect solution ,in fact, it’s not good at processing and security .But anyway ,it’s still the solution you should consider if you want to stick with Blogspot .<br />
<center><a href="http://simplexshop.blogspot.com/"><img src="http://lh5.ggpht.com/_MsaNQZtvB5E/SwlkjUWq4BI/AAAAAAAAAgI/dvbifdrgfXA/s800/simplex-shop.png" alt="Build Your Own Online Store In Blogger Blogs"/></a></center></p>
<p><a href="http://simplexshop.blogspot.com/">Live Demo </a></p>
<p>Yesterday ,I found the script called SimpleCart . This script is based on Ajax for making a complete shopping cart ,using two payment method Google checkout and Paypal for check out .<br />
<a href="http://simplecartjs.com/">You can find out more information on SimpleCart at This page</a></p>
<p>To make a shop like this ,you can follow some step bellow :<br />
1, Login to your blogger account ,go to Layout tab ,continue to Page elements . Create a HTML/Javascript widget .<br />
2,Download <a href="http://dinhquanghuy.110mb.com/cart.txt">this file</a> and paste it content to HTML/Javascript widget content .<br />
<a href="http://dinhquanghuy.110mb.com/cart.txt">Download file here</a><br />
3,Save template . And see the widget in action .</p>
<h3>How to customize this code</h3>
<p>1,Take a look on this code :
<div class="codeview">
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
simpleCart.email = &#8220;brett@wojodesign.com&#8221;;<br />
simpleCart.checkoutTo = PayPal;<br />
simpleCart.cartHeaders = [ "name", "thumb_image" , "Quantity_input" ,  "increment",  "decrement", "Total" ];<br />
&lt;/script&gt;</p>
<p>simpleCart.checkoutTo = PayPal; mean the payment method is paypal<br />
simpleCart.email = &#8220;brett@wojodesign.com&#8221;; is the Paypal email for making payment to .Change it to your own .
</p></div>
<p>2,Here is the code of one item in my live demo shop :
<div class="codeview">
&lt;div&gt;<br />
&lt;!&#8211;Notice the class names of each tag begin with item_ &#8211;&gt;<br />
&lt;img src=&#8221;http://i604.photobucket.com/albums/tt130/metalner/simplexshop/attack-release.png&#8221; alt=&#8221;product 1&#8243; title=&#8221;product 1&#8243;/&gt;<br />
&lt;h5&gt;Sample DVD&lt;/h5&gt;<br />
&lt;p&gt;<br />
To create a shelf item, you create a div with a class of simpleCart_shelfItem<br />
&lt;/p&gt;<br />
&lt;span&gt;$14.99&lt;/span&gt;<br />
&lt;a id=&#8221;s1&#8243; href=&#8221;javascript:;&#8221;&gt;Add to Cart&lt;/a&gt;<br />
&lt;span class=&#8221;item_thumb&#8221;&gt;http://i604.photobucket.com/albums/tt130/metalner/simplexshop/attack-release.png&lt;/span&gt;<br />
&lt;/div&gt;
</div>
<p>To create a shelf item, you create a div with a class of       “simpleCart_shelfItem” ,like this &lt;div&gt;<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
&lt;/div&gt;</p>
<p>this structure : &lt;img src=&#8221;item_image&#8221; alt=&#8221;product 1&#8243; title=&#8221;product 1&#8243;/&gt;<br />
is for image of item . Image of item must contain  class=&#8221;item_image&#8221; attribute .</p>
<p>This structure &lt;h5&gt;your_item_name&lt;/h5&gt; is name of item . It must included class=&#8221;item_name&#8221; .</p>
<p>Description of item must included like this<br />
&lt;p&gt;<br />
your description<br />
&lt;/p&gt;</p>
<p>To set the price ,use this structure :<br />
&lt;span&gt;$00.00&lt;/span&gt;</p>
<p>To make &#8221; add to cart link&#8221; ,add this line<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Add to Cart&lt;/a&gt;</p>
<p>To add thumbnail image for item ( thumbnail image will be showed in shopping cart ) ,use this structure :<br />
&lt;span&gt;your_thumbnail&lt;/span&gt;</p>
<p>Here is the code of cart :
<div class="codeview">
&lt;div id=&#8221;cartTotal&#8221;&gt;<br />
&lt;strong&gt;Total: &lt;/strong&gt;&lt;span&gt;&lt;/span&gt;<br />
&lt;/div&gt;<br />
&lt;!&#8211;Add a div with the class of simpleCart_items to display what is in the user&#8217;s cart&#8211;&gt;<br />
&lt;div&gt;&lt;/div&gt;<br />
&lt;!&#8211;use a class of simpleCart_empty to empty the cart and simpleCart_checkout to checkout &#8211;&gt;<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Empty Cart&lt;/a&gt;<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Checkout&lt;/a&gt;</p>
<p>to show the total ,use this statement :<br />
&lt;span&gt;&lt;/span&gt;</p>
<p>to show shopping cart ,use this statement<br />
&lt;div&gt;&lt;/div&gt;</p>
<p>To show &#8220;empty cart&#8221; and &#8220;checkout&#8221; button ,use this statement :<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Empty Cart&lt;/a&gt;<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Checkout&lt;/a&gt;</p></div>
<p>In this post ,I explained some important points of using Simplecart and make it a widget to add to Blogspot . If you want to customize the appearance of the shop ,you can modify the CSS section of widget .<br />
If you want to know more about Simple Cart script and its other options such as tax rate ,shipping fee &#8230; or option for showing the quantity ,the final cost &#8230;<br />
<a href="http://simplecartjs.com/documentation.html">You can go to SimpleCart Documentation page </a></p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/05/add-yahoo-smileys-on-blogger-posts-blogger-hack.html' rel='bookmark' title='Add yahoo Smileys on Blogger Posts &#8211; Blogger hack'>Add yahoo Smileys on Blogger Posts &#8211; Blogger hack</a></li>
<li><a href='http://www.techieblogger.com/2009/07/add-paypal-donation-button-script-to-blogger-and-wordpress-blogs.html' rel='bookmark' title='Add paypal donation button to blogger and wordpress blogs'>Add paypal donation button to blogger and wordpress blogs</a></li>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with_25.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/12/build-your-own-online-store-in-blogger-blogs.html/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Page Navigation Hack for Blogger &#8211; bugs fixed</title>
		<link>http://www.techieblogger.com/2009/10/page-navigation-javascript-code-for-blogspot-blogs.html</link>
		<comments>http://www.techieblogger.com/2009/10/page-navigation-javascript-code-for-blogspot-blogs.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 18:40:37 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[blogger]]></category>
		<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[Blogger widget]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[blogger tutorials]]></category>
		<category><![CDATA[blogger widgets]]></category>
		<category><![CDATA[page navigation hack]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=2277</guid>
		<description><![CDATA[The most awaited Page navigation script with bugs fixed is released. I have received lots of comments on the bugs of Page navigation hack. Although I was busy with my studies , I do spent sometime in fixing the errors. But i was not successful in fixing the errors of Page Navigation hack. It&#8217;s Abu [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/07/page-navigation-hack-for-blogger.html' rel='bookmark' title='Page Navigation Hack for Blogger'>Page Navigation Hack for Blogger</a></li>
<li><a href='http://www.techieblogger.com/2008/07/page-navigation-menu-widget-for-blogger.html' rel='bookmark' title='Page Navigation Menu Widget for Blogger'>Page Navigation Menu Widget for Blogger</a></li>
<li><a href='http://www.techieblogger.com/2008/08/related-posts-widget-for-blogger-bugs-fixed.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The most awaited Page navigation script with bugs fixed is released. I have received lots of comments on the bugs of Page navigation hack. Although I was busy with my studies , I do spent sometime in fixing the errors. But i was not successful in fixing the errors of Page Navigation hack. It&#8217;s <a href="http://www.abu-farhan.com/" target="_blank">Abu Farhan</a>, a fella blogger, who has fixed the errors and made this wonderful page navigation hack available to blogger once again. So blogger is no longer going to be bad when compared to WordPress. Still more features to come , now I invite other coders and developers to create more features which are available to only wordpress before. Without making much fuzz i would like to present you the code.</p>
<p><center><img src="http://www.techieblogger.com/wp-content/woo_custom/31-page-navigation.jpg"/></center><br />
Regarding Installation you can follow any of the two methods mentioned here :</p>
<ul>
<li><a href="http://www.techieblogger.com/2008/07/page-navigation-menu-widget-for-blogger.html" target="_blank">Page Navigation Widget &#8211; Widget Style ( Recommended )</a></li>
<li><a href="http://www.techieblogger.com/2008/07/page-navigation-hack-for-blogger.html" target="_blank">Page Navigation Hack for Blogger &#8211; Blogger template customization Method</a></li>
<li><a href="http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/" target="_blank">Page Navigation Script Problems solved ( Abu Farhan )</a></li>
</ul>
<h3></h3>
<h1>Installation instructions </h1>
<p>Since blogger doesn&#8217;t support uploading javascript files it becomes very difficult to add huge codes like below. This will certainly increase your site loading time. So i have included the JavaScript to my own server. Just add the following code to your blogger template.</p>
<p>Go to layout section of your blog and then navigate to EDIT HTML subtab.</p>
<p>There search for <span style="color:green;"> &lt;/head&gt; </span>tag. Add the following code immediately above it.</p>
<div class="codeview">&lt;script src=&#8217;http://www.techieblogger.com/wp-content/uploads/2009/10/page-navigation-script.js&#8217; type=&#8217;text/javascript&#8217;/&gt;<br />
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://www.techieblogger.com/wp-content/uploads/2009/10/page.css&quot; /&gt;</div>
<p>Now save your template. You have successfully added the code for page navigation hack for Blogger.</p>
<h3></h3>
<h1>Modified Code </h1>
<p>If you want to add the code manually then do the following steps.</p>
<p>Go to layout section of your blog and then navigate to EDIT HTML subtab.</p>
<p>There search for <span style="color:green;"> &lt;/head&gt; </span>tag. Add the following code immediately above it.</p>
<div class="codeview">&lt;style&gt;<br />
.showpageArea {padding: 0 2px;margin-bottom:10px;margin-top:10px;<br />
}</p>
<p>.showpageArea a {border: 1px solid #505050;<br />
color: #000000;font-weight:normal;<br />
padding: 3px 6px !important;<br />
padding: 1px 4px ;margin:0px 4px;<br />
text-decoration: none;<br />
}<br />
.showpageArea a:hover {<br />
font-size:11px;<br />
border: 1px solid #333;<br />
color: #000000;<br />
background-color: #FFFFFF;<br />
}</p>
<p>.showpageNum a {border: 1px solid #505050;<br />
color: #000000;font-weight:normal;<br />
padding: 3px 6px !important;<br />
padding: 1px 4px ;margin:0px 4px;<br />
text-decoration: none;</p>
<p>}<br />
.showpageNum a:hover {<br />
font-size:11px;<br />
border: 1px solid #333;<br />
color: #000000;<br />
background-color: #FFFFFF;</p>
<p>}<br />
.showpagePoint {font-size:11px;<br />
padding: 2px 4px 2px 4px;<br />
margin: 2px;<br />
font-weight: bold;<br />
border: 1px solid #333;<br />
color: #fff;<br />
background-color: #000000;</p>
<p>}</p>
<p>.showpage a:hover {font-size:11px;<br />
border: 1px solid #333;<br />
color: #000000;<br />
background-color: #FFFFFF;</p>
<p>}<br />
.showpageNum a:link,.showpage a:link {<br />
font-size:11px;<br />
padding: 2px 4px 2px 4px;<br />
margin: 2px;<br />
text-decoration: none;<br />
border: 1px solid #0066cc;<br />
color: #0066cc;<br />
background-color: #FFFFFF;}</p>
<p>.showpageNum a:hover {font-size:11px;<br />
border: 1px solid #333;<br />
color: #000000;<br />
background-color: #FFFFFF;<br />
}<br />
&lt;/style&gt;</p></div>
<p>Now add the following code immediately above &lt;/body&gt; .</p>
<div class="codeview">
&amp;lt;script type=&#8217;text/javascript&#8217;&amp;gt;</p>
<p>var home_page_url = location.href;	</p>
<p>var pageCount=10;<br />
var displayPageNum=6;<br />
var upPageWord =&#8217;Previous&#8217;;<br />
var downPageWord =&#8217;Next&#8217;;</p>
<p>function showpageCount(json) {<br />
var thisUrl = home_page_url;<br />
var htmlMap = new Array();<br />
var thisNum = 1;<br />
var postNum=1;<br />
var itemCount = 0;<br />
var fFlag = 0;<br />
var eFlag = 0;<br />
var html= &amp;amp;#39;&amp;amp;#39;;<br />
var upPageHtml =&amp;amp;#39;&amp;amp;#39;;<br />
var downPageHtml =&amp;amp;#39;&amp;amp;#39;;</p>
<p>htmlMap[htmlMap.length]=&amp;amp;#39;/&amp;amp;#39;;<br />
postNum++;</p>
<p>for(var i=pageCount-1, post; post = json.feed.entry[i]; i=i+pageCount) {</p>
<p>	var timestamp1 = post.published.$t.substring(0,19)+post.published.$t.substring(23,29);<br />
	timestamp = encodeURIComponent(timestamp1);<br />
	var title = post.title.$t;<br />
			if(thisUrl.indexOf(timestamp)!=-1 ){<br />
					thisNum = postNum;<br />
			}</p>
<p>			postNum++;<br />
			htmlMap[htmlMap.length] = &amp;amp;#39;/search?updated-max=&amp;amp;#39;+timestamp+&amp;amp;#39;&amp;amp;amp;max-results=&amp;amp;#39;+pageCount;</p>
<p>}</p>
<p>var banyaknomer = htmlMap.length;<br />
if (json.feed.entry.length % pageCount == 0){<br />
	var banyaknomer = htmlMap.length -1 ;<br />
	postNum=postNum-1;<br />
};</p>
<p>for(var p =0;p&amp;amp;lt; banyaknomer;p++){<br />
	if(p&amp;amp;gt;=(thisNum-displayPageNum-1) &amp;amp;amp;&amp;amp;amp; p&amp;amp;lt;(thisNum+displayPageNum)){<br />
		if(fFlag ==0 &amp;amp;amp;&amp;amp;amp; p == thisNum-2){<br />
			if(thisNum==2){<br />
				upPageHtml = &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;/&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+ upPageWord +&amp;amp;#39;&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
			}else{<br />
				upPageHtml = &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;&amp;amp;#39;+htmlMap[p]+&amp;amp;#39;&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+ upPageWord +&amp;amp;#39;&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
			}</p>
<p>			fFlag++;<br />
		}</p>
<p>		if(p==(thisNum-1)){<br />
			html += &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpagePoint&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+thisNum+&amp;amp;#39;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
		}else{<br />
			if(p==0){<br />
					html += &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpageNum&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;/&amp;amp;quot;&amp;amp;gt;1&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;</p>
<p>			}else{<br />
				html += &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpageNum&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;&amp;amp;#39;+htmlMap[p]+&amp;amp;#39;&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+ (p+1) +&amp;amp;#39;&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
			}<br />
		}</p>
<p>		if(eFlag ==0 &amp;amp;amp;&amp;amp;amp; p == thisNum){<br />
			downPageHtml = &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;amp;quot;&amp;amp;#39;+htmlMap[p]+&amp;amp;#39;&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+ downPageWord +&amp;amp;#39;&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
			eFlag++;<br />
		}<br />
	}<br />
}</p>
<p>if(thisNum&amp;amp;gt;1){<br />
	html = &amp;amp;#39;&amp;amp;#39;+upPageHtml+&amp;amp;#39; &amp;amp;#39;+html +&amp;amp;#39; &amp;amp;#39;;<br />
}</p>
<p>html = &amp;amp;#39;&amp;amp;lt;div class=&amp;amp;quot;showpageArea&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span style=&amp;amp;quot;COLOR: #000;&amp;amp;quot; class=&amp;amp;quot;showpageOf&amp;amp;quot;&amp;amp;gt; Pages (&amp;amp;#39;+(postNum-1)+&amp;amp;#39;)&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;+html;</p>
<p>if(thisNum&amp;amp;lt;(postNum-1)){<br />
	html += downPageHtml;<br />
}</p>
<p>if(postNum==1) postNum++;<br />
html += &amp;amp;#39;&amp;amp;lt;/div&amp;amp;gt;&amp;amp;#39;;</p>
<p>var pageArea = document.getElementsByName(&amp;amp;quot;pageArea&amp;amp;quot;);<br />
var blogPager = document.getElementById(&amp;amp;quot;blog-pager&amp;amp;quot;);</p>
<p>if(postNum &amp;amp;lt;= 2){<br />
	html =&amp;amp;#39;&amp;amp;#39;;<br />
}</p>
<p>for(var p =0;p&amp;amp;lt; pageArea.length;p++){<br />
	pageArea[p].innerHTML = html;<br />
}</p>
<p>if(pageArea&amp;amp;amp;&amp;amp;amp;pageArea.length&amp;amp;gt;0){<br />
	html =&amp;amp;#39;&amp;amp;#39;;<br />
}</p>
<p>if(blogPager){<br />
	blogPager.innerHTML = html;<br />
}</p>
<p>}</p>
<p>function showpageCount2(json) {</p>
<p>var thisUrl = home_page_url;<br />
var htmlMap = new Array();<br />
var isLablePage = thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)!=-1;<br />
var thisLable = isLablePage ? thisUrl.substr(thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)+14,thisUrl.length) : &amp;amp;quot;&amp;amp;quot;;<br />
thisLable = thisLable.indexOf(&amp;amp;quot;?&amp;amp;quot;)!=-1 ? thisLable.substr(0,thisLable.indexOf(&amp;amp;quot;?&amp;amp;quot;)) : thisLable;<br />
var thisNum = 1;<br />
var postNum=1;<br />
var itemCount = 0;<br />
var fFlag = 0;<br />
var eFlag = 0;<br />
var html= &amp;amp;#39;&amp;amp;#39;;<br />
var upPageHtml =&amp;amp;#39;&amp;amp;#39;;<br />
var downPageHtml =&amp;amp;#39;&amp;amp;#39;;</p>
<p>var labelHtml = &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpageNum&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;/search/label/&amp;amp;#39;+thisLable+&amp;amp;#39;?&amp;amp;amp;max-results=&amp;amp;#39;+pageCount+&amp;amp;#39;&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;;<br />
var thisUrl = home_page_url;	</p>
<p>htmlMap[htmlMap.length]=labelHtml;<br />
postNum++;</p>
<p>for(var i=pageCount-1, post; post = json.feed.entry[i]; i=i+pageCount) {<br />
	var timestamp1 = post.published.$t.substring(0,19)+post.published.$t.substring(23,29);<br />
	timestamp = encodeURIComponent(timestamp1);</p>
<p>	var title = post.title.$t;</p>
<p>			if(thisUrl.indexOf(timestamp)!=-1 ){<br />
				thisNum = postNum;<br />
			}</p>
<p>			if(title!=&amp;amp;#39;&amp;amp;#39;) postNum++;<br />
			htmlMap[htmlMap.length] = &amp;amp;#39;/search/label/&amp;amp;#39;+thisLable+&amp;amp;#39;?updated-max=&amp;amp;#39;+timestamp+&amp;amp;#39;&amp;amp;amp;max-results=&amp;amp;#39;+pageCount;</p>
<p>	itemCount++;<br />
}</p>
<p>var banyaknomer = htmlMap.length;<br />
if (json.feed.entry.length % pageCount == 0){<br />
	var banyaknomer = htmlMap.length -1 ;<br />
	postNum=postNum-1;<br />
};</p>
<p>for(var p =0;p&amp;amp;lt; banyaknomer;p++){<br />
	if(p&amp;amp;gt;=(thisNum-displayPageNum-1) &amp;amp;amp;&amp;amp;amp; p&amp;amp;lt;(thisNum+displayPageNum)){<br />
		if(fFlag ==0 &amp;amp;amp;&amp;amp;amp; p == thisNum-2){<br />
			if(thisNum==2){<br />
				upPageHtml = labelHtml + upPageWord +&amp;amp;#39;&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
			}else{<br />
				upPageHtml = &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;&amp;amp;#39;+htmlMap[p]+&amp;amp;#39;&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+ upPageWord +&amp;amp;#39;&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
			}</p>
<p>			fFlag++;<br />
		}</p>
<p>		if(p==(thisNum-1)){<br />
			html += &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpagePoint&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+thisNum+&amp;amp;#39;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
		}else{<br />
			if(p==0){<br />
				html = labelHtml+&amp;amp;#39;1&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
			}else{<br />
				html += &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpageNum&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;&amp;amp;#39;+htmlMap[p]+&amp;amp;#39;&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+ (p+1) +&amp;amp;#39;&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
			}<br />
		}</p>
<p>		if(eFlag ==0 &amp;amp;amp;&amp;amp;amp; p == thisNum){<br />
			downPageHtml = &amp;amp;#39;&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;amp;quot;&amp;amp;#39;+htmlMap[p]+&amp;amp;#39;&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+ downPageWord +&amp;amp;#39;&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;;<br />
			eFlag++;<br />
		}<br />
	}<br />
}</p>
<p>if(thisNum&amp;amp;gt;1){<br />
	if(!isLablePage){<br />
		html = &amp;amp;#39;&amp;amp;#39;+upPageHtml+&amp;amp;#39; &amp;amp;#39;+html +&amp;amp;#39; &amp;amp;#39;;<br />
	}else{<br />
		html = &amp;amp;#39;&amp;amp;#39;+upPageHtml+&amp;amp;#39; &amp;amp;#39;+html +&amp;amp;#39; &amp;amp;#39;;<br />
	}<br />
}</p>
<p>html = &amp;amp;#39;&amp;amp;lt;div class=&amp;amp;quot;showpageArea&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span style=&amp;amp;quot;COLOR: #000;&amp;amp;quot; class=&amp;amp;quot;showpageOf&amp;amp;quot;&amp;amp;gt; Pages (&amp;amp;#39;+(postNum-1)+&amp;amp;#39;)&amp;amp;lt;/span&amp;amp;gt;&amp;amp;#39;+html;</p>
<p>if(thisNum&amp;amp;lt;(postNum-1)){<br />
	html += downPageHtml;<br />
}</p>
<p>if(postNum==1) postNum++;<br />
html += &amp;amp;#39;&amp;amp;lt;/div&amp;amp;gt;&amp;amp;#39;;</p>
<p>var pageArea = document.getElementsByName(&amp;amp;quot;pageArea&amp;amp;quot;);<br />
var blogPager = document.getElementById(&amp;amp;quot;blog-pager&amp;amp;quot;);</p>
<p>if(postNum &amp;amp;lt;= 2){<br />
	html =&amp;amp;#39;&amp;amp;#39;;<br />
}</p>
<p>for(var p =0;p&amp;amp;lt; pageArea.length;p++){<br />
	pageArea[p].innerHTML = html;<br />
}</p>
<p>if(pageArea&amp;amp;amp;&amp;amp;amp;pageArea.length&amp;amp;gt;0){<br />
	html =&amp;amp;#39;&amp;amp;#39;;<br />
}</p>
<p>if(blogPager){<br />
	blogPager.innerHTML = html;<br />
}</p>
<p>}</p>
<p>&amp;lt;/script&amp;gt;</p>
<p>&amp;lt;script type=&#8217;text/javascript&#8217;&amp;gt;</p>
<p> 	var thisUrl = home_page_url;<br />
	if (thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)!=-1){<br />
		if (thisUrl.indexOf(&amp;amp;quot;?updated-max&amp;amp;quot;)!=-1){<br />
			var lblname1 = thisUrl.substring(thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)+14,thisUrl.indexOf(&amp;amp;quot;?updated-max&amp;amp;quot;));<br />
		}else{<br />
			var lblname1 = thisUrl.substring(thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)+14,thisUrl.indexOf(&amp;amp;quot;?&amp;amp;amp;max&amp;amp;quot;));<br />
		}<br />
	}</p>
<p>	var home_page = &amp;amp;quot;/&amp;amp;quot;;<br />
	if (thisUrl.indexOf(&amp;amp;quot;?q=&amp;amp;quot;)==-1 &amp;amp;amp;&amp;amp;amp; thisUrl.indexOf(&amp;amp;quot;.html&amp;amp;quot;)==-1){<br />
		if (thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)==-1){<br />
			document.write(&#8216;&amp;amp;lt;script src=&amp;amp;quot;&#8217;+home_page+&#8217;feeds/posts/summary?alt=json-in-script&amp;amp;amp;callback=showpageCount&amp;amp;amp;max-results=99999&amp;amp;quot; &amp;amp;gt;&amp;amp;lt;\/script&amp;amp;gt;&#8217;)<br />
		}else{document.write(&#8216;&amp;amp;lt;script src=&amp;amp;quot;&#8217;+home_page+&#8217;feeds/posts/full/-/&#8217;+lblname1+&#8217;?alt=json-in-script&amp;amp;amp;callback=showpageCount2&amp;amp;amp;max-results=99999&amp;amp;quot; &amp;amp;gt;&amp;amp;lt;\/script&amp;amp;gt;&#8217;)<br />
		}<br />
	}<br />
&amp;lt;/script&amp;gt;<br />
&amp;lt;div style=&amp;quot;display:none;&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.techieblogger.com&amp;quot;&amp;gt;Techie Blogger&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;
</p></div>
<p>I hope this must work fine from now on. If you still find any bugs then do let us know. We are here to help you on fixing them.</p>
<h3></h3>
<h1>Changing the CSS style</h1>
<p>Hope you guys are really bored to see the same CSS style being used by most of the blogs. So Now i would like to explain how to have your own CSS codes for Page Navigation hack. Though in this tutorial i will explain the code which i used myself before for my blogger blog.</p>
<div class="codeview">
.showpageArea {padding: 0 2px;margin-bottom:10px;margin-top:10px;<br />
}<br />
.showpageArea a {border: 1px solid #505050;<br />
color: #000000;font-weight:normal;<br />
padding: 3px 6px !important;<br />
padding: 1px 4px ;margin:0px 4px;<br />
text-decoration: none;<br />
}<br />
.showpageArea a:hover {<br />
font-size:11px;<br />
border: 1px solid #333;<br />
color: #000000;<br />
background-color: #FFFFFF;<br />
}</p>
<p>.showpageNum a {border: 1px solid #505050;<br />
color: #000000;font-weight:normal;<br />
padding: 3px 6px !important;<br />
padding: 1px 4px ;margin:0px 4px;<br />
text-decoration: none;</p>
<p>}<br />
.showpageNum a:hover {<br />
font-size:11px;<br />
border: 1px solid #333;<br />
color: #000000;<br />
background-color: #FFFFFF;</p>
<p>}<br />
.showpagePoint {font-size:11px;<br />
padding: 2px 4px 2px 4px;<br />
margin: 2px;<br />
font-weight: bold;<br />
border: 1px solid #333;<br />
color: #fff;<br />
background-color: #000000;<br />
}</p>
<p>.showpage a:hover {font-size:11px;<br />
border: 1px solid #333;<br />
color: #000000;<br />
background-color: #FFFFFF;<br />
}<br />
.showpageNum a:link,.showpage a:link {<br />
font-size:11px;<br />
padding: 2px 4px 2px 4px;<br />
margin: 2px;<br />
text-decoration: none;<br />
border: 1px solid #0066cc;<br />
color: #0066cc;<br />
background-color: #FFFFFF;}<br />
.showpageNum a:hover {font-size:11px;<br />
border: 1px solid #333;<br />
color: #000000;<br />
background-color: #FFFFFF;<br />
}
</p></div>
<p>This is my default coding style for the page navigation hack.</p>
<p><center><img src="http://www.techieblogger.com/wp-content/uploads/2009/10/Page-Navigation-Menu-Widget-for-Blogger.jpg" alt="Page-Navigation-Menu-Widget-for-Blogger" title="Page-Navigation-Menu-Widget-for-Blogger" width="480" height="80" class="alignnone size-full wp-image-2282" /></center></p>
<p> But Now i will explain how to make it more better than this.</p>
<div class="codeview">.showpageArea {padding: 0 2px;margin-bottom:10px;margin-top:10px;<br />
} </div>
<p>This tag explains where should the page navigation hack must be present. If by mistake the hack overlaps with your content then you can increase the margin-bottom and margin-top attributes to a higher value to make it fit exactly where you want it to appear.</p>
<div class="codeview">.showpageArea a {border: 1px solid #505050;<br />
color: #000000;font-weight:normal;<br />
padding: 3px 6px !important;<br />
padding: 1px 4px ;margin:0px 4px;<br />
text-decoration: none;<br />
}</div>
<p>This code defines the CSS style for the back and Next buttons. You can add some images as background. For example , in my blogger version before i used an background image to the Next and previous button. Here is the code for that :</p>
<div class="codeview">
float : left;<br />
background : url(http://moviedls.files.wordpress.com/2009/02/backbutton.gif) no-repeat 0 0;<br />
text-align : center;<br />
width : 127px;<br />
height : 42px;<br />
text-align : center;<br />
display : block;<br />
margin : 0 5px;<br />
color : #333;<br />
padding-top : 6px;</div>
<p>If you want to change the background color or image behind the page numbers then you must edit this code :</p>
<div class="codeview">.showpageNum a {border: 1px solid #505050;<br />
color: #000000;font-weight:normal;<br />
padding: 3px 6px !important;<br />
padding: 1px 4px ;margin:0px 4px;<br />
text-decoration: none;<br />
}<br />
.showpageNum a:hover {<br />
font-size:11px;<br />
border: 1px solid #333;<br />
color: #000000;<br />
background-color: #FFFFFF;<br />
}</div>
<p>If you take my own code , i used the following code for my blog before.</p>
<div class="codeview">.showpageNum a {<br />
background : url(http://i422.photobucket.com/albums/pp302/bloggeracs/page_num.gif) no-repeat 0 0;<br />
width : 37px;<br />
height : 42px;<br />
display : block;<br />
text-align : center;<br />
float : left;<br />
margin : 0 5px;<br />
padding-top : 6px;<br />
text-decoration : none;<br />
color : #333;<br />
}<br />
.showpageNum a:hover {<br />
background : url(http://i422.photobucket.com/albums/pp302/bloggeracs/page_num.gif) no-repeat 0 100%;<br />
color : #fff;<br />
}</div>
<p>Change the background images to your wish.</p>
<div class="codeview">.showpagePoint {font-size:11px;<br />
padding: 2px 4px 2px 4px;<br />
margin: 2px;<br />
font-weight: bold;<br />
border: 1px solid #333;<br />
color: #fff;<br />
background-color: #000000;<br />
}</div>
<p>This code defines the CSS for the current page look. It is similar to a:active tag which we use in links. I used the following tag for this :</p>
<div class="codeview">.showpagePoint {<br />
background : url(http://i422.photobucket.com/albums/pp302/bloggeracs/page_num.gif) no-repeat 0 100%;<br />
width : 37px;<br />
height : 42px;<br />
display : block;<br />
float : left;<br />
text-align : center;<br />
margin : 0 5px;<br />
padding-top : 6px;<br />
font-weight : bold;<br />
color : #fff;<br />
}<br />
.showpageNum a:link, .showpage a:link {<br />
text-decoration : none;<br />
color : #cc0000;<br />
}</div>
<p>So here is the complete CSS code i used for my blogger blog before. You can use this code as well for your blog. All you need to do is just replace the CSS code already present with this one.</p>
<div class="codeview">
<p>.showpageArea {<br />
padding : 10px;<br />
color : #003366;<br />
text-align : left;<br />
width : 530px;<br />
}<br />
.showpageArea a {<br />
float : left;<br />
background : url(http://www.techieblogger.com/wp-content/uploads/2009/10/backbutton.gif) no-repeat 0 0;<br />
text-align : center;<br />
width : 127px;<br />
height : 42px;<br />
text-align : center;<br />
display : block;<br />
margin : 0 5px;<br />
color : #333;<br />
padding-top : 6px;<br />
}<br />
.showpageArea a:hover {<br />
color : #333;<br />
margin : 0 5px;<br />
padding-top : 6px;<br />
}<br />
.showpageNum a {<br />
background : url(http://www.techieblogger.com/wp-content/uploads/2009/10/page_num.gif) no-repeat 0 0;<br />
width : 37px;<br />
height : 42px;<br />
display : block;<br />
text-align : center;<br />
float : left;<br />
margin : 0 5px;<br />
padding-top : 6px;<br />
text-decoration : none;<br />
color : #333;<br />
}<br />
.showpageNum a:hover {<br />
background : url(http://www.techieblogger.com/wp-content/uploads/2009/10/page_num.gif) no-repeat 0 100%;<br />
color : #fff;<br />
}<br />
.showpagePoint {<br />
background : url(http://www.techieblogger.com/wp-content/uploads/2009/10/page_num.gif) no-repeat 0 100%;<br />
width : 37px;<br />
height : 42px;<br />
display : block;<br />
float : left;<br />
text-align : center;<br />
margin : 0 5px;<br />
padding-top : 6px;<br />
font-weight : bold;<br />
color : #fff;<br />
}<br />
.showpageNum a:link, .showpage a:link {<br />
text-decoration : none;<br />
color : #cc0000;<br />
}
</p></div>
<p>Hope you guys like my tutorial , still you want any modifications then do let me know.</p>
<h3/>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/07/page-navigation-hack-for-blogger.html' rel='bookmark' title='Page Navigation Hack for Blogger'>Page Navigation Hack for Blogger</a></li>
<li><a href='http://www.techieblogger.com/2008/07/page-navigation-menu-widget-for-blogger.html' rel='bookmark' title='Page Navigation Menu Widget for Blogger'>Page Navigation Menu Widget for Blogger</a></li>
<li><a href='http://www.techieblogger.com/2008/08/related-posts-widget-for-blogger-bugs-fixed.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/10/page-navigation-javascript-code-for-blogspot-blogs.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Random Posts Widget for Blogger</title>
		<link>http://www.techieblogger.com/2009/10/random-posts-widget-for-blogger.html</link>
		<comments>http://www.techieblogger.com/2009/10/random-posts-widget-for-blogger.html#comments</comments>
		<pubDate>Sun, 04 Oct 2009 03:43:11 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[blogger]]></category>
		<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[Blogger widget]]></category>
		<category><![CDATA[random posts]]></category>
		<category><![CDATA[random posts script]]></category>
		<category><![CDATA[random posts widget]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=1896</guid>
		<description><![CDATA[Most like to crowd their sidebars with full of link list widgets to improve their pageviews. Though the only two widgets available to show post links are recent posts widget and popular posts widget. In the row of recent posts and related posts widget for blogger , Now here comes one more link list widget [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with-css.html' rel='bookmark' title='Related Posts Widget For Blogger with CSS'>Related Posts Widget For Blogger with CSS</a></li>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with-css-2.html' rel='bookmark' title='Related Posts Widget For Blogger with CSS'>Related Posts Widget For Blogger with CSS</a></li>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with_25.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Most like to crowd their sidebars with full of link list widgets to improve their pageviews. Though the only two widgets available to show post links are recent posts widget and  popular posts widget. In the row of recent posts and related posts widget for blogger , Now here comes one more link list widget called &#8221; Random posts widget&#8221;. As the name implies , this widget will call posts in a random manner and the number of posts links to be displayed can be controlled by the webmaster. </p>
<h3></h3>
<h1>Code Customization instructions</h1>
<p>This code uses the Math.random() built-in function to get the random posts from the json blogger feeds. This is the random posts widget script developed by <a href="http://www.bloggodown.com/2009/04/random-posts-blogger-widget.html" target="_blank">Bloggodown</a>.</p>
<div class="codeview">&lt;script type=&quot;text/javascript&quot;&gt;<br />
var randarray = new Array();var l=0;var flag;<br />
var numofpost=<span style="color:red;">8</span>;function randomposts(json){<br />
var total = parseInt(json.feed.openSearch$totalResults.$t,10);<br />
for(i=0;i &lt; numofpost;){flag=0;randarray.length=numofpost;l=Math.floor(Math.random()*total);for(j in randarray){if(l==randarray[j]){ flag=1;}}<br />
if(flag==0&amp;&amp;l!=0){randarray[i++]=l;}}document.write(&#8216;&lt;ul&gt;&#8217;);<br />
for(n in randarray){ var p=randarray[n];var entry=json.feed.entry[p-1];<br />
for(k=0; k &lt; entry.link.length; k++){if(entry.link[k].rel==&#8217;alternate&#8217;){var item = &quot;&lt;li&gt;&quot; + &quot;&lt;a href=&quot; + entry.link[k].href + &quot;&gt;&quot; + entry.title.$t + &quot;&lt;/a&gt; &lt;/li&gt;&quot;;<br />
document.write(item);}}<br />
}<br />
document.write(&#8216;&lt;li&gt;&lt;a href=&quot;http://www.techieblogger.com&quot; target=&quot;_blank&quot;&gt;Random posts widget&lt;/a&gt;&lt;/li&gt;&#8217;);document.write(&#8216;&lt;/ul&gt;&#8217;);}<br />
&lt;/script&gt;<br />
&lt;script src=&quot;/feeds/posts/default?alt=json-in-script&amp;start-index=1&amp;max-results=1000&amp;callback=randomposts&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</div>
<p>The script gets the number of posts to be displayed using a variable named &#8220;numofpost&#8221;. After getting the number of posts this script uses a &#8221; for loop &#8221; to display only the number posts mentioned by the author.</p>
<p>I have set the number of posts to be 8. If you want to change the number of posts to be displayed then change the number in the text shown in red.</p>
<h3></h3>
<h1>Installation Instructions</h1>
<p>You can either install this widget in the sidebar or add this below the posts. First i will explain how to add this as a widget in the sidebar.</p>
<p>Adding the code in the sidebar is very simple. Just follow the below instructions.</p>
<ul>
<li>Go to Layout section of your blog.</li>
<li>Then in the sidebar select &#8221; Add a gadget &#8221; option.</li>
<li> choose &#8221; HTML / JAVASCRIPT&#8221; widget in that list.</li>
<li>
Now add the above code in that widget and click save.</li>
<p>That&#8217;s you have successfully installed the random posts widget for blogger sidebar.</ul>
<h3></h3>
<h1>Adding random posts widget below posts</h1>
<p>I have seen few who are showing the random list of posts below their posts. It&#8217;s also a good script placement which can increase your pageviews.</p>
<p>To add the code , just follow the above instructions.</p>
<ul>
<li>Go to Layout Section</li>
<li>Navigate to EDIT HTML subtab</li>
<li>Now check expand widgets option </li>
<li>Search the <span style="color:green;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</span></li>
<li>Now add the following code immediately below it</li>
</ul>
<div class="codeview">&lt;div id=&quot;random-posts&quot;&gt;<br />
&lt;h2&gt;Random posts&lt;/h2&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
var randarray = new Array();var l=0;var flag;<br />
var numofpost=<span style="color:red;">8</span>;function randomposts(json){<br />
var total = parseInt(json.feed.openSearch$totalResults.$t,10);<br />
for(i=0;i &lt; numofpost;){flag=0;randarray.length=numofpost;l=Math.floor(Math.random()*total);for(j in randarray){if(l==randarray[j]){ flag=1;}}<br />
if(flag==0&amp;&amp;l!=0){randarray[i++]=l;}}document.write(&#8216;&lt;ul&gt;&#8217;);<br />
for(n in randarray){ var p=randarray[n];var entry=json.feed.entry[p-1];<br />
for(k=0; k &lt; entry.link.length; k++){if(entry.link[k].rel==&#8217;alternate&#8217;){var item = &quot;&lt;li&gt;&quot; + &quot;&lt;a href=&quot; + entry.link[k].href + &quot;&gt;&quot; + entry.title.$t + &quot;&lt;/a&gt; &lt;/li&gt;&quot;;<br />
document.write(item);}}<br />
}<br />
document.write(&#8216;&lt;li&gt;&lt;a href=&quot;http://www.techieblogger.com&quot; target=&quot;_blank&quot;&gt;Random posts widget&lt;/a&gt;&lt;/li&gt;&#8217;);document.write(&#8216;&lt;/ul&gt;&#8217;);}<br />
&lt;/script&gt;<br />
&lt;script src=&quot;/feeds/posts/default?alt=json-in-script&amp;start-index=1&amp;max-results=1000&amp;callback=randomposts&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
&lt;/div&gt;</div>
<p>If you want to add custom CSS to this link list , then add the following code above &lt;/head&gt;</p>
<div class="codeview">
&lt;style&gt;<br />
/*– (Random posts widget -below posts) –*/<br />
#random-posts {<br />
width:100%;<br />
height:100%;<br />
min-height:100%;<br />
padding-top:5px;<br />
padding-left:10px;<br />
}<br />
#random-posts .widget{<br />
padding-left:6px;<br />
margin-bottom:10px;<br />
}<br />
#random-posts .widget h2 {<br />
font-size: 1.6em;<br />
font-weight: bold;<br />
color: #0000FF;<br />
font-family: Georgia, “Times New Roman”, Times, serif;<br />
margin-bottom: 0.75em;<br />
margin-top: 0em;<br />
padding-top: 0em;<br />
}<br />
#random-posts a{<br />
color:#A10000;<br />
}<br />
#random-posts a:hover{<br />
color:#A10000<br />
}<br />
#random-posts ul{<br />
list-style-type:none;<br />
margin:0 0 0px 0;<br />
padding:0px;<br />
text-decoration:bold;<br />
font-size:15px;<br />
text-color:#000000<br />
}<br />
#random-posts ul li{<br />
background:transparent url(http://www.techieblogger.com/wp-content/uploads/2009/10/bulltet.gif) no-repeat ;<br />
display:block;<br />
list-style-type:none;<br />
margin-bottom: 13px;<br />
padding-left: 30px;<br />
padding-top:0px;}<br />
&lt;/style&gt;
</div>
<p>Now you can see a beautiful Random posts appearing below the posts in your Blog.<br />
<center><img src="http://www.techieblogger.com/wp-content/woo_custom/21-random-posts.JPG" alt="Random posts widget" title="Random posts widget"/></center></p>
<h3></h3>
<p>hope you like this Random posts widget and hack, If you need any other modifications then do let me know via comments. </p>
<h3></h3>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with-css.html' rel='bookmark' title='Related Posts Widget For Blogger with CSS'>Related Posts Widget For Blogger with CSS</a></li>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with-css-2.html' rel='bookmark' title='Related Posts Widget For Blogger with CSS'>Related Posts Widget For Blogger with CSS</a></li>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with_25.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/10/random-posts-widget-for-blogger.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Make your site compatible for Higher screen resolution</title>
		<link>http://www.techieblogger.com/2009/08/screen-resolution-javascript-css.html</link>
		<comments>http://www.techieblogger.com/2009/08/screen-resolution-javascript-css.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 17:04:27 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[blogger tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[blogger tutorial]]></category>
		<category><![CDATA[css hack]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[screen resolution]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress hack]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=894</guid>
		<description><![CDATA[Most of us might have noticed that our sites may look different in different screen resolutions. Though I have already posted one article on making website layout cross browser compatible , but its also necessary to make your site compatible for different screen resolutions. The visitors of your site will not have same screen resolution [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2009/01/create-compatible-css-for-firefox-ie6-opera-ie7-etc.html' rel='bookmark' title='Create Compatible CSS for Firefox , IE6 , Opera , IE7 , etc'>Create Compatible CSS for Firefox , IE6 , Opera , IE7 , etc</a></li>
<li><a href='http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html' rel='bookmark' title='Image re-sizer CSS Hack for blogger and wordpress users'>Image re-sizer CSS Hack for blogger and wordpress users</a></li>
<li><a href='http://www.techieblogger.com/2008/07/page-navigation-menu-widget-for-blogger.html' rel='bookmark' title='Page Navigation Menu Widget for Blogger'>Page Navigation Menu Widget for Blogger</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Most of us might have noticed that our sites may look different in different screen resolutions. Though I have already posted one article on making website layout <a href="http://www.techieblogger.com/2009/01/create-compatible-css-for-firefox-ie6.html" target="_blank">cross browser compatible</a> , but its also necessary to make your site compatible for different screen resolutions. The visitors of your site will not have same screen resolution your are using. So it&#8217;s mandatory to make your site compatible for different screen resolutions.  For example, In lower screen resolutions like 800&#215;600 px the website layout will be perfect. But when you look at your site at a higher screen resolution like 1024&#215;768 px or even higher , the website header or sidebar may be aligned to either right or left. It&#8217;s all because the designer might have designed the site for a particular screen resolution. In the screen resolution he was working , the site may look perfect. But when it comes to higher screen resolution , the theme may be misaligned.</p>
<h3></h3>
<h1>what is the best screen resolution settings?</h1>
<p>    One can&#8217;t design a website for a particular screen resolution, because visitors will have different screen resolutions. According to me , the best screen resolution on which the designer should be concentrating on should be higher than 1024px. For example if you take techieblogger&#8217;s last month stats , most of my visitors are using higher screen resolution.</p>
<p><a href="http://www.techieblogger.com/2009/08/screen-resolution-javascript-css.html/screen-resolution-compatible-2" rel="attachment wp-att-896" target="_blank"><img src="http://techieblogger.com/wp-content/uploads/2009/08/screen-resolution-compatible1.jpg" alt="screen resolution compatibility" title="screen resolution compatibility" width="553" height="258" class="aligncenter size-full wp-image-896" /></a></p>
<p>Some of the web designers use JavaScript to control the screen resolution compatibility. But it will reduce the site loading time.Instead of using JavaScript , I will explain how to make your site higher screen resolution compatible by making changes in CSS codes.</p>
<h3></h3>
<h1>CSS controlling the alignment of the layout</h1>
<p>Before explaining the original hack, first let me describe about the css code which controls the layout alignment.</p>
<div class="codeview">margin: auto;</div>
<p>The simple margin tag in CSS controls the alignment of the site layout in different screen resolutions. I have selected auto to change the layout alignment in accordance with the visitors screen resolution.</p>
<h1>Screen resolution compatible CSS &#8211; Blogger users</h1>
<p>In order to make changes to your CSS code in blogger blogs , follow the below steps.</p>
<p>step 1 : First go to Layout section of your blog.<br />
step2 :  Then navigate to EDIT HTML page</p>
<p>Now add the margin: auto; tag in the css codes of the following sections.</p>
<ul>
<li>Header</li>
<li>Outer wrapper</li>
<li>content wrapper</li>
<li>wrapper</li>
<li>Footer</li>
</ul>
<p>If one more sections are missing in your style sheet , then insert that code in the respective div sections used in your blogger template.</p>
<h3></h3>
<h1>Screen resolution compatible CSS &#8211; WordPress Users</h1>
<p>To edit the css code in your wordpress blogs, follow the below steps.</p>
<p>first go to appearance option in your wordpress dashboard. Then go to EDITOR page. In that page , add the css code margin: auto; in the following css sections.</p>
<ul>
<li>Header</li>
<li>Outer wrapper</li>
<li>content wrapper</li>
<li>wrapper</li>
<li>single entry
<li>
<li>Footer</li>
</ul>
<h3></h3>
<h1>how to change screen resolution</h1>
<p>For checking your site compatibility with different screen resolutions do any one of the below steps.</p>
<h1>how to get a higher screen resolution on windows vista/XP</h1>
<p>To change the screen resolution of your PC , do the following steps.Right click on your desktop , then click the option &#8220;Properties&#8221; there.A new window will open. Now navigate to &#8220;settings &#8221; tab. There  you can see a slider to change the screen resolution. With that slider you can either increase or decrease. After you chose a particular screen resolution , click apply. It will give you a warning message click &#8220;ok&#8221;.</p>
<p><a href="http://www.techieblogger.com/2009/08/screen-resolution-javascript-css.html/properties-window" rel="attachment wp-att-909"><img src="http://techieblogger.com/wp-content/uploads/2009/08/properties-window.jpg" alt="properties window" title="properties window" width="404" height="202" class="aligncenter size-full wp-image-909" /></a></p>
<p>Now open the browser and visit your site for compatibility.</p>
<h3></h3>
<h1>how to set screen resolution using keyboard hotkey</h1>
<p>You can also check the compatibility of your site with different screen resolutions with simple keyboard short keys.<br />
First go to your blog and do the following :<br />
To reduce the screen resolution , press &#8220;ctrl&#8221; and scroll down the mouse roller.<br />
Or<br />
press &#8221; ctrl &#8221; button and press &#8220;-&#8221; button.</p>
<p>To increase the screen resolution, click &#8220;ctrl&#8221; and &#8220;+&#8221; button or else press &#8221; ctrl &#8221; and scroll up the mouse roller.</p>
<p>With the above keyboards hotkeys , you can check the screen resolution compatibility of your site.</p>
<h3></h3>
<p>Hope this article will be useful for all web designers who want to create wordpress themes or blogger templates which are higher screen resolution compatible. If you have any problem with your website layout alignment, then please email me about the issue.</p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2009/01/create-compatible-css-for-firefox-ie6-opera-ie7-etc.html' rel='bookmark' title='Create Compatible CSS for Firefox , IE6 , Opera , IE7 , etc'>Create Compatible CSS for Firefox , IE6 , Opera , IE7 , etc</a></li>
<li><a href='http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html' rel='bookmark' title='Image re-sizer CSS Hack for blogger and wordpress users'>Image re-sizer CSS Hack for blogger and wordpress users</a></li>
<li><a href='http://www.techieblogger.com/2008/07/page-navigation-menu-widget-for-blogger.html' rel='bookmark' title='Page Navigation Menu Widget for Blogger'>Page Navigation Menu Widget for Blogger</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/08/screen-resolution-javascript-css.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Image re-sizer CSS Hack for blogger and wordpress users</title>
		<link>http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html</link>
		<comments>http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 18:03:03 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[blogger tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[Blogger Template]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[css hacks]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress hacks]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=744</guid>
		<description><![CDATA[Are the images in your main container is wider than the width of the main container. If it&#8217;s so then you will find your blog layout clumsy or misaligned.I have seen few using image resizer tool to resize images, but it&#8217;s time consuming. You can even use JavaScript for resizing images, but using JavaScript will [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/07/colorful-link-hover-hack-for-blogger.html' rel='bookmark' title='Colorful Link Hover Hack for Blogger and WordPress'>Colorful Link Hover Hack for Blogger and WordPress</a></li>
<li><a href='http://www.techieblogger.com/2009/07/subscription-box-form-with-custom-css.html' rel='bookmark' title='Subscription Box widget for Blogger Users'>Subscription Box widget for Blogger Users</a></li>
<li><a href='http://www.techieblogger.com/2008/08/redirect-users-to-new-blog-domain.html' rel='bookmark' title='Redirect Users From Old Domain To New Domain &#8211; Blogger Hack'>Redirect Users From Old Domain To New Domain &#8211; Blogger Hack</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Are the images in your main container is wider than the width of the main container. If it&#8217;s so then you will find your blog layout clumsy or misaligned.I have seen few using image resizer tool to resize images, but it&#8217;s time consuming. You can even use JavaScript for resizing images, but using JavaScript will increase blog loading time. In order to avoid using JavaScript or image resizing tool, in this post I have explained how to resize images in your blog main container with simple CSS codes.</p>
<p>You can implement image resizing hack in PHP based wordpress or in blogger blogs too. In this tutorial i will explain how to add this hack to both blogger as well as wordpress.</p>
<h1>Image resize hack for Blogger</h1>
<p>Before explaining the original hack , I would like to tell what most of the blogger might be doing to re-size their images while writing posts. Mostly they will use style tags to mention the width and height of the image.</p>
<div class="codeview">&lt;img src=&#8221;http://techieblogger.com/wp-content/uploads/2009/07/just-host-thumbnail.png&#8221; <span style="color: #993300;">style=&#8221;height:260px;width:560px;</span>&#8220;/&gt;</div>
<p>or</p>
<div class="codeview">&lt;img src=&#8221;http://www.techieblogger.com/wp-content/uploads/2009/08/digital-abstract-art-820&#215;1024.jpg&#8221; <span style="color: #993300;">width=&#8221;560&#8243; height=&#8221;260&#8243;</span>/&gt;</div>
<p>But when you are having a number of images in your posts , then it becomes difficult to mention the image size and width in each and every image. And also if you change the template which contains different width , then you need to edit the size and width in all images.</p>
<p>In order to get rid off those head-aches , just follow these simple steps to resize images in your blog. Even if you have declared different image size and width in that image code , this code will overwrite those tags and will change the width and size you mentioned in the style sheet.</p>
<p>First go to layout section of your blogger blog. Then navigate to EDIT HTML section. Now search for this tag there.</p>
<div class="codeview">]]&gt;&lt;/b:skin&gt;</div>
<p>Now add the following code above that code line.</p>
<div class="codeview">.post img {<br />
float:center;<br />
<span style="color: #993300;">min-width:560px;<br />
max-width:560px;<br />
max-height:260px;<br />
min-height:260px;</span><br />
padding : 10px;<br />
line-height : 2em;<br />
margin: 0 auto 10px auto;<br />
clear: both;<br />
}</div>
<p>In that above code , edit the max-height and min-width tags to suit your main container width and height.</p>
<h3></h3>
<h1>Image resizer for wordpress users</h1>
<p>In order to implement image resizer hack in your wordpress blog , just follow these steps.<br />
First go to the dashboard of your wordpress blog. Then navigate to the Appearance tab in the left sidebar. Now go to the Editor page.</p>
<p>In the style sheet, check for the div element used in the main content container. In most of the wordpress blogs , the div element used will be &#8220;single-entry&#8221; .  Now in that style sheet page , paste the following code anywhere.</p>
<div class="codeview">.<span style="color: #008000;">single-entry</span> img {<br />
float:center;<br />
<span style="color: #993300;">min-width:560px;<br />
max-width:560px;<br />
max-height:260px;<br />
min-height:260px;</span><br />
padding : 10px;<br />
line-height : 2em;<br />
margin: 0 auto 10px auto;<br />
clear: both;<br />
}</div>
<p>remember to change the text in green to the div element id of your main container.</p>
<p>Hope This hack will be more useful when you will be having more number of images in your posts. You need not use separate style codes for each and every image. Rather by this method everything is made automatic and even you can save your blog loading time too.</p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/07/colorful-link-hover-hack-for-blogger.html' rel='bookmark' title='Colorful Link Hover Hack for Blogger and WordPress'>Colorful Link Hover Hack for Blogger and WordPress</a></li>
<li><a href='http://www.techieblogger.com/2009/07/subscription-box-form-with-custom-css.html' rel='bookmark' title='Subscription Box widget for Blogger Users'>Subscription Box widget for Blogger Users</a></li>
<li><a href='http://www.techieblogger.com/2008/08/redirect-users-to-new-blog-domain.html' rel='bookmark' title='Redirect Users From Old Domain To New Domain &#8211; Blogger Hack'>Redirect Users From Old Domain To New Domain &#8211; Blogger Hack</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>GET 50% offer in JUSTHOST without any coupon code</title>
		<link>http://www.techieblogger.com/2009/07/just-host-coupon-codes.html</link>
		<comments>http://www.techieblogger.com/2009/07/just-host-coupon-codes.html#comments</comments>
		<pubDate>Sat, 01 Aug 2009 02:23:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[blogger tutorials]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blog hosting]]></category>
		<category><![CDATA[coupon code]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=665</guid>
		<description><![CDATA[Today I have got a great news to share with you all. Hope you all know that I have hosted my site in dreamhost, since three months. Though I haven&#8217;t had any problems so far with dreamhost. While surfing for best blog hosts, I came across Justhost.com . While surfing their page I came across [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2009/10/how-to-choose-best-web-hosting-service.html' rel='bookmark' title='How to Choose best web Hosting service ?'>How to Choose best web Hosting service ?</a></li>
<li><a href='http://www.techieblogger.com/2009/09/free-image-hosting-and-photo-sharing-sites.html' rel='bookmark' title='Top 10 free Image hosting and Photo sharing websites'>Top 10 free Image hosting and Photo sharing websites</a></li>
<li><a href='http://www.techieblogger.com/2009/09/choose-web-hosting-wisely-with-web-hosting-rating.html' rel='bookmark' title='Choose web hosting wisely with web hosting Rating'>Choose web hosting wisely with web hosting Rating</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I have got a great news to share with you all. Hope you all know that I have hosted my site in dreamhost, since three months. Though I haven&#8217;t had any problems so far with dreamhost. While surfing for best blog hosts, I came across Justhost.com . While surfing their page I came across a great offer which most of the users won&#8217;t know. Instead of searching for justhost.com coupon codes , for 20% offer , you can use this trick to avail 50% offer without any coupon code. I also included a special JUSTHOST coupon code to get half price offer.</p>
<p>Let me first make clear that , I am not affiliated to JustHost in any way. I just wanted to share this trick with you all , so that you can transfer your blogger blog to wordpress for a cheap price with a massive 50% offer.</p>
<h3></h3>
<p><img src="http://techieblogger.com/wp-content/uploads/2009/07/just-host-thumbnail.png" alt="coupon codes to get 50% offer" title="blog hosting trick" class="aligncenter size-full wp-image-674" /></p>
<h3>About JustHost.com</h3>
<p>Just host is a new blog hosting company which has been started in the year 2008. They have good reputation for their uptime and cheap cost. They have got many awards and have been considered as one of the best blog hosting site since 2008.</p>
<h3></h3>
<h3>Key Features of JustHost</h3>
<ul>
<li>Free Setup</li>
<li>99.9% UpTime Guarantee</li>
<li>FREE Domain Name FOR LIFE</li>
<li>UNLIMITED Disk Space</li>
<li>UNLIMITED Bandwidth</li>
<li>ANYTIME Money Back Guarantee</li>
<li>Host UNLIMITED Domains</li>
<li>UNLIMITED MySQL Databases</li>
<li>Host UNLIMITED Domains</li>
<li>UNLIMITED Sub Domains</li>
<li>FREE domain name FOR LIFE</li>
</ul>
<h3></h3>
<h3>Just Host reviews</h3>
<p>When i searched in Google for just host reviews to know whether Just Host is scam or not. I found no results or complaints about JustHost.com downtime or about Just Host scam. According to me , Just Host is a good web hosting company to host your blog.</p>
<h3></h3>
<h3>Steps to get 50% offer</h3>
<p>Let&#8217;s see how to get the half price offer in justhost.com . First go to <a href="http://www.justhost.com" target="_blank">just Host</a> website. Now under footer check for the secret link. Click that link , it will take you to a new page.<br />
<a href="http://techieblogger.com/wp-content/uploads/2009/07/secretlink.jpg" target="_blank"><img src="http://techieblogger.com/wp-content/uploads/2009/07/secretlink.jpg" alt="coupon codes to get 50% offer" title="blog hosting trick" width="516" height="238" class="aligncenter size-full wp-image-674" /></a></p>
<p>In that page , fill the details. Either register a new domain there or else transfer your existing domain. Since they offer lifetime free domain , i would suggest you to register a new domain.</p>
<p><a href="http://techieblogger.com/wp-content/uploads/2009/07/20off.jpg"><img src="http://techieblogger.com/wp-content/uploads/2009/07/20off.jpg" alt="20off" title="20off" width="530" height="384" class="aligncenter size-full wp-image-677" /></a></p>
<p>After filling the details click continue. In the new page, you will find only 20% offer notice. So now it&#8217;s the time to do my trick.</p>
<p>Without filling the details there , go to the browser address bar and type some web address and click enter. For example type &#8220;www.google.com&#8221; and click enter.</p>
<p><a href="http://techieblogger.com/wp-content/uploads/2009/07/detailschange1.jpg" target="_blank"><img src="http://www.techieblogger.com/wp-content/uploads/2009/07/detailschange1-1024x480.jpg" alt="blog hosting trick to get half price offer" title="blog hosting trick to get half price offer" width="530" height="480" class="aligncenter size-large wp-image-679" /></a></p>
<p>As soon as you do that , two pop-up windows will open saying that they have a last minute offer for you.</p>
<p><a href="http://techieblogger.com/wp-content/uploads/2009/07/popup.jpg" target="_blank"><img src="http://www.techieblogger.com/wp-content/uploads/2009/07/popup-1024x409.jpg" alt="just host web hosting" title="just host web hosting" width="1024" height="409" class="aligncenter size-large wp-image-678" /></a></p>
<p>Now in that pop-up box , click cancel to receive that offer. Within some time in that chat box , you will find a link to get 50 percent offer for web hosting. click that link.</p>
<p><a href="http://techieblogger.com/wp-content/uploads/2009/07/half-price-offer.jpg" target="_blank"><img src="http://techieblogger.com/wp-content/uploads/2009/07/half-price-offer.jpg" alt="half price offer" title="half price offer" width="487" height="306" class="aligncenter size-full wp-image-685" /></a></p>
<p>If you are using firefox browser while registering just close the tab , even at that time you will get those pop-ups.</p>
<p>In that new page , continue with your registration and now you have massive 50 percent offer in any web hosting plan in Just Host.</p>
<h3></h3>
<h3>USING COUPON CODE</h3>
<p>Instead of doing all these steps , You can also get the offer by using &#8221; 50OFF &#8221; (without quotes ) coupon code while registering. Isn&#8217;t it so simple ?.</p>
<p>I hope it will help all blogger users who are looking for a cheap web hosting. Now it&#8217;s time to transfer your blog from blogger to wordpress. Catch you soon with a new hack.</p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2009/10/how-to-choose-best-web-hosting-service.html' rel='bookmark' title='How to Choose best web Hosting service ?'>How to Choose best web Hosting service ?</a></li>
<li><a href='http://www.techieblogger.com/2009/09/free-image-hosting-and-photo-sharing-sites.html' rel='bookmark' title='Top 10 free Image hosting and Photo sharing websites'>Top 10 free Image hosting and Photo sharing websites</a></li>
<li><a href='http://www.techieblogger.com/2009/09/choose-web-hosting-wisely-with-web-hosting-rating.html' rel='bookmark' title='Choose web hosting wisely with web hosting Rating'>Choose web hosting wisely with web hosting Rating</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/07/just-host-coupon-codes.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Add paypal donation button to blogger and wordpress blogs</title>
		<link>http://www.techieblogger.com/2009/07/add-paypal-donation-button-script-to-blogger-and-wordpress-blogs.html</link>
		<comments>http://www.techieblogger.com/2009/07/add-paypal-donation-button-script-to-blogger-and-wordpress-blogs.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 18:54:39 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[blogger tutorials]]></category>
		<category><![CDATA[Blogger widget]]></category>
		<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[blogger widgets]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[earn money]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[paypal donation button]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=656</guid>
		<description><![CDATA[Rather than advertising revenue some websites depend on donations from users to run their sites. Although there are few online paypal button code generator websites available, I would like to explain how to generate paypal donation button script manually using your own paypal account. In order to create a donation button in paypal you need [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html' rel='bookmark' title='Image re-sizer CSS Hack for blogger and wordpress users'>Image re-sizer CSS Hack for blogger and wordpress users</a></li>
<li><a href='http://www.techieblogger.com/2009/12/build-your-own-online-store-in-blogger-blogs.html' rel='bookmark' title='Build Your Own Online Store In Blogger Blogs'>Build Your Own Online Store In Blogger Blogs</a></li>
<li><a href='http://www.techieblogger.com/2008/07/colorful-link-hover-hack-for-blogger.html' rel='bookmark' title='Colorful Link Hover Hack for Blogger and WordPress'>Colorful Link Hover Hack for Blogger and WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Rather than advertising revenue some websites depend on donations from users to run their sites. Although there are few online paypal button code generator websites available, I would like to explain how to generate paypal donation button script manually using your own paypal account. In order to create a donation button in paypal you need to have paypal account of any type (personal , business or merchant).</p>
<h3>Creating the code for Paypal donation button</h3>
<p>In order to create the paypal donation button script, just login to your paypal account.Then navigate to Merchant services sub page. There under &#8221; PayPal Website Payments Standard &#8221; , you can see a link to &#8221; Donations&#8221; page. Click that &#8220;donations&#8221; link.</p>
<p><a href="http://techieblogger.com/wp-content/uploads/2009/07/paypal.jpg"><img src="http://techieblogger.com/wp-content/uploads/2009/07/paypal.jpg" alt="paypal" title="paypal" width="500" height="200" class="aligncenter size-full wp-image-662" /></a><br />
Now in that page , edit the paypal button code to suit your template. You can also have your own paypal donations button image. You can use some online paypal button creation websites to create a paypal donation button , then upload those images to your blog. In that paypal donation button customization page , enter that image url.</p>
<p>Then you can also customize the paypal donations script over there itself. I have explained them in my video tutorial for this hack.<br />
So now we will have the paypal donation button script with us. Copy and paste the script somewhere in notepad.</p>
<h3></h3>
<h3>VIDEO TUTORIAL to create paypal donation button</h3>
<p><center><object width="480" height="295"><param name="movie" value="http://www.youtube-nocookie.com/v/XzP6fRaQeSc&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/XzP6fRaQeSc&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></center></p>
<h3></h3>
<h3>Online paypal donation button script generators</h3>
<p>You can also generate the paypal donation button script using the following online paypal code generators.</p>
<ul>
<li><a href="http://pp.flipmytext.com/" target="_blank">FlipMyText</a></li>
<li><a href="http://www.appealwebdesign.com/paypal/" target="_blank">PayPal Button Code Generator</a></li>
<li><a href="http://profitphp.com/tools/paypal-button.php" target="_blank">Paypal Button Generator script </a></li>
</ul>
<p>Enter your paypal account details there and finally you will have the code ready to add in your blog/wesbite.</p>
<p>The above sites are some of the paypal button creators which i have found so far. If you any other then please let me know using comments.</p>
<h3>ADDING PAYPAL DONATION BUTTON TO BLOGGER BLOGS</h3>
<p>To add the paypal donation button to your blogger blogs , Go to layout section of your blogger blog. Then add a HTML/JAVASCRIPT widget using &#8220;add a gadget&#8221; option in the layout page. Paste the paypal donation button code you generated either via the online paypal button creator or from the paypal website itself there. Then click save , Now you can see a cool paypal donation button on your website.</p>
<p>if you want to add the paypal donation button below post of your blogger blog, then navigate to the EDIT HTML subtab in the layout section.<br />
Then click &#8220;Expand Widget Templates&#8221; option in that page. Now search for this tag <span style="color: #99cc00;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</span> and add the paypal donation button code immediately below that line.</p>
<p>Now you can see a beautiful paypal donation button in your blogger blog.</p>
<h3></h3>
<h3>ADDING PAYPAL DONATION BUTTON TO WORDPRESS</h3>
<p>In order to add the paypal donation button code to your wordpress blog , Go to Themes appearance/presentation tab. Then navigate to WIDGETS option available there.<br />
Add either a text widget or HTML widget and paste the paypal button code there.</p>
<p>If you want to add the paypal donation button below post in wordpress too , then navigate to EDITOR option in APPEARANCE. IN editor page search for single.php page. There place the paypal donation button code immediately below the &#8220;the_content&#8221; whole tag line.</p>
<h3>Conclusion : </h3>
<p>I hope that you guys will like this tutorial for adding paypal donation button. Placing a donation button in your blog can help you to earn some extra income.</p>
<p>P.S: This is my first video tutorial for blogger users. I have created a new <a href="http://www.youtube.com/user/mohamedrias" target="_blank">youtube channel </a>for uploading blogger tutorials over there. Hope you guys will support me for that.</p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html' rel='bookmark' title='Image re-sizer CSS Hack for blogger and wordpress users'>Image re-sizer CSS Hack for blogger and wordpress users</a></li>
<li><a href='http://www.techieblogger.com/2009/12/build-your-own-online-store-in-blogger-blogs.html' rel='bookmark' title='Build Your Own Online Store In Blogger Blogs'>Build Your Own Online Store In Blogger Blogs</a></li>
<li><a href='http://www.techieblogger.com/2008/07/colorful-link-hover-hack-for-blogger.html' rel='bookmark' title='Colorful Link Hover Hack for Blogger and WordPress'>Colorful Link Hover Hack for Blogger and WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/07/add-paypal-donation-button-script-to-blogger-and-wordpress-blogs.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Subscription Box widget for Blogger Users</title>
		<link>http://www.techieblogger.com/2009/07/subscription-box-form-with-custom-css.html</link>
		<comments>http://www.techieblogger.com/2009/07/subscription-box-form-with-custom-css.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 15:56:24 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[Blogger widget]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[blogger widgets]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[subscription box]]></category>
		<category><![CDATA[wordpress hacks]]></category>

		<guid isPermaLink="false">http://www.test.smashingtips.com/techieblogger/?p=55</guid>
		<description><![CDATA[Are you still using the old subscription box provided by FeedBurner.com ? Do you admire when some famous wordpress sites have custom subscription box with background images and custom CSS ? Want to know how to do that , then here is a tutorial for all Novice Blogger users and designers. With this tutorial you [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/06/star-ratings-widget-for-blogger.html' rel='bookmark' title='Star Ratings Widget for Blogger'>Star Ratings Widget for Blogger</a></li>
<li><a href='http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html' rel='bookmark' title='Image re-sizer CSS Hack for blogger and wordpress users'>Image re-sizer CSS Hack for blogger and wordpress users</a></li>
<li><a href='http://www.techieblogger.com/2008/08/related-posts-widget-for-blogger-bugs-fixed.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Are you still using the old subscription box provided by FeedBurner.com ? Do you admire when some famous wordpress sites have custom subscription box with background images and custom CSS ? Want to know how to do that , then here is a tutorial for all Novice Blogger users and designers. With this tutorial you can add subscription box to your blogger blog.</p>
<p>Just Follow this step by Step procedure to create newsletter subscription box widget for Blogger with your own custom CSS.</p>
<h3>Creating a Feedburner Account</h3>
<p>Step 1 :</p>
<p>First we need to have one feedburner account in order to create a subscription form widget.</p>
<p>Register an account in Feedburner.com and then go to Publicize Page , there select Email subscription option in left sidebar. In that click activate button below.</p>
<p>Step 2 : So now you have your own feedburner account. In that code search this tag &#8221; <span style="color: #cc0000;">feedid=</span> &#8221; after this there will be 7 digit number save it in a text file .</p>
<h3>Step 3 : Adding code and CSS</h3>
<p>I am going to share my own feedburner code with you guys. And i will explain all the codes which you need to modify.</p>
<p>First let&#8217;s add the CSS required for this subscription box.</p>
<pre lang="css">
/*... Subscription ..*/
div#subscribe {
float : left;
width : 350px;
height : 94px;
background : url('http://techieblogger.com/wp-content/uploads/2009/07/subscribebgcopy-1.jpg') no-repeat;
background-color : #ffffff;
overflow:hidden;
}

#subscribe a {
font-weight : normal;
color : #64666b;
border:none;
}
#subscribe a :hover {
font-weight : normal;
color : #64666b;
border:none;
}

div#subscribe img {
float : right;
margin-top : 6px;
}
#subscribeform {
float : left;
margin : 0;
padding : 0;
padding-left : 72px;
}
#subscribeform .subscribeinput {
float : left;
border : 0;
width : 188px;
height : 19px;
background : url('http://i422.photobucket.com/albums/pp302/bloggeracs/input.jpg') no-repeat;
font : 11px Verdana;
color : #c6c6c6;
margin-top:10px;
padding-top : 5px;
padding-left : 5px;
margin-left : 9px;
}
#subscribeform .subscribesubmit {
float : left;
border : 0;
margin-left : 5px;
margin-top:10px;
}</pre>
<p>To add this code in your template , Go to Edit HTML page of your Blogger template. Then search for this tag ]]&gt;&lt;/b:skin&gt; .<br />
And add the CSS codes above that tag.</p>
<h3>Subscription Box code</h3>
<p>Now let&#8217;s add the HTML code to sidebar.</p>
<pre lang="html" escaped="true">&lt;div id="subscribe"&gt;
&lt;a href="http://feeds.feedburner.com/TechnoWizard" rel="nofollow"&gt;&lt;img src="http://feeds.feedburner.com/~fc/TechnoWizard?bg=006699&amp;amp;fg=FFFFFF&amp;amp;anim=0" width="88" style="border:0px;" alt="Subscribe Now"  height="26"/&gt;&lt;/a&gt;&lt;br/&gt;

&lt;form id="subscribeform" action="http://www.feedburner.com/fb/a/emailverify" target="popupwindow" method="post" 'http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1488667', 'popupwindow', 'scrollbars=yes,width=560,height=520');return true"&gt;
&lt;div&gt;
&lt;input value="" class="subscribeinput" name="email" type="text"/&gt;
&lt;input value="http://feeds.feedburner.com/~e?ffid=1488667" name="url" type="hidden"/&gt;&lt;input value="Blogger Accessories" name="title" type="hidden"/&gt;&lt;input value="en_US" name="loc" type="hidden"/&gt;
&lt;input src="http://i263.photobucket.com/albums/ii150/mohamedrias/subscribesubmit.png" class="subscribesubmit" type="image"/&gt;
&lt;/div&gt;&lt;/form&gt;&lt;/div&gt;</pre>
<p>To add this code to sidebar , use the option &#8221; Add a Gadget&#8221; in layout section of your blogger template and add HTML/Javascript Blogger widget.</p>
<h3>Customizing the Subscription Box Code</h3>
<p>As I have told early that the code above is from my own blog. So you need to edit few things to make it compatible for your blog.</p>
<div class="codeview">&lt;div id=&#8221;subscribe&#8221;&gt;<br />
&lt;a href=&#8221;http://feeds.feedburner.com/<span style="color: #993300;">TechnoWizard</span>&#8221; rel=&#8221;nofollow&#8221;&gt;&lt;img width=&#8221;88&#8243; style=&#8221;border:0&#8243; alt=&#8221;" src=&#8221;http://feeds.feedburner.com/~fc/TechnoWizard?bg=006699&amp;amp;fg=FFFFFF&amp;amp;anim=0&#8243; height=&#8221;26&#8243;/&gt;&lt;/a&gt;&lt;br/&gt;</p>
<p>&lt;form id=&#8221;subscribeform&#8221; action=&#8221;http://www.feedburner.com/fb/a/emailverify&#8221; target=&#8221;popupwindow&#8221; method=&#8221;post&#8221; &#8216;<span style="color: #993300;">http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1488667</span>&#8216;, &#8216;popupwindow&#8217;, &#8216;scrollbars=yes,width=560,height=520&#8242;);return true&#8221;&gt;<br />
&lt;div&gt;<br />
&lt;input value=&#8221;" class=&#8221;subscribeinput&#8221; name=&#8221;email&#8221; type=&#8221;text&#8221;/&gt;<br />
&lt;input value=&#8221;<span style="color: #993300;">http://feeds.feedburner.com/~e?ffid=1488667</span>&#8221; name=&#8221;url&#8221; type=&#8221;hidden&#8221;/&gt;&lt;input value=&#8221;<span style="color: #993300;">Techie Blogger</span>&#8221; name=&#8221;title&#8221; type=&#8221;hidden&#8221;/&gt;&lt;input value=&#8221;en_US&#8221; name=&#8221;loc&#8221; type=&#8221;hidden&#8221;/&gt;<br />
&lt;input src=&#8221;http://i263.photobucket.com/albums/ii150/mohamedrias/subscribesubmit.png&#8221; class=&#8221;subscribesubmit&#8221; type=&#8221;image&#8221;/&gt;<br />
&lt;/div&gt;&lt;/form&gt;&lt;/div&gt;</div>
<p>Just edit the text in red with your own Feedburner subscription links and details.</p>
<h3>Customizing the Appearance of the subscription form</h3>
<p>First let me discuss the code i have used in my blog and then I will explain how to customize it.</p>
<div class="codeview">div#<span style="color: #993300;">subscribe</span> {<br />
float : left;<br />
width : 350px;<br />
height : 94px;<br />
background : url(&#8216;<span style="color: #993300;">http://techieblogger.com/wp-content/uploads/2009/07/subscribebgcopy-1.jpg</span>&#8216;) no-repeat;<br />
background-color : #ffffff;<br />
overflow:hidden;<br />
}</div>
<p>This is the div element which is going to contain the subscription box.<br />
In this you can change the width and height of the widget to suit your blog. You can also change the background image of the subscription box as well.</p>
<div class="codeview">#subscribe a {<br />
font-weight : normal;<br />
color : #<span style="color: #993300;">64666b;</span><br />
border:none;<br />
}<br />
#subscribe a :hover {<br />
font-weight : normal;<br />
color : #<span style="color: #993300;">64666b</span>;<br />
border:none;<br />
}</p>
<p>div#subscribe img {<br />
float : right;<br />
margin-top : 6px;<br />
}</p></div>
<p>This codes control the display setting of the text and image shown in the subscription box widget.</p>
<div class="codeview">#subscribeform {<br />
float : left;<br />
margin : 0;<br />
padding : 0;<span style="color: #993300;"><br />
padding-left : 72px;</span><br />
}<br />
#subscribeform .subscribeinput {<br />
float : left;<br />
border : 0;<span style="color: #993300;"><br />
width : 188px;<br />
height : 19px;</span><br />
background : url(&#8216;<span style="color: #993300;">http://i422.photobucket.com/albums/pp302/bloggeracs/input.jpg</span>&#8216;) no-repeat;<br />
font : 11px Verdana;<span style="color: #993300;"><br />
color : #c6c6c6;</span><br />
margin-top:10px;<br />
padding-top : 5px;<br />
padding-left : 5px;<br />
margin-left : 9px;<br />
}<br />
#subscribeform .subscribesubmit {<br />
float : left;<br />
border : 0;<span style="color: #993300;"><br />
margin-left : 5px;<br />
margin-top:10px;</span><br />
}</div>
<p>In this the <span style="color: #993300;">#subscribeform</span> code defines where the subscription form box to be placed. If the box is misaligned in your blog then edit the text in red there.</p>
<p><span style="color: #993300;">.subscribeinput</span> : This code defines the width of the input area of the subscription box. Just replace the codes in red to suit your blog.</p>
<p><span style="color: #993300;">.subscribesubmit</span> : This code controls the CSS settings of the submit button. You can find the URL of the submission button in the widget code. Change the code in red to suit your blogger template.<br />
<center><a rel="attachment wp-att-546" href="http://www.techieblogger.com/2009/07/subscription-box-form-with-custom-css.html/subscription"><img class="size-full wp-image-546 alignnone" title="subscription" src="http://techieblogger.com/wp-content/uploads/2009/07/subscription.gif" alt="subscription box for blogger users" width="361" height="108" /></a></center></p>
<p>Hope I have explained the CSS and Feedburner subscription box code to the fullest. With this basic knowledge you can create your own feedburner subscription box.</p>
<p>If you had came across any good looking subscription box in any website then let me know. I will send you the code to add in your own blog and i will also explain that code as well.</p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/06/star-ratings-widget-for-blogger.html' rel='bookmark' title='Star Ratings Widget for Blogger'>Star Ratings Widget for Blogger</a></li>
<li><a href='http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html' rel='bookmark' title='Image re-sizer CSS Hack for blogger and wordpress users'>Image re-sizer CSS Hack for blogger and wordpress users</a></li>
<li><a href='http://www.techieblogger.com/2008/08/related-posts-widget-for-blogger-bugs-fixed.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/07/subscription-box-form-with-custom-css.html/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Customizing Blogger post Navigation script</title>
		<link>http://www.techieblogger.com/2009/06/customize-blogger-navigation-scrip.html</link>
		<comments>http://www.techieblogger.com/2009/06/customize-blogger-navigation-scrip.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 12:53:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[blogger tutorials]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[blogspot hacks]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[newer posts]]></category>
		<category><![CDATA[older posts]]></category>
		<category><![CDATA[post navigation]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=337</guid>
		<description><![CDATA[Blogger Blogs have default post navigation script which allows user to navigate between posts.It consists of &#8221; older posts&#8221; , &#8220;Newer posts&#8221; and &#8221; Home page&#8221; link. Since it&#8217;s default , no CSS codings are added for the navigation script. So in this post I will explain how to modify the script and to add [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/07/show-date-before-each-post-in-blogger.html' rel='bookmark' title='Show Date before each Post in Blogger'>Show Date before each Post in Blogger</a></li>
<li><a href='http://www.techieblogger.com/2008/07/embed-comment-form-below-post-in-blogger.html' rel='bookmark' title='Embed Comment Form below post in Blogger'>Embed Comment Form below post in Blogger</a></li>
<li><a href='http://www.techieblogger.com/2008/04/hide-blogger-navigation-bar-navbar.html' rel='bookmark' title='Hide Blogger Navigation Bar / navbar'>Hide Blogger Navigation Bar / navbar</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Blogger Blogs have default post navigation script which allows user to navigate between posts.It consists of &#8221; older posts&#8221; , &#8220;Newer posts&#8221; and &#8221; Home page&#8221; link. Since it&#8217;s default , no CSS codings are added for the navigation script. So in this post I will explain how to modify the script and to add background images and then aligning the older posts and newer posts links properly.</p>
<h3></h3>
<h3>Know the script codes</h3>
<p>Before explaining how to customize the codes , I would like to explain the tags involved in the blogger templates which control the blogger post navigation script.</p>
<h3></h3>
<h3>CSS codes</h3>
<p>Firstly, let us see the default code included in minima or Rounders blogger template.</p>
<div class="codeview">#blog-pager-newer-link {<br />
float: $startSide;<br />
margin-$startSide: 13px;<br />
}</p>
<p>#blog-pager-older-link {<br />
float: $endSide;<br />
margin-$endSide: 13px;<br />
}</p>
<p>#blog-pager {<br />
text-align: center;<br />
}</div>
<p>instead of startside and endside we can have left and right respectively.<br />
#blog-pager-newer-link : this code contains the css necessary for newer posts link<br />
#blog-pager-older-link : this code contains the css necessary for older posts link<br />
and #blog-pager  controls the contains necessary for Home page links.</p>
<p>If you are using custom blogger template , then you will find something like this :<br />
#blog-pager-newer-link {<br />
padding-left : 20px;<br />
border : none;<br />
float : left;<br />
}<br />
#blog-pager-older-link {<br />
float : right;<br />
padding-right : 20px;<br />
border : none;<br />
}<br />
#blog-pager {<br />
padding : 0 15px 0;<br />
text-align : center;<br />
}<br />
.blog-pager a {<br />
color : #cc0000;<br />
}<br />
.blog-pager a:hover {<br />
color : #cc0000;<br />
}</p>
<h3></h3>
<h3>XML tags which shows the post navigation links</h3>
<p>Now let us see the default tags included in the blogger templates which shows post navigation links.To see this tag , you need to check &#8221; expand widget templates&#8221; option in EDIT HTML page of the blogger template.</p>
<p>There you can find the following tag</p>
<div class="codeview">&lt;b:includable id=&#8217;nextprev&#8217;&gt;<br />
&lt;div class=&#8217;blog-pager&#8217; id=&#8217;blog-pager&#8217;&gt;<br />
&lt;b:if cond=&#8217;data:newerPageUrl&#8217;&gt;<br />
&lt;span id=&#8217;blog-pager-newer-link&#8217;&gt;<br />
&lt;a class=&#8217;blog-pager-newer-link&#8217; expr:href=&#8217;data:newerPageUrl&#8217; expr:id=&#8217;data:widget.instanceId + &amp;quot;_blog-pager-newer-link&amp;quot;&#8217; expr:title=&#8217;data:newerPageTitle&#8217;&gt;&lt;data:newerPageTitle/&gt;&lt;/a&gt;<br />
&lt;/span&gt;<br />
&lt;/b:if&gt;</p>
<p>&lt;b:if cond=&#8217;data:olderPageUrl&#8217;&gt;<br />
&lt;span id=&#8217;blog-pager-older-link&#8217;&gt;<br />
&lt;a class=&#8217;blog-pager-older-link&#8217; expr:href=&#8217;data:olderPageUrl&#8217; expr:id=&#8217;data:widget.instanceId + &amp;quot;_blog-pager-older-link&amp;quot;&#8217; expr:title=&#8217;data:olderPageTitle&#8217;&gt;&lt;data:olderPageTitle/&gt;&lt;/a&gt;<br />
&lt;/span&gt;<br />
&lt;/b:if&gt;</p>
<p>&lt;b:if cond=&#8217;data:blog.homepageUrl != data:blog.url&#8217;&gt;<br />
&lt;a class=&#8217;home-link&#8217; expr:href=&#8217;data:blog.homepageUrl&#8217;&gt;&lt;data:homeMsg/&gt;&lt;/a&gt;<br />
&lt;b:else/&gt;<br />
&lt;b:if cond=&#8217;data:newerPageUrl&#8217;&gt;<br />
&lt;a class=&#8217;home-link&#8217; expr:href=&#8217;data:blog.homepageUrl&#8217;&gt;&lt;data:homeMsg/&gt;&lt;/a&gt;<br />
&lt;/b:if&gt;<br />
&lt;/b:if&gt;</p>
<p>&lt;/div&gt;<br />
&lt;div class=&#8217;clear&#8217;/&gt;<br />
&lt;/b:includable&gt;</div>
<p>As mentioned in the CSS codes itself,</p>
<ul>
<li>&lt;b:if cond=&#8217;data:newerPageUrl&#8217;&gt; contains the code to show newer post links.</li>
<li>&lt;b:if cond=&#8217;data:olderPageUrl&#8217;&gt; contains the code necessary to show older posts link.</li>
<li> &lt;b:if cond=&#8217;data:blog.homepageUrl != data:blog.url&#8217;&gt; will contain the code necessary to show Home Page Link.</li>
</ul>
<p>Hope now you know about the code which controls the Older post and Newer post links for post navigation. Now let us see how to customize this script to suit our blogger template.</p>
<h3></h3>
<h3>Adding background image along with text</h3>
<p>Let us see how to add Background image to the text Older Posts and Newer Posts.<br />
Go to EDIT HTML SUBTAB and then search this following code or similar.</p>
<div class="codeview">#blog-pager-newer-link {<br />
float: $startSide;<br />
margin-$startSide: 13px;<br />
}</p>
<p>#blog-pager-older-link {<br />
float: $endSide;<br />
margin-$endSide: 13px;<br />
}</p>
<p>#blog-pager {<br />
text-align: center;<br />
}</div>
<p>Now replace the whole code with</p>
<div class="codeview">
#blog-pager-newer-link {<br />
background : url(http://i43.tinypic.com/11bro1s.jpg) no-repeat left 0%;<br />
padding-left : 20px;<br />
border : none;<br />
float : left;<br />
}<br />
#blog-pager-older-link {<br />
float : right;<br />
background : url(http://i44.tinypic.com/2n6dirp.jpg) no-repeat right 0%;<br />
padding-right : 20px;<br />
border : none;<br />
}<br />
#blog-pager {<br />
padding : 0 15px 0;<br />
text-align : center;<br />
}<br />
.blog-pager a {<br />
color : #cc0000;<br />
}<br />
.blog-pager a:hover {<br />
color : #cc0000;<br />
}</div>
<p>In that you can change the background images and then customize the color of the text. That&#8217;s it now save your template , you can find something like this :<br />
<a href="http://techieblogger.com/wp-content/uploads/2009/06/post-navigation-image.png"><img src="http://techieblogger.com/wp-content/uploads/2009/06/post-navigation-image.png" alt="post navigation image" title="post navigation image" width="500" height="41" class="aligncenter size-full wp-image-344" /></a></p>
<h3></h3>
<h3>Replace Image with Background images</h3>
<p>To replace the &#8220;older posts&#8221; , &#8221; Newer Posts&#8221; and &#8220;Home&#8221; text with background images , follow these simple steps.</p>
<p>replace the css code for blog post navigation widget with this code</p>
<div class="codeview">
#blog-pager-newer-link {<br />
padding-left : 20px;<br />
border : none;<br />
float : left;<br />
}<br />
#blog-pager-older-link {<br />
float : right;<br />
padding-right : 20px;<br />
border : none;<br />
}<br />
#blog-pager{<br />
padding:50px 10px 10px 10px;<br />
text-align:center;<br />
}<br />
.blog-pager a{<br />
color:#A10000<br />
}</p>
<p>.blog-pager a:hover{<br />
color:#15FFED<br />
}</div>
<p>and then save your template. Now check &#8221; Expand Widget Templates&#8221; option and now replace the </p>
<div class="codeview">&lt;b:includable id=&#8217;nextprev&#8217;&gt;<br />
&lt;div class=&#8217;blog-pager&#8217; id=&#8217;blog-pager&#8217;&gt;<br />
&lt;b:if cond=&#8217;data:newerPageUrl&#8217;&gt;<br />
&lt;span id=&#8217;blog-pager-newer-link&#8217;&gt;<br />
&lt;a class=&#8217;blog-pager-newer-link&#8217; expr:href=&#8217;data:newerPageUrl&#8217; expr:id=&#8217;data:widget.instanceId + &amp;quot;_blog-pager-newer-link&amp;quot;&#8217; expr:title=&#8217;data:newerPageTitle&#8217;&gt;&lt;data:newerPageTitle/&gt;&lt;/a&gt;<br />
&lt;/span&gt;<br />
&lt;/b:if&gt;</p>
<p>&lt;b:if cond=&#8217;data:olderPageUrl&#8217;&gt;<br />
&lt;span id=&#8217;blog-pager-older-link&#8217;&gt;<br />
&lt;a class=&#8217;blog-pager-older-link&#8217; expr:href=&#8217;data:olderPageUrl&#8217; expr:id=&#8217;data:widget.instanceId + &amp;quot;_blog-pager-older-link&amp;quot;&#8217; expr:title=&#8217;data:olderPageTitle&#8217;&gt;&lt;data:olderPageTitle/&gt;&lt;/a&gt;<br />
&lt;/span&gt;<br />
&lt;/b:if&gt;</p>
<p>&lt;b:if cond=&#8217;data:blog.homepageUrl != data:blog.url&#8217;&gt;<br />
&lt;a class=&#8217;home-link&#8217; expr:href=&#8217;data:blog.homepageUrl&#8217;&gt;&lt;data:homeMsg/&gt;&lt;/a&gt;<br />
&lt;b:else/&gt;<br />
&lt;b:if cond=&#8217;data:newerPageUrl&#8217;&gt;<br />
&lt;a class=&#8217;home-link&#8217; expr:href=&#8217;data:blog.homepageUrl&#8217;&gt;&lt;data:homeMsg/&gt;&lt;/a&gt;<br />
&lt;/b:if&gt;<br />
&lt;/b:if&gt;</p>
<p>&lt;/div&gt;<br />
&lt;div class=&#8217;clear&#8217;/&gt;<br />
&lt;/b:includable&gt;</div>
<p>with this code</p>
<div class="codeview">&lt;b:includable id=&#8217;nextprev&#8217;&gt;<br />
  &lt;div class=&#8217;blog-pager&#8217; id=&#8217;blog-pager&#8217;&gt;<br />
    &lt;b:if cond=&#8217;data:newerPageUrl&#8217;&gt;<br />
      &lt;span id=&#8217;blog-pager-newer-link&#8217;&gt;<br />
      &lt;a class=&#8217;blog-pager-newer-link&#8217; expr:href=&#8217;data:newerPageUrl&#8217; expr:id=&#8217;data:widget.instanceId + &amp;quot;_blog-pager-newer-link&amp;quot;&#8217; expr:title=&#8217;data:newerPageTitle&#8217;&gt;&lt;img alt=&#8217;techieblogger.com&#8217; src=&#8217;http://i69.photobucket.com/albums/i42/queenofdreamsz/NextIcon.gif&#8217; title=&#8217;Newer Post&#8217;/&gt;&lt;/a&gt;<br />
      &lt;/span&gt;<br />
    &lt;/b:if&gt;</p>
<p>    &lt;b:if cond=&#8217;data:olderPageUrl&#8217;&gt;<br />
      &lt;span id=&#8217;blog-pager-older-link&#8217;&gt;<br />
      &lt;a class=&#8217;blog-pager-older-link&#8217; expr:href=&#8217;data:olderPageUrl&#8217; expr:id=&#8217;data:widget.instanceId + &amp;quot;_blog-pager-older-link&amp;quot;&#8217; expr:title=&#8217;data:olderPageTitle&#8217;&gt;&lt;img alt=&#8217;Techie Blogger&#8217; src=&#8217;http://i69.photobucket.com/albums/i42/queenofdreamsz/BackIcon.gif&#8217; title=&#8217;Older Post&#8217;/&gt;&lt;/a&gt;<br />
      &lt;/span&gt;<br />
    &lt;/b:if&gt;</p>
<p>    &lt;b:if cond=&#8217;data:blog.homepageUrl != data:blog.url&#8217;&gt;<br />
      &lt;a class=&#8217;home-link&#8217; expr:href=&#8217;data:blog.homepageUrl&#8217;&gt;&lt;img alt=&#8217;Techie Blogger&#8217; src=&#8217;http://i85.photobucket.com/albums/k47/bongmalove/icon/home.gif&#8217; title=&#8217;Home Page&#8217;/&gt;&lt;/a&gt;<br />
      &lt;b:else/&gt;<br />
      &lt;b:if cond=&#8217;data:newerPageUrl&#8217;&gt;<br />
        &lt;a class=&#8217;home-link&#8217; expr:href=&#8217;data:blog.homepageUrl&#8217;&gt;&lt;img alt=&#8217;Techie Blogger&#8217; src=&#8217;http://i85.photobucket.com/albums/k47/bongmalove/icon/home.gif&#8217; title=&#8217;Home Page&#8217;/&gt;&lt;/a&gt;<br />
      &lt;/b:if&gt;<br />
    &lt;/b:if&gt;</p>
<p>  &lt;/div&gt;<br />
  &lt;div class=&#8217;clear&#8217;/&gt;<br />
&lt;/b:includable&gt;</div>
<p>You can change the images included with your own blog navigation images. After that save your template and check your blog. You can find a blog navigation links something like this :<br />
<center><br />
<a href="http://techieblogger.com/wp-content/uploads/2009/06/post-navigation.png"><img src="http://techieblogger.com/wp-content/uploads/2009/06/post-navigation.png" alt="post navigation" title="post navigation" width="458" height="114" class="aligncenter size-full wp-image-345" /></a></center></p>
<h3></h3>
<h3>Show blog post navigation above posts title</h3>
<p>You can also show the blog post navigation script above post title too. In order to implement this hack , go to EDIT HTML page of your blog and check &#8221; EXPAND WIDGET TEMPLATES&#8221; option. Now search this tag in your template.</p>
<ul>
<li>&lt;b:includable id=&#8217;main&#8217; var=&#8217;top&#8217;&gt;</li>
</ul>
<p>Now paste the following code immediately below it</p>
<ul>
<li>
&lt;b:include name=&#8217;nextprev&#8217;/&gt;</li>
</ul>
<h3></h3>
<h3>Troubleshooting problems with blog post navigation script</h3>
<p>Few might have noticed that the Blog post navigation links will be misaligned sometimes. Newer post , Older post and Home page links will get together. So it means that the CSS codes are missing for the file. To overcome this problem , just copy and paste the corresponding CSS code you need above ]]&gt;&lt;/b:skin&gt; .</p>
<h3>Blog post navigation missing</h3>
<p>Sometimes the blog post navigation may be missing in your blog. It&#8217;s because the blog post navigation code may be missing in your template. To overcome this problem , search this tag in your template with &#8221; expand widget templates&#8221; option enabled.</p>
<p>&lt;b:include name=&#8217;nextprev&#8217;/&gt;</p>
<p>if the tag is missing , then add the above tag in your template below &lt;b:includable id=&#8217;main&#8217; var=&#8217;top&#8217;&gt; as shown in the image.</p>
<p><a href="http://techieblogger.com/wp-content/uploads/2009/06/troubleshooting.png"><img src="http://techieblogger.com/wp-content/uploads/2009/06/troubleshooting.png" alt="troubleshooting" title="troubleshooting" width="317" height="279" class="aligncenter size-full wp-image-348" /></a></p>
<p>Hope this post will be helpful for all blogger newbies. If you need any other customization then feel free to ask in comment form below.</p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/07/show-date-before-each-post-in-blogger.html' rel='bookmark' title='Show Date before each Post in Blogger'>Show Date before each Post in Blogger</a></li>
<li><a href='http://www.techieblogger.com/2008/07/embed-comment-form-below-post-in-blogger.html' rel='bookmark' title='Embed Comment Form below post in Blogger'>Embed Comment Form below post in Blogger</a></li>
<li><a href='http://www.techieblogger.com/2008/04/hide-blogger-navigation-bar-navbar.html' rel='bookmark' title='Hide Blogger Navigation Bar / navbar'>Hide Blogger Navigation Bar / navbar</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/06/customize-blogger-navigation-scrip.html/feed</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Show Adsense ads below post title</title>
		<link>http://www.techieblogger.com/2009/05/show-adsense-ads-below-post-title.html</link>
		<comments>http://www.techieblogger.com/2009/05/show-adsense-ads-below-post-title.html#comments</comments>
		<pubDate>Sat, 16 May 2009 13:07:00 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[blogger tutorials]]></category>
		<category><![CDATA[Ads in post title]]></category>
		<category><![CDATA[adsense ads]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Blogger adsense]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[Google adsense]]></category>

		<guid isPermaLink="false">http://www.test.smashingtips.com/techieblogger/?p=67</guid>
		<description><![CDATA[In this tutorial I will explain how to place Adsense ads below post title in Blogger Blogs with lots of customization tips. You might have noticed that most of the bloggers show Google adsense ads below title to increase their Click through rate and earnings. According to Google adsense help pages &#8221; Where to place [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/07/show-date-before-each-post-in-blogger.html' rel='bookmark' title='Show Date before each Post in Blogger'>Show Date before each Post in Blogger</a></li>
<li><a href='http://www.techieblogger.com/2009/12/techie-blogger-revenue-sharing-program-adsense-id-configuration.html' rel='bookmark' title='Techie Blogger revenue sharing program : Adsense ID configuration'>Techie Blogger revenue sharing program : Adsense ID configuration</a></li>
<li><a href='http://www.techieblogger.com/2008/08/adsense-video-units-ads-is-available.html' rel='bookmark' title='Adsense Video Units Ads is available for All Now &#8211; Adsense Player'>Adsense Video Units Ads is available for All Now &#8211; Adsense Player</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I will explain how to place Adsense ads below post title in Blogger Blogs with lots of customization tips. You might have noticed that most of the bloggers show Google adsense ads below title to increase their Click through rate and earnings.</p>
<p>According to Google adsense help pages &#8221; <a href="https://www.google.com/adsense/support/bin/answer.py?answer=17954">Where to place adsense ads ?</a>&#8220;. Placing adsense ads below title and above article content can bring high ctr and performance.</p>
<div style="text-align: center;"><img style="width: 472px; height: 402px;" src="http://www.google.com/images/adsense/en_us/support/general_en.jpg" alt="Adsense ads Below post title" /></div>
<p>This &#8220;heat map&#8221; illustrates the ideal placing on a sample page layout. The colors fade from dark orange (strongest performance) to light yellow (weakest performance). So it&#8217;s clear from the heat map that the adsense ads below post title can bring high ctr.</p>
<h3>How to add Adsense ads below post title ?</h3>
<p>It&#8217;s really very easy to add adsense ads below post title in blogger. Inorder to add adsense ads below post title ,just follow the below steps.</p>
<p>Before adding the adsense ads to blogger templates , we need to encode our adsense ads code.If you add the adsense code without encoding then you can&#8217;t see any adsense ads below post title.</p>
<h3>Encoding Adsense Ad Code ?</h3>
<p>To encode adsense ads, first create an adsense ad and then visit <a style="color: #ff0000;" href="http://centricle.com/tools/html-entities/" target="_blank">centricle</a> website to encode. In centricle web page , you need to paste your adsense code in the text area and then click &#8221; <span style="color: #ff0000;">Encode</span> &#8220;. Copy the encoded code. Now your adsense code is ready to be added to blogger template.</p>
<h3>Adding adsense ad code to blogger template</h3>
<p>step 1 : Go to layout section of your blogger template and then navigate to EDIT HTML sub tab. There check the &#8220;Expand Widget Templates &#8220;.</p>
<p>step2 : Look up the following tag : <span style="color: #cc0000;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</span> and paste the encoded adsense ad code above that tag.</p>
<p>Then click save. That&#8217;s it Now we have added the adsense ad code below the post title in blogger blog successfully.</p>
<h3>Customizing Adsense ads</h3>
<p>Here are the few customization tips , which you can apply to increase your CTR.You might have seen that most of the bloggers will show more than Three posts in home page / labels page / archives page. But as per adsense TOS we can show only  Three ads per page. So due to this we will see some blank spaces between post title and content , when the three adsense ads are already loaded.In order to avoid this error , we can show adsense ads only in Post pages i.e pages containing articles.</p>
<h3>Showing adsense Ad only in Post pages</h3>
<p>In order to implement this hack in your blogger template. you need to change the encoded adsense ad code to this.</p>
<blockquote><p>&lt;b:if cond=&#8217;data:blog.pageType == &amp;quot;item&amp;quot;&#8217;&gt;<br />
Encoded Adsense code here<br />
&lt;/b:if&gt;</p>
</blockquote>
<p>Now paste this code above <span style="color: #cc0000;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</span></p>
<h3>Making adsense ads to Float</h3>
<p>After adding the adsense ad code to your templates , you can see that by default the adsense ad code will not allow any text to be shown nearby it.</p>
<p><a href="http://3.bp.blogspot.com/_aVtbdMo1J34/Sg7TDYYZQQI/AAAAAAAABb8/R7usxLBVq5s/s1600-h/adsense+ads.jpg" ><img id="BLOGGER_PHOTO_ID_5336434663518454018" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 256px;" src="http://3.bp.blogspot.com/_aVtbdMo1J34/Sg7TDYYZQQI/AAAAAAAABb8/R7usxLBVq5s/s400/adsense+ads.jpg" border="0" alt="" /></a><br />
So in order to overcome this error , we need to add some CSS codes to make adsense ad code to float either left or right.</p>
<p>For this we just need to modify the encoded adsense code to be added in step 2.</p>
<p>replace that encoded code with this one :</p>
<blockquote><p>&lt;div style=&#8221;float:<span style="color: #ff0000;">left</span>;padding:<span style="color: #cc0000;">5px</span>;&#8221;&gt;</p>
<p>encoded adsense ad code here</p>
<p>&lt;/div&gt;</p>
</blockquote>
<p>Change the text in red to make adsense ad to float either to left or right.</p>
<h3>My suggestion</h3>
<p>According to me , instead of showing adsense ads in all pages ( home page , archives page and labels page ) ,  we can show adsense ads only in post pages to increase our ctr. If you are using the &#8221; <a href="http://www.techieblogger.com/2009/05/read-more-hack-for-blogger-with.html">Read More hack for Blogger with automatic Thumbnail creator script</a> &#8221; then it&#8217;s advisable to show adsense ads only in post pages.</p>
<p>Hope you guys will like this hack. If you need any more customization , then give me your suggestions via comments.</p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/07/show-date-before-each-post-in-blogger.html' rel='bookmark' title='Show Date before each Post in Blogger'>Show Date before each Post in Blogger</a></li>
<li><a href='http://www.techieblogger.com/2009/12/techie-blogger-revenue-sharing-program-adsense-id-configuration.html' rel='bookmark' title='Techie Blogger revenue sharing program : Adsense ID configuration'>Techie Blogger revenue sharing program : Adsense ID configuration</a></li>
<li><a href='http://www.techieblogger.com/2008/08/adsense-video-units-ads-is-available.html' rel='bookmark' title='Adsense Video Units Ads is available for All Now &#8211; Adsense Player'>Adsense Video Units Ads is available for All Now &#8211; Adsense Player</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/05/show-adsense-ads-below-post-title.html/feed</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
	</channel>
</rss>

