Where am I now?

AjaxCore PHP Framework: interesting!

Posted in Programming, Web and technology by Khaled on November 27th, 2006

I don’t exactly remember how I stumbled on this Framework…probably on the Ajax Magazine or was it Sitepoint first? I don’t remember! Anyway… AjaxCore is an Open Source multi-purpose PHP framework that will help you for sure with the creation of rich and advanced Ajax applications.

Ajax, if you don’t know it yet, is the acronym for: Asynchronous JavaScript and XML. It’s a new development technique that is tightly associated with the concept of Web 2.0, this Ajax technique is a kind of a mash-up mixing (X)HTML, JS, CSS, DOM and XML to create interactive and Rich Web applications.

In fact AjaxCore does all the JavaScript work and generates the appropriate code for you. AjaxCore uses Prototype’s JavaScript library to get Document Object Model elements and deal with asynchronous XMLHttpRequest. It is a very nice Ajax oriented framework that can be very helpful…Just give it a try!!

5 comments to " AjaxCore PHP Framework: interesting! "

  1. Rebecka says:

    Ajax: awesome to use but it is so hard to learn :(

    November 28th, 2006 at 4:28 pm

  2. John says:

    I believe that reading some Ajax books like: “Ajax for Dummies” Book will help you learning this new technique… So you have any knowledge of JS and XML at all?

    November 28th, 2006 at 5:04 pm

  3. Master says:

    Another AJAX book that I would suggest along with John’s suggestion is Build Your Own AJAX Web Applications from Sitepoint:

    http://www.sitepoint.com/books/ajax1/

    November 28th, 2006 at 7:08 pm

  4. John says:

    I did not read that book from SitePoint, but most of SitePoint Books rock

    December 1st, 2006 at 8:45 am

  5. Samy says:

    I would second the suggestion of “Ajax for dummies Book”. Very good one just like most of the “for dummies” serie books.

    December 2nd, 2006 at 9:16 am

Leave a reply