All posts
prettyPhoto 3.0: Updated beta.
August 26th 2010
Hey I’m not dead. Neither is prettyPhoto. My last update dates back to March 15th, I’ve been quite busy. Part of it is job, the other part has been Final Fantasy 13 But the good news is, I have been working on prettyPhoto during that time. So today I release an updated beta version with [...]
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 [...]
JavaScript tip of the day: Extending a String Across Multiple Lines
June 17th 2010
I’m working on a project where I need to inject qui a bit of HTML. The examples will feature jQuery but it works with any library as it is simply string handling in javascript. So the problem we face is that a string of content on a single line is hard to read. Something like [...]


