<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Blogger Templates and Tricks by Abu Farhan</title>
	
	<link>http://www.abu-farhan.com</link>
	<description>Blogger Template, Tips and Trick</description>
	<lastBuildDate>Sun, 26 Feb 2012 02:47:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AbuFarhan" /><feedburner:info uri="abufarhan" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>AbuFarhan</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Moving Box Slider for Popular Post Blogger</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/6iOTiByBSrg/</link>
		<comments>http://www.abu-farhan.com/2012/02/moving-box-slider-for-popular-post-blogger/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 10:52:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Popular Post for Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogger Widget]]></category>
		<category><![CDATA[Popular Post Widget]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1489</guid>
		<description><![CDATA[Bismillah, Alhamdulillah
Now I made one more Popular Post widget for blogger Using <a href="http://css-tricks.com/moving-boxes/">Moving Slider from CSS Tricks</a>. I made many Blogger widget to show <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post widget for blogger</a> in many way. Now I made new Blogger widget using <a href="http://css-tricks.com/moving-boxes/">Moving Box Slider for Blogger</a>]]></description>
				<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah<br />
Now I made one more Popular Post widget for blogger Using <a href="http://css-tricks.com/moving-boxes/">Moving Slider from CSS Tricks</a>. I made many Blogger widget to show <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post widget for blogger</a> in many way. Now I made new Blogger widget using <a href="http://css-tricks.com/moving-boxes/">Moving Box Slider for Blogger</a>.</p>
<p>You can see demo from below link</p>
<p><a href="http://abu-farhan.com/demolink/?demolink=http://demo-moving-box-slider-abu-farhan.blogspot.com/"><img class="aligncenter size-full wp-image-1284" title="Popular Posts Slider" src="http://abu-farhan.com/images/movingbox.jpg" alt="" width="378" height="200" /></a><br />
<center><br />
<span class="button orange2"><a title="Demo - Popular Post Moving Box for Blogger" href="http://abu-farhan.com/demolink/?demolink=http://demo-moving-box-slider-abu-farhan.blogspot.com/" target="_blank">Demo</a></span></center><br />
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;(<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>If you have already jQuery in your Template <strong>please delete from my script</strong></li>
<li>Done- your popular post now with animation</li>
</ul>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg"><img src="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg" alt="" title="petunjuk1" width="539" height="333" class="aligncenter size-full wp-image-1287" /></a></p>
<pre>
&lt;style&gt;
* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 800px;
    margin: 60px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

&lt;/style&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js&quot;&gt;&lt;/script&gt;
	&lt;script src=&quot;http://accordion-template.googlecode.com/svn/trunk/slidermovingbox.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;


</pre>
<p><strong>Don&#8217;t Copy This Post because this Original from my Blog (<a href="http://www.abu-farhan.com/">Blogger Widget</a>)<br />
Please read Copyright of All post at the Footer.</strong></p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/6iOTiByBSrg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/02/moving-box-slider-for-popular-post-blogger/feed/</wfw:commentRss>
		<slash:comments>94</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/02/moving-box-slider-for-popular-post-blogger/</feedburner:origLink></item>
		<item>
		<title>How to show blogger widget only in homepage</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/HwuewKhwG4M/</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[<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>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/HwuewKhwG4M" height="1" width="1"/>]]></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>33</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/02/how-to-show-blogger-widget-only-in-home-page/</feedburner:origLink></item>
		<item>
		<title>Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 3</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/7bG_wAVQiSc/</link>
		<comments>http://www.abu-farhan.com/2012/02/blogger-widget-lofsidernews-%e2%80%93-slider-for-popular-post-blogger-part-3/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 23:11:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Popular Post for Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Popular post]]></category>
		<category><![CDATA[recent posts]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1467</guid>
		<description><![CDATA[Bismillah, Alhamdulillah
Now I made one more Popular Post widget for blogger, with different style and position. I made many Blogger widget to show <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post widget for blogger</a> in many way. Now I made new widget using <a href="http://landofcoder.com" title="LofSiderNews for Blogger">LofsiderNews</a> with different style than previous post (<a xmlns="http://www.w3.org/1999/xhtml" title="Permanent Link to Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 2" rel="bookmark" href="http://www.abu-farhan.com/2012/02/blogger-widget-lofsidernews-%e2%80%93-slider-for-popular-post-blogger-part-2/">Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 2</a>)]]></description>
				<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah<br />
Now I made one more Popular Post widget for blogger, with different style and position. I made many Blogger widget to show <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post widget for blogger</a> in many way. Now I made new widget using <a href="http://landofcoder.com" title="LofSiderNews for Blogger">LofsiderNews</a> with different style than previous post (<a xmlns="http://www.w3.org/1999/xhtml" title="Permanent Link to Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 2" rel="bookmark" href="http://www.abu-farhan.com/2012/02/blogger-widget-lofsidernews-%e2%80%93-slider-for-popular-post-blogger-part-2/">Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 2</a>).</p>
<p>You can see demo from below link</p>
<p><a href="http://abu-farhan.com/demolink/?demolink=http://popular-post-blogger-lofsidernewsv3.blogspot.com/"><img class="aligncenter size-full wp-image-1284" title="Popular Posts Slider" src="http://abu-farhan.com/images/lofsidernewsbloggerv3.jpg" alt="" width="378" height="200" /></a><br />
<center><br />
<span class="button orange2"><a title="Demo - Popular Post lofsidernews for blogger part 3" href="http://abu-farhan.com/demolink/?demolink=http://popular-post-blogger-lofsidernewsv3.blogspot.com/" target="_blank">Demo</a></span></center><br />
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;(<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>If you have already jQuery in your Template <strong>please delete from my script</strong></li>
<li>Done- your popular post now with animation</li>
</ul>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg"><img src="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg" alt="" title="petunjuk1" width="539" height="333" class="aligncenter size-full wp-image-1287" /></a></p>
<pre>
&lt;style&gt;
@charset &quot;utf-8&quot;;
/* CSS Document */
.lof-slidecontent, .lof-slidecontent a {
	color:#FFF;	
}
.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
	
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 1px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:800px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	bottom:50px;
	left:0px;
	width:350px;
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/bg_trans.png);
	height:100px;
	/* filter:0.7(opacity:60) */
	padding:10px;
}
.lof-main-item-desc p{
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3{
	padding:0;
	margin:0
}
.lof-main-item-desc h2{
	padding:0;
	margin:15px 0 0 0px;
}
.lof-main-item-desc h3 a{	
	margin:0;
	background:#C01F25;
	font-size:75%;
	padding:2px 3px;
	font-family:&quot;Trebuchet MS&quot;,Trebuchet,Arial,Verdana,sans-serif;
	text-transform:uppercase;
	text-decoration:none
}
.lof-main-item-desc h3 a:hover{

	text-decoration:underline;
}
.lof-main-item-desc h3 i {
	font-size:70%;
}

/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0   !important;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px   !important;
	margin:0px;
	float:left;
	position:relative;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px  !important;	
}

/* item navigator */
.lof-navigator-wapper {
	position:absolute;
	bottom:10px;
	right:10px;
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png) repeat;
	padding:5px 0px;
}
.lof-navigator-outer{
	position:relative;
	z-index:100;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
	background:none !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
ul.lof-navigator li{
	cursor:hand !important; 
	cursor:pointer !important;
	list-style:none !important;
	padding:0 !important;
	margin-left:0px !important;
	overflow:hidden !important;
	float:left !important;
	display:block !important;

	text-align:center !important;

}
ul.lof-navigator li img{
	border:#666 solid 3px;	
}
ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
	border:#A8A8A8 solid 3px;
}
.lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
	display:block;
	width:22px;
	height:30px;
	color:#FFF;
	cursor:pointer;

}
.lof-navigator-wapper .lof-next {
	float:left;	
	text-indent:-999px;
	margin-right:5px;
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/arrow-l.png) no-repeat right center;
}
.lof-navigator-wapper .lof-previous {
	float:left;	
	text-indent:-999px;
	margin-left:5px;
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/arrow-r.png) no-repeat left center;
}
#lofslidecontent45 {width:880px;height:340px;}
.lof-main-outer {width:880px; height:340px;}

