|
Monthly Archives: July 2010
Face_Service_Face, a just-for-fun ZF-style implementation of the Face.com API
Interested in branching out as of late, but not really having a particular direction, I decided to build out a set of classes to utilize the Face.com REST API, thinking it could be useful for a fun photo-based application — … Continue reading
Partial vs. Helper in the Zend Framework: When to use which?
You will almost always have to reuse certain view elements across a site. This is generally a good idea from a user experience perspective, because it normalizes the contexts in which a user interacts with your application. From a development … Continue reading