FJAX

I guess everyone has heard about AJAX. Well I read an article on Digg about FJAX, which basically is the same thing, but attempts to cut some corners on the code by using Flash’s proven XML handling.

The logic behind it was that AJAX code can easily get bulky if you want to make sure it runs smoothly across different browsers. FJAX “solves” that dilemma [in a sense] by using limiting the JS to only to call on a Flash object and write it’s output on the document (while AJAX relies heavily on the JavaScript to do everything. The whole middle process of pulling, parsing, etc. is done via Flash – with few lines of code that is native ActionScript.

Read More