.lof-main-wapper img {height:340px !important; width:880px !important}
.lof-navigator-wapper img {height:32px !important; width:80px !important}
&lt;/style&gt;

&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://accordion-for-blogger.googlecode.com/svn/trunk/jquery.easing.js&quot;&gt;&lt;/script&gt;
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://accordion-for-blogger.googlecode.com/svn/trunk/scriptlofblogv2.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
 $(document).ready( function(){	
		var buttons = { previous:$('#lofslidecontent45 .lof-previous') ,
						next:$('#lofslidecontent45 .lof-next') };
						
		$obj = $('#lofslidecontent45').lofJSidernews( { interval : 4000,
												direction		: 'opacitys',	
											 	easing			: 'easeOutBounce',
												duration		: 1200,
												auto		 	: true,
												maxItemDisplay  : 4,
												navPosition     : 'horizontal', // horizontal
												navigatorHeight : 32,
												navigatorWidth  : 80,
												mainWidth:880,
												buttons			: buttons} );	
	});
&lt;/script&gt;



</pre>
<p><strong>Don&#8217;t Copy This Post because this Original from my Blog (<a href="http://www.abu-farhan.com/">Blogger Widget</a>)<br />
Please read Copyright of All post at the Footer.</strong></p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/7bG_wAVQiSc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/02/blogger-widget-lofsidernews-%e2%80%93-slider-for-popular-post-blogger-part-3/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/02/blogger-widget-lofsidernews-%e2%80%93-slider-for-popular-post-blogger-part-3/</feedburner:origLink></item>
		<item>
		<title>Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 2</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/l6F6Y4rNAWU/</link>
		<comments>http://www.abu-farhan.com/2012/02/blogger-widget-lofsidernews-%e2%80%93-slider-for-popular-post-blogger-part-2/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 22:52:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Popular Post for Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Content Slider]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[lofsidernews]]></category>
		<category><![CDATA[Popular post]]></category>
		<category><![CDATA[recent post]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1465</guid>
		<description><![CDATA[Bismillah, Alhamdulillah
Now I made one more <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post widget for blogger</a> I made many widget to show <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post widget for blogger</a> in many way. Now I made new widget using <a href="http://landofcoder.com" title="LofSiderNews for Blogger">LofsiderNews</a> with different style than previous post (<a xmlns="http://www.w3.org/1999/xhtml" title="Permanent Link to Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 1" rel="bookmark" href="http://www.abu-farhan.com/2012/01/blogger-widget-lofsidernews-slider-for-popular-post-blogger/">Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 1</a>).]]></description>
				<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah<br />
Now I made one more <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post widget for blogger</a> I made many widget to show <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post widget for blogger</a> in many way. Now I made new widget using <a href="http://landofcoder.com" title="LofSiderNews for Blogger">LofsiderNews</a> with different style than previous post (<a xmlns="http://www.w3.org/1999/xhtml" title="Permanent Link to Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 1" rel="bookmark" href="http://www.abu-farhan.com/2012/01/blogger-widget-lofsidernews-slider-for-popular-post-blogger/">Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 1</a>).</p>
<p>You can see demo from below link</p>
<p><a href="http://abu-farhan.com/demolink/?demolink=http://popular-posts-lofslider.blogspot.com/"><img class="aligncenter size-full wp-image-1284" title="Popular Posts Slider" src="http://abu-farhan.com/images/lofsidernewsbloggerv2.jpg" alt="" width="378" height="200" /></a><br />
<center><br />
<span class="button orange2"><a title="Demo - Popular Post lofsidernews for blogger" href="http://abu-farhan.com/demolink/?demolink=http://popular-posts-lofslider.blogspot.com/" target="_blank">Demo</a></span></center><br />
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;(<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>If you have already jQuery in your Template <strong>please delete from my script</strong></li>
<li>Done- your popular post now with animation</li>
</ul>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg"><img src="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg" alt="" title="petunjuk1" width="539" height="333" class="aligncenter size-full wp-image-1287" /></a></p>
<pre>
&lt;style&gt;
@charset &quot;utf-8&quot;;
/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 1px;
	width:892px;
	height:300px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	
	background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:600px;
	z-index:3px;
	overflow:hidden;
	float:right;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3 a{
	color:#FFF  !important;	
	margin:0 !important;
	font-size:140% !important;
	padding:20px 8px 2px !important;
	font-family:&quot;Trebuchet MS&quot;,Trebuchet,Arial,Verdana,sans-serif !important;
}
.lof-main-item-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0  !important;
	height:300px;
	width:600px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px  !important;
	margin:0px;
	height:100%;
	width:600px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px !important;	
	width:600px  !important;
	height:300px  !important;
}

.lof-main-wapper{
		margin-left:auto;
		margin-right:inherit;
		clear:both;
		height:300px;
	}


li-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
li-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
li-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:&quot;Trebuchet MS&quot;,Trebuchet,Arial,Verdana,sans-serif;
}
li-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}

