About David Papadogiannakis
David is begonnen als stagiair bij 4worx en is daardoor in het bedrijf gegroeid en door het bedrijf gevormd. Het is een harde werker die met passie zijn positie als (Zend Framework) developer bezet en daardoor elke opdracht als een persoonlijke uitdaging beschouwd.

For one of our latest projects: KLM Travlr we recently got some reports about Internet Explorer 9 users who could not start searching for their ideal travel location. In other browers the button which opens a new window with the … Continue reading →
We all use patterns in our daily lives. Especially when you are a (web)developer. You can’t go without them. In every block of code there is a pattern to be seen (and thats good!) though sometimes the pattern might not be known by name when seen. One pattern that everybody should recognise when going over a piece of code is the adapter pattern.
It’s one of the most easiest patterns to spot. A simple line as $foo->getAdapter(); is enough. Same goes for foo::factory();. read more…
Since W3C published its HTML5 specs in January 2008 many browsers have started their implementation of the improved XML structure and its new attributes. But what does this mean and how can we as developers benefit from all this on … Continue reading →