How to use Multi-Tab Widget inside a Post for Blogger

Friday, 26 July 2013

Blogger introduced Multiple Tab Widget before a while. This tab help you to insert two or more Widget at place of one widget. Same way time takes to load also decreased. Plugin that I given here supports Java Script (JQuery). When you try to click any Tab it will produce Fade in and then Fade out effect. This make your Blog look live.Same way I gonna teach you to insert the Multi-tab widget inside Widget.

Contact Form Widget New Style and Install in Static Page

Thursday, 25 July 2013

Blogger introduced a new widget. It is about a contact form that you can add to your blog easily. It is very useful for viewers because they may need to ask any question privately without being posted on comment or chat. It also help author to get suggestion about our blog to step forward.

Nudge Effect for Label and Link on Blogger

This tutorial will help to add Nudge effect when he hover over link. This is very stylish plugin this will attract your visitor easily. Here I gonna give two types, that is for blogger labels and also for custom link which you choose to take effect.


Add Social Media Icons To Blogger Header With Tutorial

Wednesday, 24 July 2013


This tutorial will help you to add social media icons in the top right corner of the page which could increases the likelihood that readers can follow through the various social networks. When me hover over these icon it will produce rolling effect, we'll do it using an unordered list that uses icons of Facebook, Twitter, Google+ and blog feed. We can add more icons to get this effect.

Upgrade Windows 7 to Windows 8 Step by step Guide

Users will be able to upgrade to Windows 8 Pro from Windows 7 Home Basic, Windows 7 Home Premium and Windows 7 Ultimate while maintaining their existing Windows settings, personal files and applications.


Blogger New Template Editor Replaces Old One

Tuesday, 23 July 2013


Blogger has simplified the process of editing blogger templates by coming up with a new colorful inline code editor. The new editor also has an inline preview option which can display a preview of the changes that you have made.Blog’s HTML template is the code which gives life to the Blog’s look and feel. An upgrade to the editor is  really good move from the Blogger team which will help us in editing and maintaining the Template code in an easier way.

How to find Blogger Widget ID and Section ID

Monday, 22 July 2013

Let’s say you want to change the text color in one of your widgets, in the sidebar. You know this is done in the stylesheet and you can even find the code for the sidebar. But changing the code for the sidebar will affect the whole sidebar. Then how do you address only that particular widget?
You need something unique -an Id, a widget Id that is. With a widget Id, you can:

  1. Use it as a selector in stylesheet when styling the widget. ( To use an Id as a selector, you need to add the pound sign “#” as a prefix, as in #YourWidgetId {} ).
  2. Use it with Javascript getElementById method to access the widget content.