Manipulate Your TV Listings with TiVo+Ajax
scrapeYurShoos writes "As posted on PVRBlog: another cool use for Ajax (or whatever you want to call it), this one culls the Now Playing xml file residing on your TiVo and transforms it using xsl into a pretty webpage or a Pie Chart."
Ajax means that your browser makes requests via javascript to send/receive new content, rather than loading completely new pages. Very handy, and it's nice that there's finally a name for it. (Pain in the ass to unit test though, since there aren't any good javascript libraries for Perl or Ruby [what I use for web testing]).
So what on earth does it have to do with this little XSL hack? You could do the same thing from your command line, no web at all!
Let's go easy on those buzzwords okay? They take otherwise good ideas and drive them into the ground.
Here's a good comment from the original slashdot "ajax" discussion that sums it up
There is no gravity...the earth just sucks.
Uh... the core part of AJAX is the XMLhttpRequest function, therefore the XML in AJAX. Also the link defines XMLhttpRequest as being asynchronous, I have no idea if that is necessarily the case... but if it were, then the (A)synchronous would make sense.
From your definition JASC is somewhat different from AJAX, in the implication that you don't need to use Javascript or XMLhttpRequest. I think that those two are used solely due to installed support for the two (instead of relying on a JRE or other method).
Make sure everyone's vote counts: Verified Voting