This tutorial is about creating a simple contact form using XHTML CSS, PHP, and jQuery. The Aim of this article is to show some of the nice CSS 3 style properties such as adding Background Gradient, Corners and Borders to Form Elements.
Continue Reading
Almost 2 months ago, I wrote an article about how to Remove data in a div using jQuery . 2 of my readers asked me how could you delete the data via ajax if it is in a html table . This is what this article is all about. I have also added a confirmation dialog box using jQueryui Modal Confirmation .The modal box prompts the user if he or she wants to really delete the data or not. This is useful to prevent accident deletion of your data.
Continue Reading
Very often while registering on a website ,you will notice that they usually have a username or email address availability check. This ensures that 2 users do not have the same username or email address. Some websites prefer to make this availability check when a user fill in all the details in the form and press submit while some other websites do a live username / Email Address Availability check when the “username” textbox loses focus. Personally, I would prefer to let the user know if a particular username is available while filling the registration form rather than after submitting the registration form.
Continue Reading
One of the most popular features of any database driven site is probably a search functionality that allows visitors to search for information within the website. I have written a small article how to implement such a functionality using PHP/MySQL enhanced with Jquery. As you type in the search box , an asynchronous request will be made to query the database and displayed to the user .Below is a screenshot of the search system, an online demo of the application , and the download link for the full source code including the database sql .
Continue Reading