Multi Stage HTML5 Form Using jQuery and CSS3

Posted by & filed under CSS, HTML5, JQUERY, PHP.

Multi Stage HTML5 Form using jQuery, ajax and css3

When user comes to your site and filling form, they need scroll down the site for each every information they are going to fill. This seems to be unfriendly user interaction and greatly reduces the user interest. This Multi-Stage HTML 5 form avoids unnecessary scroll….. Read More >>>>

Live Preview In jQuery

Posted by & filed under JAVASCRIPT, JQUERY.

jQuery Live Preview

jQuery live preview script helps the user to preview their entered information in the site or in the comment box before finally submiting their information to the site. Here is sample jQuery script : <script> $(“document”).ready(function(){ $(“#live1”).keyup(function(){ $(“#live_pre1”).html($(this).val()); }); </script>  ….. Read More >>>>

Google URL Shortener API Service PHP Script

Posted by & filed under Google, PHP.

Google-URL-shortener-api-service-tutorial php script

Google URL Shortener API is one of the Google service, which takes long url (http://smarttutorials.net/demo/google_url_shortener.php) and squeezes it into short as URL with few characters (http://goo.gl/EGA5Y) to use in tweets and etc…   Google URL Shortener API Demo   http://smarttutorials.net/demo/google_url_shortener.php….. Read More >>>>