AJAX with OpenRico

The last week I’ve been playing around a lot with the javascript xmlHttpRequest functionality that is these days better know as AJAX (what a name!). A client requested me to implement it, or at least look at the possibilities of implementing it, in their intranet. And I must say, there are tons of possibilities where using AJAX could highly enhance the user experience. No need for reloading your page anymore. AJAX will take care of it.

I’ve been using a very specific AJAX implementation called OpenRico, which is a very useful library with lots of possibilities. Very flexible. Very useful.

Using AJAX, I must admit that I’ve seen a renewed need to get into javascripting. Indeed, OpenRico provides an implentation that ensures I won’t have to do all the very complicated javascripting, but still implementing it into a system will still require you to at least know some basic javascripting. Most of it is pretty basic stuff, with sometimes slightly more complicated stuff for specific situations. But still, it was a good reason to get my some basic javascript skills.


Leave a Reply

Your email address will not be published. Required fields are marked *