Free Wordpress Themes, Blogger Tutorials, Blogger Templates, Blogger Tips, Blogger Resources

WordPress GADGET theme helps create websites without coding

May 13th, 2010
Comments Off

The WordPress GADGET is a wonderful theme that would help the individuals and businesses to customize their websites. The great thing about this theme utility which has been released by a web-developer in Kansas City is that you would be able to customize websites even if you do not have any technical knowledge. The one [...]

Read More >>



Des Moines announces WordPress Happy Hour

May 13th, 2010
Comments Off
wp-happy hour

  WordPress enthusiasts Jeremy Harrington and Kenny Younger have taken the initiative of the WordPress Happy Hour event which is scheduled at Raccoon River Brewing Company on March 9. The Des Moines residents intend to use this informal gathering as a platform to unite the developers and bloggers of WordPress and to initiate a talk [...]

Read More >>



How To Add Horizontal Dropdown Menu | Blogger JQuery Tips

May 13th, 2010
Comments Off

If you want to add horizontal dropdown menu in template, follow the following blogger jquery tips. Recently I have written two posts about 3D horizontal linklist and Horizontal sub navigation. Before reading this, you may visit above posts. Lets start step by step on how to add horizontal dropdown menu. 1.Login to your blogger dashboard–> [...]

Read More >>



How To Add jQuery’s hover functionality , Blogger Tips

May 13th, 2010
Comments Off

Following tutorial describes how to add hover functionality with JQuery. 1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </head>tag . 3.Copy below code and paste it just before the </head> tag . <script type=’text/javascript’>window.onload = function() { var paras = document.getElementById('content').getElementsByTagName('p'); if(paras.length) { paras[0].className = paras[0].className + ' [...]

Read More >>



How To Add Horizontal Sub Navigation , Blogger JQuery Tips

May 13th, 2010
Comments Off

In my previous post I have shown the way to insert 3D Horizontal Navigation with JQuery. Now I am going to tell you how to add sub navigation to a blog. Just follow the instructions step by step. 1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </head>tag . [...]

Read More >>



How To Add 3D Horizontal Link List , Blogger JQuery Tips

May 13th, 2010
Comments Off

If you want to beatify your navigation style, then you can use 3D Link List. In this tutorial, you will find a way to add 3D horizontal Link List to your blog. Just follow the instructions step by step. 1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </head>tag [...]

Read More >>



How To make "Go To Top" Link | Blogger JQuery Tips

May 13th, 2010
Comments Off

Some of my visitors suggest me to write an article on how to put a "Go To Top" navigation link on Blogger. There are many ways to do it. I have used JQuery here. If a page is very large in height then one has to use scrollbar for moving bottom to top. Instead of [...]

Read More >>



How To Add Scroll on Top Button | Blogger JQuery Tips

May 13th, 2010
Comments Off

1.Login to your blogger dashboard–> layout- -> Edit HTML 2.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.1/jquery.min.js’ type=’text/javascript’/> <script type=’text/javascript’>//<![CDATA[ $(function(){ $('a[href*=#top]‘).click(function() { if (location.pathname.replace(/^\//,”) == this.pathname.replace(/^\//,”)&& location.hostname == this.hostname) { var $target = $(this.hash); $target = $target.length && $target || [...]

Read More >>



How To Make Background Scrollable | Blogger Tips

May 13th, 2010
Comments Off

This tutorial tells you about the process to make background of a blog scrollable. It means if the body’s size of blog goes out of screen size, a scroll will be appeared automatically. Let’s see the step by step processes. Jquery is used here. 1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Scroll down [...]

Read More >>



Recent MultiTab Widget For Blogger | JQuery Tips

May 13th, 2010
Comments Off
JQuery Multi TabView Tutorial

This post describes step by step process to add latest MultiTab widget for Blogger with JQuery. Before that you may look simple Tab View 3d Tab View Widget Beautiful MultiTab Gadget Choose any one style you prefer than apply to blog. Please feel free to Contact Me for any suggestion. 1.Login to your blogger dashboard–> [...]

Read More >>