Softaculous 499 Site Design
PHP
  Blogs
  Micro Blogs
  Portals/CMS
  Forums
  Image Galleries
  Wikis
  Social Networking
  Ad Management
  Calendars
  Gaming
  Mails
  Polls and Surveys
  Project Management
  E-Commerce
  ERP
  Guest Books
  Customer Support
  Frameworks
  Educational
  Music
  Video
  RSS
  Others
JS
  Libraries
AjaxAC
Category : Frameworks
Version : 0.4.6
Views : 142 Views
Ratings : 0.000 out of 5
Votes : 0 Votes
Reviews : 0 Reviews
Space Required : 0.14 MB


 Add your Ratings  See Demo
 Write Review  Get Support





Ratings
  Total User Guest
 
0 0 0
 
0 0 0
 
0 0 0
 
0 0 0
 
0 0 0
Average Ratings 0.00 0.00 0.00
Overview AjaxAC is an open-source framework written in PHP, used to develop/create/generate AJAX applications. The fundamental idea behind AJAX (Asynchronous JavaScript And XML) is to use the XMLHttpRequest object to change a web page state using background HTTP sub-requests without reloading the entire page.


Features
  • All application code is self-contained in a single class (plus any additional JavaScript libraries)
  • Calling PHP file / HTML page is very clean. All that is required is creating of the application class, then referencing the application JavaScript and attaching any required HTML elements to the application.
  • Built in functionality for easily handling JavaScript events.
  • Built in functionality for creating subrequests and handling them.
  • Allows for custom configuration values, so certain elements can be set at run time.
  • No messy JavaScript code clogging up the calling HTML code - all events are dynamically attached.
  • Easy to integrate with templating engine due two above 2 reasons.
  • Easy to hook in to existing PHP classes or MySQL database for returning data from subrequests.
  • Extensible widget structure to be able to easily create further JavaScript objects (this needs a bit of work though).