<?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>Abu Farhan &#187; Featured</title>
	<atom:link href="http://www.abu-farhan.com/category/featured/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abu-farhan.com</link>
	<description>Perjalanan untuk mengharap wajah Allah</description>
	<lastBuildDate>Thu, 24 Jun 2010 01:58:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Best Accordion for Blogger user</title>
		<link>http://www.abu-farhan.com/2009/12/the-best-accordion-for-blogger-user/</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[Accordion]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips and Tricks 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 href="http://www.i-marco.nl/weblog/archive/2008/05/08/simple_jquery_accordion_menu__" target="_blank"> 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 <strong>Accordion</strong> and second is <strong>Only hide/show</strong></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 href="http://demo-accordion-v100.blogspot.com/" class="button orange2" target="_blank">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 style="border: 0px;" src="http://www.abu-farhan.com/wp-content/uploads/2009/12/image_thumb3.png" border="0" alt="image" width="244" height="229" /></a></p>
<h4>Step 1 &#8211; Installing jQuery Library</h4>
<p>This script needs the <a href="http://jquery.com">jQuery</a> JavaScript library, <strong><span style="font-size: medium;">if you already have it installed</span></strong>, you can skip this step, if you dona&#8217;t have find this :</p>
<pre><code>
&lt;/head&gt;
</code></pre>
<p>Replace with this</p>
<pre><code>
&lt;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js' type='text/javascript'&gt;
&lt;/head&gt;
</code></pre>
<h4>Step 2 &#8211; Installing the Script</h4>
<p>Ok now that you&#8217;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><code>
&lt;/head&gt;
</code></pre>
<p>replace with this :</p>
<pre><code>
&lt;script type='text/javascript'&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='http://scriptabufarhan.googlecode.com/svn/trunk/accordionscriptv101-min.js' type='text/javascript'/&gt;
&lt;/head&gt;
</code></pre>
<h4>Customizing</h4>
<p>As you have noted you&#8217;ll get a few lines that can be customized, those are:</p>
<pre><code>
var sidebarnameacc1=&amp;quot;sidebar&amp;quot;;
var accordionside1=true;
var sideshow1=new Array(0,0);
</code></pre>
<p><strong>sidebarnameacc1</strong> is your first sidebara&#8217;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><strong>accordionside1 </strong>&#8211;&gt; True mean it will be accordion type, false mean<br />
Hide or Show Contents, you can try from Demo.</p>
<p><strong>sideshow1 = </strong>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 &#8220;headactive&#8221; 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><code>
]]&gt;&lt;/b:skin&gt;
[/html]
replace with this :
[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;
</code></pre>
<p>ok Only that I hope you can use for your blog</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/12/the-best-accordion-for-blogger-user/feed/</wfw:commentRss>
		<slash:comments>129</slash:comments>
		</item>
		<item>
		<title>Numbered Page Navigation For Blogger New Script</title>
		<link>http://www.abu-farhan.com/2009/12/numbered-page-navigation-for-blogger-new-script/</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[Page Navigation]]></category>
		<category><![CDATA[Tips and Tricks 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 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>
<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>
</ol>
<pre>
]]&gt;&lt;/b:skin&gt;
</pre>
<p>and replace it with</p>
<pre>
<code>
.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;
</code>
</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></p>
<h3>Step 2 : Aplly Javascript</h3>
<p>Find This :</p>
<pre>
&lt;/body&gt;
</pre>
<p>Replace with :</p>
<pre>
<code>
&amp;lt;script type='text/javascript'&amp;gt;
var home_page=&amp;quot;/&amp;quot;;
var urlactivepage=location.href;
var postperpage=7;
var numshowpage=4;
var upPageWord ='Prev';
var downPageWord ='Next';
&amp;lt;/script&amp;gt;
&amp;lt;script src='http://scriptabufarhan.googlecode.com/svn/trunk/pagenaviv202-min.js' type='text/javascript'&amp;gt;&amp;lt;/script&amp;gt;
&lt;/body&gt;
</code>
</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 (all of this text in your xml or template)</p>
<pre>
'data:label.url'
</pre>
<p>and Replace with this</p>
<pre>
'data:label.url + &amp;quot;?&amp;amp;max-results=7&amp;quot;'
</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>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/12/numbered-page-navigation-for-blogger-new-script/feed/</wfw:commentRss>
		<slash:comments>219</slash:comments>
		</item>
		<item>
		<title>Beautiful New Page Navi For Blogger With Scroll</title>
		<link>http://www.abu-farhan.com/2009/12/beautiful-new-page-navi-for-blogger/</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[Page Navigation]]></category>
		<category><![CDATA[Tips and Tricks 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 didna&#8217;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</p>
<p><a class="button orange2" href="http://demo-paginator3000-abu-farhan.blogspot.com/" target="_blank">Demo</a></p>
<p><img 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>Dona&#8217;t click the checkbox which says &#8220;Expand Widget Templates&#8221;</li>
<li>Find this</li>
</ol>
<pre>
]]&gt;&lt;/b:skin&gt;
</pre>
<p>and replace it with</p>
<pre>	<code>
.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://3.bp.blogspot.com/_McxL-_3YYuM/TBG843o8-TI/AAAAAAAAAAM/tAE1hAOX6Ys/s1600/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;
</code>
</pre>
<h3>Step 2 : Aplly Javascript</h3>
<p>Find This :</p>
<pre>&lt;/body&gt;
</pre>
<p>Replace with :</p>
<pre><code>
&lt;script src='http://scriptabufarhan.googlecode.com/svn/trunk/paginator3000.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script type='text/javascript'&gt;
var home_page=&amp;quot;/&amp;quot;;
var urlactivepage=location.href;
var postperpage=7;
var numshowpage=6;
&lt;/script&gt;
&lt;script src='http://scriptabufarhan.googlecode.com/svn/trunk/paginator3000-forblogger-v1.0.0.js' type='text/javascript'/&gt;
&lt;/body&gt;
</code>
</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 <strong>&#8220;Expand Widget Templates&#8221;</strong><br />
Find this</p>
<pre>'data:label.url'
</pre>
<p>and Replace with this</p>
<pre>'data:label.url + &amp;quot;?&amp;amp;max-results=7&amp;quot;'
</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>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/12/beautiful-new-page-navi-for-blogger/feed/</wfw:commentRss>
		<slash:comments>83</slash:comments>
		</item>
		<item>
		<title>Easiest Way to Make Tabbed Sidebar for Blogger</title>
		<link>http://www.abu-farhan.com/2009/10/easiest-way-to-make-tabber-sidebar-for-blogger/</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 and Tricks Blogger]]></category>
		<category><![CDATA[Widget]]></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.<br />
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.<br />
I modified this trick special for <a href="http://newbloggertuts.blogspot.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://newbloggertuts.blogspot.com/" target="_blank">bloggertuts</a>.<br />
Alhamdulillah he made great tutorial for this Trick, everyone will understand easily. You can read <a href="http://newbloggertuts.blogspot.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.<br />
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>Here are some features of my method:</p>
<ul>
<li>Easy to install. </li>
<li>No need edit html in Sidebar part. </li>
<li>Automatically place your handpicked widgets inside tabs. </li>
<li>Freedom to set what widgets stay out of the tabs. </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 href="http://demo-tab-blogger.blogspot.com/" class="button orange2" target="_blank">live demo</a>.</p>
<p><img class="thumbnail" src="http://www.abu-farhan.com/wp-content/uploads/2009/10/image_thumb5.png" width="200" height="200" /></p>
<h4>
Step 1 &#8211; Placing the styles on your CSS</h4>
<p>
The style of the tabs can be easily changed anytime just using CSS, but this is not the main reason for this tutorial, It’s up to you to change or not, use your own CSS skills. We’ve made a general layout for it, to install it just place the following code right before the <strong>]]&gt;&lt;/b:skin&gt;</strong> line:</p>
<div id="codeSnippetWrapper" style="border-right: silver 1px solid; padding-right: 4px; border-top: silver 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: silver 1px solid; width: 97.5%; cursor: text; direction: ltr; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: silver 1px solid; font-family: &#39;Courier New&#39;, courier, monospace; background-color: #f4f4f4; text-align: left">
<pre id="codeSnippet" style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span style="color: #008000">/* Tabbed Sidebar Widgets</span>
<span style="color: #008000">--------------------------------- */</span>
<span style="color: #cc6633">.widget-wrapper2</span>{
<span style="color: #0000ff">border</span>:<span style="color: #006080">1px solid #494e52;</span>
<span style="color: #0000ff">background-color</span>:<span style="color: #006080">#636d76;</span>
<span style="color: #0000ff">padding</span>:<span style="color: #006080">8px;</span>
}

