<?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>Blogger Templates and Tricks by Abu Farhan &#187; Widget</title>
	<atom:link href="http://www.abu-farhan.com/category/tips-trik-blogger/widget-tips-trik-blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abu-farhan.com</link>
	<description>Blogger Template, Tips and Trick</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:56:18 +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>How to show blogger widget only in homepage</title>
		<link>http://www.abu-farhan.com/2012/02/how-to-show-blogger-widget-only-in-home-page/</link>
		<comments>http://www.abu-farhan.com/2012/02/how-to-show-blogger-widget-only-in-home-page/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 00:17:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Popular Post for Blogger]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[blogger tricks]]></category>
		<category><![CDATA[Blogger Widget]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1469</guid>
		<description><![CDATA[Bismillah Alhamdulillah

I have received many comment ask about how to show my popular post only in home page. actually this trick is very easy many blogger already made tutorial about this. You can search from google. The method is usng if conditional from blogger.]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p>Bismillah Alhamdulillah</p>
<p>I have received many comment ask about how to show my popular post only in home page. actually this trick is very easy many blogger already made tutorial about this. You can search from google. The method is usng if conditional from blogger.</p>
<p>if you want show all section you don&#8217;t have to &#8216;Expand Widget Template&#8217;<br />
find this</p>
<pre>
&lt;b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'&gt;
&lt;b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/&gt;
&lt;/b:section&gt;</pre>
<p>Change to this</p>
<pre>&lt;b:if cond='data:blog.url == data:blog.homepageUrl'&gt;
&lt;b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'&gt;
&lt;b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/&gt;
&lt;/b:section&gt;
&lt;/b:if&gt;</pre>
<p><center><br />
<span class="button orange2"><a title="Demo - Popular Post for Blogger With Animation" href="http://popular-post-blogger-lofsidernewsv3.blogspot.com/" target="_blank">Demo</a></span></center></p>
<p>From demo click any posts and you can&#8217;t see Popular post widget anymore</p>
<p>Now I&#8217;ll show this tricks by using New Blogger Dashboard</p>
<p>Click Template from Dropdown of your Blog<br />
<a href="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml1.jpg"><img class="aligncenter size-medium wp-image-1472" title="edithtml1" src="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml1.jpg" alt="" width="369" height="154" /></a></p>
<p>Click edit HTML<br />
<a href="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml2.jpg"><img class="aligncenter size-medium wp-image-1473" title="edithtml2" src="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml2.jpg" alt="" width="386" height="220" /></a></p>
<p>Click Proceed<br />
<a href="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml3.jpg"><img class="aligncenter size-medium wp-image-1474" title="edithtml3" src="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml3.jpg" alt="" width="436" height="316" /></a></p>
<p>Search :</p>
<pre>
&lt;b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'&gt;
&lt;b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/&gt;
&lt;/b:section&gt;</pre>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml4.jpg"><img class="aligncenter size-medium wp-image-1475" title="edithtml4" src="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml4.jpg" alt="" width="526" height="384" /></a></p>
<p>Replace with</p>
<pre>&lt;b:if cond='data:blog.url == data:blog.homepageUrl'&gt;
&lt;b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'&gt;
&lt;b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/&gt;
&lt;/b:section&gt;
&lt;/b:if&gt;</pre>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml5.jpg"><img class="aligncenter size-medium wp-image-1476" title="edithtml5" src="http://www.abu-farhan.com/wp-content/uploads/2012/02/edithtml5.jpg" alt="" width="498" height="361" /></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/02/how-to-show-blogger-widget-only-in-home-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lightbox Blogger Widget</title>
		<link>http://www.abu-farhan.com/2011/09/lightbox-blogger-widget/</link>
		<comments>http://www.abu-farhan.com/2011/09/lightbox-blogger-widget/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 23:51:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1308</guid>
		<description><![CDATA[Lightbox now already in blogger, actually this widget already in our blogger for last week, we don't have install anything, the script will search any element is image and we can clikc to show the Lightbox.]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p><a href="http://www.abu-farhan.com/2011/09/lightbox-blogger-widget/">Lightbox </a>now already in blogger, actually this <a href="http://www.abu-farhan.com/category/tips-trik-blogger/widget-tips-trik-blogger/">widget</a> already in our blogger for the last week, we don&#8217;t have to install anything, the script will search any element which is image and we can click the image to show the Lightbox.<br />
<a href="http://www.abu-farhan.com/wp-content/uploads/2011/09/lightbox.jpg"><img class="aligncenter size-full wp-image-1311" title="lightbox widget for blogger" src="http://www.abu-farhan.com/wp-content/uploads/2011/09/lightbox.jpg" alt="lightbox widget for blogger" width="325" height="331" /></a><br />
The Script already install in your blogger template, the main script and CSS are :<br />
The Libghtbox script<br />
<a href="http://www.blogger.com/static/v1/widgets/931580185-widgets.js">http://www.blogger.com/static/v1/widgets/931580185-widgets.js</a></p>
<p><a href="http://www.blogger.com/static/v1/jsbin/3312549355-lbx.js">http://www.blogger.com/static/v1/jsbin/3312549355-lbx.js</a></p>
<p>The CSS lightbox<br />
<a href="http://www.blogger.com/static/v1/widgets/1100314300-widget_css_2_lightbox_bundle.css">http://www.blogger.com/static/v1/widgets/1100314300-widget_css_2_lightbox_bundle.css</a></p>
<p>Now you don&#8217;t have to install any Lightbox anymore</p>
<p>The Feature of This Lightbox :</p>
<ul>
<li>No need to install</li>
<li>Not use jQuery</li>
<li>Collect all image in one post and show in lightbox slider</li>
</ul>
<p>Maybe only that you can read completly officially from the blogger from this link</p>
<p><a href="http://buzz.blogger.com/2011/09/your-images-never-looked-so-good.html">Your Images never look so good</a></p>
<p>If you want to remove this widget you can follow this discussion</p>
<p><a title="How to Remove Lightbox for Blogger" href="http://www.google.co.uk/support/forum/p/blogger/thread?tid=73493b0be3a4116d&amp;hl=en">How to Remove Lightbox for Blogger</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2011/09/lightbox-blogger-widget/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Automatic Image Slider for Blogger using Bookflip</title>
		<link>http://www.abu-farhan.com/2011/08/automatic-image-slider-for-blogger-using-bookflip/</link>
		<comments>http://www.abu-farhan.com/2011/08/automatic-image-slider-for-blogger-using-bookflip/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 10:36:09 +0000</pubDate>
		<dc:creator>catur</dc:creator>
				<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1176</guid>
		<description><![CDATA[Bismillah, Alhamdulillah, Based on request from visitor about <a href="http://www.dynamicdrive.com/dynamicindex14/bookflip.htm">book flip slideshow</a> , so I made This widget for blogger. result of this widget can show image inside of your posts automatic to become <a href="http://www.abu-farhan.com/2011/08/automatic-image-slider-for-blogger-using-bookflip/">book flip slideshow for blogger.</a>]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p>Bismillah, Alhamdulillah, Based on request from visitor about <a href="http://www.dynamicdrive.com/dynamicindex14/bookflip.htm">book flip slideshow</a> , so I made This widget for blogger. result of this widget can show image inside of your posts automatic to become <a href="http://www.abu-farhan.com/2011/08/automatic-image-slider-for-blogger-using-bookflip/">book flip slideshow for blogger.</a><br />
You can see the slider from the <a href="http://abu-farhan.com/demolink/?demolink=http://bookflip-by-catur-at-abu-farhan.blogspot.com/">demo link</a> :<br />
<a href="http://abu-farhan.com/demolink/?demolink=http://bookflip-by-catur-at-abu-farhan.blogspot.com/"><img src="http://www.abu-farhan.com/wp-content/uploads/2011/08/bookflip.jpg" alt="" title="bookflip" width="266" height="240" class="aligncenter size-full wp-image-1240" /></a><br />
<center><br />
<a href="http://abu-farhan.com/demolink/?demolink=http://bookflip-by-catur-at-abu-farhan.blogspot.com/"  class="button orange2" target="_blank">Demo</a><br />
</center></p>
<p>Follow this step to use this gadget</p>
<h3>Apply Gadget</h3>
<p>Design -&gt; Click on &#8220;Add a Gadget&#8221; -&gt; HTML/JavaScript type.</p>
<pre>&lt;script type="text/javascript"&gt;
 // 7 variables to control behavior
 var Book_Image_Width    =140;
 var Book_Image_Height   =225;
 var Book_Border         =true;
 var Book_Border_Color   ="gray";
 var Book_Speed          =15;
 var Book_NextPage_Delay =1500; //1 second=1000
 var Book_Vertical_Turn  =0;
 // variables for content
 var random_posts        = true; // random posts
 var numposts_gal        = 10;   // number of posts
 &lt;/script&gt;
 &lt;script src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/galeryposts-bookflip.js" type="text/javascript"&gt;&lt;/script&gt;
 &lt;script src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/bookflip.min.js" type="text/javascript"&gt;&lt;/script&gt;
 &lt;div id="Book" style="position:relative"&gt;
 &lt;img src="http://i1133.photobucket.com/albums/m596/abu-farhan/bookflip/placeholder.gif" width="144" height="227"&gt;
 &lt;/div&gt;
 &lt;script src="<span style="color: #ff0000;">http://abu-farhan-demo.blogspot.com</span>/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showgalleryposts"&gt;&lt;/script&gt;
 &lt;script type="text/javascript"&gt;
 ImageBook();
 &lt;/script&gt;</pre>
<p><span class="button orange2"><a title="Bookflip Demo" href="http://abu-farhan.com/demolink/?demolink=http://bookflip-abu-farhan.blogspot.com/" target="_blank">Demo</a></span></p>
<p>if you have any questions please leave a comment….thx u</p>
<p>Alhamdulillah… by <a title="CaturCMS" href="http://www.caturcms.org/" target="_blank">Catur</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2011/08/automatic-image-slider-for-blogger-using-bookflip/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>New Popular Post for Blogger With Animation</title>
		<link>http://www.abu-farhan.com/2011/08/new-popular-post-for-blogger-with-animation/</link>
		<comments>http://www.abu-farhan.com/2011/08/new-popular-post-for-blogger-with-animation/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 10:53:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Popular Post for Blogger]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Popular post]]></category>
		<category><![CDATA[Popular Post Widget]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1210</guid>
		<description><![CDATA[Bismillah, Alhamdulillah. Long time ago I made <a href="http://www.abu-farhan.com/2009/08/popular-post-for-blogger/">Popular post for blogger</a> using Json But now blogger made popular post from <a href="http://buzz.blogger.com/2010/09/stats-gadgets-graduate-from-draft.html">Blogger Stats</a> . Now I made Popular Post for Blogger with animation. This widget I made from my <a href="http://www.abu-farhan.com/2009/07/recent-posts-for-blogger-with-thumbnail-and-simple-spy/">Recent Post with animation</a> using simple spy.]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p>Bismillah, Alhamdulillah. Long time ago I made <a href="http://www.abu-farhan.com/2009/08/popular-post-for-blogger/">Popular post for blogger</a> using Json But now blogger made popular post from <a href="http://buzz.blogger.com/2010/09/stats-gadgets-graduate-from-draft.html">Blogger Stats</a> . Now I made Popular Post for Blogger with animation. This widget I made from my <a href="http://www.abu-farhan.com/2009/07/recent-posts-for-blogger-with-thumbnail-and-simple-spy/">Recent Post with animation</a> using simple spy.<br />
<a href="http://www.abu-farhan.com/wp-content/uploads/2011/08/thumb.jpg"><img src="http://www.abu-farhan.com/wp-content/uploads/2011/08/thumb.jpg" alt="Popular Post with Animation for Abu Farhan" title="Popular Post with Animation for Abu Farhan" width="302" height="290" class="aligncenter size-full wp-image-1217" /></a><br />
<center><br />
<span class="button orange2"><a title="Demo - New Popular Post for Blogger With Animation" href="http://abu-farhan.com/demolink/?demolink=http://demo-for-abu-farhan.blogspot.com/" target="_blank">Demo</a></span></center></p>
<p>This script very easy to install, you only have to put the script to the new Gadget </p>
<ul>
<li>Login to Blogger Dashboard and navigate to <strong>Design &#8211; Page Elements</strong></li>
<li>Click &#8220;Add Gadget&#8221; and Choose &#8220;Popular Posts&#8221;, Customize the gadget with more than 4 popular post will show&#8211;> &#8220;Display Up to&#8221; &#8230; Posts<br />
<a href="http://www.abu-farhan.com/wp-content/uploads/2011/08/pilihan.jpg"><img src="http://www.abu-farhan.com/wp-content/uploads/2011/08/pilihan.jpg" alt="" title="pilihan" width="526" height="221" class="aligncenter size-full wp-image-1237" /></a><br />
(<strong>If you already have this gadget skip this step</strong>) </li>
<li>After you have Popular Post Gadget &#8220;Add Gadget&#8221; again and select &#8220;HTML/Javascript&#8221;</li>
<li>Put all script bellow to the &#8220;Content&#8221; of HTML/Javascript Gadget</li>
<li>Done- your popular post now with animation</ul>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2011/08/penjelasan2.jpg"><img src="http://www.abu-farhan.com/wp-content/uploads/2011/08/penjelasan2.jpg" alt="Explanation of Popular Post with Animation" title="Explanation of Popular Post with Animation" width="542" height="264" class="aligncenter size-full wp-image-1226" /></a></p>
<pre>
&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;

#PopularPosts1 {
 overflow:hidden;
margin-top:5px;
padding:0px 0px;
height:400px;

}

#PopularPosts1 ul {
width:220px;
overflow:hidden;
list-style-type: none;
padding: 0px 0px;
margin:0px 0px;
}

#PopularPosts1 li {
 width:208px;
padding: 5px 5px;
margin:0px 0px 5px 0px;
list-style-type:none;
float:none;
height:80px;
overflow: hidden;
background:#fff url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/post.jpg) repeat-x;
border:1px solid #ddd;
}

#PopularPosts1 li .item-title {
    color:#A5A9AB;
    font-size:1em;
    margin-bottom:0.5em;
}

#PopularPosts1 li .item-title a {
 text-decoration:none;
color:#4B545B;
font-size:11px;
height:18px;
overflow:hidden;
margin:0px 0px;
padding:0px 0px 2px 0px;
}

#PopularPosts1 li img {
 float:left;
margin-right:5px;
background:#EFEFEF;
border:0;
}

#PopularPosts1 li .item-snippet {
  overflow:hidden;
font-family:Tahoma,Arial,verdana, sans-serif;
font-size:10px;
color:#262B2F;
padding:0px 0px;
margin:0px 0px;
}

