Posts Tagged 'AJAX'

PHP Ajax

Posted by admin on December 10 2009 Add Comments

PHP Ajax

By : Cesar D. Rodas
This package can be used to build AJAX applications with only PHP, thus without needing to write Javascript code.
The base class can manage all the AJAX interactions between the browser and the Web server.
Applications just need to define sub-classes that define how PHP needs to respond to different events of [...]

Paging Class with AJAX or HREF

Posted by admin on December 10 2009 Add Comments

Paging Class with AJAX or HREF
By: Jannerel Roche
This class can be used to browse database query results split between pages using AJAX to switch between the listing without page reloading.
It can execute an SQL query using the PEAR DB API and return records to be displayed in the page.
The class also generates navigation links that [...]

Hippo AJAX Form

Posted by admin on December 10 2009 Add Comments

By : DavidLanz
This class can be used to generate HTML forms that can be submitted via AJAX.
It can generate HTML for the most common types of form inputs.
The class ends the form generating a submit input. When this input is clicked, the form input values are collected and submitted to a given Web page script [...]

Hippo AJAX Link

Posted by admin on December 10 2009 Add Comments

By: DavidLanz
This class can be used to generate HTML links to process AJAX requests.
It generates HTML and Javascript that when a link is clicked it submits an AJAX request. The request can be sent via HTTP GET or POST methods.
The response of the AJAX request is used to update a page section with a given [...]

Ajax CRUD

Posted by admin on December 10 2009 Add Comments

By : Sean Dempsey
ajaxCRUD.com – PHP API for CRUD operations on a db. Full support and reference documentation available!
This PHP class is a FREE API which can be used to perform the CRUD (create / read / update / detele) operations on a MySQL database table using AJAX.
The class takes a table name and displays [...]

AJAX Wrapper

Posted by admin on December 10 2009 Add Comments

By: Enéas Gesing
This package is a PHP wrapper around Scriptaculous and Prototype libraries to implement Web applications that use AJAX to access the Web server without reloading the current page.
There are several classes to generate HTML and Javascript code for page elements that communicate with the server using AJAX to process events of interaction between [...]

AJAX Web files browser

Posted by admin on December 10 2009 Add Comments

Author: Ahmed Zamouche
This class can used to manage files on the server side using an AJAX based user interface to avoid page reloading.
It generate an user interface to perform several types of operations on server side files browsing folders, delete, copy, paste, cut, and create new file or folder.
Download:
http://www.ziddu.com/download/7218738/wfb-2008-09-09.zip.html

AJAX Tree view class

Posted by admin on December 10 2009 Add Comments

By: Thomas Jakober
This class can be used to display a tree view that uses AJAX.
It can query a MySQL database and generate HTML with Javascript that renders nodes of a collapsible tree.
When a node is clicked, it sends an AJAX request to the server to retrieve the contents of the node.
Download:
http://www.ziddu.com/download/7218652/treeview-component-2009-08-26.zip.html

Ajax Table Edit

Posted by admin on December 10 2009 Add Comments

By: Andrew Sullivan
This class can be used to edit data in the cells of an HTML table using AJAX to save the changed cell values without reloading the current page.
It takes an bi-dimensional array as parameter to define the contents of the cells of the table to be edited. Then it generates the table HTML [...]

AJAX Star Rating

Posted by admin on December 10 2009 Add Comments

By: Sudhir Chauhan
It displays the current content rating level by the number of starts from 1 to 5.
An user can submit his own rating by clicking on the respective star.
When a new rating is submitted, an AJAX request is triggered to send the user rating.
The AJAX request response is used to display the updated star [...]