Author Archive sachinghare

Bysachinghare

Multi Step form Jquery PHP and Mysql for Registration,Signup,Contact use

Multi Step form Jquery PHP

Got long forms on your website ? Break them up into smaller logical sections and convert it into a multi-step form with a cool progress bar. So the form is broken into small sections and the user only sees one section at a time. Also, multi-step forms reduces the space you need on the page.

If you are using normal Sign Up forms and still require a lot of data from your users, a multi-step form is the best solution. Could work for lengthy processes like registration, checkout, profile fillups, 2-factor authentication logins, contact form, … Read More

Bysachinghare

Jquery CSS3 Image Slideshow Simple & Easy

Jquery CSS3 Image Slideshow Simple & Easy

I have been watching image slideshow w ith so much complicated codes, strict usage integrations, settings & sometimes it takes lot of time to download; Yes! Technically it depends, the latency of your hosting server & hosting bandwidth plan you are using. The basic requirement of all, is just to show multiple images one by one with particular delay and it should not look to messy, so it has some effect (fadeIn, fdeOut, etc..)

Try demo / Try Example

[symple_toggle title=”Between <head></head> Section”]

<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js”></script>

<script language=”javascript”>
$(function() {
$(“#slideshow > div:gt(0)”).hide();
setInterval(function() … Read More