<span style="color: #cc6633">.widget-tab</span> {
-moz-<span style="color: #0000ff">border</span>-radius-bottomleft:<span style="color: #006080">5px;</span>
-moz-<span style="color: #0000ff">border</span>-radius-bottomright:<span style="color: #006080">5px;</span>
-moz-<span style="color: #0000ff">border</span>-radius-topright:<span style="color: #006080">5px;</span>
-webkit-<span style="color: #0000ff">border</span>-radius-bottomleft:<span style="color: #006080">5px;</span>
-webkit-<span style="color: #0000ff">border</span>-radius-bottomright:<span style="color: #006080">5px;</span>
-webkit-<span style="color: #0000ff">border</span>-radius-topright:<span style="color: #006080">5px;</span>
<span style="color: #0000ff">background</span>:#FFFFFF url(http:<span style="color: #008000">//i195.photobucket.com/albums/z105/dantearaujo/tabcontentbg.gif) repeat-x scroll left bottom !important;</span>
<span style="color: #0000ff">border</span>:<span style="color: #006080">1px solid #CFCFCF;</span>
<span style="color: #0000ff">font-family</span>:Arial,Helvetica,sans<span style="color: #006080">-serif;</span>
<span style="color: #0000ff">padding</span>:15px <span style="color: #006080">!important;</span>
}

