Ajax-basics

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 March 8th, 2006

Basic Ajax Functions I’ve created a list of very common JavaScript functions for Ajax. They have been created in quick reference fashion and do not contain any fancy stuff. Instead of creating one function which can handle various tasks depending on passed values, they are split into seperate basic task functions. The reason for this [...]

Continue reading about Simple Ajax Functions – Snippets