Twentyten was een memorabel jaar. Qua politieke verschuivingen, voetbal (waren so close … yet so far away), twittermania, facebookmania en Gagamania. En wij vierden ons 10 jarig bestaan, met een mooie club collega’s, fijne en trouwe klanten en steeds meer … Continue reading →
Zend Framework has a very neat action helper called ContextSwitch. With this helper you can easily output data from your actions in other formats besides HTML. For instance, when you create an AJAX-callback action, you’d like to have the output in JSON format, or simple API actions might output its content in XML. The ContextSwitch makes this task easy for you. But what if you are writing an API and a client wants its output in JSON instead of XML? Or maybe it wants HTML. You could use the ContextSwitch helper for this, but do you want to add a ?format=xml behind your URI’s or might there a better way? read more…
Sometimes you need to iterate over multiple iterators. The easiest way achieve this is probably to use the AppendIterator. With this iterator you can “merge” multiple iterators into one single iterator which makes your code cleaner and easier to understand. … Continue reading →
4worx streeft er al 10 jaar naar om met onze producten en diensten volledig aan uw wensen te voldoen. Dat doen we door naar de wensen van de klanten te luisteren, te innoveren en door telkens ook kritisch naar onszelf … Continue reading →
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 →