/* item navigator */
ul.lof-navigator{
	top:0  ;
	padding:0  ;
	margin:0 ;
	position:absolute ;
	width:100% ;
	background:none !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
ul.lof-navigator li{
	cursor:hand ; 
	cursor:pointer ;
	list-style:none ;
	width:100%  !important;
	padding:0  !important;
	margin:0 !important;
	overflow:hidden !important;
}
.lof-navigator-outer{
	position:absolute !important;
	z-index:100 !important;
	height:300px !important;
	width:310px  !important;
	overflow:hidden  !important;
	color:#FFF !important;
	left:0 !important
	top:0 !important;
	right:inherit !important;
}
.lof-navigator li.active{
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/arrow-bg2.gif) center right no-repeat; 
	color:#FFF
}
.lof-navigator li:hover{
	
}


.lof-navigator li h3{
	color:#FFF;
	font-size:120%;
	padding:15px 0 0 !important;
	margin:0;

}
.lof-navigator li div{
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;

	padding-left:15px;
	border-top:1px solid #E1E1E1;
	margin-left:inherit;
	margin-right:18px;
}

.lof-navigator li.active div{
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/grad-bg2.gif);
	color:#FFF;

	margin-left:inherit;
	margin-right:18px;

}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
	border:##6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
	color:#FFF;

.PopularPosts .item-title{0 !important; }
}
.PopularPosts .widget-item-control {display:none}

	ul.lof-main-wapper li {
		position:relative;	
	}


&lt;/style&gt;

&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://accordion-for-blogger.googlecode.com/svn/trunk/jquery.easing.js&quot;&gt;&lt;/script&gt;
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://accordion-for-blogger.googlecode.com/svn/trunk/scriptlofslider.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
 $(document).ready( function(){	
		$('#lofslidecontent45').lofJSidernews( { interval:2000,
											 	easing:'easeOutBounce',
												duration:1200,
												auto:true } );						
	});

&lt;/script&gt;



