<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Abu Farhan</title>
	
	<link>http://www.abu-farhan.com</link>
	<description>Perjalanan untuk mengharap wajah Allah</description>
	<lastBuildDate>Wed, 27 Jan 2010 13:17:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AbuFarhan" /><feedburner:info uri="abufarhan" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>AbuFarhan</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>The Best Accordion for Blogger user</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/b9qBJ0QlROk/</link>
		<comments>http://www.abu-farhan.com/2009/12/the-best-accordion-for-blogger-user/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 15:11:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips Trik Blogger]]></category>
		<category><![CDATA[Blogger]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=579</guid>
		<description><![CDATA[Bismillah, Alhamdulillah 
After long time this widget (Accordion for Blogger) I'm not release, some blogger ask me about the script at my sidebar. For that I release this script for you all. This widget very usefull many blogger already make this but none of them user friendly for new blogger.]]></description>
			<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah</p>
<p>After long time this widget (Accordion for Blogger) I&#8217;m not release, some blogger ask me about the script at my sidebar. For that I release this script for you all.<br />
Many blogger already make this but none of them user friendly for new blogger.</p>
<p>This script very useful to everyone, specially for those who have a lot of content on their sidebar and spend much time thinking where to place new stuff.</p>
<p>The method I developed is from Simple <a target="_blank" href="http://www.i-marco.nl/weblog/archive/2008/05/08/simple_jquery_accordion_menu__"> JQuery Accordion Menu</a>, I just found it very useful and decided to adapt that technique to Blogger platform. This tutorial will bring you a very easy to implement way to make accordions out of your sidebar widgets, here are some features of my method:</p>
<ul>
<li>Easy to install. </li>
<li>No need to edit html in Sidebar part. </li>
<li>Freedom to set which widgets will show or hide. </li>
<li>Have two type, first is <b>Accordion</b> and second is <b>Only hide/show</b></li>
<li>After implementing, Widgets are normally edited from Page Elements section. </li>
</ul>
<h4>The Final Result</h4>
<p>If you want to see it working please check the <a target="_blank" href="http://demo-accordion-v100.blogspot.com/">live demo</a>.</p>
<p>Demo using Template from <a href="http://deconstructioncode.blogspot.com/" target="_blank"> Choen </a> if you want you can download here <a href="http://deconstructioncode.blogspot.com/2009/11/free-blogger-template-1kb-grid.html">Grid Template</a></p>
<h4>From Demo First Sidebar using Accrodion and Second sidebar Toggle Show/Hide</h4>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/12/image3.png"><img class="reflex idistance4 iopacity50" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="229" alt="image" src="http://www.abu-farhan.com/wp-content/uploads/2009/12/image_thumb3.png" width="244" border="0"></a></p>
<h4>Step 1 &#8211; Installing jQuery Library</h4>
<p>This script needs the <a href="http://jquery.com">jQuery</a> JavaScript library, <b><font size="4">if you already have it installed</font></b>, you can skip this step, if you don’t have find this :</p>
<pre class="brush: html">
&lt;/head&gt;
</pre>
<p>Replace with this </p>
<pre class="brush: html">
&lt;script src=&#039;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&#039; type=&#039;text/javascript&#039;&gt;
&lt;/head&gt;
</pre>
<h4>Step 2 &#8211; Installing the Script</h4>
<p>Ok now that you’ve made sure that you have <a href="http://jquery.com">jQuery</a><br />
installed, you need to install the script, find this :</p>
<pre class="brush: html">
&lt;/head&gt;
</pre>
<p>replace with this :</p>
<pre class="brush: html">
&lt;script type=&#039;text/javascript&#039;&gt;
var sidebarnameacc1=&amp;quot;sidebar&amp;quot;;
var accordionside1=true;
var sideshow1=new Array(0,0);
var sidebarnameacc2=&amp;quot;sidebar2&amp;quot;;
var accordionside2=false;
var sideshow2=new Array(0,0);
&lt;/script&gt;
&lt;script src=&#039;http://all-in-one-blogger-widget.googlecode.com/files/accordionscriptv101-min.js&#039; type=&#039;text/javascript&#039;/&gt;
&lt;/head&gt;
</pre>
<h4>Customizing</h4>
<p>As you have noted you’ll get a few lines that can be customized, those are:</p>
<pre class="brush: html">
var sidebarnameacc1=&amp;quot;sidebar&amp;quot;;
var accordionside1=true;
var sideshow1=new Array(0,0);
</pre>
<p><b>sidebarnameacc1</b> is your first sidebar’s id, it is generally just “<strong>sidebar</strong>”, but just in case you have a different id you can learn from <a href="http://www.bloggertuts.com/2009/10/tabbed-sidebar-for-blogger.html">This post</a> </p>
<p><b>accordionside1 </b>&#8211;&gt; True mean it will be accordion type, false mean<br />
Hide or Show Contents, you can try from Demo.</p>
<p><b>sideshow1 = </b>number for your chosen widgets to Show, usually if you<br />
have advertisement you want to always show when load with this variable you can<br />
select the widgets.</p>
<p>0 = first widget at your sidebar</p>
<p>1 = second widget at your sidebar and so on</p>
<p>if only one for first widget like this </p>
<p>var sideshow1=new Array(0,0);</p>
<p>if only one for second widget like this </p>
<p>var sideshow1=new Array(1,1);</p>
<p>if two for first and second widget like this </p>
<p>var sideshow1=new Array(0,1);</p>
<p>if many you can add like this</p>
<p>var sideshow1=new Array(0,1,2,3,4,5);</p>
<p>Ok Finish only that the step if you want to give Style you can continue on<br />
step 3</p>
<h4>Step 3 &#8211; Only for Advanced Users : Placing the styles on your CSS</h4>
<p>I give &quot;headactive&quot; class to make different when Content show or hide, you<br />
can change waht ever you want for that template I use this style.</p>
<p>find this in your template :</p>
<pre class="brush: html">
]]&gt;&lt;/b:skin&gt;
</pre>
<p>replace with this :</p>
<pre class="brush: html">
.sidebar h2.headactive {
background-color: #d77218;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}

.sidebar2 h2.headactive {
background-color: #d77218;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}
]]&gt;&lt;/b:skin&gt;
</pre>
<p>ok Only that I hope you can use for your blog</p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/b9qBJ0QlROk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/12/the-best-accordion-for-blogger-user/feed/</wfw:commentRss>
		<slash:comments>98</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/12/the-best-accordion-for-blogger-user/</feedburner:origLink></item>
		<item>
		<title>Numbered Page Navigation For Blogger New Script</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/dplXX4VzMTE/</link>
		<comments>http://www.abu-farhan.com/2009/12/numbered-page-navigation-for-blogger-new-script/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 09:56:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips Trik Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Page Navi]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=566</guid>
		<description><![CDATA[Bismillah (in the Name of Allah), Alhamdulillah (All Praise to Allah)
Page navigation is need for all blogger because it can make navigation easy for your visitors. Previous script have some weakness.Now all those problems can be solved, Insya Allah. ]]></description>
			<content:encoded><![CDATA[<div>Bismillah (in the Name of Allah), Alhamdulillah (All Praise to Allah)</div>
<p>Page navigation is need for all blogger because it can make navigation easy for your visitors. Previous script have some weakness :</p>
<ol>
<li>Maximum posts 500 </li>
<li>Have to read all JSON file if post so many make your blog slow</li>
<li>Need long loop to calculate all posts (no body know this if they not read the script)</li>
</ol>
<p>Now all those problems can be solved, Insya Allah. The script is different with <a href="http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/">My Previous Modification Nummbered Page Navigation for blogger</a>, the script based on my own idea and for style I used from <a href="http://www.techieblogger.com/" target="_blank">Mohamed Rias</a></p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/12/image2.png"><img class="reflex idistance4 iopacity50" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="222" alt="image" src="http://www.abu-farhan.com/wp-content/uploads/2009/12/image_thumb2.png" width="245" border="0"></a> </p>
<p>To see the result open These demos:</p>
<ul>
<li><a href="http://demo-pagenavi-v2a-abu-farhan.blogspot.com/" style="font-size: 13pt;" target="_blank">Demo for Minima</a></li>
<li><a href="http://coba-irrestible.blogspot.com/" style="font-size: 13pt;" target="_blank">Demo for Custom Template </a> (Irressistible from <a href="http://www.anshuldudeja.com" title="Blogger Template">Anshul</a>)</li>
<li><a href="http://deconstructioncode.blogspot.com/" style="font-size: 13pt;" target="_blank">Demo for Classic from Choen Blog</a></li>
</ul)</p>
<h3>Step 1 : Apply Style</h3>
<ol>
<li>Login to Blogger Dashboard and navigate to <strong>Layout &gt; Edit Html</strong></li>
<li>Don&#8217;t click the checkbox which says &#8216;Expand Widget Templates&#8217;</li>
<li>Find this</li>
<pre class="brush: html">
	]]&gt;&lt;/b:skin&gt;
	</pre>
