PDA

View Full Version : AJAX


chibouraska
06-18-2008, 04:31 PM
I need to use AJAX to display sensor data on a web page did anybody ever

did this. Thanks Allen C

tgarcia
06-18-2008, 05:09 PM
Take a look at the following link:

http://www.rabbit.com/forums/showthread.php?t=638

This is not AJAX its RSI (Remote Scripting with Iframes) and its much easier than AJAX and has a lot faster repsonse times.

If you need AJAX I would recommend you take a look at the Yahoo! User Interface web libraries.

http://developer.yahoo.com/yui/

Attached is a sample I wrote using the YUI librares; it does use AJAX.

chibouraska
06-19-2008, 07:25 AM
Thanks ! I will explore this option. Is there any other examples on using this

technique. AC