28 Oct 2009 Showcases, Tools Knowledge, Radial, Springs

ASK KEN™ is sort of a Node-Link diagram that allows to visually navigate through interconnected topics provided by the Freebase Service. It takes advantage of the latest HTML5 features by using the canvas element for drawing the graph dynamically. Read more
09 Sep 2009 Tools Browser, JavaScript

I recently stumbled upond a Visualization Framework that seems to be around for quite some time now: InfiView. A video introduction has opened my eyes for it and I thought I share it with our readers. Read more
03 Aug 2009 Tools Geo, JavaScript, Mapping

Cartagen (http://cartagen.org) is a vector-based, client-side framework for rendering maps in native HTML 5. Written in JavaScript, it uses the new Canvas element to load mapping data from various sources, including OpenStreetMap. Read more
29 Jul 2009 Tools Browser, JavaScript

As data visualization often needs to reach a broad audience the browser is becoming the number one tool to publish and share visualizations. We've collected 13 JavaScript visualization frameworks that help you get started faster, keep it flexible and develop with higher reliability. Read more
27 Jul 2009 Tools FlowMap, Paper

Flow Maps are a useful way to display changing values in geocraphical context. A team of researchers from the Stanford University have released a paper about their algorythm for computer generated Flow Maps. Read more
21 Jul 2009 Tools Application, Geo, Google, Mapping

What do you do if you have a dataset, say an Excel file and you need to map that data. Maybe you plan to do a ModestMaps application but the data doesn't have any geolocations. Let's see how you could go about the problem and how you can use a new application called Mapspread for this purpose. Read more
17 Jul 2009 Tools AreaChart, BarChart, Flash, Pie Chart

Ever had the need to communicate data clearly without having to distribute the raw data? Maybe by quickly include an interactive chart in a webpage? Then FusionCharts Google Gadget maybe the perfect solution for you. Read more
08 Jul 2009 Showcases, Tools API, Biology, Genomics, Google, Processing

Jer Thorp from blrprnt.com has published some screenshots from one of his newest projects "Flu Genomics". While there isn't much information available yet about the tool itself, Jer has put together an excellent explanation about the working process he used for this project. Read more
11 Jun 2009 Tools API, Mapping, TabularData

Google has recently published a Pre-Alpha version of one of the newest Google Labs projects called Google Fusion Tables. Fusion Tables provide the abillity to visualize tabular data in various ways. Similarity to Many Eyes or the NY Times Visualization Lab are obvious, let's see how Google makes a difference. Read more
03 Jun 2009 Tools Google, Search, TabularData

Google just recently released another useful Google Labs product called Google Squared. It's basically a search engine that organizes the search results as tabular data by finding similar attributes. Although the engine aims to deliver a perfect match, Google Squared also acts like a research tool where you can collect and refine your findings. Read more
25 May 2009 Tools API, Geo, Mapping

Yahoo released a new API called Placemaker on the Where 2.0 conference. Placemaker aims to help making applications and services location aware. Read more
24 Apr 2009 Notes, Tools Browser, JavaScript, Library
Primer.js is a tiny JavaScript library that simplifies the workflow of creating graphics right in the HTML using the <canvas> object. Simply create a Primer() object in a DIV of your choice and then you’re ready to start drawing. The library provides some basic shapes right away like curveTo, roundedRect and provides also interaction functionality [...] Read more