<span style="color: #cc6633">.widget-tab</span>  <span style="color: #0000ff">ul</span> {
<span style="color: #0000ff">margin</span>:<span style="color: #006080">0px;</span>
<span style="color: #0000ff">padding</span>:<span style="color: #006080">0px 20px 0px 20px;</span>
}
<span style="color: #cc6633">.widget-tab</span>  <span style="color: #0000ff">ul</span> <span style="color: #0000ff">li</span> {
<span style="color: #0000ff">list-style</span>:<span style="color: #006080">none;</span>
<span style="color: #0000ff">border</span>-<span style="color: #0000ff">bottom</span>:<span style="color: #006080">1px solid #d6dde0;</span>
<span style="color: #0000ff">padding</span>-<span style="color: #0000ff">top</span>:<span style="color: #006080">10px;</span>
<span style="color: #0000ff">padding</span>-<span style="color: #0000ff">bottom</span>:<span style="color: #006080">10px;</span>
<span style="color: #0000ff">font-size</span>:<span style="color: #006080">13px;</span>
}
<span style="color: #cc6633">.widget-tab</span>  <span style="color: #0000ff">ul</span> <span style="color: #0000ff">li</span>:last-child {
<span style="color: #0000ff">border</span>-<span style="color: #0000ff">bottom</span>:<span style="color: #006080">none;</span>
}
<span style="color: #cc6633">.widget-tab</span>  <span style="color: #0000ff">ul</span> <span style="color: #0000ff">li</span> a {
<span style="color: #0000ff">text-decoration</span>:<span style="color: #006080">none;</span>
<span style="color: #0000ff">color</span>:<span style="color: #006080">#3e4346;</span>
}
<span style="color: #cc6633">.widget-tab</span>  <span style="color: #0000ff">ul</span> <span style="color: #0000ff">li</span> a <span style="color: #0000ff">small</span> {
<span style="color: #0000ff">color</span>:<span style="color: #006080">#8b959c;</span>
<span style="color: #0000ff">font-size</span>:<span style="color: #006080">9px;</span>
<span style="color: #0000ff">text-transform</span>:<span style="color: #006080">uppercase;</span>
<span style="color: #0000ff">font-family</span>:Verdana, Arial, Helvetica, sans<span style="color: #006080">-serif;</span>
<span style="color: #0000ff">position</span>:<span style="color: #006080">relative;</span>
<span style="color: #0000ff">left</span>:<span style="color: #006080">4px;</span>
<span style="color: #0000ff">top</span>:<span style="color: #006080">0px;</span>
}
<span style="color: #cc6633">.tab-content</span>  <span style="color: #0000ff">ul</span> <span style="color: #0000ff">li</span> a:hover {
<span style="color: #0000ff">color</span>:<span style="color: #006080">#a59c83;</span>
}
<span style="color: #cc6633">.tab-content</span>  <span style="color: #0000ff">ul</span> <span style="color: #0000ff">li</span> a:hover <span style="color: #0000ff">small</span> {
<span style="color: #0000ff">color</span>:<span style="color: #006080">#baae8e;</span>
}

