Ajax-with-php

Stuart on March 3rd, 2010

In this article we will be talking about the basic usage of Ajax with jQuery 1.4.2 production (24KB, Minified and Gzipped).

Continue reading about Basic Ajax usage with jQuery

Stuart on November 30th, 2006

Ajax Updater – Update a DOM element ID from a Server Script This example is probably the simplest example you will ever find. We are going to use the prototype feature ‘ajax.Updater’ (see part one for more details on prototype). ajax.Updater allows you to specify an element ID and script URL – and whatever the [...]

Continue reading about Simple Ajax using Prototype. Part 2

Stuart on November 29th, 2006

This is part of one of many such tutorials covering Ajax with Prototype. If you do not want to get your hand to dirty with custom Ajax code, then using the extremely handy toolkit from prototype may be perfect. Prototype is a very well written JavaScript framework/toolkit and come with an Ajax class to make [...]

Continue reading about Simple Ajax using Prototype. Part 1

Stuart on July 7th, 2006

AJAX Generic Form Parser – With Validation: In this tutorial I’ll show you a simple method to pass any HTML form through AJAX without the need to hard code all form fields into the JavaScript or Server Side Script. Using this simple piece of JavaScript you can reuse it as is with any form, saving [...]

Continue reading about AJAX generic form parser

Stuart on April 5th, 2006

Ajax Frameworks, Tools and Libraries with PHP   Xajax – PHP Class Library What Xajax is: ‘xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading [...]

Continue reading about Ajax Frameworks, Tools and Libraries with PHP