</pre>
<p><strong>Don&#8217;t Copy This Post because this Original from my Blog (<a href="http://www.abu-farhan.com/">Blogger Widget</a>)<br />
Please read Copyright of All post at the Footer.</strong></p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/l6F6Y4rNAWU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/02/blogger-widget-lofsidernews-%e2%80%93-slider-for-popular-post-blogger-part-2/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/02/blogger-widget-lofsidernews-%e2%80%93-slider-for-popular-post-blogger-part-2/</feedburner:origLink></item>
		<item>
		<title>Lucrative Salaries of Software and Web Developers</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/Gs8eFY-47ME/</link>
		<comments>http://www.abu-farhan.com/2012/02/lucrative-salaries-of-software-and-web-developers/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 14:06:43 +0000</pubDate>
		<dc:creator>ekaariyasa</dc:creator>
				<category><![CDATA[Info Internet]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1454</guid>
		<description><![CDATA[With the explosion of websites on the internet, there is a lot of demand for quality web developers and web designers. A web developer is basically a software engineer who creates software that can be deployed and used online. While a software engineer creates software that can be used on any platform and network, not [...]]]></description>
				<content:encoded><![CDATA[<p>With the explosion of websites on the internet, there is a lot of demand for quality web developers and web designers. A web developer is basically a software engineer who creates software that can be deployed and used online. While a software engineer creates software that can be used on any platform and network, not necessarily on the internet, a web developer creates applications specific to the internet. The salary of a software engineer depends on the kind of work he does, and also the company that he is employed with. Software Engineers who actually develop software in product-based companies are paid higher, around $80,000-$100,00 rather than <a href="http://aboutsalary.net/software-engineer-salary.htm">software engineer salary</a> in service based companies are typically paid around $60,000-$80,000. The structure of <a href="http://aboutsalary.net/web-developer-salary.htm">web developer salary</a> is along the same lines. Both for web developers and software engineers, there is a vast difference in pay scale depending on the company they work for. Software/Web developers working for major IT giants like Google, Amazon, Yahoo etc have an average salary of around $100,000, whereas some people doing similar work earn only $60,000 on an average.</p>
<p>A web designer is responsible for designing websites. Just having quality information is not enough these days, one can find hundreds of sites online which provide information on a particular topic, the challenge is to make it look appealing enough and easy-to-use to provide users with a good web experience so that they will come back to your site, and this is what web designers do. <a href="http://aboutsalary.net/web-designer-salary.htm">web designer salary</a> is generally in the $50,000 &#8211; $60,000 bracket.</p>
<p>Video gaming is a billion dollar industry, and can no longer be looked upon as just something that kids do. These days most gamers are 20-30 year olds and so the demand for good video game designers with an eye for details and classy and intriguing design is skyrocketing. The best part about this job is that all you need is talent and also street smarts and marketing skills to make it big. Even an inexperienced <a href="http://aboutsalary.net/video-game-designer-salary.htm">video game designer salary</a> can be  up to $46,000 an year if he has the creativity and skill to design good quality games. Sometimes, with experience come perks, and designers with over 3 years experience make $55,000 whereas after getting 6 years experience in the field, if you are still creative enough to create original games, you can earn up to $70,000 an year.</p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/Gs8eFY-47ME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/02/lucrative-salaries-of-software-and-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/02/lucrative-salaries-of-software-and-web-developers/</feedburner:origLink></item>
		<item>
		<title>Administrative and Support jobs in the IT industry</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/qilYjmEqXVg/</link>
		<comments>http://www.abu-farhan.com/2012/02/administrative-and-support-jobs-in-the-it-industry/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 14:06:37 +0000</pubDate>
		<dc:creator>ekaariyasa</dc:creator>
				<category><![CDATA[Info Internet]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1453</guid>
		<description><![CDATA[The System Administrator Job Description vary from organization to organization, but a system administrator needs to be a person with technical skill and a sense of responsibility. The basic responsibility of a system admin is to operate and maintain the integrity and general functionality of all the computers in a particular organization. Additional responsibilities include [...]]]></description>
				<content:encoded><![CDATA[<p>The <a href="http://aboutjobdescriptions.com/system-administrator-job-description.htm">System Administrator Job Description</a> vary from organization to organization, but a system administrator needs to be a person with technical skill and a sense of responsibility. The basic responsibility of a system admin is to operate and maintain the integrity and general functionality of all the computers in a particular organization. Additional responsibilities include configuration, installation, maintenance and support of general computers and servers of a particular organization, and they are also in charge of responding to problems related to system outages and malfunctioning and other system issues which would be beyond the knowledge of regular support staff. <a href="http://aboutjobdescriptions.com/network-administrator-job-description.htm">Network Administrator Job Description</a> is similar job profile as that of a system administrator, except that a network administrator is more concerned with network security and the integrity and availability of the computer network, rather than the computers themselves. A network admin must be well versed in the language of routers and switches and is responsible for the configuration, maintenance and constant monitoring of an organization’s computer network. He is also responsible for the overall connectivity and accessibility of a computer network, and must respond to various issues related to computer networks that general support personnel might not be able to resolve.</p>
<p>Working in IT Support involves a lot more customer interaction and hands on experience. An IT Support person is expected to provide technical support to customers in case of any technical glitches that customers face. You will be expected to know the in and out of all the products manufactured and sold, the most common problems that might arise, and how to fix those problems. It is very important for a person in IT Support to have good communication skills so that you can effectively walk the customer through what to do and how to fix an issue. Another important requirement included in <a href="http://aboutjobdescriptions.com/it-support-job-description.htm">IT Support Job Description</a> is the person would have good analytical thinking and must be quick on your feet in order to quickly analyze the problem and determine a solution.</p>
<p>If you are interested in software, but if you think IT Support is too stressful, then you might prefer to go through <strong><a href="http://aboutjobdescriptions.com/it-analyst-job-description.htm">IT Analyst Job Description</a></strong>. The main job of the IT Analyst is to determine the IT and software update needs of the organization that they are working for and keep the higher management apprised of the cost the company would incur if they purchased that software.</p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/qilYjmEqXVg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/02/administrative-and-support-jobs-in-the-it-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/02/administrative-and-support-jobs-in-the-it-industry/</feedburner:origLink></item>
		<item>
		<title>Blogger Widget: LofsiderNews – Slider for Popular Post Blogger Part 1</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/H3VLHt054W4/</link>
		<comments>http://www.abu-farhan.com/2012/01/blogger-widget-lofsidernews-slider-for-popular-post-blogger/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 01:30:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Popular Post for Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogger Widget]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[lofsidernews]]></category>
		<category><![CDATA[Popular Post Widget]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1397</guid>
		<description><![CDATA[Bismillah, Alhamdulillah
Now I made one more <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post WIdget for Blogger</a> Widget. The Blogger Widget show Slideshow for Blogger using LofsiderNews jquery plugin effect. What is the different of previous Popular post is the slider have small thumbnail. The image between big image and small image is different.]]></description>
				<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah<br />
Now I made one more <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post Widget for Blogger</a> Widget. The Blogger Widget show Slideshow for Blogger using <a title="LofSiderNews for Blogger" href="http://landofcoder.com">LofsiderNews</a> jquery plugin effect. What is the different of previous Popular post is the slider have small thumbnail. The image between big image and small image is different.</p>
<p>You can see demo from below link</p>
<p><a href="http://abu-farhan.com/demolink/?demolink=http://lofslidernews-popular-post.blogspot.com//"><img class="aligncenter size-full wp-image-1284" title="Popular Posts Slider" src="http://abu-farhan.com/images/lofsidernewsforblogge01.jpg" alt="" width="450" height="250" /></a><br />
<span class="button orange2"><a title="Demo - New Popular Post for Blogger With Animation" href="http://abu-farhan.com/demolink/?demolink=http://lofslidernews-popular-post.blogspot.com/" target="_blank">Demo</a></span><br />
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;(<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>If you have already <strong>jQuery</strong> in your Template <strong>please delete from my script the jQuery Link</strong></li>
<li>Done- your popular post now with animation</li>
</ul>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg"><img class="aligncenter size-full wp-image-1287" title="petunjuk1" src="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg" alt="" width="539" height="333" /></a></p>
<pre>&lt;style&gt;
@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 1px;
	width:892px;
	height:300px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;

	background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:600px;
	z-index:3px;
	overflow:hidden;
}

/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3 a{
	color:#FFF;
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
.lof-main-item-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}

/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0  !important;
	height:300px;
	width:600px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px  !important;
	margin:0px;
	height:100%;
	width:600px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px !important;
	width:600px  !important;
	height:300px  !important;
}

li-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
li-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
li-desc h3 a{
	color:#FFF;
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
li-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}

/* item navigator */
ul.lof-navigator{
	top:0  ;
	padding:0  ;
	margin:0 ;
	position:absolute ;
	width:100% ;
	background:none !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
ul.lof-navigator li{
	cursor:hand !important;
	cursor:pointer !important;
	list-style:none !important;
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
	overflow:hidden !important;
}
.lof-navigator-outer{
	position:absolute !important;
	right:0 !important;
	top:00px !important;
	z-index:100 !important;
	height:300px !important;
	width:310px !important;
	overflow:hidden !important;
	color:#FFF
}
.lof-navigator li.active{
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/arrow-bg.png) no-repeat scroll left center;
	color:#FFF
}
.lof-navigator li:hover{

}

.lof-navigator li h3{
	color:#FFF;
	font-size:120%;
	padding:15px 0 0 !important;
	margin:0;

}
.lof-navigator li div{
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
	border-top:1px solid #E1E1E1;
}

.lof-navigator li.active div{
	background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/grad-bg.gif);
	color:#FFF;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
	border:##6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
	color:#FFF;

.PopularPosts .item-title{0 !important; }
}
.PopularPosts .widget-item-control {display:none}

&lt;/style&gt;

&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://accordion-for-blogger.googlecode.com/svn/trunk/jquery.easing.js"&gt;&lt;/script&gt;
&lt;script language="javascript" type="text/javascript" src="http://accordion-for-blogger.googlecode.com/svn/trunk/scriptlofslider.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
 $(document).ready( function(){
		$('#lofslidecontent45').lofJSidernews( { interval:2000,
											 	easing:'easeInOutQuad',
												duration:1200,
												auto:true } );
	});

&lt;/script&gt;
&lt;style&gt;

	ul.lof-main-wapper li {
		position:relative;
	}
&lt;/style&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>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/H3VLHt054W4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/01/blogger-widget-lofsidernews-slider-for-popular-post-blogger/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/01/blogger-widget-lofsidernews-slider-for-popular-post-blogger/</feedburner:origLink></item>
		<item>
		<title>Blogger widget : Popular Post with Carousel Slider</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/I7pXzpLPrV4/</link>
		<comments>http://www.abu-farhan.com/2012/01/blogger-widget-popular-post-with-carousel-slider/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 19:40:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Popular Post for Blogger]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Popular Post Widget]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1392</guid>
		<description><![CDATA[Bismillah, Alhamdulillah
After long time I'm not post for new script. Now I post about <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post Widget for blogger</a>, because this widget is the best from Blogger (in my opinion)]]></description>
				<content:encoded><![CDATA[<p>Bismillah, Alhamdulillah<br />
After long time I&#8217;m not post for new script. Now I post about <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Popular Post Widget for blogger</a>, because this widget is the best from Blogger (in my opinion). Some Features of Popular Post for blogger are :</p>
<ul>
<li>SEO friendly (not javascript)</li>
<li>Easy to custumized</li>
<li>Can make for <a href="http://www.abu-farhan.com/category/tips-trik-blogger/popular-post-tips-trik-blogger/">Feature Post</a></li>
<li>Dynamic result based on real statistic</li>
</ul>
<p>Because of those features I made many widget to show popular post in many way. Now I made new widget using Carousel slider it can show image and snipped in horizontal.</p>
<p>You can see demo from below link</p>
<p><a href="http://abu-farhan.com/demolink/?demolink=http://demo-caraousel-popular-post.blogspot.com/"><img class="aligncenter size-full wp-image-1284" title="Popular Posts Slider" src="http://abu-farhan.com/images/carouselpopular.jpg" alt="" width="378" height="200" /></a><br />
<span class="button orange2"><a title="Demo - New Popular Post for Blogger With Animation" href="http://abu-farhan.com/demolink/?demolink=http://demo-caraousel-popular-post.blogspot.com/" target="_blank">Demo</a></span><br />
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;(<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>If you have already jQuery in your Template <strong>please delete from my script</strong></li>
<li>Done- your popular post now with animation</li>
</ul>
<p><a href="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg"><img class="aligncenter size-full wp-image-1287" title="petunjuk1" src="http://www.abu-farhan.com/wp-content/uploads/2011/09/petunjuk1.jpg" alt="" width="539" height="333" /></a></p>
<pre>&lt;style&gt;

#slider ol,#slider ul,#slider li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.popular-posts  img {
  margin: 0  !important;
  padding:0  !important;
  width:150px;
  height:120px;
}

ol, ul {
	list-style: none;
	}

.wrapper {
	width: 720px;
	margin: 0 auto;
	position:relative;
}

.clear {
	clear: both;
	}

.display-none {
	display:none;
	}

#slider {
	position: relative;
	top: -2px;
	z-index: 1;
	}

#slider .prev {
	position: absolute;
	width: 21px;
	height: 21px;
	display: block;
	background: url(http://i575.photobucket.com/albums/ss197/akhmadaminullah/arleft.png) no-repeat center center;
	top: 150px;
	left: -51px;
	}

#slider .next {
	position: absolute;
	width: 21px;
	height: 21px;
	display: block;
	background: url(http://i575.photobucket.com/albums/ss197/akhmadaminullah/arright.png) no-repeat center center;
	top: 150px;
	right: -51px;
	}

#slider #slider-wrapper {
	width: 720px;
	height: 300px;
	padding-top: 40px;
	overflow: hidden;
	z-index: 999;
	position: relative;
	}

#slider #slider-inner {
	width:9780px;
	height:300px;
	position:absolute;
	}

#slider .article {
	width: 150px;
	height: 300px;
	float: left;
	margin-right: 30px;
	}

#slider .article img {
	margin-bottom: 25px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	}

#slider .article h2 {
	margin-bottom: 15px;
	line-height: 18px;
	}

#slider .article h2 a {
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	line-height: 23px;
	}

#slider .article .meta-comments a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	}

#slider .article .item-snippet {
	margin-left: 15px;
	}

#slider .widget-item-control { display: none}

&lt;/style&gt;
&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://accordion-for-blogger.googlecode.com/svn/trunk/gridslidepopularpost.js"&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>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/I7pXzpLPrV4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/01/blogger-widget-popular-post-with-carousel-slider/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/01/blogger-widget-popular-post-with-carousel-slider/</feedburner:origLink></item>
		<item>
		<title>Dbestlists: The Best Lists of Everything</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/96OF-dAJv-k/</link>
		<comments>http://www.abu-farhan.com/2012/01/dbestlists-the-best-lists-of-everything/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 14:44:00 +0000</pubDate>
		<dc:creator>sholeh</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[best blogger tricks]]></category>
		<category><![CDATA[best blogger widget]]></category>
		<category><![CDATA[dbestlists]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1375</guid>
		<description><![CDATA[Now I would like to introduce my friend’s website, named "<a title="The Best Lists of Everything &#124; Dbestlists" href="http://www.dbestlists.com/">The Best List of Everything</a>".
This website presents all the best in the world.]]></description>
				<content:encoded><![CDATA[<p>Now I would like to introduce my friend’s website, named &#8220;<a title="The Best Lists of Everything | Dbestlists" href="http://www.dbestlists.com/">The Best List of Everything</a>&#8220;.</p>
<p><a href="http://www.dbestlists.com"><img class="alignnone size-medium wp-image-1376" title="The Best Lists of Everything | Dbestlists" src="http://www.abu-farhan.com/wp-content/uploads/2012/01/the-best-lists-of-everything-dbestlists-275x300.jpg" alt="The Best Lists of Everything | Dbestlists" width="275" height="300" /></a></p>
<p>This website presents all the best in the world. What is presented in <a title="The Best Lists of Everything | Dbestlists" href="http://www.dbestlists.com/">this web</a> are as follows:</p>
<ol>
<li><a title="Best Web Design" href="http://www.dbestlists.com/category/best-web-design/">Best Web Design</a></li>
<li><a title="Best Theme/ Template" href="http://www.dbestlists.com/category/best-web-design/theme-template/">Best Theme/ Template</a></li>
<li><a title="Best Web Design Tutorial" href="http://www.dbestlists.com/category/best-web-design/tutorial/">Best Web Design Tutorial</a></li>
<li><a title="Best Website" href="http://www.dbestlists.com/category/best-website/">Best Website</a></li>
<li><a title="Review Best Graphic Design" href="http://www.dbestlists.com/category/best-graphic-design/">Best Graphic </a><a title="Review Best Graphic Design" href="http://www.dbestlists.com/category/best-graphic-design/">Design</a></li>
</ol>
<p>This <a title="Review The Best Lists of Everything | Dbestlists" href="http://www.dbestlists.com/">website</a> also gathers blogs or posts so well documented. I have asked the admin of this <a title="The Best Lists of Everything | Dbestlists" href="http://www.dbestlists.com/">website</a> for posts <a title="Review Best Related Post for Blogger" href="http://www.dbestlists.com/featured/best-related-post-for-blogger/">related to the bloggers</a>. Some <a title="Review Best Related Post for Blogger" href="http://www.dbestlists.com/featured/best-related-post-for-blogger/">related</a> <a title="Review Best Related Post for Blogger" href="http://www.dbestlists.com/featured/best-related-post-for-blogger/">posts</a> with <a title="Review Best Blogger Tricks Tutorial" href="http://www.dbestlists.com/category/best-blogger/tutorial-trick/">bloggers</a> can be seen as follows:</p>
<p><a href="http://www.dbestlists.com/featured/best-blogger-tricks-sites/"><img class="alignnone size-medium wp-image-1377" title="Review Best Blogger Tricks Site" src="http://www.abu-farhan.com/wp-content/uploads/2012/01/best-blogger-tricks-sites-dbestlists.jpg" alt="best-blogger-tricks-sites-dbestlists" width="300" height="153" /></a></p>
<p><a href="http://www.dbestlists.com/featured/best-blogger-tutorial-from-indonesia/"><img class="alignnone size-medium wp-image-1379" title="Review Best Blogger Tutorial from Indonesia Dbestlists" src="http://www.abu-farhan.com/wp-content/uploads/2012/01/best-blogger-tutorial-from-indonesia-dbestlists.jpg" alt="best-blogger-tutorial-from-indonesia-dbestlists" width="300" height="153" /></a></p>
<ol>
<li><a title="Review Best Blogger Widget" href="http://www.dbestlists.com/featured/best-blogger-widgets-2012/">Best Blogger Widget</a></li>
<li><a title="Review Best Popular Post for Blogger" href="http://www.dbestlists.com/featured/best-popular-post-for-blogger/">Best Popular Post for Blogger</a></li>
<li><a title="Review Best Blogger Tricks Site" href="http://www.dbestlists.com/featured/best-blogger-tricks-sites/">Best Blogger Tricks Site</a></li>
<li><a title="Review Best Blogger Tutorial from Indonesia" href="http://www.dbestlists.com/featured/best-blogger-tutorial-from-indonesia/">Best Blogger Tutorial from Indonesia</a></li>
<li><a title="Review Best Blogger Tutorial from India" href="http://www.dbestlists.com/featured/best-blogger-tutorial-from-india">Best Blogger Tutorial from India</a></li>
</ol>
<p>I am sure the <a title="The Best Lists of Everything | Dbestlists" href="http://www.dbestlists.com/">website</a> is all about whatever is best in the world would be well documented. With this <a title="The Best Lists of Everything | Dbestlists" href="http://www.dbestlists.com/">website</a> visitors can choose what is the best and the choice of many people. <a title="The Best Lists of Everything | Dbestlists" href="http://www.dbestlists.com/">Dbestlists</a> makes it easy for visitors to add their preferred list to the existing list. Visitors can also click any of the lists to be the best. The order of the list will change automatically according to the number of choices of the visitors.</p>
<p><a href="http://www.dbestlists.com"><img class="alignnone size-full wp-image-1388" title="Review The Best Lists " src="http://www.abu-farhan.com/wp-content/uploads/2012/01/the-best-lists-dbestlists.jpg" alt="the-best-lists-dbestlists" width="200" height="200" /></a></p>
<p>Open now  <a title="The Best Lists of Everything | Dbestlists" href="http://www.dbestlists.com/">dbestlists.com</a>, you can read the articles and rates them.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1140px; width: 1px; height: 1px; overflow: hidden;"><a href="../wp-content/uploads/2012/01/best-blogger-tutorial-from-indonesia-dbestlists.jpg"><img class="alignnone size-medium wp-image-1379" title="Review Best Blogger Tutorial from Indonesia Dbestlists" src="../wp-content/uploads/2012/01/best-blogger-tutorial-from-indonesia-dbestlists-300x153.jpg" alt="best-blogger-tutorial-from-indonesia-dbestlists" width="300" height="153" /></a></div>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/96OF-dAJv-k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/01/dbestlists-the-best-lists-of-everything/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/01/dbestlists-the-best-lists-of-everything/</feedburner:origLink></item>
		<item>
		<title>Remove SOPA Blackout on Wikipedia:Easy way</title>
		<link>http://feedproxy.google.com/~r/AbuFarhan/~3/LQ4P7faSDFw/</link>
		<comments>http://www.abu-farhan.com/2012/01/remove-wikipedia-sopa-blackout/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 07:59:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.abu-farhan.com/?p=1358</guid>
		<description><![CDATA[Bismillah
Today we have Internet Blackout because of SOPA and PIPA from US.  I agree about this like Google Said end of Piracy but not for Liberty. You can read from wikipedia about it . I agree all about that. But if you need some information from wikipedia for today you can try how to remove blackout overlay from wikpedia.]]></description>
				<content:encoded><![CDATA[<p>Bismillah</p>
<p>Today we have <a title="Internet Blackout" href="http://wordpress.org/news/2012/01/internet-blackout/">Internet Blackout</a> because of SOPA and PIPA from US.  I agree about this like Google Said <a title="End of Piracy but Not for Liberty" href="https://www.google.com/landing/takeaction/" target="_blank">end of Piracy but not for Liberty</a>. You can read from <a title="Wikipedia" href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Action" target="_blank">wikipedia </a>about it . I agree all about that. But if you need some information from wikipedia for today you can try how to remove blackout overlay from wikpedia.</p>
<p><a title="Remove SOPA Blackuout on Wikipedia" href="http://www.abu-farhan.com/wp-content/uploads/2012/01/wikipediaremoveblackout.jpg"><img class="aligncenter size-full wp-image-1359" title="wikipedia remove blackout" src="http://www.abu-farhan.com/wp-content/uploads/2012/01/wikipediaremoveblackout.jpg" alt="" width="527" height="262" /></a></p>
<p>It was <a title="Remove SOPA Blackuout on Wikipedia" href="http://www.abu-farhan.com/2012/01/remove-wikipedia-sopa-blackout/">easy way to remove wikipedia blackout</a> without install anything to your browsers. You only have to do is &#8220;Disable Javascript&#8221; because wikipedia only make overlay the article using javascript.</p>
<p>If you are using Firefox open from Tools &#8211; Options &#8211; Select Tab Content</p>
<p><a title="Remove SOPA Blackuout on Wikipedia" href="http://www.abu-farhan.com/wp-content/uploads/2012/01/firefox-option.jpg"><img class="aligncenter size-full wp-image-1360" title="firefox option" src="http://www.abu-farhan.com/wp-content/uploads/2012/01/firefox-option.jpg" alt="" width="254" height="286" /></a></p>
<p><a title="Remove SOPA Blackuout on Wikipedia" href="http://www.abu-farhan.com/wp-content/uploads/2012/01/firefox-option2.jpg"><img class="aligncenter size-full wp-image-1361" title="firefox option2" src="http://www.abu-farhan.com/wp-content/uploads/2012/01/firefox-option2.jpg" alt="" width="535" height="488" /></a></p>
<p>I hope this trick can use for you but we have to agree with wikipedia to protest about SOPA and PIPA.</p>
<p>Or you can use bookmarklet</p>
<p><iframe src="http://abu-farhan.com/blackout/" style="height: 50px; width: 200px;" frameborder="0">Please upgrade your browser</iframe></p>
<p>Drag above link to firefox bookmark and if you open wikipedia in English you can easly click the bookmark and you can remove overlay.</p>
<p>Now WordPress also join Blackout Day</p>
<p>if You want to acces <a href="http://wordpress.org/">WordPress.org</a> you can disable javascript also.<br />
If you want to use bookmarklet you can use this</p>
<p><iframe src="http://abu-farhan.com/blackout/wordpress.html" style="height: 50px; width: 200px;" frameborder="0">Please upgrade your browser</iframe></p>
<p>Drag above link to firefox bookmark and if you open <a href="http://wordpress.org/">wordpress.org</a> you can easily click the bookmark and you can <a href="http://www.abu-farhan.com/2012/01/remove-wikipedia-sopa-blackout/">Remove WordPress Sopa Blackout</a>.</p>
<img src="http://feeds.feedburner.com/~r/AbuFarhan/~4/LQ4P7faSDFw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.abu-farhan.com/2012/01/remove-wikipedia-sopa-blackout/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<feedburner:origLink>http://www.abu-farhan.com/2012/01/remove-wikipedia-sopa-blackout/</feedburner:origLink></item>
	</channel>
</rss>
