AJAX : Understanding AJAX

AJAX Tutorial: Nowdays, you can find AJAX topic everywhere. Yes, this method bring more advantage in internet word. Some people say AJAX is not new technology. It just a method. Other people say it is a technology. In this post, we talk about AJAX in preview. AJAX is an acronym for Asynchronous JavaScript and XML. For [...]

Simple Ajax using Prototype. Part 1

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 [...]

Simple Ajax using Prototype. Part 2

This example is probably the simplest example you will ever find. We are going to use the prototype feature ‘ajax.Updater’ ajax.Updater allows you to specify an element ID and script URL – and whatever the script URL prints will appear in your element ID. Simple as that. The example below simply returns the Server time [...]