psd.js

Impressive new addition to the list of javascript codec/file format implementations: psd.js is a general purpose file parser for PSD files created in Photoshop. Given a PSD file, it can parse out information such as image size and color modes, image resources, layer info, image contents, etc. Written in Coffeescript. Works in modern browsers and …

Facebook Timeline Movie Maker

Here’s my resulting movie → Cool concept, needs some technical/ux work though. Some quick quirks I noticed: Can’t change the loading background image. It now shows a photo of a friend of mine, instead of a photo of me Videos can’t be saved/embedded Loading of “saved” video is slow (most likely because they’re built on …

Moonrise Kingdom

Set on an island off the coast of New England in the summer of 1965, MOONRISE KINGDOM tells the story of two twelve-year-olds who fall in love, make a secret pact, and run away together into the wilderness. As various authorities try to hunt them down, a violent storm is brewing off-shore — and the …

CSS calc() in Chromium/Chrome

Three days ago this was committed: This is the parsing stage of calc. The expressions are evaluated and expression trees are generated. CSS values are not created yet – that will happen in a subsequent commit. Looking forward to the next commits, as this feature will make things — such as flexible columns with a …