admin
Creepy Vid, Good Music
Royksopp - What Else Is Thereby hushhush112
Youtube Find: Postal Service vs Zelda
I forget what these are called. I find it funny, and brillant.
Helpfull page layout technique
I can rember reading this when it first came out. It was a helpful, tip ten and now.
List all the things a screen should do. What should the customer be able to accomplish? What information are you sure should be displayed? Which affordances are necessary for customers to start a process or reach a goal? [...]
Thinking About Future Tools
Pictures like this remind me about the need to dream about future tools. Sometimes we need to dream up our tools before we have the technology.
Protovis
Shared by voidfiles
This has been a long time comming. Tech like this makes me want to screw IE users.
Protovis is a visualization toolkit for JavaScript usingthe canvaselement. It takes a graphical approach to data visualization, composingcustom views of data with simple graphical primitiveslike bars and dots.These primitives are called marks, and each mark encodes data visuallythrough dynamic properties such as color and position. For example, thissimple bar chart visually encodes an array of numbers with height:
new pv.Panel().width(150).height(150) .add(pv.Bar) .data([1, 1.2, 1.7, 1.5, .7, .3]) .bottom(0) .width(20) .height(function(d) d * 80) .left(function() this.index * 25) .root.render();
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

