2008 3.07: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Radical Browsing = | |||
A software "browser" is for many quite possibly the most used piece of software. As a result of it's very persistence and ubiquity, the software may fade into the background, becoming a "natural" and "neutral" part of one's daily (computing) experience. | |||
By digging into the underlying network mechanisms, protocols, and markup languages it's possible to create radically different kinds of "browsing" of the material made available via the world wide web. | |||
examples | some examples | ||
* [http://bak.spc.org/iod/ WebStalker] | * [http://bak.spc.org/iod/ WebStalker] | ||
** [http://bak.spc.org/iod/mutation.html A Means of Mutation, Matthew Fuller] | ** [http://bak.spc.org/iod/mutation.html A Means of Mutation, Matthew Fuller] | ||
* http://www.potatoland.org | |||
* http://www.artisopensource.net/hacks | * http://www.artisopensource.net/hacks | ||
== Page mashups with python & [http://www.crummy.com/software/BeautifulSoup Beautiful Soup] == | == Page mashups with python & [http://www.crummy.com/software/BeautifulSoup Beautiful Soup] == |
Revision as of 09:16, 29 May 2008
Radical Browsing
A software "browser" is for many quite possibly the most used piece of software. As a result of it's very persistence and ubiquity, the software may fade into the background, becoming a "natural" and "neutral" part of one's daily (computing) experience.
By digging into the underlying network mechanisms, protocols, and markup languages it's possible to create radically different kinds of "browsing" of the material made available via the world wide web.
some examples
Page mashups with python & Beautiful Soup
Some useful tools built into Python:
- urllib2
- urlparse