Redirect to a new page if javascript is disabled

Posted by on Apr 30, 2013 in HTML, Javascript | No comments yet

We can simply redirect from a page if javascript is disabled Here is the code to do so

Place holder using javascript

Posted by on Jan 13, 2013 in HTML, Javascript | No comments yet

By using javascript we can create placeholder which is compatible with the older browsers which didn’t support the new placeholder and here is the code on how we can do this

How to show a div for some time and hide it after some time

Posted by on Nov 28, 2012 in HTML, Javascript, Jquery | No comments yet

Lets make an div that stays lit up for 2-3 seconds and take 1 second to blink. we can use the jQuery’s fadeIn and fadeOut to make the div blink Create an div Having the style as The jQuery portion …

Multiple file uploader using php html and jQuery

Posted by on Sep 25, 2012 in HTML, Jquery, Php | No comments yet

In this post we are discussing about Multiple file uploader using php html and jQuery. we can upload multiple files by just using php, html and jQuery. First, let’s create the html form and add two “buttons” that will be …

Load More