HTML/CSS

Easily Create Contact Form Using Twitter Bootstrap

I had posted a tutorial on creating registration form using Bootstrap and people loved that. Twitter Bootstrap is a great tool for developers to instantly create attractive layouts without help of any designer. Registration forms, contact forms and comments forms are used in almost every websites so I decided to create a quick contact form …

Easily Create Contact Form Using Twitter Bootstrap Read More »

Live Validation of Form Fields Using jQuery– Validate as you type

Validating any web form is really important to collect correct data. Now validation can be done in many ways most of the time people go with server side validation. But just assume how irritating it would be for your visitors when they fill up the entire form and after submitting they get response from server …

Live Validation of Form Fields Using jQuery– Validate as you type Read More »

Using HTML5’s Range Input Type To Generate Colors At Runtime

In this tutorial we will implement automatic coloring using javascript and HTML5 range input type. Range input type is really a good addition in HTML5. Though at the time of writing this tutorial many browsers don’t support HTML5 range input type. So you will have to use polyfill in order to get it working in …

Using HTML5’s Range Input Type To Generate Colors At Runtime Read More »