Remember the fun game The Incredible Machine where you had to build, errr, incredible machines ? Now here is the video. Awesome stuff !
Speeding Things with PHP Output Buffer
While playing a bit with Xdebug (a profiling tool for PHP), I've come across something I didn't know and that I frankly found a bit odd : how to use output buffering (PHP function ob_start()) to speed up some stuff. In a few words, just so you know if this is obvious noob stuff for you and you can skip…