Top Banner
Remixing and distribution of web content made dead easy Christian Heilmann Future of Web Apps UK Tour 2009
47

Remixing and distribution of web content made dead easy

Sep 12, 2014

Download

Technology

My presentation at FOWA Tour 2009 about YQL and remixing the web
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Remixing and distribution of web content made dead easy

Remixing and distribution of web content made dead easy

Christian HeilmannFuture of Web Apps UK Tour 2009

Page 2: Remixing and distribution of web content made dead easy

Evolution

Page 3: Remixing and distribution of web content made dead easy

What is the web?

Page 4: Remixing and distribution of web content made dead easy

The internet is a media.

Documents

Page 5: Remixing and distribution of web content made dead easy

The internet is a media.

Things

Page 6: Remixing and distribution of web content made dead easy

Data

Page 7: Remixing and distribution of web content made dead easy

Connected

Page 8: Remixing and distribution of web content made dead easy

Hunters & Gatherers

Page 9: Remixing and distribution of web content made dead easy

My name is Chris. I am a German living in London, England and one of my favourite places to go is Hong Kong. I also enjoyed Brazil a lot.

Page 10: Remixing and distribution of web content made dead easy

My name is Chris. I am a German living in London, England and one of my favourite places to go is Hong Kong. I also enjoyed Brazil a lot.

Name: London, England, GBType: TownLatitude: 51.5063Longitude: -0.12714

Name: BrazilType: CountryLatitude: -14.2429Longitude: -54.3878

Name: Hong KongType: CountryLatitude: 22.4112Longitude: 114.154

http://icant.co.uk/jsplacemaker/getinfo.html

Page 11: Remixing and distribution of web content made dead easy

My name is Chris. I am a German living in London, England and one of my favourite places to go is Hong Kong. I also enjoyed Brazil a lot.

Page 12: Remixing and distribution of web content made dead easy

APIs

Page 13: Remixing and distribution of web content made dead easy

Language

Page 14: Remixing and distribution of web content made dead easy

showinfo (bool)show video title before video starts playing.

showannotations(bool)display video annotations.

Page 15: Remixing and distribution of web content made dead easy

Simplicity

Page 16: Remixing and distribution of web content made dead easy
Page 18: Remixing and distribution of web content made dead easy
Page 19: Remixing and distribution of web content made dead easy
Page 20: Remixing and distribution of web content made dead easy
Page 21: Remixing and distribution of web content made dead easy
Page 22: Remixing and distribution of web content made dead easy
Page 23: Remixing and distribution of web content made dead easy
Page 24: Remixing and distribution of web content made dead easy
Page 25: Remixing and distribution of web content made dead easy

What can you do with this?

Page 26: Remixing and distribution of web content made dead easy

select * from upcoming.events where location = "cambridge,uk"

Page 27: Remixing and distribution of web content made dead easy

select * from upcoming.events where woeid in (select woeid from geo.places where text="Cambridge,UK")

Page 28: Remixing and distribution of web content made dead easy

select * from upcoming.events where woeid in (select woeid from geo.places where text="Cambridge,UK")

Page 29: Remixing and distribution of web content made dead easy
Page 30: Remixing and distribution of web content made dead easy

select title,url,venue_name,description from upcoming.events where woeid in (select woeid from geo.places where text= "cambridge,uk")

Page 31: Remixing and distribution of web content made dead easy

select title,url,venue,description from upcoming.events where woeid in (select woeid from geo.places where text= "cambridge,uk")

Page 32: Remixing and distribution of web content made dead easy

select title from twitter.user.timeline where id="codepo8"

Page 33: Remixing and distribution of web content made dead easy

select title from twitter.user.timeline where id="codepo8"and title like "%@%"

Page 34: Remixing and distribution of web content made dead easy

select title from twitter.user.timeline where id="codepo8" or id="ydn" and title like "%@%"

Page 35: Remixing and distribution of web content made dead easy

select * from search.termextract where context in (select title from twitter.user.timeline where id="codepo8")

Page 36: Remixing and distribution of web content made dead easy

select * from html where url="http://news.bbc.co.uk" and xpath="//td[2]//a"

Page 37: Remixing and distribution of web content made dead easy

select alt from html where url="http://news.bbc.co.uk" and xpath="//td[2]//a/img[@alt]"

Page 38: Remixing and distribution of web content made dead easy

select * from flickr.photos.search where text in (select alt from html where url="http://news.bbc.co.uk" and xpath="//td[2]//a/img[@alt]")

Page 39: Remixing and distribution of web content made dead easy

Flexibility๏mix and match APIs๏ filter results๏simplify authentication๏use in console or from

code๏minimal research of

documentation๏caching of results๏proxied on Yahoos

servers

Page 40: Remixing and distribution of web content made dead easy

Extending

Page 43: Remixing and distribution of web content made dead easy
Page 44: Remixing and distribution of web content made dead easy

Re-Use

Page 45: Remixing and distribution of web content made dead easy
Page 46: Remixing and distribution of web content made dead easy

http://www.caption.it/create/scrabble.php

http://www.nematodes.org/NeglectedGenomes/DEUTEROSTOMIA/Axolotl/ATC.jpg

http://upload.wikimedia.org/wikipedia/commons/0/02/Magna_Carta.jpg

http://www.vibrant.com/cable-messes.php

http://toomuchfree-time.blogspot.com/2008/12/poke-maniac.html

Tower of Babel: http://www.flickr.com/photos/fimoculous/3210086353/

Leatherman: http://www.flickr.com/photos/paalb/11772559/ (scary search topic)

London: http://www.flickr.com/photos/67871380@N00/3483861225

Hong Kong: http://www.flickr.com/photos/29650319@N06/3571513488

Brazil: http://www.flickr.com/photos/3336/237971526/

Sources:

Page 47: Remixing and distribution of web content made dead easy

Keep in touch:

Christian Heilmann

http://wait-till-i.com

http://scriptingenabled.org

http://twitter.com/codepo8

T H A N K S !