I just wrote a blog post about an easy way to communicate from an Arduino directly into an online webpage, without using Flash or Java, just over an ethernet cable. I thought I'd share this here.
Similar things have been done before (the idea started from the simple Arduino Server example), but it seems that most people still think that we need to read from the serial post to get data into the computer.
This technique is great because it allows you to develop rich applications using just JavaScript. All the real code on that page, like the graphs, is just scripting without ever needing to modify the Arduino's sketch.
Did you try it and it didn't work for you? I've tried it on a couple different browsers and different Arduinos, and the process of sending data to the browser has always been a snap. Really a 2-minute set-up from start to finish. And it works on any computers, such as a school lab computer: no need to install drivers or anything.
I think with some further expansion on that demo (reporting info from the digital pins, for instance), it would make a great workbench for experimenting with the Arduino.
This sounds great! I know that it works with the arduinos with the ethernet availability, but I have the arduino nano which only have the micro-usb connection. Is there a way that this arduino could do this? :\