CSS: Background-Image & Background-Repeat

In this tutorial I am going to give an overview on: Background-image, a css property that sets one or more background images for an element like div, paragraph etc., which by default gets placed at the top-left corner of that element, and can be repeated vertically and horizontally or both by using Background-repeat property.  Through this tutorial you will know …

jQuery Mobile Form Example

jQuery mobile is a framework to develop mobile friendly web applications. It contains lot of functions to make user interaction smooth and effective.
In this example, we explains how to add jQuery mobile library to your HTML page and create a simple form using it.

How to Setup Google Captcha PHP

In our previous blog we have explained you to create and implement your own simple captcha using PHP, jQuery and AJAX in your forms.

This blog focuses on how to use captcha library offered by google in your forms.