Thursday, 2 February 2012

Related Posts Widget for Blogger with Thumbnails

Related Posts with Thumbnails for Blogger Displaying the links to related posts along with a thumbnail of the corresponding post will help you increase the page views/user .Users will be tempted to go for the related posts when they are presented attractively with thumbnails. This is another first release from me.This one also uses the media thumbnails generated by blogger for each post. For displaying the thumbnails,this widget will use the...

How To Add Smart Jquery Featured Slider to Blogger/Websites

This is a another tutorial about, how to add great featured jquery content slider to your blogger blog or other website.Read the instruction given below to add this featured content slider to your blog with in few minutes.Remember to use 307px width and 254px height images for this slider. you can see theDEMO of this slider HERE.1.Login to your blogger dashboard--> Design - -> Edit HTML.2.Scroll down...

How To Add jQuery Link Nudging to Blogger

1.Login to your blogger dashboard--> layout- -> Edit HTML2.Scroll down to where you see </head> tag .3.Copy below code and paste it just before the </head> tag. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/><script type='text/javascript'>//<![CDATA[$(document).ready(function(){slide("#sliding-navigation", 25, 15, 150, .8);});function...