Demo form and explanation Probably the best way to understand how the script works is to see an example. Take a look at the demonstration page. The PHP and validation code in that page is this:
Category Archives: Programming
PHP dbug | Style print_r arrays vars
PHP version of ColdFusion’s cfdump. Outputs colored and structured tabular variable information. Variable types supported are: Arrays, Classes/Objects, Database and XML Resources. Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable. Stylesheet can be easily edited. Table cells can be expanded and …
Automatically Putting the Cursor in a Field
Automatically Putting the Cursor in a Field [ad code=1] <script type=”text/javascript”> document.forms.loginForm.kt_login_user.focus() </script>
23 Best jQuery Facebook Style Plugins
The Facebook User Interface is one of the most popular, attractive and simple to use. At the same time, it is a challenge for designers to create these kind of user interface. These jQuery plugins help designes to create facebbok style UI with ease.
Custom Alert Boxes using Jquery
This tutorial I’ll explain a simple step-by-step way to implement an Custom Alert Boxes using Jquery Demo with cool sliding and fully customized alert box, error message, delete message, info mesage using Jquery and CSS. The result is something like this:
Equal Height Columns with jQuery
Creating equal-height columns with CSS is sometimes a bear. But who needs the hassle of faux columns, “clear” divs and the rest? With this bit of jQuery, you can easily equalize the heights of any group of elements.