<span style="color: #cc6633">.active-tab</span>{
<span style="color: #0000ff">background</span>:#FFFFFF url(http:<span style="color: #008000">//i195.photobucket.com/albums/z105/dantearaujo/tabtopbg.gif) repeat-x scroll left top !important;</span>
<span style="color: #0000ff">border-color</span>:#CFCFCF #CFCFCF #FFFFFF #CFCFCF <span style="color: #006080">!important;</span>
<span style="color: #0000ff">border-style</span>:solid <span style="color: #006080">!important;</span>
<span style="color: #0000ff">border-width</span>:1px 1px 2px <span style="color: #006080">!important;</span>
<span style="color: #0000ff">color</span>:#282E32 <span style="color: #006080">!important;</span>        

}

<span style="color: #0000ff">ul</span><span style="color: #cc6633">.tab-wrapper</span> {
<span style="color: #0000ff">margin</span>:<span style="color: #006080">0px;</span> <span style="color: #0000ff">padding</span>:<span style="color: #006080">0px;</span>
<span style="color: #0000ff">margin</span>-<span style="color: #0000ff">top</span>:<span style="color: #006080">5px;</span>
<span style="color: #0000ff">margin</span>-<span style="color: #0000ff">bottom</span>:<span style="color: #006080">6px;</span>
}
<span style="color: #0000ff">ul</span><span style="color: #cc6633">.tab-wrapper</span> <span style="color: #0000ff">li</span> {
-webkit-<span style="color: #0000ff">border</span>-radius-topleft:<span style="color: #006080">5px;</span>
-webkit-<span style="color: #0000ff">border</span>-radius-topright:<span style="color: #006080">5px;</span>
-moz-<span style="color: #0000ff">border</span>-radius-topleft:<span style="color: #006080">5px;</span>
-moz-<span style="color: #0000ff">border</span>-radius-topright:<span style="color: #006080">5px;</span>
<span style="color: #0000ff">background</span>:#191919 url(http:<span style="color: #008000">//i195.photobucket.com/albums/z105/dantearaujo/tabinactivebg.gif) repeat-x scroll left top;</span>
<span style="color: #0000ff">border</span>:<span style="color: #006080">1px solid #464C54;</span>
<span style="color: #0000ff">color</span>:<span style="color: #006080">#FFFFFF;</span>
<span style="color: #0000ff">cursor</span>:<span style="color: #006080">pointer;</span>
<span style="color: #0000ff">display</span>:<span style="color: #006080">inline;</span>
<span style="color: #0000ff">font-family</span>:Verdana,Arial,Helvetica,sans<span style="color: #006080">-serif;</span>
<span style="color: #0000ff">font-size</span>:<span style="color: #006080">9px;</span>
<span style="color: #0000ff">font-weight</span>:<span style="color: #006080">bold;</span>
<span style="color: #0000ff">line-height</span>:<span style="color: #006080">2em;</span>
<span style="color: #0000ff">list-style</span>-image:none <span style="color: #006080">!important;</span>
<span style="color: #0000ff">list-style</span>-<span style="color: #0000ff">position</span>:outside <span style="color: #006080">!important;</span>
<span style="color: #0000ff">list-style</span>-type:none <span style="color: #006080">!important;</span>
<span style="color: #0000ff">margin</span>-<span style="color: #0000ff">right</span>:<span style="color: #006080">1px;</span>
<span style="color: #0000ff">padding</span>:<span style="color: #006080">8px 14px;</span>
<span style="color: #0000ff">text-align</span>:<span style="color: #006080">center;</span>
<span style="color: #0000ff">text-decoration</span>:<span style="color: #006080">none;</span>
<span style="color: #0000ff">text-transform</span>:<span style="color: #006080">uppercase;</span>
}</pre>
</div>
<h4>
Step 2 &#8211; Installing jQuery Library</h4>
<p>
This script needs the <a href="http://jquery.com">jQuery</a> JavaScript library, if you already have it installed, you can skip this step, if you don’t just paste the code below right before your <strong>&lt;/head&gt;</strong> line:</p>
<div id="codeSnippetWrapper" style="border-right: silver 1px solid; padding-right: 4px; border-top: silver 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: silver 1px solid; width: 97.5%; cursor: text; direction: ltr; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: silver 1px solid; font-family: &#39;Courier New&#39;, courier, monospace; background-color: #f4f4f4; text-align: left">
<pre id="codeSnippet" style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span style="color: #008000">&lt;!-- jQuery Call --&gt;</span>

