October 24, 2007 Force a file download Here’s a small function that will allow you to force a file download. Very easy to use, too! Here are some examples of how you might call the function: Categories Code snippets/PHP Comments: 0
October 22, 2007 Portal (the game from Valve) A couple days ago I bought Portal via Steam, and even though it’s probably one of the shortest games I’ve played it is undoubtedly one of the best! The premise is pretty simple; solve puzzles by using the portals that you can shoot in to the floor, ceiling or wall and walk through (or in some cases, fall in to... Categories General Comments: 2
October 19, 2007 Zend Certified Engineer During the php|works conference in Atlanta this year I took the PHP5 Zend Certification, and I’m pleased to say that today I found out I had passed! So I am now pleased to say that I am a Zend Certified Engineer for both PHP4 and PHP5. And just to prove it… Categories PHP/works07 Comments: 0
October 3, 2007 Simple image view helper for Zend Framework Here’s a simply view helper for the Zend Framework that can be used to display image tags. It checks to see if the image file exists and if not then it’ll use the data url scheme to output a very simple image that, ironically, says ‘NO IMG’ on it. 🙂 Please note, though, that I’ve only seen Firefox support this... Categories Code snippets/PHP/Zend Framework Comments: 2