mashup your life with yahoo pipes

Post on 17-May-2015

10.981 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

A quick example of how you can mashup your own data with Yahoo Pipes and no server side code.

TRANSCRIPT

Yahoo PipesMashup your life without any server side codeCristiano Betta

Mashup your life

Mashups

1. Query some data

FROM MULTIPLE LOCATIONS

WITH DIFFERENT PROTOCOLS

2. Do something with it

TAKES PROCESSOR TIME

UNIFY THE DATA

3. Show the result

YAHOO PIPES

UNIX PIPES FOR THE WEB

YES, LIKE POPFLY

LIFESTREAM EXAMPLE

74 LINES OF HTML

NO SERVER SIDE LOGIC

EXPORT TO RSS, XML AND JSON

PrototypeJS

function drawLifestream(item){ var div = document.createElement('div'); Element.extend(div); div.addClassName('post_content'); div.innerHTML=item["content:encoded"].unescapeHTML(); return div;}

Cool Notes

Make it dynamic

Circumvent caching

Cache with PHP

Cache with PHPYeah, I know, that’s server side code

Not so cool notes

SOMETIMES IT’S VERY SLOW

UNCLEAR ABOUT COMMERCIAL USE

top related