javascript
For our Open Design project (later more on this) I need to draw flightpaths between objects in a browser window. After some searching I found help in paper.js. You can do amazing animations with it, have a look at this rainbow example.

paper.js rainbow example
It's HTML5 which might be a problem for our project, but it's a good example of what future web application might have in store.
In my previous blog entry I got the idea of making subtitles for Vimeo movies. I extended that idea to make it even easier.
The attached MidityVimeo javascript library contains all code to create subtitles the easy way. The only thing you have to do is:
- Make sure you include the MidityVimeo and the GoogleAPI javascript in your page
- Paste the Vimeo Embed code in your HTML
- Create the Javascript subtitles as mentioned in my previous blog
- Call a function to activate the subtitles:
MidityVimeoLib.showSubtitles(clip_id, subtitles, ID_Of_Subtitles_DIV);
Things to note:
UPDATE [12 mar 2010]: There now is an easy to use library implementing subtitles as described below. Read all about it here:vimeo subtitles midityvimeo library.
I found the following movie of the Dutch band De Kift on Vimeo.com. But because it is in Dutch, it would be difficult to share it with you. So I created subtitles. For you!
