Gravatar Zend Framework View Helper

December 18th, 2009

I have worked on a Zend Framework these past couple of days and needed the ability to display a users avatar. This is easy by using Automattic’s gravatar project. The easiest way to add a users avatar is to use a (this) view helper. Basically in your view you just pass the [...]


After the Deadline (AtD)

December 10th, 2009

Yesterday I had the great opportunity to here Raphael Mudge the creator of AtD present After the Deadline at DC PHP.  Below is a recording of the talk.  I hope to write some more about AtD after I play around with it more.

var addthis_brand = ‘Kapustabrothers.com’;var addthis_language = ‘en’;var addthis_options = ‘twitter, email, favorites, digg, delicious, myspace, [...]


Zend_Db Firebug Profiler via .ini File

August 3rd, 2009

So a couple of days ago I posted a way to get the DB profiler working via your bootstrap but an easier way to get things working is via your configuration .ini file.
Once again you need Firefox, FireBug, and FirePHP. Then in your .ini file add the following lines;

resources.db.isdefaulttableadapter = true
resources.db.params.profiler.enabled = true
resources.db.params.profiler.class = [...]


Surviving The Deep End: Chapter 3 Models

January 25th, 2009

Just got down reading chapter 3 of the free Zend Framework book called “Surviving The Deep End.“  Chapter 3 was about models and was very informative.  Many developers have different views on what the model should do. I am in total agreement with this description of a model in the book.  I love the [...]


Seven Things – Tagged by Joe LeBlanc

January 25th, 2009

So this Seven things chain has been going around the web lately and I have finally been tagged. I was tagged by the Joomla! god who keeps all those planes in the air with his sophisticated software algorithms.
Seven things about me you may or may not know;

I used to swim competitively – I swam [...]