AJAXPoll
By:José Augusto Ferreira Franco
This class can be used to display poll questions and collect the results using AJAX to avoid page reloading.
It can take as parameters a poll question and the HTML to display for each of the poll answers.
The class generates the necessary HTML and Javascript to display the poll on a Web page [...]
Posts Tagged 'AJAX'
AJAX Poll
AJAX Star Rating
AJAX Star Rating
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 [...]
AJAX Rating Counter
AJAX Rating Counter
By: Er. Rochak Chauhan
This package can be used to implement a star rating system that uses AJAX to update the average rate without reloading the rate page after a user has voted.
It can display the current average rating between 1 to 10 using star icon images.
A new rating submitted by an user is [...]
AJAX Poll
AJAX Poll
By: Er. Rochak Chauhan
This class can be used to present and process a poll without reloading the page where it appears.
It uses an HTML template to present the poll page. The poll options appear as radio buttons in a place determined by the template.
The class also generates the necessary Javascript to submit [...]
Ajax autosuggest/autocomplete from database
Since google introduced the autosuggest or autocomplete search form on their toolbar everyone started looking for this piece of code to put on their websites. It’s not new in the Ajax world but it’s not seen as often as it should if you ask me. Why? It’s hard to find good examples or examples that [...]
Tree AJAX
Tree AJAX
by : Roberto M
This class can be used to display a tree of nodes that can be opened dynamically from data retrieved from a database on the server via AJAX.
It generates HTML and Javascript to display tree nodes as links.
When a node link is is clicked, the generated Javascript performs an AJAX request to [...]
Simple AJAX
Simple AJAX
Author : Er. Rochak Chauhan
This class can be used to execute server side actions without reloading the current page.
It uses XMLHttpRequest objects to send the what is known as AJAX requests and collects the responses that can be used to update parts of a page.
The AJAX requests can be associated to server side PHP [...]
RPG Ajax Creator
RPG Ajax Creator
Author : Johan Barbier
This package can be used to create Web based role play games (RPG).
It is not yet finished but it already implements some important features:
- Map engine: it can display maps with a bi-dimensional perspective that can be browsed interactively using AJAX. The map definition modules are simple easy [...]
PHP AJAX pagination
PHP AJAX pagination
By : Reneesh T K
This class can be used to show MySQL query results split in pages using AJAX.
It takes as parameters an SQL query, the number of results to show per page and the current page number.
The generates HTML and Javascript for links to browse the query result pages.
When the user clicks [...]
PHP Ajax
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 [...]
