Manipulate Your TV Listings with TiVo+Ajax 48
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."
Tivo + Ajax = (Score:4, Funny)
Re:Tivo + Ajax = (Score:1)
How about a link (Score:5, Informative)
Re:How about a link (Score:1)
Nice fakey example (Score:2)
xslt (Score:4, Interesting)
If we could really do this.... (Score:4, Funny)
Re:If we could really do this.... (Score:4, Funny)
I think you misspelled around the clock.
Cool, but not complete (Score:4, Interesting)
Re:Cool, but not complete (Score:5, Informative)
Here's a version of the script someone fixed: http://anonymous123.home.comcast.net/nowPlaying.x
Re:Cool, but not complete (Score:3, Funny)
The Karma is strong with this one.
Ajax? (Score:2, Troll)
Re:Ajax? (Score:5, Informative)
Re:Ajax? (Score:1)
Re:Ajax? (Score:4, Informative)
On the other hand, Ajax does sound like an interesting meat byproduct.
Re:Ajax? (Score:1)
On the other hand, Ajax does sound like an interesting meat byproduct.
So does "Spam".
For that deep down shine... (Score:2, Funny)
Ajax removes.... (Score:3, Funny)
Yes, I know that Tivo hacking is popular, but leaving behind a lemon scent after cleaning up the dirt and filth that is recorded on a Tivo hard drive is a little weird...even for Slashdot.
Suggest, anybody?? (Score:1)
You can call it Ajax or whatever. Basically it uses asynchronous calls from the client side using Javascript.
CLICK HERE [dotnetjunkies.com] and make you boring webpage a bit more live and interesting
Why even mention Ajax? (Score:2, Insightful)
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 otherw
Good Point (Score:4, Informative)
When I first found out about xmlHttpRequest back around 1998 I got all excited. It seemed like what the web had been waiting for. I was really surprised when Asp.Net returned to more of a refresh-refresh-refresh model with an elaborate state maintenance scheme.
I find designing pages with xmlHttpRequest intensely fun and more like good old fashioned application programming. Do yourself a favor and try it out.
Re:Good Point (Score:1)
Oddly enough your comment contradicts the original poster's sentiment. This buzzword is going to be dropped around a lot for months to come because people are pimping the technology (which, while not being new, is finally widespread enough to make use of it... oh and has a handle).
It's another wave of excitement over a newly discovered technology and buzzw
Re:Good Point (Score:3, Informative)
I guess it would be hard to make a good acronym out of "Somebody else's stuff plus somebody else's other stuff that I drew some diagrams of."
naming (Score:2, Informative)
Javascript API for Server Communication. AJAX seemed to avoid most of the uses of the various technologies the are included in this umbrella.
For example, the communications do not have to be asynchronous and doesn't actually need to have anything to do with XML.
Actually the engine isn't even required to be JavaScript, IE uses ActiveX objects and I have seen an example of an implementation using Java in Opera. However for our API, we are wrapping the engine in a JS ob
Re:naming (Score:3, Insightful)
Uh... the core part of AJAX is the XMLhttpRequest [adaptivepath.com] 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
Please stop spreading the meme! (Score:3, Insightful)
Here's a good comment from the original slashdot "ajax" discussion that sums it up [slashdot.org]
Re:Please stop spreading the meme! (Score:4, Insightful)
OSS developers could make a lossless 90% compression codec - and they'd probably call it OMGWTFBBQ!& (pronounced BANGAMP) Then they'd complain because nobody would adopt their brilliant product.
Geeks don't like to admit it, but marketing is important.
Re:Please stop spreading the meme! (Score:2)
Nope, BBQ is pronounced "Eastern North Carolina pig pickin' ".
Re: TXBBQ (Score:2)
Low country barbecue is great, I like pulled pork just fine, but it's dogfood compared to some succulent Texas Brisket. Maybe with some Rudy's [rudys.com] "sause" and some pickles and onions... or maybe head down to the Salt Lick [saltlickbbq.com]...
But even pork loin cooked up Texas style is, IMNSHO, better than pulled pork.
You're making me hungry...
Great idea! But... (Score:1)
Pie Chart? (Score:2)
If 40% of your graph is a single show (as in the blank example linked in the summary) that's just depressing.
Please Stop... (Score:2)
The term "AJAX" is just a parasitic attempt to profit from a well-known and long-used technology without a common name.