Doctrine 2 filters are a very powerful feature allowing you to easily modify every request sent to the database. This comes…
Working with PHPUnit and Eclipse PDT has always been a bit of a pain. We ended up using it as an external…
Sometimes you just want to know that you took the right branch in an if statement, or that the value…
Every PHP developer will sooner or later face a request to output a document as a PDF, XLS, DOC or…
What a lot of acronyms. We want to automate converting colour spaces in a web app. It’s not easy. A…
Stopgap guide to going UTF-8 When we started building DropSend, we decided to support all languages worldwide from the start. The…
Is while() the same as for()? Following the for() tests, I performed the same tests for while() loops. The speeds were…
Unexpected result shows 50% speed gain I decided to try a couple of speed tests on for loops in PHP.…