As part of a project we are involved in there is a need for externalization of messages, both error and labels from the application into an external file. From within Java, this is available as message and resource bundles, and the Spring framework smoothens this process. In PHP this is another story, as the options […]
World Cup Starts Today
Well the World cup ceremonies have started and everyone is pretty excited about the games to be played in South Africa. The web is awash with tools to visualize the results, schedules, and stadiums. It will be interesting to see how all this pans out My favorite is http://www.marca.com/deporte/futbol/mundial/sudafrica-2010/calendario-english.html
Message/Event Driven Application Design
While object oriented may be the way to go with the recent developments in PHP 5, and growth of IDEs like Zend Studio and Netbeans, event driven design seems to provide a way of reducing the coupling between class modules The separation of objects initiating the events, and the processing of the events even with […]