#PopularPosts1 .item-snippet a,
#PopularPosts1 .item-snippet a:visited {
    color:#3E4548;
    text-decoration: none;
}

#PopularPosts1 .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#PopularPosts1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.tags span,
.tags a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

a img {
    border: 0;
}

--&gt;
&lt;/style&gt;
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
$(function () {
    $('.popular-posts ul').simpleSpy();
});
&lt;/script&gt;
&lt;script src=&quot;http://accordion-for-blogger.googlecode.com/svn/trunk/simplespy.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p><strong>Don&#8217;t Copy This Post because this Original from my Blog (www.abu-farhan.com)<br />
Please read Copyright of All post at the Footer.</strong></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2011/08/new-popular-post-for-blogger-with-animation/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>Roundabout Content Slider for Blogger</title>
		<link>http://www.abu-farhan.com/2011/08/roundabout-content-slider-for-blogger/</link>
		<comments>http://www.abu-farhan.com/2011/08/roundabout-content-slider-for-blogger/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 08:01:14 +0000</pubDate>
		<dc:creator>catur</dc:creator>
				<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1169</guid>
		<description><![CDATA[Roundabout is very famous jquery plugin that make content slider look like 3d rounding. This plugin that converts a structure of static HTML elements into a highly customizable turntable-like interactive area. Now I make this plugin automatic catch image from the post of blogger to Content Slider of Round About.]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p><a href="http://fredhq.com/projects/roundabout/" target="_blank">Roundabout</a> is very famous jquery plugin that make content slider look like 3d rounding. This plugin that converts a structure of static HTML elements into a highly customizable turntable-like interactive area. Now I make this plugin automatic catch image from the post of blogger to Content Slider of Round About.</p>
<p>you can see the slider for blogger from this image</p>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2011/08/roundabout.jpg"><img class="aligncenter size-full wp-image-1200" title="roundabout" src="http://www.abu-farhan.com/wp-content/uploads/2011/08/roundabout.jpg" alt="Round About Slider for Blogger" width="534" height="318" /></a></p>
<p><span class="button orange2"><a title="Roundabout Content Slider using jQuery" href="http://abu-farhan.com/demolink/?demolink=http://roundabout-content-slider.blogspot.com" target="_blank">Demo</a></span></p>
<p>Now Follow all of these steps</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>
</ol>
<pre>]]&gt;&lt;/b:skin&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>/* START
--------------------------------------------------------------------
 Roundabout Content Slider using jQuery for blogger
 By http://www.abu-farhan.com
--------------------------------------------------------------------
 Roundabout
*/
<pre>#featured                            {margin:10px 0 30px 0;}
#folio_scroller_container            {margin-top:35px; margin-bottom:40px; height:auto;}
#folio_scroller_container .roundabout-holder {list-style:none; height:400px; margin:0px auto 20px auto;}
.roundabout-holder                    {list-style:none; width:400px; height:250px; margin:0px auto;}
.roundabout-moveable-item             {font-size:12px!important;
<span style="color: #0000ff;">/* Resize Image*/</span>
height:180px;
width:350px;
<span style="color: #0000ff;">/*-------------*/</span>
cursor:pointer; padding:5px; border:1px solid #aaaaaa; -webkit-border-radius:5px; -moz-border-radius:5px; background:#f9f9f9;}
.roundabout-moveable-item img         {height:100%; width:100%; background-color:#FFFFFF; margin:0;}
.roundabout-in-focus                 {cursor:auto;}
.roundabout-in-focus:hover            {-webkit-box-shadow:0px 0px 20px #787878; -moz-box-shadow:0px 0px 20px #787878; background:#f9f9f9;}
.roundabout-holder span                {display:none; font-size:12px;}
.roundabout-in-focus:hover span        {display:inline; position:absolute; bottom:5px; right:5px; padding:8px 20px; background:#f9f9f9; color:#000000; z-index:999; -webkit-border-top-left-radius: 5px; -moz-border-radius-topLeft: 5px; font-size : 12px;border-left:1px solid #aaaaaa; border-top:1px solid #aaaaaa; }
.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited                {outline:none; text-decoration:none;}
.roundabou li                         {margin:0}
a img                                {border:none; outline:0;}

/* END
--------------------------------------------------------------------
 Roundabout Content Slider using jQuery
 By http://www.abu-farhan.com
--------------------------------------------------------------------
 Roundabout
*/</pre>
</pre>
<h3>Step 2 : Apply Javascript</h3>
<p>Find This :</p>
<pre>&lt;/body&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>&lt;!-- jQuery --&gt;
&lt;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js' type='text/javascript'/&gt;
&lt;script src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/jquery.roundabout-1.1.min.js" type="text/javascript" charset="utf-8"&gt;&lt;/script&gt;
 &lt;script type="text/javascript"&gt;
 jQuery(document).ready(function($) {
 var interval;
 $('#featured ul')
 .roundabout({
 duration: 600 }
 )
 .hover(
 function() {
 // oh no, it's the cops!
 clearInterval(interval);
 },
 function() {
 // false alarm: PARTY!
 interval = startAutoPlay();
 }
 );
 // let's get this party started
 interval = startAutoPlay();
 });
 function startAutoPlay() {
 return setInterval(function() {
 jQuery('#featured ul').roundabout_animateToNextChild();
 }, <span style="color: #0000ff;">5000</span>);
 }
 &lt;/script&gt;</pre>
<h3>Step 3 : Apply Gadget</h3>
<p>Design -&gt; Click on &#8220;Add a Gadget&#8221; -&gt; HTML/JavaScript type.</p>
<pre>&lt;script style="text/javascript" src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/galleryposts-roundabout.js"&gt;&lt;/script&gt;&lt;script style="text/javascript"&gt;
 var numposts_gal = <span style="color: #ff0000;">6</span>;
 var random_posts = <span style="color: #ff0000;">false</span>;
&lt;/script&gt;
&lt;script src="<span style="color: #ff0000;">http://abu-farhan-demo.blogspot.com</span>/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showgalleryposts"&gt;&lt;/script&gt;</pre>
<p><span class="button orange2"><a title="Roundabout Content Slider using jQuery" href="http://abu-farhan.com/demolink/?demolink=http://roundabout-content-slider.blogspot.com" target="_blank">Demo</a></span></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2011/08/roundabout-content-slider-for-blogger/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Automatic Content Slider for Blogger using Nivo Slider part 2</title>
		<link>http://www.abu-farhan.com/2011/07/automatic-content-slider-for-blogger-using-nivo-slider-part-2/</link>
		<comments>http://www.abu-farhan.com/2011/07/automatic-content-slider-for-blogger-using-nivo-slider-part-2/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 04:48:50 +0000</pubDate>
		<dc:creator>catur</dc:creator>
				<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1102</guid>
		<description><![CDATA[In my previous post, i said to give you a new css styles for this nivo slider.
This time i will give you a new theme for this widget.
the name is Orman theme.]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p>In my previous post, i said to give you a new css styles for this nivo slider.<br />
This time i will give you a new theme for this widget.<br />
the name is Orman theme.</p>
<p>The following is how it looks</p>
<p><a title="Nivo Slider with Defualt Theme" href="http://nivo.dev7studios.com/" target="_blank"><strong>Nivo Slider with Orman theme<br />
</strong></a></p>
<p><strong><img title="Nivo Slider Orman Theme" src="http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/Orman/orman.jpg" alt="" width="400" height="189" /><br />
</strong></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>
</ol>
<pre>]]&gt;&lt;/b:skin&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>/* START
--------------------------------------------------------------------
 Automatic Content Slider for Blogger using Nivo Slider
 By http://www.abu-farhan.com
--------------------------------------------------------------------
 Nivo Slider
*/
<span style="color: #0000ff;">/*-----START Orman Theme ----------------------------------------*/</span>
.theme-orman.slider-wrapper {
 background:url(http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/Orman/slider.png) no-repeat; width:722px;
 height:337px;
 margin:0 auto;
 padding-top:18px;
 position:relative;
}
.theme-orman .nivoSlider {
 position:relative;
 width:568px;
 height:268px;
 margin-left:77px;
 background:url(http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/Orman/loading.gif) no-repeat 50% 50%;}
.theme-orman .nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
 display:none;
 width:568px; /* Make sure your images are the same size */
 height:268px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
 border:0;
 display:block;
}
.theme-orman .nivo-controlNav {
 position:absolute;
 left:50%;
 bottom:-60px;
 margin-left:-30px; /* Tweak this to center bullets */
}
.theme-orman .nivo-controlNav a {
 display:block;
 width:10px;
 height:10px;
 background:url(http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/Orman/bullets.png) no-repeat;
 text-indent:-9999px;
 border:0;
 margin-right:7px;
 float:left;
}
.theme-orman .nivo-controlNav a.active {
 background-position:0 -10px;
}
.theme-orman .nivo-directionNav a {
 display:block;
 width:25px;
 height:200px;
 background:url(http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/Orman/arrows.png) no-repeat 0% 50%; text-indent:-9999px;
 border:0;
 top:40px;
}
.theme-orman a.nivo-nextNav {
 background-position:100% 50%;
 right:-40px;
 padding-right:20px;
}
.theme-orman a.nivo-prevNav {
 left:-40px;
 padding-left:20px;
}
.theme-orman .nivo-caption {
 font-family: Helvetica, Arial, sans-serif;
}
.theme-orman .nivo-caption a {
 color:#fff;
 border-bottom:1px dotted #fff;
}
.theme-orman .nivo-caption a:hover {
 color:#fff;
}
.theme-orman .ribbon {
 background:url(http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/Orman/ribbon.png) no-repeat; width:111px;
 height:111px;
 position:absolute;
 top:-3px;
 left:56px;
 z-index:300;
}
<span style="color: #0000ff;">/*----- END Orman Theme ----------------------------------------*/</span>
/* The Nivo Slider styles */
.nivoSlider {
 position:relative;
}
.nivoSlider img {
 position:absolute;top:0px;left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
 position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;
 padding:0;margin:0;z-index:6;display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
 display:block;
 position:absolute;
 z-index:5;
 height:100%;
}
.nivo-box {
 display:block;
 position:absolute;
 z-index:5;
}
/* Caption styles */
.nivo-caption {
 position:absolute;
 left:0px;
 bottom:0px;
 background:#000;
 color:#fff;
 opacity:0.8; /* Overridden by captionOpacity setting */
 width:100%;
 z-index:8;
}
.nivo-caption p {
 padding:5px;
 margin:0;
}
.nivo-caption a {
 display:inline !important;
}
.nivo-html-caption {
 display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a {
 position:absolute;
 top:45%;
 z-index:9;
 cursor:pointer;
}
.nivo-prevNav {
 left:0px;
}
.nivo-nextNav {
 right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
 position:relative;
 z-index:9;
 cursor:pointer;
}
.nivo-controlNav a.active {
 font-weight:bold;
}
.theme-default #slider {
 margin:100px auto 50px auto;
 width:618px; /* Make sure your images are the same size */
 height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
 margin-top:150px;
}
.clear {
 clear:both;
}
/* END
--------------------------------------------------------------------
 Automatic Content Slider for Blogger using Nivo Slider
 By http://www.abu-farhan.com
--------------------------------------------------------------------
 Nivo Slider
*/</pre>
<h3>Step 2 : Apply Javascript</h3>
<p>Find This :</p>
<pre>&lt;/body&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>&lt;!-- jQuery --&gt;
&lt;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js' type='text/javascript'/&gt;
 &lt;script src='http://catur-at-abu-farhan.googlecode.com/svn/trunk/nivo-slider-modified.min.js' type='text/javascript'/&gt;
 &lt;script type='text/javascript'&gt;
 $(window).load(function() {
 $(&amp;#39;#slider&amp;#39;).nivoSlider();
 });
 &lt;/script&gt;</pre>
<h3>Step 3 : Apply Gadget</h3>
<p>Design -&gt; Click on &#8220;Add a Gadget&#8221; -&gt; HTML/JavaScript type.</p>
<pre>&lt;div class="slider-wrapper theme-orman"&gt;
&lt;div class="ribbon"&gt;&lt;/div&gt;
 &lt;script style="text/javascript" src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/galleryposts-nivo-slider.js"&gt;&lt;/script&gt;
&lt;script style="text/javascript"&gt;
 var numposts_gal = <span style="color: #ff0000;">6</span>;   //number of posts
 var image_height = <span style="color: #ff0000;">270</span>; //image height
 var image_width = <span style="color: #ff0000;">570</span>;  //image width
&lt;/script&gt;
&lt;script src="<span style="color: #ff0000;">http://abu-farhan-demo.blogspot.com</span>/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showgalleryposts"&gt;&lt;/script&gt;
&lt;/div&gt;</pre>
<h3>(if you are already use Nivo Slider that I give you in my previous post.  Just follow Step 1 and Step 3)</h3>
<p><span class="button orange2"><a title="Nivo Slider Demo Orman Theme" href="http://abu-farhan.com/demolink/?demolink=http://nivo-slider-orman-theme.blogspot.com/" target="_blank">Demo</a></span></p>
<p>if you have any questions please leave a comment&#8230;.thx u</p>
<p>Alhamdulillah&#8230; by <a title="CaturCMS" href="http://www.caturcms.org/" target="_blank">Catur</a></p>
<p>Another post about the Automatic Content Slider for Blogger :</p>
<ol>
<li><a title="Automatic Content Slider for Blogger using Nivo Slider part 1" href="http://www.abu-farhan.com/2011/07/automatic-content-slider-for-blogger-using-nivo-slider-part-1/" target="_blank">Automatic Content Slider for Blogger using Nivo Slider part 1</a></li>
<li><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 3" href="../2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-3/" target="_blank">Awesome Automatic Content Slider for Blogger using jQuery Part 3</a></li>
<li><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 2" href="../2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-2/" target="_blank">Awesome Automatic Content Slider for Blogger using jQuery Part 2</a></li>
<li><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 1" href="../2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-1/" target="_blank">Awesome Automatic Content Slider for Blogger using jQuery Part 1</a></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2011/07/automatic-content-slider-for-blogger-using-nivo-slider-part-2/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Automatic Content Slider for Blogger using Nivo Slider part 1</title>
		<link>http://www.abu-farhan.com/2011/07/automatic-content-slider-for-blogger-using-nivo-slider-part-1/</link>
		<comments>http://www.abu-farhan.com/2011/07/automatic-content-slider-for-blogger-using-nivo-slider-part-1/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 09:49:52 +0000</pubDate>
		<dc:creator>catur</dc:creator>
				<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1088</guid>
		<description><![CDATA[In this post is still on “Automatic Content Slider”. the difference is only in the css styles and javascript.
With little modification to be used for blogger.
How it works is still the same as the content slider before.
This article was inspired by a request from Dante Araujo.]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p>In this post is still on &#8220;Automatic Content Slider&#8221;. the difference is only in the css styles and javascript.<br />
With little modification to be used for blogger.<br />
How it works is still the same as the content slider before.<br />
This article was inspired by a request from <a title="http://www.dantearaujo.net/" href="http://www.dantearaujo.net/" target="_blank">Dante Araujo</a>.<br />
he said if Nivo Slider is the best free content slider, it has some awesome transition effects, and very customizable, really superior.</p>
<p>The following is how it looks</p>
<p><a title="Nivo Slider with Defualt Theme" href="http://nivo.dev7studios.com/" target="_blank"><strong>Nivo Slider<br />
</strong></a></p>
<p style="text-align: center;"><strong><img class="aligncenter" title="Nivo Slider Default Theme" src="http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/default/default.jpg" alt="" width="400" height="189" /><br />
</strong></p>
<p>Automatic in blogger Only for CSS 3 (Firefox 4 and above, chrome)<br />
Not Work for IE</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>
</ol>
<pre>]]&gt;&lt;/b:skin&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>/* START
--------------------------------------------------------------------
 Automatic Content Slider for Blogger using Nivo Slider
 By http://www.abu-farhan.com
--------------------------------------------------------------------
 Nivo Slider
*/
<span style="color: #0000ff;">/*-----START Default Theme ----------------------------------------*/</span>
.theme-default .nivoSlider {
 position:relative;
 background:#fff url(http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/default/loading.gif) no-repeat 50% 50%;
 -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
 -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
 box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
 position:absolute;top:0px;left:0px;display:none;
}
.theme-default .nivoSlider a {
 border:0;display:block;
}
.theme-default .nivo-controlNav {
 position:absolute;left:50%;bottom:-42px;
 margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
 display:block;width:22px;height:22px;
 background:url(http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/default/bullets.png) no-repeat;
 text-indent:-9999px;border:0;margin-right:3px;float:left;
}
.theme-default .nivo-controlNav a.active {
 background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
 display:block;width:30px;height:30px;
 background:url(http://i1133.photobucket.com/albums/m596/abu-farhan/nivo-slider/default/arrows.png) no-repeat;
 text-indent:-9999px;border:0;
}
.theme-default a.nivo-nextNav {
 background-position:-30px 0;right:15px;
}
.theme-default a.nivo-prevNav {
 left:15px;
}
.theme-default .nivo-caption {
 font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
 color:#fff;
 border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
 color:#fff;
}
<span style="color: #0000ff;">/*----- END Default Theme ----------------------------------------*/</span>
/* The Nivo Slider styles */
.nivoSlider {
 position:relative;
}
.nivoSlider img {
 position:absolute;top:0px;left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
 position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;
 padding:0;margin:0;z-index:6;display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
 display:block;
 position:absolute;
 z-index:5;
 height:100%;
}
.nivo-box {
 display:block;
 position:absolute;
 z-index:5;
}
/* Caption styles */
.nivo-caption {
 position:absolute;
 left:0px;
 bottom:0px;
 background:#000;
 color:#fff;
 opacity:0.8; /* Overridden by captionOpacity setting */
 width:100%;
 z-index:8;
}
.nivo-caption p {
 padding:5px;
 margin:0;
}
.nivo-caption a {
 display:inline !important;
}
.nivo-html-caption {
 display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a {
 position:absolute;
 top:45%;
 z-index:9;
 cursor:pointer;
}
.nivo-prevNav {
 left:0px;
}
.nivo-nextNav {
 right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
 position:relative;
 z-index:9;
 cursor:pointer;
}
.nivo-controlNav a.active {
 font-weight:bold;
}
.theme-default #slider {
 margin:100px auto 50px auto;
 width:618px; /* Make sure your images are the same size */
 height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
 margin-top:150px;
}
.clear {
 clear:both;
}
/* END
--------------------------------------------------------------------
 Automatic Content Slider for Blogger using Nivo Slider
 By http://www.abu-farhan.com
--------------------------------------------------------------------
 Nivo Slider
*/</pre>
<h3>Step 2 : Apply Javascript</h3>
<p>Find This :</p>
<pre>&lt;/body&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>&lt;!-- jQuery --&gt;
&lt;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js' type='text/javascript'/&gt;
 &lt;script src='http://catur-at-abu-farhan.googlecode.com/svn/trunk/nivo-slider-modified.min.js' type='text/javascript'/&gt;
 &lt;script type='text/javascript'&gt;
 $(window).load(function() {
 $(&amp;#39;#slider&amp;#39;).nivoSlider();
 });
 &lt;/script&gt;</pre>
<h3>Step 3 : Apply Gadget</h3>
<p>Design -&gt; Click on &#8220;Add a Gadget&#8221; -&gt; HTML/JavaScript type.</p>
<pre>&lt;div class="slider-wrapper theme-default"&gt;
&lt;div class="ribbon"&gt;&lt;/div&gt;
 &lt;script style="text/javascript" src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/galleryposts-nivo-slider.js"&gt;&lt;/script&gt;
&lt;script style="text/javascript"&gt;
 var numposts_gal = <span style="color: #ff0000;">6</span>;   //number of posts
 var image_height = <span style="color: #ff0000;">246</span>; //image height
 var image_width = <span style="color: #ff0000;">618</span>;  //image width
&lt;/script&gt;
&lt;script src="<span style="color: #ff0000;">http://abu-farhan-demo.blogspot.com</span>/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showgalleryposts"&gt;&lt;/script&gt;
&lt;/div&gt;</pre>
<p><span class="button orange2"><a title="Nivo Slider Demo default Theme" href="http://abu-farhan.com/demolink/?demolink=http://nivo-slider-default-theme.blogspot.com/" target="_blank">Demo</a></span></p>
<p>On the next post I will discuss about &#8220;Automatic Content Slider for Blogger using Nivo Slider Part 2&#8243;. I will make another css styles for this Nivo Slider.<br />
Just wait patiently &#8230;</p>
<p>if you have any questions please leave a comment&#8230;.thx u</p>
<p>Alhamdulillah&#8230; by <a title="CaturCMS" href="http://www.caturcms.org/" target="_blank">Catur</a></p>
<p>Another post about the Automatic Content Slider for Blogger :</p>
<ol>
<li><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 3" href="http://www.abu-farhan.com/2011/07/awesome-automatic-content-slider-for-blogger-using-jquery-part-3/" target="_blank">Awesome Automatic Content Slider for Blogger using jQuery Part 3</a></li>
<li><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 2" href="http://www.abu-farhan.com/2011/07/awesome-automatic-content-slider-for-blogger-using-jquery-part-2/" target="_blank">Awesome Automatic Content Slider for Blogger using jQuery Part 2</a></li>
<li><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 1" href="http://www.abu-farhan.com/2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-1/" target="_blank">Awesome Automatic Content Slider for Blogger using jQuery Part 1</a></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2011/07/automatic-content-slider-for-blogger-using-nivo-slider-part-1/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Awesome Automatic Content Slider for Blogger using jQuery Part 3</title>
		<link>http://www.abu-farhan.com/2011/07/awesome-automatic-content-slider-for-blogger-using-jquery-part-3/</link>
		<comments>http://www.abu-farhan.com/2011/07/awesome-automatic-content-slider-for-blogger-using-jquery-part-3/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 12:32:00 +0000</pubDate>
		<dc:creator>catur</dc:creator>
				<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1050</guid>
		<description><![CDATA[The following is the sequel of the content slider part 3 ... for you who really like the content slider, I give you the Awesome Automatic Content Slider for jQuery using Blogger Part 3 ... more stylish, more beautiful, more attractive ..
I hope you like it ...]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p>The following is the sequel of the content slider part 3 &#8230; for you who really like the content slider, I give you the<a title="Awesome Automatic Content Slider for Blogger using jQuery Part 3" href="http://www.abu-farhan.com/2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-3/"> Awesome Automatic Content Slider for jQuery using Blogger Part 3</a> &#8230; more stylish, more beautiful, more attractive ..<br />
I hope you like it &#8230;<br />
The following is how it looks</p>
<p><a title="FeaturedContentSlider" href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider" target="_blank"><strong>Featured Content Slider</strong></a></p>
<p><span style="color: #ff6600;"><strong><img class="alignnone" title="Featured Content Slider" src="http://i1133.photobucket.com/albums/m596/abu-farhan/FeaturedContentSlider.jpg" alt="" width="286" height="200" /><br />
</strong></span></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>
</ol>
<pre>]]&gt;&lt;/b:skin&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>/* START
--------------------------------------------------------------------
Awesome Automatic Content Sliders for Blogger using jQuery
By http://www.abu-farhan.com

http://css-tricks.com/889-creating-a-slick-auto-playing-featured-content-slider/

--------------------------------------------------------------------
Featured Content Slider
*/
#slider-wrap { width: 500px; margin: 25px auto; position: relative; min-height: 500px;font-size: 10px; background: url(http://i1133.photobucket.com/albums/m596/abu-farhan/featuredcontentslider-bg.png) top center; }
.slider-wrap{ font-family: Arial, Helvetica, sans-serif; width: 419px; position: absolute; top: 87px; left: 40px; }
.stripViewer .panelContainer
.panel ul{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer{ position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel    { float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav{ display: none; }
.nav-thumb { border: 1px solid black; margin-right: 5px; }
#movers-row    { margin: -46px 0 0 62px; }
#movers-row div    { width: 20%; float: left; }
#movers-row div a.cross-link { float: right; }
.photo-meta-data{ background: url(http://i1133.photobucket.com/albums/m596/abu-farhan/featuredcontentslider-transpBlack.png); padding: 10px; height: 40px; margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span { font-size: 13px; }
.cross-link    { display: block; width: 62px; margin-top: -10px; position: relative; padding-top: 10px; z-index: 9999; }
.active-thumb { background: transparent url(http://i1133.photobucket.com/albums/m596/abu-farhan/featuredcontentslider-icon-uparrowsmallwhite.png) top center no-repeat; }
/* END
--------------------------------------------------------------------
Awesome Automatic Content Sliders for Blogger using jQuery
By http://www.abu-farhan.com
--------------------------------------------------------------------
Featured Content Slider
*/</pre>
<h3>Step 2 : Apply Javascript</h3>
<p>Find This :</p>
<pre>&lt;/body&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>&lt;!-- jQuery --&gt;
&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;
 &lt;script type="text/javascript" src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/FeaturedContentSlider.pack.js"&gt;&lt;/script&gt;
 &lt;script type="text/javascript"&gt;
 var theInt = null;
 var $crosslink, $navthumb;
 var curclicked = 0;
 theInterval = function(cur){
 clearInterval(theInt);
 if( typeof cur != 'undefined' )
 curclicked = cur;
 $crosslink.removeClass("active-thumb");
 $navthumb.eq(curclicked).parent().addClass("active-thumb");
 $(".stripNav ul li a").eq(curclicked).trigger('click');
 theInt = setInterval(function(){
 $crosslink.removeClass("active-thumb");
 $navthumb.eq(curclicked).parent().addClass("active-thumb");
 $(".stripNav ul li a").eq(curclicked).trigger('click');
 curclicked++;
 if( 6 == curclicked )
 curclicked = 0;
 }, 3000);
 };
 $(function(){
 $("#main-photo-slider").codaSlider();
 $navthumb = $(".nav-thumb");
 $crosslink = $(".cross-link");
 $navthumb
 .click(function() {
 var $this = $(this);
 theInterval($this.parent().attr('href').slice(1) - 1);
 return false;
 });
 theInterval();
 });
 &lt;/script&gt;</pre>
<h3>Step 3 : Apply Gadget</h3>
<p>Design -&gt; Click on &#8220;Add a Gadget&#8221; -&gt; HTML/JavaScript type.</p>
<pre>&lt;div id="slider-wrap"&gt;
&lt;script style="text/javascript" src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/galleryposts-FeaturedContentSlider.js"&gt;&lt;/script&gt;
&lt;script style="text/javascript"&gt;
 var numposts_gal = <span style="color: #ff0000;">6</span>; //recommended
 var numchars_gal = <span style="color: #ff0000;">150</span>;
 var random_posts = <span style="color: #ff0000;">false</span>; // random posts
&lt;/script&gt;
&lt;script src="http://<span style="color: #ff0000;">abu-farhan-demo.blogspot.com</span>/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showgalleryposts&amp;max-results=999999"&gt;&lt;/script&gt;
&lt;/div&gt;</pre>
<p><span class="button orange2"><a title="Featured Content Slider Demo" href="http://abu-farhan.com/demolink/?demolink=http://content-slider-part3.blogspot.com/" target="_blank">Demo</a></span></p>
<p>if you have any questions please leave a comment&#8230;.thx u</p>
<p>Alhamdulillah&#8230; by <a title="CaturCMS" href="http://www.caturcms.org" target="_blank">Catur</a></p>
<p>Another post about the Automatic Content Slider for Blogger :</p>
<ol>
<li><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 2" href="http://www.abu-farhan.com/2011/07/awesome-automatic-content-slider-for-blogger-using-jquery-part-2/" target="_blank">Awesome Automatic Content Slider for Blogger using jQuery Part 2</a></li>
<li><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 1" href="http://www.abu-farhan.com/2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-1/" target="_blank">Awesome Automatic Content Slider for Blogger using jQuery Part 1</a></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2011/07/awesome-automatic-content-slider-for-blogger-using-jquery-part-3/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Awesome Automatic Content Slider for Blogger using jQuery Part 2</title>
		<link>http://www.abu-farhan.com/2011/07/awesome-automatic-content-slider-for-blogger-using-jquery-part-2/</link>
		<comments>http://www.abu-farhan.com/2011/07/awesome-automatic-content-slider-for-blogger-using-jquery-part-2/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 03:16:55 +0000</pubDate>
		<dc:creator>catur</dc:creator>
				<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1036</guid>
		<description><![CDATA[Awesome Automatic Content Slider for Blogger using jQuery Part 2 is second Slideshow for blogger that can use automatic generate image]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p>Bismillah&#8230;<br />
Installation method is almost the same as the previous tutorial &#8230; <a title="Awesome Automatic Content Slider for Blogger using jQuery Part 1" href="http://www.abu-farhan.com/2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-1/" target="_blank">Awesome Automatic Content Slider for jQuery using Blogger Part 1</a> &#8230;<br />
On the content slider this time (<a title="Awesome Automatic Content Slider for Blogger using jQuery Part 2" href="http://www.abu-farhan.com/2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-2/" target="_self">Awesome Automatic Content Slider for jQuery using Blogger Part 1</a>) I use the style from <a title="Slick Slideshow" href="http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/">Slick Slideshow</a> and a little adjustment that can be used on Blogger &#8230;<br />
Just follow the steps below &#8230; I&#8217;m sure there will be no problem &#8230;</p>
<p><span style="color: #ff6600;"><strong><a href="http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/" target="_blank">Slick Slideshow</a></strong></span></p>
<p><span style="color: #ff6600;"><strong><img class="alignnone" title="slick-slideshow" src="http://www.abu-farhan.com/wp-content/uploads/2011/06/slick-slideshow.jpg" alt="" width="350" height="146" /><br />
</strong></span></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>
</ol>
<pre>]]&gt;&lt;/b:skin&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>/* START
--------------------------------------------------------------------
 Awesome Automatic Content Sliders for Blogger using jQuery
 By http://www.abu-farhan.com
--------------------------------------------------------------------
Slick Slideshow
*/
#slideshow {  margin:0 auto;  width:640px;  height:263px;  background:transparent url(http://i1133.photobucket.com/albums/m596/abu-farhan/slick-bg_slideshow.jpg) no-repeat 0 0;  position:relative; }
#slideshow #slidesContainer {  margin:0 auto;  width:560px;  height:263px;  overflow:auto; /* allow scrollbar */  position:relative; }
#slideshow #slidesContainer .slide {  margin:0 auto;  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */  height:263px; }
/**  * Slideshow controls style rules.  */
.control {  display:block;  width:39px;  height:263px;  text-indent:-10000px;  position:absolute;  cursor: pointer; }
#leftControl {  top:0;  left:0;  background:transparent url(http://i1133.photobucket.com/albums/m596/abu-farhan/slick-control_left.jpg) no-repeat 0 0; }
#rightControl {  top:0;  right:0;  background:transparent url(http://i1133.photobucket.com/albums/m596/abu-farhan/slick-control_right.jpg) no-repeat 0 0; }
.slide h2, .slide p {  margin:15px;  font:normal 11px Verdana, Geneva, sans-serif;  color:#ccc; }
.slide h2 {  font:italic 24px Georgia, "Times New Roman", Times, serif;  color:#ccc;  letter-spacing:-1px; }
.slide img {  float:right;  margin:0 15px; }
/* END
--------------------------------------------------------------------
 Awesome Automatic Content Sliders for Blogger using jQuery
 By http://www.abu-farhan.com
--------------------------------------------------------------------
 Slick Slideshow
*/</pre>
<h3>Step 2 : Apply Gadget</h3>
<p>Design -&gt; Click on &#8220;Add a Gadget&#8221; -&gt; HTML/JavaScript type.</p>
<pre>&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
$(document).ready(function(){
  var currentPosition = 0;
  var slideWidth = 560;
  var slides = $('.slide');
  var numberOfSlides = slides.length;

  // Remove scrollbar in JS
  $('#slidesContainer').css('overflow', 'hidden');

  // Wrap all .slides with #slideInner div
  slides
    .wrapAll('&lt;div id="slideInner"&gt;&lt;/div&gt;')
    // Float left to display horizontally, readjust .slides width
	.css({
      'float' : 'left',
      'width' : slideWidth
    });

  // Set #slideInner width equal to total width of all slides
  $('#slideInner').css('width', slideWidth * numberOfSlides);

  // Insert controls in the DOM
  $('#slideshow')
    .prepend('&lt;span class="control" id="leftControl"&gt;Clicking moves left&lt;/span&gt;')
    .append('&lt;span class="control" id="rightControl"&gt;Clicking moves right&lt;/span&gt;');

  // Hide left arrow control on first load
  manageControls(currentPosition);

  // Create event listeners for .controls clicks
  $('.control')
    .bind('click', function(){
    // Determine new position
	currentPosition = ($(this).attr('id')=='rightControl') ? currentPosition+1 : currentPosition-1;

	// Hide / show controls
    manageControls(currentPosition);
    // Move slideInner using margin-left
    $('#slideInner').animate({
      'marginLeft' : slideWidth*(-currentPosition)
    });
  });

  // manageControls: Hides and Shows controls depending on currentPosition
  function manageControls(position){
    // Hide left arrow if position is first slide
	if(position==0){ $('#leftControl').hide() } else{ $('#leftControl').show() }
	// Hide right arrow if position is last slide
    if(position==numberOfSlides-1){ $('#rightControl').hide() } else{ $('#rightControl').show() }
  }
});
&lt;/script&gt;
  &lt;!-- Slideshow HTML --&gt;
  &lt;div id="slideshow"&gt;
    &lt;div id="slidesContainer"&gt;
&lt;script type="text/javascript" src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/galleryposts-slick-slideshow.min.js"&gt;&lt;/script&gt;
&lt;script style="text/javascript"&gt;
	var numposts_gal =<span style="color: #ff0000;"> 6</span>;
	var numchars_gal =<span style="color: #ff0000;"> 150</span>;
	var caption_position = 'right'; // top,bottom,left,right -&gt; choose one
        var random_posts = false; // random posts
&lt;/script&gt;

&lt;script src="<span style="color: #ff0000;">http://abu-farhan-demo.blogspot.com</span>/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showgalleryposts"&gt;&lt;/script&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;!-- Slideshow HTML --&gt;</pre>
<p><span class="button orange2"><a title="Slick Slideshow Demo" href="http://content-slider-part2.blogspot.com/" target="_blank">Demo</a></span></p>
<p>if you have any questions please leave a comment&#8230;.thx u</p>
<p>Alhamdulillah&#8230; by <a title="CaturCMS" href="http://www.caturcms.org" target="_blank">Catur</a></p>
<p>Another post about the Automatic Content Slider for Blogger :</p>
<ol>
<li><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 2" href="../2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-2/" target="_blank"></a><a title="Awesome Automatic Content Slider for Blogger using jQuery Part 1" href="../2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-1/" target="_blank">Awesome Automatic Content Slider for Blogger using jQuery Part 1</a></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2011/07/awesome-automatic-content-slider-for-blogger-using-jquery-part-2/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Awesome Automatic Easy Slider for Blogger using jQuery Part 1</title>
		<link>http://www.abu-farhan.com/2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-1/</link>
		<comments>http://www.abu-farhan.com/2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-1/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 10:36:50 +0000</pubDate>
		<dc:creator>catur</dc:creator>
				<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=994</guid>
		<description><![CDATA[Bismillah…
You must already know about the content slider. Almost all bloggers use the content slider.. whether it be used for the slideshow images or content . But most existing content slider must enter data manually …]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p>Bismillah&#8230;<br />
You must already know about the content slider.<br title="Click for alternate translations" /> Almost all bloggers use the content slider.. whether it be used for the slideshow images or content .<br title="Click for alternate translations" /> But most existing content slider must enter data manually &#8230;<br />
This is very difficult and just wasting your time .. especially if you are a busy person ..<br title="Click for alternate translations" /> to solve it &#8230; I have a solution ..&#8221;<a title="3 Awesome Automatic Content Slider for Blogger using jQuery" href="http://www.abu-farhan.com/2011/06/3-awesome-automatic-content-slider-for-blogger-using-jquery/">Awesome Automatic Content Slider for Blogger using jQuery Part 1</a>&#8221;<br />
How it works is the script will read the feed of blogger and make the content slider also with the picture automatically &#8230;</p>
<p><span style="color: #ff6600;"><strong><a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider" target="_blank">EasySlider</a></strong></span></p>
<p><span style="color: #ff6600;"><strong><img class="alignnone" title="easy-slider" src="http://www.abu-farhan.com/wp-content/uploads/2011/06/easy-slider.jpg" alt="" width="286" height="200" /><br />
</strong></span></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>
</ol>
<pre>]]&gt;&lt;/b:skin&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>/* START
--------------------------------------------------------------------
Easy Slider
--------------------------------------------------------------------
EasySlider
*/
#slide-container {
height:360px;
position:relative;
width:480px;
}
#slider {
height:360px;
left:25px;
overflow-x:hidden;
overflow-y:hidden;
position:relative;
width:480px;
}
.slide-desc {
background:transparent url(http://i195.photobucket.com/albums/z105/dantearaujo/darkbg.png) repeat scroll 0 0;
color:#FFFFFF;
padding:10px;
position:absolute;
right:0px;
text-align:left;
top:0;
width:200px;
z-index:99999;
}
.slide-desc h2{display:block;}
.crosscol .widget-content {position:relative;}
#slider ul, #slider li,
#slider2 ul, #slider2 li{
margin:0;
padding:0;
list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{
/*
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/
width:480px;
height:360px;
overflow:hidden;
}
#prevBtn, #nextBtn,
#slider1next, #slider1prev{
display:block;
width:30px;
height:77px;
position:absolute;
left:-30px;
text-indent:-9999px;
top:71px;
z-index:1000;
}
#nextBtn, #slider1next{
left:500px !important;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
display:block;
height:77px;
left:0;
position:absolute;
top:132px;
width:30px;
z-index:1000;
}
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{
display:block;
position:relative;
width:30px;
height:77px;
background:url(http://i195.photobucket.com/albums/z105/dantearaujo/prev.png) no-repeat 0 0;
}
#nextBtn a, #slider1next a{
background:url(http://i195.photobucket.com/albums/z105/dantearaujo/next.png) no-repeat 0 0;
}
/* numeric controls */
ol#controls{
margin:1em 0;
padding:0;
height:28px;
}
ol#controls li{
margin:0 10px 0 0;
padding:0;
float:left;
list-style:none;
height:28px;
line-height:28px;
}
ol#controls li a{
float:left;
height:28px;
line-height:28px;
border:1px solid #ccc;
background:#DAF3F8;
color:#555;
padding:0 10px;
text-decoration:none;
}
ol#controls li.current a{
background:#5DC9E1;
color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* END
--------------------------------------------------------------------
Easy Slider
--------------------------------------------------------------------
EasySlider
*/</pre>
<h3>Step 2 : Apply Javascript</h3>
<p>Find This :</p>
<pre>&lt;/body&gt;</pre>
<p>Then insert the script in front of  it</p>
<pre>&lt;!-- jQuery --&gt;
&lt;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='http://accordion-template.googlecode.com/svn/trunk/easySlider1.7.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script type='text/javascript'&gt;
//&lt;![CDATA[
$(document).ready(function(){
 $("#slider").easySlider({
 auto: true,
 continuous: true
 });
});
//]]&gt;
&lt;/script&gt;</pre>
<h3>Step 3 : Apply Gadget</h3>
<p>Design -&gt; Click on &#8220;Add a Gadget&#8221; -&gt; HTML/JavaScript type.</p>
<pre>&lt;div id="slider"&gt;
&lt;script style="text/javascript" src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/galleryposts-easySlider.min.js"&gt;&lt;/script&gt;
&lt;script style="text/javascript"&gt;
 var numposts_gal = <span style="color: #ff0000;">6</span>;
 var numchars_gal = <span style="color: #ff0000;">150</span>;
 var random_posts = <span style="color: #ff0000;">false</span>; // random posts
&lt;/script&gt;
&lt;!-- replace with your web address (marked with red color) --&gt;
&lt;script src="<span style="color: #ff0000;">http://abu-farhan-demo.blogspot.com</span>/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showgalleryposts&amp;max-results=999999"&gt;&lt;/script&gt;
&lt;/div&gt;</pre>
<p><span class="button orange2"><a title="Easy Slide Demo" href="http://content-slider-part1.blogspot.com/" target="_blank">Demo</a></span></p>
<p>if you have any questions please leave a comment&#8230;.thx u</p>
<p>Alhamdulillah&#8230; by <a title="CaturCMS" href="http://www.caturcms.org" target="_blank">Catur</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2011/06/awesome-automatic-content-slider-for-blogger-using-jquery-part-1/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
	</channel>
</rss>

