| |

| How to code beautiful PHP & AJAX applications Posted in Javascript > AJAX by tutorialgrub on Dec 04, 2011
This is a demonstration of the way I code my PHP and AJAX applications. It's good practise and may come in handy for you to learn too! The example in this article also demonstrates how to validate an email address using PHP and AJAX. |
| |

| Ajax newsletter form Posted in Javascript > AJAX by tutorialgrub on Nov 22, 2011
Learn how to use Ajax to collect email addresses for your newsletter. |
| |

| Performing GET and POST requests using Ajax Posted in Javascript > AJAX by tutorialgrub on Nov 12, 2011
Ajax, once stripped of all its fanciness, basically describes just two things- performing "GET" and "POST" requests asynchronously. This tutorial explains Ajax frankly and gently, while also covering the important topics of fetching XML and JSON files using Ajax. |
| |

| Ajax (XMLHttpRequest) reference Posted in Javascript > AJAX by tutorialgrub on Nov 08, 2011
A comprehensive, one page section on Ajax (XMLHttpRequest object) has just been added to the JavaScript Reference. It's everything you need to know on Ajax, condensed for quick consumption! |
| |

| Create a Simple Twitter Widget with YUI 3 and YQL Posted in Javascript > AJAX by tutorialgrub on Nov 08, 2011
This tutorial shows you how to use YUI 3 and YQL together to make a simple twitter widget. |
| |

| Ajax autosuggest/autocomplete from database Posted in Javascript > AJAX by tutorialgrub on Nov 08, 2011
Create an Ajax autosuggest/autocomplete search form with results from database by following this tutorial |
| |

| Send form via ajax using jQuery Posted in Javascript > AJAX by tutorialgrub on Nov 06, 2011
Create a form and use jQuery to send this form to a PHP page via Ajax. Get your feet wet with jQuery |
| |

| Ajax form validation Posted in Javascript > AJAX by tutorialgrub on Nov 06, 2011
Learn how to use AJAX in order to process and validate your forms. |
| |

| Using the jQuery UI Slider Posted in Javascript > AJAX by tutorialgrub on Nov 05, 2011
Use this tutorial to create a working slider with the jQuery UI to manipulate CSS based on slider position. |
| |

| Using ajax to build a live search Posted in Javascript > AJAX by tutorialgrub on Nov 05, 2011
Using JQuery this tutorial will show you how to perform a search on a mysql table without waiting for a new page to load. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >> Next |