Deliver real-time information to your users using node.js
July 26th 2010
You must have already heard about node.js, if not, it’s an evented input/output server based on Google V8 engine. That means that as soon as the server receives information it can respond and send relevant information back to your front-end. You can then treat this information the way you want. What is so cool about […]
Douglas Crockford — Crockford on JavaScript
July 23rd 2010
It’s friday, time to relax (and learn!). Here’s a really cool link, it’s a tiny bit old but it’s still totally worth it if you’ve never heard of it. It’s a talk Douglas Crockford gave back in january about javascript, it’s past, present and future. It’s divided in five chapters. This is a very interesting […]
3D wall effect using only javascript + CSS3
July 13th 2010
I recently wanted to test if I was able to give a 3D aspect to wall as a proof of concept, so I fired up textmate, started coding and ended up with this. I only used JavaScript and CSS(3). I also need to point out that this demo only work in Safari as I used […]


