Monday, April 21, 2008

Ajax: first experience

I haven't written in a while, but that doesn't mean I haven't been busy. Actually I have been improving my knowledge of both PHP and MySQL, picking up additional JavaScript knowledge on the way.

Everybody has heard of Ajax, or Web 2.0, nowadays. So naturally I tried to pick this technology up as well.

Coding everything manually proved to be quiet difficult, especially since my knowledge of JavaScript is so limited. Then I came across Xajax, which is a PHP based framework to create ajax-like webapplications.

I am working on a project right now where I will be using this framework, and hopefully the first version can be released soon.