<span style="color: #0000ff">&lt;</span><span style="color: #800000">script</span> <span style="color: #ff0000">src</span><span style="color: #0000ff">='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js'</span> <span style="color: #ff0000">type</span><span style="color: #0000ff">='text/javascript'</span><span style="color: #0000ff">/&gt;</span>

<span style="color: #0000ff">&lt;!</span><span style="color: #800000">--</span> <span style="color: #ff0000">End</span> <span style="color: #ff0000">of</span> <span style="color: #ff0000">jQuery</span> <span style="color: #ff0000">Call</span> <span style="color: #0000ff">--&gt;</span></pre>
</div>
<h4>
Step 3 &#8211; Installing the Script</h4>
<p>
Ok now that you’ve made sure that you have <a href="http://jquery.com">jQuery</a> installed, you need to install the script that will do all the magic for us, just place the following code right before your <strong>&lt;/head&gt;</strong> line:</p>
<div id="codeSnippetWrapper" style="border-right: silver 1px solid; padding-right: 4px; border-top: silver 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: silver 1px solid; width: 97.5%; cursor: text; direction: ltr; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: silver 1px solid; font-family: &#39;Courier New&#39;, courier, monospace; background-color: #f4f4f4; text-align: left">
<pre id="codeSnippet" style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none">&lt;script type=<span style="color: #006080">&quot;text/javascript&quot;</span>&gt;
<span style="color: #0000ff">var</span> starttab=0;
<span style="color: #0000ff">var</span> endtab=2;
<span style="color: #0000ff">var</span> sidebarname=<span style="color: #006080">&quot;sidebar1&quot;</span>;
&lt;/script&gt;
&lt;script type=<span style="color: #006080">&quot;text/javascript&quot;</span> src=<span style="color: #006080">&quot;http://scriptabufarhan.googlecode.com/svn/trunk/bloggertabv1.0-min.js&quot;</span>&gt;&lt;/script&gt; </pre>
</div>
<h4>
Customizing</h4>
<p>
As you have noted you’ll get a few lines that can be customized, those are:</p>
<p>
<strong>var starttab=<font color="#ff0000">0</font>;<br />
var endtab=<font color="#ff0000">2</font>;<br />
var sidebarname=&quot;<font color="#ff0000">sidebar</font>&quot;;</strong></p>
<p>
Very quickly: <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>”, but just in case you have a different id, we’ll help you finding the right one to place here.</p>
<h4>
How to find your sidebar’s ID</h4>
<p>
Ok if you have installed the script and it is not working, you may have a different sidebar ID that is not only “<strong>sidebar</strong>”, use the following methods to find he right id of your sidebar.</p>
<h4>
Method 1 &#8211; Getting from the HTML</h4>
<p>
This one may be the fastest one, if you use Minima template, or any template derived from it, just go to Layout &gt; Edit HTML &gt; Search for “<strong>sidebar-wrapper</strong>” and you may get something like this:</p>
<div id="codeSnippetWrapper" style="border-right: silver 1px solid; padding-right: 4px; border-top: silver 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: silver 1px solid; width: 97.5%; cursor: text; direction: ltr; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: silver 1px solid; font-family: &#39;Courier New&#39;, courier, monospace; background-color: #f4f4f4; text-align: left">
<pre id="codeSnippet" style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span style="color: #0000ff">&lt;</span><span style="color: #800000">div</span> <span style="color: #ff0000">id</span><span style="color: #0000ff">='sidebar-wrapper'</span><span style="color: #0000ff">&gt;</span>