<p>	and replace it with</p>
<pre class="brush: html">
.showpageNum a {
  padding: 3px 8px;
  margin:0 4px;
  text-decoration: none;
  border:1px solid #999;
  -webkit-border-radius:3px;-moz-border-radius:3px;
  background: #ddd;
  }

.showpageOf {
margin:0 8px 0 0;
}
.showpageNum a:hover {
  border:1px solid #888;
  background: #ccc;
  }

.showpagePoint {
  color:#fff;
  text-shadow:0 1px 2px #333;
  padding: 3px 8px;
  margin: 2px;
  font-weight: 700;
  -webkit-border-radius:3px;-moz-border-radius:3px;
  border:1px solid #999;
  background: #666;
  text-decoration: none;
  }

]]&gt;&lt;/b:skin&gt;
</pre>
<p><b>Above style use Old Style You can use Six other style from this Posts</b><br />
<a href="http://www.abu-farhan.com/2009/12/six-style-page-navigation-for-blogger/">Six Styles Page Navigation for Blogger</a>
</ol>
<h3>Step 2 : Aplly Javascript</h3>
<p>Find This :</p>
<pre class="brush: html">
&lt;/body&gt;
</pre>
<p>Replace with :</p>
<pre class="brush: html">
&amp;lt;script type=&#039;text/javascript&#039;&amp;gt;
var home_page=&amp;quot;/&amp;quot;;
var urlactivepage=location.href;
var postperpage=7;
var numshowpage=4;
var upPageWord =&#039;Prev&#039;;
var downPageWord =&#039;Next&#039;;
&amp;lt;/script&amp;gt;
&amp;lt;script src=&#039;http://all-in-one-blogger-widget.googlecode.com/files/pagenaviv202-min.js&#039; type=&#039;text/javascript&#039;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/body&gt;
</pre>
<p>Change based on your blog setting :<br />
var postperpage=7;<br />
var numshowpage=4;</p>
<p>Postperpage : How many Post every Page for your blog<br />
numshowpage : how Many number will show in Your page Navigation</p>
<h3>Step 3 : Customize Label (if you already use my previous Page Navi don&#8217;t use this step)</h3>
<p>Go to the Edit HTML page and <b>&#8220;Expand Widget Templates&#8221;</b><br />
Find this</p>
<pre class="brush: html">
&#039;data:label.url&#039;
</pre>
<p>and Replace with this</p>
<pre class="brush: html">
&#039;data:label.url + &amp;quot;?&amp;amp;max-results=7&amp;quot;&#039;
</pre>
<p>Change 7 base on how many post every page </p>
<p>only That, I hope it can work and make your blog easy to navigate, amiin</p>
<div>For All My Page Navi Can read from Read this :</div>
<ol>
<li><a href="http://www.abu-farhan.com/2009/12/six-style-page-navigation-for-blogger/">Six Styles Page Navigation for Blogger</a></li>
<li><a href="http://www.abu-farhan.com/2009/12/beautiful-new-page-navi-for-blogger/">Beautiful New Page Navi For Blogger With Scroll</a></li>
<li><a href="http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-with-google-style/">Page navigation for Blogger with Google Style</a></li>
<li><a href="http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/">Page Navigation for Blogger (Problems Solved)</a></li>
</ol>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/dplXX4VzMTE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/12/numbered-page-navigation-for-blogger-new-script/feed/</wfw:commentRss>
		<slash:comments>94</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/12/numbered-page-navigation-for-blogger-new-script/</feedburner:origLink></item>
		<item>
		<title>Six Styles Page Navigation for Blogger</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/jRWmi1rVbpQ/</link>
		<comments>http://www.abu-farhan.com/2009/12/six-style-page-navigation-for-blogger/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 16:59:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips Trik Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Page Navi]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/12/six-style-page-navigation-for-blogger/</guid>
		<description><![CDATA[Bismillah, Alhamdulillah New Page Navi hase been finished for normal view, from my previous post using Paginator 3000 for next post I will giv you All Normal Page Navi but before that I'll give six different style that my friend Choen gave to me]]></description>
			<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah New Page Navi has been finished for normal view, from my previous post using <a href="http://www.abu-farhan.com/2009/12/beautiful-new-page-navi-for-blogger/">Paginator 3000</a>. For the next post I will give you Normal Page Navigation for blogger but before that I&#8217;ll give six different style that my friend <a href="http://deconstructioncode.blogspot.com/" target="_blank">Choen</a> gave to me </p>
<p>This is view of those Page Navigations </p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/12/image1.png"><img class="reflex idistance4 iopacity50" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="257" alt="image" src="http://www.abu-farhan.com/wp-content/uploads/2009/12/image_thumb1.png" width="417" border="0"></a> </p>
<p>This Demo for All :</p>
<ol>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/WP1.html" target="_blank">Style 1</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/WP2.html" target="_blank">Style 2</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/WP3.html" target="_blank">Style 3</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/WP4.html" target="_blank">Style 4</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/WP5.html" target="_blank">Style 5</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/WP6.html" target="_blank">Style 6</a></li>
</ol>
<p>&nbsp;</p>
<p>And this css file :</p>
<ol>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/style01.txt" target="_blank">Style 1</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/style02.txt" target="_blank">Style 2</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/style03.txt" target="_blank">Style 3</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/style04.txt" target="_blank">Style 4</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/style05.txt" target="_blank">Style 5</a></li>
<li><a href="http://abu-farhan.com/Demo/Pagenavi/css/style06.txt" target="_blank">Style 6</a></li>
</ol>
<p>For the next post I&#8217;ll give you the script. You can use for <a href="http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/">my previous Page Navi Also.</a></p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/jRWmi1rVbpQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/12/six-style-page-navigation-for-blogger/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/12/six-style-page-navigation-for-blogger/</feedburner:origLink></item>
		<item>
		<title>Beautiful New Page Navi For Blogger With Scroll</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/0JXzWJ34-Lg/</link>
		<comments>http://www.abu-farhan.com/2009/12/beautiful-new-page-navi-for-blogger/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 10:29:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips Trik Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Page Navi]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/12/beautiful-new-page-navi-for-blogger/</guid>
		<description><![CDATA[Now I want to give all of you beautiful Page Navigation. Like I said before in my comment I'll make new Page Navigation that can support more than 500, and now this Page Navigation can support more than 500, Alhamdulillah.]]></description>
			<content:encoded><![CDATA[<p>Bismillah (in the Name of Allah), Alhamdulillah (All Praise to Allah)<br />
After Long time not post in my Blog. I didn’t post anything because I was busy for my Dissertation for my Doctor Defense. Alhamdulillah now I&#8217;m graduated (not in web designer, my major is not related with web designer)<br />
Now I want to give all of you beautiful Page Navigation. Like I said before in my comment I&#8217;ll make new Page Navigation that can support more than 500, and now this Page Navigation can support more than 500, Alhamdulillah.<br />
To make it beautiful I used New Pugin from WP <a href="http://wordpress.org/extend/plugins/paginator/" target="_blank">Paginator</a><br />
This Plugin call Paginator 3000<br />
- idea by ecto (<a href="http://ecto.ru" target="_blank">ecto.ru</a>)<br />
- coded by karaboz (<a href="http://karaboz.ru" target="_blank">karaboz.ru</a>)<br />
To see the result open This <a href="http://demo-paginator3000-abu-farhan.blogspot.com/" style="font-size: 15pt;" target="_blank">Demo</a></p>
<p><img class="reflex idistance4 iopacity50" title="Paginator3000" src="http://www.abu-farhan.com/wp-content/uploads/2009/12/Paginator3000.JPG" alt="Paginator3000"/></p>
<h3>Step 1 : Apply Style</h3>
<ol>
<li>Login to Blogger Dashboard and navigate to <strong>Layout &gt; Edit Html</strong></li>
<li>Don’t click the checkbox which says ‘Expand Widget Templates’</li>
<li>Find this</li>
<pre class="brush: html">
	]]&gt;&lt;/b:skin&gt;
	</pre>
<p>	and replace it with</p>
<pre class="brush: html">
.paginator {
	margin-top:60px;
	font-size:1em;
}
.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
}
.paginator span {
	display:block;
	padding:3px 0;
	color:#fff;
}
.paginator span strong,
.paginator span a {
	padding:2px 6px;
}
.paginator span strong {
	background:#ff6c24;
	font-style:normal;
	font-weight:normal;
}
.paginator .scroll_bar {
	width:100%;	height:20px;
	position:relative;
	margin-top:10px;
}
.paginator .scroll_trough {
	width:100%;	height:3px;
	background:#ccc;
	overflow:hidden;
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	width:0; height:3px;
	top:0; left:0;
	font-size:1px;
	background:#363636;
}
.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
	width:20px; height:20px;
	overflow:hidden;
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/slider_knob.gif) no-repeat 50% 50%;
	cursor:pointer; cursor:hand;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
	background:#ff6c24;
}

.fullsize .scroll_thumb {
	display:none;
}

.paginator_pages {
	width:600px;
	text-align:right;
	font-size:0.8em;
	color:#808080;
	margin-top:-10px;
}
]]&gt;&lt;/b:skin&gt;
</pre>
</ol>
<h3>Step 2 : Aplly Javascript</h3>
<p>Find This :</p>
<pre class="brush: html">
&lt;/body&gt;
</pre>
<p>Replace with :</p>
<pre class="brush: html">
&lt;script src=&#039;http://all-in-one-blogger-widget.googlecode.com/files/paginator3000.js&#039; type=&#039;text/javascript&#039;&gt;&lt;/script&gt;
&lt;script type=&#039;text/javascript&#039;&gt;
var home_page=&amp;quot;/&amp;quot;;
var urlactivepage=location.href;
var postperpage=7;
var numshowpage=6;
&lt;/script&gt;
&lt;script src=&#039;http://all-in-one-blogger-widget.googlecode.com/files/paginator3000-forblogger-v1.0.0.js&#039; type=&#039;text/javascript&#039;/&gt;
&lt;/body&gt;
</pre>
<p>Change based on your blog setting :<br />
var postperpage=7;<br />
var numshowpage=6;</p>
<p>Postperpage : How many Post every Page for your blog<br />
numshowpage : how Many number will show in Your page Navigation</p>
<h3>Step 3 : Customize Label (if you already use my previous Page Navi don&#8217;t use this step)</h3>
<p>Go to the Edit HTML page and <b>&#8220;Expand Widget Templates&#8221;</b><br />
Find this</p>
<pre class="brush: html">
&#039;data:label.url&#039;
</pre>
<p>and Replace with this</p>
<pre class="brush: html">
&#039;data:label.url + &amp;quot;?&amp;amp;max-results=7&amp;quot;&#039;
</pre>
<p>Change 7 base on how many post every page </p>
<p>only That, I hope it can work and make your blog easy to navigate, amiin</p>
<div>For All My Page Navi Can read from Read this :</div>
<ol>
<li><a href="http://www.abu-farhan.com/2009/12/six-style-page-navigation-for-blogger/">Six Styles Page Navigation for Blogger</a></li>
<li><a href="http://www.abu-farhan.com/2009/12/numbered-page-navigation-for-blogger-new-script/">Numbered Page Navigation For Blogger New Script</a></li>
<li><a href="http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-with-google-style/">Page navigation for Blogger with Google Style</a></li>
<li><a href="http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/">Page Navigation for Blogger (Problems Solved)</a></li>
</ol>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/0JXzWJ34-Lg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/12/beautiful-new-page-navi-for-blogger/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/12/beautiful-new-page-navi-for-blogger/</feedburner:origLink></item>
		<item>
		<title>Easiest Way to Make Tabbed Sidebar for Blogger</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/BJ0t_bqINU8/</link>
		<comments>http://www.abu-farhan.com/2009/10/easiest-way-to-make-tabber-sidebar-for-blogger/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 08:47:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips Trik Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[Tabbed]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/10/easiest-way-to-make-tabber-sidebar-for-blogger/</guid>
		<description><![CDATA[Bismillah, Alhamdulillah. After long time this trick I release, I have this idea when Webitect made tutorial for Tabbed Sidebar. Until yesterday I didn't make tutorial yet, because I'm busy and difficult for me to make good tutorial for this trick special for blogger. I modified this trick special for Bloggertuts after that Dantearaujo made tutorial and CSS Style for this TAB and put it in bloggertuts.]]></description>
			<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah. After long time this trick I release, I have this idea when <a href="http://webitect.net/tutorials/create-a-graceful-jquery-tabbed-widget-in-5-easy-steps/" target="_blank">Webitect</a> made tutorial for Tabbed Sidebar. Until yesterday I didn&#8217;t make tutorial yet, because I&#8217;m busy and difficult for me to make good tutorial for this trick special for blogger. I modified this trick special for <a href="http://www.bloggertuts.com/" target="_blank">Bloggertuts</a> after that <a href="http://www.dantearaujo.net" target="_blank">Dantearaujo</a> made tutorial and CSS Style for this TAB and put it in <a href="http://www.bloggertuts.com/" target="_blank">bloggertuts</a>. Alhamdulillah he made great tutorial for this Trick, everyone will understand easily. You can read <a href="http://www.bloggertuts.com/2009/10/tabbed-sidebar-for-blogger.html" target="_blank">here</a> </p>
<p>Actually between this Trick and Webitect is completely different I only got inspiration from that. Because they made for general website.</p>
<p>If you search from Google you will found many way to make Tabbed Sidebar but Difficult to implement in blogger, because we have to modify HTML or XML in Sidebar Part. This Trick is very easy only put CSS and JS. The JS will automatic make structure for Tabbed and we don&#8217;t have to modify in Sidebar Part.&nbsp; So this trick will not mess up you html and disturb your sidebar. After put js You can change position or content of sidebar, it was very easy. </p>
<p>The Feature of my trick are :</p>
<ul>
<li>Easy to install.
<li>No need edit html in Sidebar part.
<li>Automatically place your handpicked widgets inside tabs.
<li>Freedom to set what widgets stay out of the tabs.
<li>After implementing, Widgets are normally edited from Page Elements section. </li>
</ul>
<p>Small screenshot from Tabbed Sidebar with <a href="http://www.dantearaujo.net" target="_blank">Dante&#8217;s</a> css style. Demo you can see from this <a href="http://demo-tab-blogger.blogspot.com/" target="_blank">DEMO</a></p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/10/image6.png"><img class="reflex idistance4 iopacity50" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="237" alt="image" src="http://www.abu-farhan.com/wp-content/uploads/2009/10/image_thumb5.png" width="237" border="0"></a> </p>
<p>&nbsp;</p>
<p>For this post I only give you the CSS and script, Complete Explanation about this you can read from <a href="http://www.bloggertuts.com/2009/10/tabbed-sidebar-for-blogger.html" target="_blank">Bloggertuts</a></p>
<p><a href="http://dl.getdropbox.com/u/708209/scriptabufarhan/bloggertab/CSS.txt" target="_blank">CSS</a></p>
<p><a href="http://dl.getdropbox.com/u/708209/scriptabufarhan/bloggertab/script.txt" target="_blank">Script</a></p>
<p>You only have to change this part :</p>
<p><strong>var starttab=<font color="#ff0000">0</font>; <br />var endtab=<font color="#ff0000">2</font>; <br />var sidebarname=&#8221;<font color="#ff0000">sidebar</font>&#8220;;</strong>
<p><strong>starttab</strong> is the starting number for your chosen widgets, it starts counting from 0. <strong>endtab</strong> is the number for your last included widget. <strong>sidebarname</strong> is your sidebar’s id, it is generally just “<strong>sidebar</strong>”
<p>Only That after that Insya Allah you will see Script Automatic Generated HTML structure for Tabbed and will show Animated Jquery.
<p>I hope This will be usefull insya Allah, Complete Explanation in here <a href="http://www.bloggertuts.com/2009/10/tabbed-sidebar-for-blogger.html">The Easiest Way to Make Tabbed Sidebars on Blogger</a></p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/BJ0t_bqINU8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/10/easiest-way-to-make-tabber-sidebar-for-blogger/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/10/easiest-way-to-make-tabber-sidebar-for-blogger/</feedburner:origLink></item>
		<item>
		<title>Falkner Shine Blogger Template</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/O99NhntQriI/</link>
		<comments>http://www.abu-farhan.com/2009/10/falkner-shine-blogger-template/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 09:01:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Template]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Falkner]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/10/falkner-shine-blogger-template/</guid>
		<description><![CDATA[Bismillah

After long time not release this template in my blog, now put it in my blog. This template same from other Falkner Series source from www.bloggertricks.com and wordpress theme from www.camelgraph.com . This template from Falkner Press and I change bg and color from Falkner shine (www.camelgraph.com ).]]></description>
			<content:encoded><![CDATA[<p>Bismillah</p>
<p>After long time not release this template in my blog, now I put it in my blog. This template same from other <a href="http://www.abu-farhan.com/tag/falkner/" target="_blank">Falkner Series</a> source from <a href="http://www.bloggertricks.com">www.bloggertricks.com</a> and wordpress theme from <a href="http://www.camelgraph.com">www.camelgraph.com</a> . This template from Falkner Press and I change bg and color from Falkner shine (<a href="http://www.camelgraph.com">www.camelgraph.com</a> ).</p>
<p>Screenshot</p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/10/image5.png"><img class="reflex idistance4 iopacity50" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.abu-farhan.com/wp-content/uploads/2009/10/image_thumb4.png" border="0" alt="image" width="346" height="274" /></a></p>
<p align="center"><span style="font-size: large;"><a href="http://falknershine.blogspot.com/" target="_blank">Demo</a> | <a href="http://www.abu-farhan.com/download/template/falkner/xml/falknershine.zip">Download</a></span></p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/O99NhntQriI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/10/falkner-shine-blogger-template/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/10/falkner-shine-blogger-template/</feedburner:origLink></item>
		<item>
		<title>Page navigation for Blogger with Google Style</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/1THgH_l2kSo/</link>
		<comments>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-with-google-style/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 05:44:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips Trik Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Page Navi]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-with-google-style/</guid>
		<description><![CDATA[After my modification of Page Navigation from www.techieblogger.com  Now I will give Page Navi with Google style for all of you if you want to use or modify base on you template style.]]></description>
			<content:encoded><![CDATA[<p>After my modification of Page Navigation from <a title="http://www.techieblogger.com/" href="http://www.techieblogger.com/" target="_blank">http://www.techieblogger.com/</a> actually I want to make new style for page navigation but I think other designer will make better so I&#8217;ll wait for that. When I see <a href="http://catalog-tutorial.blogspot.com/" target="_blank">Catalog Tutorial</a> template  I have inspiration to make page navigation with google style only for <a href="http://www.jaloee.blogspot.com/" target="_blank">Kang Jaloee</a>. Now I will give this for all of you if you want to use or modify base on you template style.</p>
<p>Method is same with <a href="http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/">Page Navigation for Blogger (Problems Solved)</a></p>
<p>different only style and js</p>
<p><a href="http://abu-farhan.com/script/page%20navigation/cssgoogle.txt" target="_blank">CSS</a></p>
<p><a href="http://abu-farhan.com/script/page%20navigation/javascript2google.txt" target="_blank">Javascript Page Navi for Blogger Google Style</a></p>
<p>Screenshoot for Page Navi</p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/09/image8.png"><img class="reflex idistance4 iopacity50" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.abu-farhan.com/wp-content/uploads/2009/09/image_thumb8.png" border="0" alt="image" width="207" height="121" /></a></p>
<p><a href="http://contoh-page-navi-google-abu-farhan.blogspot.com/" target="_blank">My Demo</a></p>
<p><a href="http://catalog-tutorial.blogspot.com/" target="_blank">Demo from Boogle</a></p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/1THgH_l2kSo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-with-google-style/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-with-google-style/</feedburner:origLink></item>
		<item>
		<title>BloggerTube – The first Blogger video template! by www.dantearaujo.net</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/P1e-3gzU8l4/</link>
		<comments>http://www.abu-farhan.com/2009/09/bloggertube-the-first-blogger-video-template-by-www-dantearaujo-net/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 02:57:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Template]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Blogger]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/09/bloggertube-the-first-blogger-video-template-by-www-dantearaujo-net/</guid>
		<description><![CDATA[Finally Dante araujo has Released his new Template. I help him small Javascript coding for This template. For Explanations and demo read this article.]]></description>
			<content:encoded><![CDATA[<p>Finally <a href="http://www.dantearaujo.net" target="_blank">Dante araujo</a> has Released his new Template. I help him small Javascript coding for This template. For Explanations and demo click these links:</p>
<p><a href="http://www.dantearaujo.net/2009/09/blogger-video-template.html">BloggerTube &#8211; The first Blogger video template!</a><br /><a href="http://murottal-youtube.blogspot.com/">Demo</a></p>
<p>Features on BloggerTube :</p>
<ol>
<li>Automatic embedded video on post page (only paste URL link)
<li>Automatic slider for the last featured videos
<li>Automatic Recent videos widget (video thumbnail)
<li>Automatic Thumbnail from Youtube (only Youtube URL)
<li>Page Navigation
<li>Three Column Video Posts</li>
</ol>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/10/image4.png"><img class="reflex idistance4 iopacity50" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="498" alt="image" src="http://www.abu-farhan.com/wp-content/uploads/2009/10/image_thumb3.png" width="377" border="0"></a></p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/P1e-3gzU8l4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/09/bloggertube-the-first-blogger-video-template-by-www-dantearaujo-net/feed/</wfw:commentRss>
		<slash:comments>76</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/09/bloggertube-the-first-blogger-video-template-by-www-dantearaujo-net/</feedburner:origLink></item>
		<item>
		<title>Table of Contents Categorized by Dates (by Archived) for Blogger</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/5u093ZbO_ys/</link>
		<comments>http://www.abu-farhan.com/2009/09/table-of-contents-categorized-by-dates-by-archived/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 14:03:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips Trik Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[TOC]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/09/table-of-contents-categorized-by-dates-by-archived/</guid>
		<description><![CDATA[Bismillah Alhamdulillah, After my script The Best TOC/SiteMap/Daftar isi For blogger , I made one more TOC base on Archive, actualy this method more simple than before because it's only show All data no need to sort all posts. Preview of the result shown left side picture]]></description>
			<content:encoded><![CDATA[<p>Bismillah Alhamdulillah, After my script <a href="http://www.abu-farhan.com/2009/09/the-best-table-of-content-toc-or-sitemap-for-blogger/" target="_blank">The Best TOC/SiteMap/Daftar isi For blogger</a> , I made one more TOC base on Archive, actualy this method more simple than before because it&#8217;s only show All data no need to sort all posts. Preview of the result shown below picture and this is the <font size="5"><a href="http://abu-farhan.com/script/daftarisibloggerarchive/daftarisi-online.html" target="_blank">DEMO</a></font></p>
<p>&nbsp;</p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/09/image7.png"><img class="reflex idistance4 iopacity50" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="284" alt="image" src="http://www.abu-farhan.com/wp-content/uploads/2009/09/image_thumb7.png" width="371" border="0"></a> </p>
<p>How to use my script is very easy only input this two line to the post in “HTML” Mode</p>
<pre class="brush: html">
&lt;script style=&quot;text/javascript&quot; src=&quot;http://abu-farhan.com/script/daftarisibloggerarchive/tocbyarchivemin.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;http://audio.assunnah.web.id/feeds/posts/default?max-results=500&amp;alt=json-in-script&amp;callback=loadtoc&quot;&gt;&lt;/script&gt;
</pre>
<p>&nbsp;</p>
<p>change “<font color="#ff0000">audio.assunnah.web.id</font>” to your blogger URL</p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/5u093ZbO_ys" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/09/table-of-contents-categorized-by-dates-by-archived/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/09/table-of-contents-categorized-by-dates-by-archived/</feedburner:origLink></item>
		<item>
		<title>Page Navigation for Blogger (Problems Solved)</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/wIFVGAs0LKk/</link>
		<comments>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 13:40:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips Trik Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Page Navi]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/</guid>
		<description><![CDATA[Bismillah, Alhamdulillah, after some of my json hack for blogger. Now, I'll try to solve most need hack for blogger is Page Navigation for blogger. Actually this hack I solved 2 months ago, but I'm not make tutorial for that because to explain this hack very difficult.]]></description>
			<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah, after some of my json hack for blogger. Now, I&#8217;ll try to solve <a href="http://www.abu-farhan.com/category/tips-trik-blogger/" target="_blank">most need hack for blogger</a> is Page Navigation for blogger. Actually this hack I solved 2 months ago, but I&#8217;m not make tutorial for that because to explain this hack very difficult.</p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/09/image5.png"><img class="reflex idistance4 iopacity50" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.abu-farhan.com/wp-content/uploads/2009/09/image_thumb5.png" border="0" alt="image" width="192" height="130" /></a></p>
<p>If we search about Page navigation for blogger will found to the author <a href="http://www.techieblogger.com/" target="_blank">Mohamed Rias</a></p>
<p>Tutorial for Page Navigation for blogger by Mohamed Rias :</p>
<h4><a href="http://www.techieblogger.com/2008/07/page-navigation-hack-for-blogger.html" target="_blank">Page Navigation Hack for Blogger</a></h4>
<h4><a href="http://www.techieblogger.com/2008/07/page-navigation-menu-widget-for-blogger.html" target="_blank">Page Navigation Menu Widget for Blogger</a></h4>
<p>I think this hack is <strong>the best Hack</strong> for blogger because useful and use for many blogger, you can see this  Blog, all of them use this hack:</p>
<p><a href="http://www.bloggerbuster.com" target="_blank">bloggerbuster</a></p>
<p><a href="http://www.bloggertricks.com/" target="_blank">Bloggertricks</a></p>
<p><a href="http://www.deluxetemplates.net/" target="_blank">Deluxetemplates</a></p>
<p><a href="http://www.bloggerplugins.org" target="_blank">Blogger Pluggin</a></p>
<p>If we check all comments from many tutorial about this so many question said that it can&#8217;t work :</p>
<p>For my Script I used same script from Mohamed Rias (Jazakallahu khoiran ya akhi) but I modified some places.</p>
<p><strong>Now I tried to solve by simple problem first, Page navigation not show, This problem because :</strong></p>
<ol>
<li>Domain name in first script use only for blogger and <a href="http://www.bloggerbuster.com/2008/08/numbered-page-navigation-for-blogger.html" target="_blank">Amanda give explanation about this</a> , but in my script no need to change for this problem.</li>
<li>No id name &#8216;blog-pager&#8217; , to solve this problem you have to change the script base on your ID in blog-pager because some template that not original from blogger they change id name.</li>
</ol>
<p><strong>Now I&#8217;ll explain what is the problem for advanced user. They found these kind of problems :</strong></p>
<ol>
<li>If we post more than one post in same day, navigation can&#8217;t show right result. They solve by only post one post in one day. But it will problem for someone have many post in previous posts and they post more than one in same day, problem because pervious hack <strong>only use Date not until Time</strong> (Insya Allah this problem Solved in my script).</li>
<li>Label problem, if we click the label it will show more than maximum post per page (problem is from blogger.com) , one blogger have good idea to use max (<a href="http://www.bloggerplugins.org" target="_blank">Blogger Pluggin</a>), but he still use same script, only use max, but if I checked some page not shown properly. If you want know why it can&#8217;t solved that problem because <strong>Label have different JSON feed</strong> (In my script this problem solved insya Allah)</li>
</ol>
<p><strong>Explanation what I changed inside the script :</strong></p>
<ol>
<li>Var timestamp , Prev hack only count Date not time, the problem occur when many post in one day.</li>
<li>Separate JSON link and Function script for Page and Label.</li>
<li>Make Max Post for Label.</li>
</ol>
<p><strong><span style="color: #ff0000; font-size: small;">Follow All tutorial in this post because the script is different from original script. CSS is same with previous hack.</span></strong></p>
<p>Now tutorial to use my script, I&#8217;ll use tutorial from <a href="http://www.techieblogger.com/" target="_blank">Mohamed Rias</a></p>
<p>Step 1 : Log in to your blogger account and navigate to Layout section. Now go to the edit HTML subtab.</p>
<p>Step 2 : search this line ]]&gt;&lt;/b:skin&gt; and add this <span style="color: #0000ff; font-size: large;"><a href="http://abu-farhan.com/script/page%20navigation/css.txt" target="_blank">CSS</a></span> code <strong>above</strong> that line.</p>
<p>It must look like this :</p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/09/image4.png"><img class="reflex idistance4 iopacity50" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.abu-farhan.com/wp-content/uploads/2009/09/image_thumb4.png" border="0" alt="image" width="271" height="93" /></a></p>
<p>(Picture source from Mohamed Rias)</p>
<p>Step 3 : Now search for this code or related in your template ( no need to expand widgets )</p>
<p><span style="color: #ff0000;">&lt;b:section class=’main’ id=’main’ showaddelement=’yes’&gt;<br />
&lt;b:widget id=’Blog1′ locked=’true’ title=’Blog Posts’ type=’Blog’/&gt;<br />
&lt;/b:section&gt;</span></p>
<p><span style="color: #ff0000;">Now Add This script just below the &lt;/b:section&gt; .</span></p>
<p>if you can&#8217;t find you can search (ctrl+f) by this key &#8221; id=’main’ &#8221;</p>
<p>Now Add <strong><span style="color: #0000ff; font-size: large;"><a href="http://abu-farhan.com/script/page%20navigation/javascript2.txt" target="_blank">This</a></span></strong> script just below the &lt;/b:section&gt; .</p>
<p>Or if Difficult you can put before closing body tag</p>
<p><strong><span style="color: #ff0000;"><span style="font-size: small;">My Modification Script already solve the problem for Post more than one and Label Problem</span>.</span></strong></p>
<p>In the code above you can edit this line only :</p>
<p>var pageCount=10;<br />
var displayPageNum=6;</p>
<p>1 : var pageCount = 10;</p>
<p>The Pagecount represents number of posts to be shown in single page. Change the digit to show as many pages you want.</p>
<p>for example :</p>
<p>In my example I have put that value as 10 . In each page you can see only 10 posts .</p>
<p>The number have to same with your setting</p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2009/09/image6.png"><img class="reflex idistance4 iopacity50" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.abu-farhan.com/wp-content/uploads/2009/09/image_thumb6.png" border="0" alt="image" width="371" height="243" /></a></p>
<p>The picture show from Setting &#8211;&gt; Formatting &#8211;&gt; Show &#8211;&gt; 10 posts</p>
<p>2 : var displayPageNum = 6;</p>
<p>here the digit 6 represents number of pages to be listed.</p>
<p>For example :</p>
<p>In my example I have chosen 6 , then 6 pages will be shown.</p>
<p>Tutorial from Mohammed Rias only stop here, But for my script  have to add modification for label link</p>
<p>Modification Step for Label :</p>
<p>Step 1 : Add Label Gadget (Layout &#8211;&gt; page elements &#8211;&gt; Add Gadget &#8211;&gt; Select Labels)</p>
<p>Step 2 : From Layout &#8211;&gt; Edit HTML . <strong>Don&#8217;t Forget to backup your template (Download Full Template)</strong></p>
<p>Step 3 : Search this</p>
<p><span style="color: #ff0000;">&lt;a expr:dir=&#8217;data:blog.languageDirection&#8217; expr:href=&#8217;data:label.url&#8217;&gt;&lt;data:label.name/&gt;&lt;/a&gt;</span></p>
<p>Change to <strong><span style="font-size: medium;"><a href="http://abu-farhan.com/script/page%20navigation/label.txt" target="_blank"><span style="color: #0000ff; font-size: x-large;">this</span></a> </span><span style="font-size: x-small;">And Click &#8220;save template&#8221;</span></strong></p>
<p><span style="font-size: x-small;">Finished, I hope it can work and This is Demo :</span></p>
<p><strong><a href="http://page-navigation-abu-farhan.blogspot.com/" target="_blank"><span style="font-size: x-large;">Demo</span></a></strong></p>
<p><span style="font-size: x-small;"> </span></p>
<p><span style="font-size: x-small;"><span style="color: #ff0000; font-size: small;">Note : If Some blogger one to make Tutorial in their own blog, please give link to my blog (</span><a href="http://www.abu-farhan.com/" target="_blank"><span style="color: #0000ff; font-size: small;">Abu Farhan</span></a><span style="color: #ff0000; font-size: small;">) or </span><a href="http://www.techieblogger.com/" target="_blank"><span style="color: #0000ff; font-size: small;">Mohamed Rias</span></a><span style="font-size: small;"><span style="color: #ff0000;"> to appreciate our work for this hack, and for me Insya Allah I can <strong>give some explanation if error or can&#8217;t show for the user</strong></span></span>.</span></p>
<p><span style="color: #ff0000; font-size: small;">Please look at article from </span><a href="http://www.bloggerbuster.com" target="_blank"><span style="color: #0000ff; font-size: small;">bloggerbuster</span></a><span style="color: #ff0000; font-size: small;"> and </span><a href="http://www.bloggerplugins.org" target="_blank"><span style="color: #0000ff; font-size: small;">Blogger Pluggin</span></a><span style="color: #ff0000; font-size: small;"> they Always mention original Author if they took from other hack, and they are not only copy the hack but they give some suggestion to make the script better.</span></p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/wIFVGAs0LKk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/feed/</wfw:commentRss>
		<slash:comments>132</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/</feedburner:origLink></item>
	</channel>
</rss>
