- Fetch feed from any URL.
- Fetch JASON, XML data
- Take user input
- Take picture from flicker
- You can use all yahoo API with the ease of a visual editor
- You can filter Data
- The GUI comes with self help
- You can share it in numerous way on your blog, facebook and many more or even you can host this as a service
The more interesting thing is the development of this tool
- Developers have used the <canvas> tag for the editor GUI which supported in FF, CH, OP, NS
- <canvas> tag is good for 2D drawing
- But when you draw a arc on canvas it in fact makes a rectangle and it swallows all the other web components under the rectangle.
- Making things transparent is a challenge.
- Yahoo pipe has a good caching techniques behind the scene
- You will get a very good idea for how to develop this kind of web apps
- Still AJAX is not painless
The missing thing in yahoo pipe is a rigorous search option. We will make a mesh up with feeds but how can get the real feed which I need. Here we have to depend on search engine. In fact I got all the above info from the following video. Though it was a long video but not boring.
No comments:
Post a Comment