Oracle Magazine Special offer for AjaxImpact.com Visitors!! Subscribe to Oracle Magazine for Free!
AJAX IMPACT


TOOL KITS
phAtJAX
PHP Based Frameworks

The phAtJAX AJAX client, like many things, is a result of frustration with the other existing AJAX clients. A few other AJAX clients were considered, but I decided I needed something different. Something more robust. Too many other clients are directly integrated with server code and are not independent. Many of these clients also ignore the power of JavaScript and require too much work for not enough flexibility or control. phAtJAX aims to resolve that.

phAtJAX offers the following features:

  • Built-in debug console to show data transfer and processing as it happens, making debugging a snap!
  • Totally server-side independent. No server code required to deploy. Obviously, server code is required to respond to the client, but it is not needed to deploy the UI. It can use any server-side language for data.
  • Can handle streaming data (for browsers that can support it, i.e. Firefox).
  • Options to send data via POST or GET. Send method can be configured on a call-by-call basis.
  • Can receive data in 4 different data types: XML, string, name-value pairs and base64 encoded string. Data type can optionally be configured on a call-by-call basis.
  • Data sent from server is automatically converted from given data type to a local
  • JavaScript object that is immediately passed to your responder function for use.
  • More than one instance of phAtJAX client can be loaded, since it is its own class instance.
  • You can register calls to the server with the client so that you can manage them by checking status, aborting and getting a list of calls in the queue.
  • Responder functions can be part of a local JavaScript class or just independent functions.
  • Cache call data locally for common calls where the data rarely changes. Set cache time so that data is grabbed locally unless the cache time has expired, saving bandwidth and processing.
  • Manage cache by having local cache automatically cleared if unused for a period of time.
  • Validates server URL string using regex.

    Download

    Read more...

    AJAX NEWS
    04/25/2006 ThickBox - Show html pages as well as images in Lightbox
    04/24/2006 AgileGallery - AJAX Photo gallery for Picasa
    04/24/2006 TeamSlide: Online Ajax-powered Web Presentations
    04/23/2006 Google Blogoscoped Chat Released as Open Source
    04/18/2006 Windows Live Academic Beta is now live !
    04/18/2006 Ask Cheggers - Ajax powered chat bot


    INDUSTRY NEWS
    05/19/2006 Ajax grabs center stage at JavaOne, By Tony Baer
    05/15/2006 Oracle to boost AJAX, Java , By Paul Krill
    05/13/2006 Open AJAX Group Drafts Development Plans, By Stacy Cowley
    05/13/2006 AJAX Powers Interactive Marketing ASP, By AjaxWorld News Desk
    05/12/2006 AJAX Experts Tackle Security, Other Issues , By Darryl K. Taft
    05/11/2006 Adobe Releases Spry Framework for AJAX, By AjaxWorld News Desk
    More 
           

          © 2008 ajaximpact.com. All rights reserved.