SlideShare ist ein Scribd-Unternehmen logo
1 von 51
Downloaden Sie, um offline zu lesen
Remix the web
mashups
“Un mashup, també anomenat remescla, és
una aplicació web híbrida que utilitza
contingut d'altres aplicacions web per a
crear un nou contingut complet, consumint
serveis directament sempre a través del
protocol http.” Wikipedia dixit
“El contingut d'un mashup normalment
prové de llocs web de tercers a través d'una
interfície pública o usant una API. Altres
mètodes que constitueixen l'origen de les
seves dades inclouen: sindicació web (RSS
o Atom), screen scraping, etc.” Wikipedia
dixit
API
application programming interface
protocol http
GET
POST
UPDATE
DELETE
GET
http://twitter.com/users/show/xbelanch.xml
POST
curl -u usuari:contrasenya -d
"status=sense paraules" http://
twitter.com/statuses/update.xml
http://www.programmableweb.com/
1521 APIs
http://www.programmableweb.com/apis/directory
4451 Mashups
http://www.programmableweb.com/mashups/directory
Exemples
http://www.twittermagnets.com/
http://woozor.es
http://beta.twittervision.com/
Jugueu
Google Spreadsheets
  http://docs.google.com/
http://tr.im/FbuT
=ImportXML("http://
twitter.com/users/show/
xbelanch.xml";"/user/name")
=importXML("http://
twitter.com/statuses/friends/
xbelanch.xml";"/users/user/
name")
=importXML("http://
twitter.com/statuses/friends/
xbelanch.xml";"/users/user/
followers_count")
=importXML("http://
twitter.com/statuses/friends/
xbelanch.xml";"/users/user/
location")
Mou a un full propi
http://ca.wikipedia.org/wiki/Barcelona
=ImportHtml("http://ca.wikipedia.org/
wiki/Barcelona";"table";13)
Centres de suport
  http://ioc.xtec.cat/educacio/index.php?
 module=htmlpages&func=display&pid=18
=ImportHtml("http://
ioc.xtec.cat/educacio/
index.php?
module=htmlpages&func=displa
y&pid=18"; "table"; 3)
=CONCATENATE(ColFil;", ";
Colfil; ", Catalunya")
=CONCATENATE("<strong>";ColFil;
" ";ColFil;"</strong>")
Mou a un full propi
Afegeix el gadget a iGoogle
Publica el gadget
http://ouseful.wordpress.com/2008/10/14/data-scraping-wikipedia-with-google-
                               spreadsheets/
http://arapehlivanian.com/2009/06/25/screen-scraping-and-creating-a-feed-with-yql-
                                and-yahoo-pipes/
Yahoo Pipes
http://pipes.yahoo.com/
Regular Expressions
Many Eyes
Visualitza la informació

Weitere ähnliche Inhalte

Ähnlich wie Remix the web

1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
ETPClot
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
pazola
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
urgell
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
urgell
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
raydijoom
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
virginia
 
Resum
ResumResum
Resum
cfgmi
 

Ähnlich wie Remix the web (20)

1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
 
1 Introduccio Al Web
1 Introduccio Al Web1 Introduccio Al Web
1 Introduccio Al Web
 
Resum
ResumResum
Resum
 
Dai 9 - Ruby on Rails
Dai 9 - Ruby on RailsDai 9 - Ruby on Rails
Dai 9 - Ruby on Rails
 
Curs 2.2. Utilització de Dades Obertes Reals (Part 2)
Curs 2.2. Utilització de Dades Obertes Reals (Part 2)Curs 2.2. Utilització de Dades Obertes Reals (Part 2)
Curs 2.2. Utilització de Dades Obertes Reals (Part 2)
 
Turbo Gears, Framework De Python Per Aplicacions Web
Turbo Gears, Framework De Python Per Aplicacions WebTurbo Gears, Framework De Python Per Aplicacions Web
Turbo Gears, Framework De Python Per Aplicacions Web
 
CakePHP
CakePHPCakePHP
CakePHP
 
Instal·lació apache
Instal·lació apacheInstal·lació apache
Instal·lació apache
 
Tema 5
Tema 5Tema 5
Tema 5
 
Power point informàtica
Power point informàticaPower point informàtica
Power point informàtica
 
Power Point Informàtica
Power Point InformàticaPower Point Informàtica
Power Point Informàtica
 
Power Point Informàtica
Power Point InformàticaPower Point Informàtica
Power Point Informàtica
 
Aplicacions web
Aplicacions webAplicacions web
Aplicacions web
 
Presentació del servidor Apache
Presentació del servidor ApachePresentació del servidor Apache
Presentació del servidor Apache
 
2.2. Curs Utilització de dades obertes reals (2)
2.2. Curs Utilització de dades obertes reals (2)2.2. Curs Utilització de dades obertes reals (2)
2.2. Curs Utilització de dades obertes reals (2)
 

Remix the web