Site search

Categories

September 2010
M T W T F S S
« May    
 12345
6789101112
13141516171819
20212223242526
27282930  

Friends

Archive for 'Javascript'

Experimenting with Processing.js

I eventually got round to trying out Processing.js - the javascript implementation of the original Processing. You can see the result below in a little experiment called Fireflies.
Fireflies
(View in Google Chrome/Firefox)
I actually ported this from a javascript experiment I did around the same time as the snowfall one. I thought it would be a good [...]

HTML 5 Canvas vs Flash

Over the holidays I gave myself a break from Actionscript and took a look at the HTML 5 Canvas object. It’s been a while since I programmed any javascript, and AJAX technologies seem to be the popular choice for web apps these days (goodbye Flex!). I decided to port over an old Actionscript 1 experiment [...]