Konnexion

August 1, 2004

First Prototype

Filed under: Code Update — posted by: Stan Wiechers

Created a simple prototype that connects google and amazon services. The prototype calls the google webservice with an inital search term, chooses randomly one of the returned results and feeds the title of the chosen result into amazon services. Here again a random result element is taken and used as the base for the next google search. We have been able to create chains of 50 elements length.

Comments (0)

September 1, 2004

Abstracting WSDL

Filed under: Code Update — posted by: Stan Wiechers

Abstracting the wsdl generated google and amazon services by using shallow bean reflection. A bean is represented via a hashmap that contains all its members, as literals, nested hashmaps or nested lists. That should simplify and generalize data access. The members can accessed via a path like mechanism, example:

MapUtils.getComplex( mapInstance , "contactInfo/physicalAddress/city" );

This gets the nested map with the key “contactinfo”, within that map the map with key “physicalAddress” and within that map the literal “city”.

Comments (0)

October 1, 2004

XML output

Filed under: Data Visualization, Code Update — posted by: Stan Wiechers

Extended the prototype to output an xml file and created some basic html representations. The connector from google to amazon is the “pagetitle” and the connector from amazon to google is “productName”.

Comments (0)

November 14, 2004

Extended Prototype

Filed under: Data Visualization, Code Update — posted by: Stan Wiechers

Extended the prototype to support deeper reflection, now every particle of the webservice response is available in the xml result for processing and to act as connector to the next element of the chain. The updated prototype engine uses either amazon product name, an actor/director name, manufacturer or author to connect to a google request. The connector is highlighted. The next version will improve the amazon queries to create more fittingresponses and use new services providers to connect to. Added semacodes to visualize URLs.


Comments (0)

December 12, 2004

New Prototype

Filed under: Prototypes, Code Update — posted by: Stan Wiechers

This prototype is using website registrant data, weather reports, satelite pictures, stockquotes and local time in a given area as well as google, amazon and alexa.

Comments (0)

March 13, 2005

New Prototpye

Filed under: Prototypes, Code Update — posted by: Stan Wiechers

This prototype is using website registrant data, weather reports, satelite pictures, stockquotes and local time in a given area as well as google, amazon, alexa and flickr(NEW).

Comments (0)

May 18, 2005

map of creativity

Filed under: Data Visualization, Inspiration — posted by: cindy

map of creativity by next generation foundation

ultram onlineultramcheap female viagrabuy female viagrapurchase somasomapurchase vpxlvpxlviagra lowest priceviagra cialis comparisonlevitra professionallevitra professional onlinelevitrabuy levitraorder cialis jellybuy cialis jellyorder cialis soft tabsbuy cialis soft tabscialis super active onlinecheap cialis super activepurchase generic cialisbuy generic cialisorder cialis professionalbuy cialis professionalorder cialiscialisorder brand viagrabrand viagra onlineorder viagra jellyviagra jellycheap viagra soft tabsviagra soft tabs onlineviagra super active onlinecheap viagra super activepurchase generic viagracheap generic viagrapurchase viagra professionalviagra professionalviagra priceviagra online100 free online dating servicesfree online usa dating sitesasian dating servicesgood dating questions ask guysall free dating sitepeople relationship datinglargest online datingcreative dating ideas romanceonline speed dating ukchristian speed dating new yorkgreat dating ideasfree online black christian datingtotally free christian datingspeed dating canadacompletely free dating onlinefree single dating site ukcheap vpxlvpxl onlinecheap levitra professionallevitra professional onlinecheap levitralevitra onlinecheap cialis soft tabscialis soft tabs onlineorder viagra soft tabsbuy viagra soft tabsorder viagra super activebuy viagra super activeorder generic cialisgeneric cialis onlinecheap generic viagrageneric viagra onlinecheap cialis professionalcialis professional onlinecheap viagra professionalviagra professional onlinecheap cialiscialis onlinecheap viagraviagra online
Comments (0)

radioactive

Filed under: Data Visualization, Inspiration — posted by: cindy

Radioactive by Aaron Zinman and Judith Donath

“RadioActive is a forum for large-scale mobile-based asynchronous audio discussions. It allows participants to engage in persistent discussions on a number of different topics, similar to usenet. Users may moderate posts, allowing the dynamics of the chat space to change over time. Navigation through the threads is made possible by both audio and visual interfaces that are optimized for the device. In addition to arbitrary topics, users may also engage in discussion surrounding time-shifted media clips. This is a reaction to the phenomena of TiVO and podcasting, all which allow users to access their media in a personalized fashion but completely passively. RadioActive gives audiences a chance to talk back, contrasting the typical unidirectional model of broadcasting. “

Comments (0)

Information Topography of Manhattan

Filed under: Data Visualization, Inspiration — posted by: Stan Wiechers

SearchScape is an amazing shockwave based 3d information topography of Manhattan. Some similar approach could be taken to visualize a chain of konnexion datasources. Processing or Shockwave are potential technology platforms to make that happen.

From the site http://www.searchscapes.net/:
Each person constructs his/her image of the city. This image is made out of facts, memories, experiences, stories, news - mostly invisible data, and not only of architecture, buildings and streets. “SEARCHSCAPES: MANHATTAN” is an attempt to create a tridimensional map of Manhattan, using existing data from the web.The objective is to compare the city’s “physical spaces” and “information spaces” (search results). This is an attempt to materialize information: to give it dimension and physicality.

screenshot

Comments (0)

May 19, 2005

First Image Layering Prototpye

Filed under: Prototypes, Code Update — posted by: Stan Wiechers

Created the first image layering prototpye with CSS alpha filters. All images used in the konnexion output are stacked on top of each other with different opacity. Every image used is resized to 800×600. Amount of images in this sample is 68 and seed term “Commodore Vanderbilt”. I got the CSS idea from the Yahoo! API Image Collage. Click to enlarge the screenshot below.

commodore vanderbilt

The CSS instruction to create filter elements with a certain opacity in Firefox, Internet Exlporer and Safari is:

display: block; position: absolute; left: 20; top:20; width:800; height:600; -moz-opacity: .40; filter: alpha(opacity=40); opacity: 0.4;

Comments (0)

Next Page »

Powered by WordPress