AJAX the Future of Web Application
September 27th, 2007
What is AJAX?
If there is anything about the current interaction design that we can state as ‘fascinating’, it has to be an Ajax application. Ajax is a dramatic departure from the traditional page-based model, which requires an entire Web page to be reloaded for the information to be communicated between the client and the server.
While seemingly simplistic, AJAX opens doors for Web-application developers that had previously been shut. It relies on nothing but the built-in browser internals. No extra software needs to be distributed to users, making AJAX an attractive option for companies that are concerned about the security and logistical implications of distributing installed software to users. Read more…
