Auto rotating tabs using jquery

Introduction:
Most of the websites use tabs to show their content today. Because it is a very useful user interface. Each tab contains some amount of content. We can view the content by clicking a tab.

In this tutorial we implement a new feature called auto rotating tabs. Which will switch over each tabs automatically and we can also stop it …


Same height columns using jquery

Tutorial Details:

Difficulty: Beginner
Technology: HTML, CSS & Jquery
Duration: 5 min

Hi everyone, While creating layout for a website, most of the times we need some columns with same height even though the amount of content differs for each column. The website looks great by making all the columns with same height. So lets focus on that issue today. we can solve it …


Centering a website

Tutorial Details:

Technology : HTML & CSS
Difficulty : Beginner
Duration : 5 min

Hi everyone, most of the beginners find difficult for centering a website. Even i found it difficult when i was a beginner. I thought of helping the beginners with this tutorial. Today we will learn to center a website using css.

The html code for …


Jquery Registration Form with elastic effect

Generally speaking, any one can become a registered user by providing some personal information,and he can access information and privileges unavailable to non-registered users. But the important thing is,Most users will not use your web site if they have to register, because registration takes time. In most cases, the user will just move on to another web site.

So it is …


css 3 styles, you must know

There are a lot of new properties and features available in css 3, which makes our site look great. Today we will see some nice css 3 styles such as Box shadow, Border radius, Text Overflow, Text-shadow, Multiple Backgrounds. lets start one by one..

1.Box shadow:
box-shadow allows us to apply shadow to elements. which makes the element look great.

Syntax:
box shadow property …


Blog Tips

  • May 5th, 2011
  • Posted by admin
  • Articles

Hi guys i am most interested in blogging than any other activity i indulge in.I am not that good at chatting or interacting with a group of guys for a function or a meeting though am not afraid or shy.A day in office with lots of talking and meeting will be like a day under blazing sun.All i am comfortable …


Create a menu

Tutorial Details

Topic: How to create a menu in html
Difficulty: basic
completion time : 5 min

As we all know that, Menu is very important for any site. Today we will learn to create a menu using html and some css for applying style to it. Lets get started. First we need to create a html document. we name it as menu.html, …