AJAX and the Netburner Version 2
Posted: Thu Dec 10, 2009 4:05 pm
Here is the updated AJAX sample that I have been threatening to do for two years. This code is more representative of how I actually use AJAX in my NetBurner Applications. This code uses the Prototype library and includes a large portion of my JavaScript library that I use to make a lot of the parsing and DOM updating simpler. I wrote up a short blog entry http://syncor.blogspot.com/2009/12/ajax ... und-2.html with links to a 10 minute introductory video.
If you want to use AJAX I would suggest that you use this example as a starting point. There is no reason to do all the low-level Ajax coding yourself. If you would really like to understand the low-level mechanics of AJAX then I would recommend reading the
original white-paper I wrote back in May of 2006 http://www.netburner.com/downloads/tech ... r_ajax.pdf but I would still recommend you then use code more similar to what is shown in this example.
I've included licensing language so that you can freely reuse all the code contained here in your own applications.
Happy Holidays
P.S. I wrote and tested this on a MOD5272.
If you want to use AJAX I would suggest that you use this example as a starting point. There is no reason to do all the low-level Ajax coding yourself. If you would really like to understand the low-level mechanics of AJAX then I would recommend reading the
original white-paper I wrote back in May of 2006 http://www.netburner.com/downloads/tech ... r_ajax.pdf but I would still recommend you then use code more similar to what is shown in this example.
I've included licensing language so that you can freely reuse all the code contained here in your own applications.
Happy Holidays
P.S. I wrote and tested this on a MOD5272.