Wednesday, February 2, 2011

Latest News On Ajax

Ajax click tracking


Added: 2009-05-20 - Category: Tutorial - AJAX basic tutorials

This tutorial demonstrates a simple and easy way how to track your visitors clicks using Ajax and PHP.
Read more ...

AJAX file upload tutorial


Added: 2008-02-25 - Category: Tutorial - AJAX basic tutorials

In this tutorial I will show you how to create simple AJAX file upload system using PHP and JavaScript.
Read more ...



Max's AJAX Rating System


Added: 2008-02-15 - Category: Product - Reviews and Ratings

Simple AJAX rating system. Supports multiple ratings on one page and no database required.
Read more ...



Max's AJAX file uploader


Added: 2008-01-29 - Category: Product - File handling

This is a simple script which uses JavaScript and PHP to upload files to your webserver.
Read more ...

Max's AJAX website preloader


Added: 2008-01-28 - Category: Product - Miscellaneous

Max's AJAX website preloader displays an animation during page load.
Read more ...



Master - detail AJAX select boxes


Added: 2007-11-16 - Category: Tutorial - AJAX basic tutorials

In this tutorial I will present you how to create a master - detail select box in your forms. Select one item from the master field and the details will be filled accordingly to your selection.
Read more ...


Ajax PHP tutorial


Added: 2007-11-12 - Category: Tutorial - AJAX basic tutorials

In this article I will try to summarize the basics of Ajax and PHP communication. At the and you can find a full working Ajax - PHP example.

Bind Some Event to Element and trigger that function when click the element

Scenario: Suppose if we used same click event function in various web pages. if you want do some logic some page button for that need to re...