-
This script 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.
-
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 rating level.
-
This script can be used to display and process user registrations using AJAX. It can generate HTML and Javascript that uses the jQuery library to submit a registration form using AJAX requests. If the submitted registration form values are valid, the class creates the registered user records in a database. Otherwise it flags the invalid form fields.
-
This package can be used lock server side resources to prevent race conditions that may occur when two users want to access the same resource simultaneously.It uses AJAX to lock and unlock resources from Javascript code running on the browser, thus without reloading the current page. The package comes with several drivers that can use different containers to manage the ...
-
This script can be used to manipulate MySQL database table records displayed in a HTML table.It displays a table with data from fields of a MySQL database table.The table can display links for sort the listing by the clicked column and also to execute actions such as insert a new record, update and delete a record.It uses AJAX to avoid ...
-
This script can be used to edit and save data of table columns.It uses AJAX to save the changed table cells without refreshing the current page.The changed cells are saved by backend scripts that store the updated data in server side text files.
-
This script can be used to browse files uploaded via Web forms using AJAX methods to send the files without reloading the form page.There is auxiliary Javascript code that can upload in the background a file that the users chooses in a Web page form and updates the upload message status in the page.A server side auxiliary script gets the ...
-
This script can be used to edit and save a paragraph of text in an HTML page. It associates the necessary Javascript event handling code to turn a given paragraph in an HTML page into editable text when the user clicks on it.When the user finishes editing the generated Javascript submit the paragraph text to the Web server using AJAX ...
-
This package can be used to update the options of a drop-down select input when the selected value of another drop-down input changes.It uses AJAX to retrieve the new set of drop-down options from a MySQL database on the server side.
-
This script can be used to display month calendars browseable using AJAX. It can generate HTML and JavaScript to display a month calendar with links to browse the months using AJAX to avoid page reloading.The script can make given days be displayed as links to event pages. The browsing may be restricted to given dates. The months and week day ...
-
This package can be use to generate Javascript to call functions of PHP class objects from the client side. It generates Javascript code to create Javascript objects on the client side that act as proxies of PHP objects on the server side. The generated code uses AJAX to communicate with the server side script that defines the ACE class. The ...
-
This script can be used to generate a text box that becomes editable when the user double-clicks on the text.It displays the text to be edited within a DIV tag that is replaced by a text input when the user double-clicks on the DIV.When the text input looses the focus, the edited text is submitted to the server to be ...
-
Tired of bloated calendar programs? Too many features your never going to use? Try this simple PHP calendar system, packed together with simplicity in mind, you can stylize the way the calendar feeds the content using CSS. Along with a slick backend utilizing AJAX technologies. It doesn't get any easier than this, and the best part its FREE! Configure one ...
-
iAJAX is a very simple script that generates HTML attributes to handle events on page elements using AJAX requests.It generates Javascript code that calls a simple Javascript library that performs an AJAX request and uses the request response to update the contents of a given page element.The AJAX request URL, request method, and the page element to be update are ...
-
The package NAJAX can be used to call PHP scripts on the Web server side from Javascript code in Web pages. It uses AJAX technology to submit HTTP requests from Javascript to pass call parameters and collect and process the XML responses. NAJAX acts as a proxy that maps PHP objects to JavaScript and vice versa. The package provides means ...





