April 4, 2007
Y! Pipes support for Prototype
Dojo did it about a month ago, they added support for Y! Pipes to dojo.io.bind. So I figured I should write a small wrapper that works like the Prototype Ajax.Request object (as I did a few months ago for Google Calendar) for Yahoo! Pipes. So here it is: YPipe Library 0.1.
To use it just find the id of the pipe you want to request, so if the URL of the pipe is something like this
http://pipes.yahoo.com/pipes/pipe.info?_id=vp9FNLji2xGA7PYxEpPZnA
then just take the bold part of it and create a new request just like this:
cal = new YPipe("vp9FNLji2xGA7PYxEpPZnA",{
onsuccess: someFunction
});
This immediately fires up the request and after completing the someFunction will be called with the first argument being the returned JSON-Object. It’s as simple as it gets
For a quick demo head over here.
Gmail has added a feature that allows you to read mail from any other non-Gmail account within the Gmail interface.
To say this is convenient is an understatement. Set-up looks like a snap, and you can add up to five non-Gmail accounts.I’ll be able to consolidate my Yahoo, Outlook, and Hotmail accounts within about five minutes flat if I’m lucky. For the privacy conscious, you can disable email archiving (it’s not set by default), and you can also disable importing non-Gmail mail anytime you want to very easily.
4 Comments