AJAX DataGrid Support forum ajaxdatagrid List data in a table that can be edited with AJAX This class can be used to list data in an HTML table that can be edited using AJAX. It supports list page scrolling, column sorting, and in-place editing of data cells using form fields to alter the values ...
This class 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 ...
Hippo AJAX Form Support forum hippo_ajax_form Generate HTML forms and submit via AJAX 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 ...
This class can be used to Edit MySQL data in a table using AJAX for updates. It can connect to a MySQL database directly or using ADODB and executes a query to retrieve data from a given table. The MySQL table fields to display in the data grid table columns are configurable. The data from certain ...
This class 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 ...
AJAX driven simple chat Support forum ajax-chat Web based chat using AJAX to update the dialog This class can be used to implement a simple Web based chat system that uses AJAX to update the chat dialog display area without reloading the whole page. The class generates a page with a Web form to ...
DBNavigator Support forum dbnavigator Browse and edit data stored in a MySQL database This package can be used to browse and edit data stored in a MySQL database. It generates an AJAX Web based interface to edit, insert, search rows of MySQL database tables. It can be used to update and delete multiple ...
EZ Framework Support forum ezframework Framework providing several types of functionality This package is a framework of classes that provides several type functionality. It provides classes for: - Composing and sending e-mail messages - Perform user authentication - Manage files, directories and ...
AJAX CAPTCHA Support forum ajax_captcha Generate image for CAPTCHA validation India This class can be use to generate image for CAPTCHA validation. It can generate a random validation text with a given length and draw the text in an image obfuscated with random lines and ellipse shapes. The generated ...
Suggester Support forum suggester Complete text typed in form inputs using AJAX This class can be used to complete text typed in form text inputs using AJAX to retrieve text completion suggestions, similar to Google Suggest. The text completion suggestions are displayed as a menu below the text ...