Zend Certified Engineers






AJAX

Ajax allows websites to behave like desktop applications: change individual elements of a page without refreshing the entire page.  Usually Ajax is associated with the term "Web 2.0".

Some of the things that can be achieved using Ajax:

  • Update a data grid (data table) on a page, do pagination, and modify the grid contents without changing other part on the page
  • Rearrange elements on the screen (like order of image in an online photo album)
  • Autofill of fields as the user types in the first few letters
  • Data form submit without refreshing the page
  • Expand and contract entire areas on a screen
  • And much more

Real X is using the leading Ajax libraries, frameworks, and components.  Among them

  • JQuery
  • extJS
  • DoJo
  • YUI (Yahoo! UI)
  • Prototype
  • Script.aculo.us

We can work with any of these libraries as part of PHP frameworks like

  • Zend Framework
  • Code Igniter
  • CakePHP
  • Symfony
  • and others

Please contact us today to discuss your Ajax needs.