Unzipping lots of files in subdirectories to the current directory By Jelle De Loecker on Jul 17, 2010 Have you ever had a bunch of subdirectories each filled with only one zip file? Or have you ever had a task that needed to be done in the same way? Well here's a handy little line of code that will help you on your way!
Simple keycode object collection for Javascript By Jelle De Loecker on Jul 15, 2010 I've only recently gotten into Javascript, thanks to the <canvas> element. I'm currently building a 2D tile-based render engine for a game. (What better way to learn something new than to build a game, right?)
A print_r function for Javascript (Recursively dumping arrays) By Jelle De Loecker on Jul 06, 2010 Binny V A over at Bin-Blog has written something marvellous: a print_r function for Javascript.