<span style="color: #0000ff">&lt;</span><span style="color: #800000">b:section</span> <span style="color: #ff0000">class</span><span style="color: #0000ff">='sidebar'</span> <span style="color: #ff0000">id</span><span style="color: #0000ff">='sidebar'</span> <span style="color: #ff0000">preferred</span><span style="color: #0000ff">='yes'</span><span style="color: #0000ff">&gt;</span></pre>
</div>
<p>
Just take a closer look and you will find it <strong><span style="color: #ff0000">id</span><span style="color: #0000ff">=&#8217;sidebar&#8217;.</span></strong></p>
<h4>
Method 2 &#8211; Using Firebug</h4>
<p>
Firebug is the most wonderful Firefox extension for web developers, If you dont have it, just download it from <a href="http://getfirebug.com/" target="_blank">here</a>.</p>
<p>
<img title="image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 10px auto; border-right-width: 0px" height="431" alt="image" src="http://lh5.ggpht.com/_t9JjmICsjcg/Ss_-f5MmqmI/AAAAAAAABfk/IC9sSRl1uCU/image%5B4%5D.png?imgmax=800" width="590" border="0" /> </p>
<h4>
Method 3 &#8211; Using Web developer Firefox Plugin</h4>
<p>
This is another great extension, if you don&#8217;t have it, get it <a href="http://chrispederick.com/work/web-developer/" target="_blank">here</a>.</p>
<p>
<img title="image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 10px auto; border-right-width: 0px" height="200" alt="image" src="http://lh3.ggpht.com/_t9JjmICsjcg/Ss_-gnIlTmI/AAAAAAAABfo/wwAG2C5YQJo/image%5B8%5D.png?imgmax=800" width="326" border="0" /> </p>
<p>
Ok now that you have installed the script on your blog, you should be able to normally edit your widgets on your page elements section.</p>
<h4>
What are the Gadget Numbers</h4>
<p>
Here is a simple explanation for those who haven’t understand the numbers yet. Let’s say that you want make tabs out of your first 3 widgets, so your starting number will be 0 and your finishing number will be 2:</p>
<p>
<strong>var starttab=<font color="#ff0000">0</font>;<br />
var endtab=<font color="#ff0000">2</font>;<br />
var sidebarname=&quot;sidebar&quot;;</strong></p>
<p>
Check images below for better understanding:</p>
<p>
<img title="image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 10px auto; border-right-width: 0px" height="319" alt="image" src="http://lh6.ggpht.com/_t9JjmICsjcg/Ss_-jIP-hNI/AAAAAAAABfs/UZ7Y6OY9AK4/image%5B12%5D.png?imgmax=800" width="463" border="0" /> </p>
<p>
<img title="image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 10px auto; border-right-width: 0px" height="503" alt="image" src="http://lh6.ggpht.com/_t9JjmICsjcg/Ss_-lqbsyeI/AAAAAAAABfw/vQYhfflm3Oo/image%5B15%5D.png?imgmax=800" width="363" border="0" /> </p>
<p>
In this case, Widget 3 and 4 will not get any tabs, because your finishing number was 2. Very easy huh?</p>
<h4>
Advices</h4>
<ul>
<li>This script works for only one sidebar per blog. </li>
<li>We have included a general styles for your tabs, however, you can use your CSS skills to customize them, but be aware that CSS related errors will not be supported here, make sure you do the right thing. </li>
<li>All the tabbed widgets need to have a title. </li>
</ul>
<h4>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/10/easiest-way-to-make-tabber-sidebar-for-blogger/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Page navigation for Blogger with Google Style</title>
		<link>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-with-google-style/</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[Page Navigation]]></category>
		<category><![CDATA[Tips and Tricks 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 www.techieblogger.com 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 saw <a href="http://catalog-tutorial.blogspot.com/" target="_blank">Catalog Tutorial</a> template  I have one 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"  class="button orange2" target="_blank">CSS</a></p>
<p><a href="http://abu-farhan.com/script/page%20navigation/javascript2google.txt"  class="button orange2" target="_blank">Javascript Page Navi for Blogger</a></p>
<p>Screenshoot for Page Navi</p>
<p><a href="http://contoh-page-navi-google-abu-farhan.blogspot.com/"><img 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/"  class="button orange2" target="_blank">Demo</a></p>
<p><a href="http://catalog-tutorial.blogspot.com/" class="button orange2"  target="_blank">Demo from Boogle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-with-google-style/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>BloggerTube &#8211; The first Blogger video template! by www.dantearaujo.net</title>
		<link>http://www.abu-farhan.com/2009/09/bloggertube-the-first-blogger-video-template-by-www-dantearaujo-net/</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 Templates]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogger Template]]></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 with small Javascript code for his template. For Explanations and demo click these links:<br />
<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/" class="button orange2">Demo</a><br />
<a title="Blogger Tube Download" href="http://abu-farhan.com/script/bloggertube/Bloggertube.zip"  class="button orange2" target="_blank">Download Link (update with js file)</a><br />
Features on BloggerTube :</p>
<ol>
<li>Automatic embedded video on post page (only paste URL link)</li>
<li>Automatic slider for the last featured videos</li>
<li>Automatic Recent videos widget (video thumbnail)</li>
<li>Automatic Thumbnail from Youtube (only Youtube URL)</li>
<li>Page Navigation</li>
<li>Three Column Video Posts</li>
</ol>
<p><a href="http://murottal-youtube.blogspot.com/"><img 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_thumb3.png" border="0" alt="image" width="377" height="498" /></a></p>
<p><a title="Blogger Tube Download" href="http://abu-farhan.com/script/bloggertube/Bloggertube.zip"  class="button orange2" target="_blank">Download Link (update with js file)</a></p>
]]></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>146</slash:comments>
		</item>
		<item>
		<title>Table of Contents Categorized by Dates (by Archived) for Blogger</title>
		<link>http://www.abu-farhan.com/2009/09/table-of-contents-categorized-by-dates-by-archived/</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[Table of contents]]></category>
		<category><![CDATA[Tips and Tricks 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<br />
<a href="http://abu-farhan.com/script/daftarisibloggerarchive/daftarisi-online.html" class="button orange2" target="_blank">DEMO</a></p>
<p><a href="http://abu-farhan.com/script/daftarisibloggerarchive/daftarisi-online.html"><img 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>
&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>change <font color="#ff0000">audio.assunnah.web.id</font> to your blogger URL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/09/table-of-contents-categorized-by-dates-by-archived/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Page Navigation for Blogger (Problems Solved)</title>
		<link>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/</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[Page Navigation]]></category>
		<category><![CDATA[Tips and Tricks 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 style="border: 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</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 Amanda give explanation about this , 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 previous 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), 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 style="border: 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>
<pre><code>
&lt;b:section class='main' id='main' showaddelement='yes' &gt;
&lt;b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/&gt;
&lt;/b:section&gt;
</code>
</pre>
<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=&#8217;main&#8217;</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 style="border: 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>
<pre>&lt;a expr:dir='data:blog.languageDirection' expr:href='data:label.url'&gt;&lt;data:label.name/&gt;&lt;/a&gt;
</pre>
<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><a href="http://page-navigation-abu-farhan.blogspot.com/" target="_blank" class="button orange2">Demo</a></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>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/09/page-navigation-for-blogger-problems-solved/feed/</wfw:commentRss>
		<slash:comments>184</slash:comments>
		</item>
		<item>
		<title>The Best Table of Contents (TOC) or Sitemap for Blogger</title>
		<link>http://www.abu-farhan.com/2009/09/the-best-table-of-content-toc-or-sitemap-for-blogger/</link>
		<comments>http://www.abu-farhan.com/2009/09/the-best-table-of-content-toc-or-sitemap-for-blogger/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 00:57:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Table of contents]]></category>
		<category><![CDATA[Tips and Tricks Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[TOC]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/09/the-best-table-of-content-toc-or-sitemap-for-blogger/</guid>
		<description><![CDATA[Many blogger want to make sitemap or Tabel of contents for their blog in blogger engine. Some of them only index of their  posts by only show title of blog or make it manual by type the title every posts. Here some example of simple table of content]]></description>
			<content:encoded><![CDATA[<p>Many blogger want to make sitemap or Table of contents for their blog in <a href="http://www.blogger.com" target="_blank">blogger engine</a>. Some of them only index of their posts by only show title of blog or make it manual by type the title every posts. Here some example of simple table of content (Manual Input) :</p>
<ul>
<li><a href="http://woork.blogspot.com/2007/10/table-of-contents.html" target="_blank">TOC type Manual</a> </li>
<li><a href="http://beautifulbeta.blogspot.com/2006/10/table-of-contents.html" target="_blank">Only Show Title by Beautiful Beta</a></li>
</ul>
<p><a href="http://www.bloggerbuster.com" target="_blank">Amanda</a> just post <a href="http://www.bloggerbuster.com/2009/09/how-to-create-sitemap-with-google-feed.html" target="_blank">How to create a sitemap with Google Feed control</a>, her idea is good she want to categorized the post but using google feed and have to input label feed one by&nbsp; one.</p>
<p>But I like her blog she provide many tutorial for blogger, every blogger have to know and read <a href="http://www.bloggerbuster.com" target="_blank">bloggerbuster</a></p>
<p><a href="http://beautifulbeta.blogspot.com" target="_blank">Beautiful Beta</a> make javascript and used json from blogger call <a href="http://beautifulbeta.blogspot.com/2007/04/blogtoc-widget-released.html" target="_blank">blogtoc widget</a>. Many blogger try and modifed of his script but only change a little bit thing. Here some example what they change :</p>
<ol>
<li>Change position of TOC to the post, first time Beautiful Beta show his TOC in every post using javascript button in sidebar (I forgat the way how to use)</li>
<li>Only change the language, this method can be found from Indonesian blogger they only change the language nothing to change inside.</li>
<li>Give CSS for the table, only change the color and other thing.</li>
</ol>
<p>Actually I used his <a href="http://beautifulbeta.blogspot.com/2007/04/blogtoc-widget-released.html" target="_blank">javascript</a> but I modified to become sitemap view not table anymore, and categorized the post.</p>
<p>Featured of My Script :</p>
<ol>
<li>Easy to use, only two line script.</li>
<li>Categorized by Label.</li>
<li>Can use for Multiple label in every posts.</li>
<li>Give &#8220;New !!&#8221; Text for 10 latest posts.</li>
</ol>
<p><a href="http://audio.assunnah.web.id/2009/01/daftar-isi-kategori.html" class="button orange2" target="_blank">Demo</a></p>
<p><a href="http://audio.assunnah.web.id/2009/01/daftar-isi-kategori.html"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="204" alt="image" src="http://www.abu-farhan.com/wp-content/uploads/2009/09/image_thumb.png" width="415" border="0"></a> </p>
<p>How to use my script is very easy only input this two line to the post in &#8220;HTML&#8221; Mode</p>
<pre>
&lt;script style=&quot;text/javascript&quot; src=&quot;http://www.abu-farhan.com/script/daftarisiblogger/blogtoc-min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;http://www.abufarhan.co.cc/feeds/posts/default?max-results=9999&amp;amp;alt=json-in-script&amp;amp;callback=loadtoc&quot;&gt;&lt;/script&gt;
</pre>
<p>change &#8220;www.abufarhan.co.cc&#8221; to your blogger URL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/09/the-best-table-of-content-toc-or-sitemap-for-blogger/feed/</wfw:commentRss>
		<slash:comments>107</slash:comments>
		</item>
		<item>
		<title>Masagana Blogger Template</title>
		<link>http://www.abu-farhan.com/2009/08/masagana-blogger-template/</link>
		<comments>http://www.abu-farhan.com/2009/08/masagana-blogger-template/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 09:30:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Templates]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Unique]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/2009/08/masagana-blogger-template/</guid>
		<description><![CDATA[Bismillah, Alhamdulillah. 
Now I'll give you all my new blogger template with magazine style. Template name is Masagana Blogger Template. This template from Wordpress Theme Masagana from paddsolutions.com]]></description>
			<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah. </p>
<p>Now I&#8217;ll give you all my new blogger template with magazine style. Template name is Masagana Blogger Template. This template from Wordpress Theme Masagana from  <a title="http://www.paddsolutions.com" href="http://www.paddsolutions.com">http://www.paddsolutions.com</a> (<a href="http://paddsolutions.com/wpmag/masagana/" target="_blank">WP Demo</a>)</p>
<p>
This is the preview for Blogger template.<br />
<a href="http://masagana-template.blogspot.com/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="392" alt="image" src="http://www.abu-farhan.com/wp-content/uploads/2009/08/image_thumb3.png" width="391" border="0"></a> </p>
<p>Features :</p>
<ul>
<li>Auto Popular topic based on most comments</li>
<li>Magazine Style</li>
<li>Adsense ready</li>
<li>Auto Readmore and thumbnail</li>
<li>Twitter Account Integration</li>
<li>Featured post using smoothgallery</li>
</ul>
<p align="center">
<a href="http://masagana-template.blogspot.com/" class="button orange2" target="_blank">Demo</a>  <a href="http://abu-farhan.com/download/template/masagana/masagana.zip" class="button orange2" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2009/08/masagana-blogger-template/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
