Archive for July, 2010
Poll with Jquery,Javascript and Php
When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we’ll create a poll using PHP and XHTML,
Online Poll script using PHP, MySQL
Polls are used to get the opinions of the visitors on different options and issues. We will use PHP to develop one on line poll script. We will use MySQL database to store the questions and answers. Here we will take care that on
Server Side Form Validation using Regular Expressions
Server Side Form Validation using Regular Expressions, one of the reader commented like this “If I disable Javascript?”. So in this post I given a simple example about “Server Side Form Validation using Regular Expressions “. Click here to
Delete Records with Animation Effect using jQuery and Ajax
In this post I want to explain delete records with random animation(slideup and fadeout) effect using jQuery framework. Very simple code just 10 lines. Click here to Download delete_record_random code Database Table Code A simple
Load More Results with jQuery and Ajax
Twitter and Facebook using very nice technique for loading more tweets and updates, when you click the more button old tweets display on the screen. In this tutorial I had coded very simple and understanding way. I hope it’s useful take
Jquery Add Fields Form Submit using with PHP
How to submit jquery duplicate/Add field values to form with PHP. It’s very basic level code, I had implemented this using relCopy.js jquery plugin to duplicating the existing field. We hope it’s useful for you. Clikc here to Download clone_
Character Count Meter with Jquery
In this post I want to explain how to do live character or word count meter using Jquery. It is interesting and simple just ten lines of java script code. Use it and enrich your web applications with jquery. Click here for Character L
Log in or Sign up with Jquery and PHP
Some users doesn’t like to filling the registration form. So that I had implemented login and singup fields in same block just controlling with jquery and PHP. It’s is very simple javascript and basic PHP code. LoginorSignup Script Download