Archive for the 'Web & Tech' Category

Add Google Buzz to your Site!

February 18th, 2010

So as everyone knows Google has released Buzz and by now most everyone has it. The number one question is how do I add it to my site so that people can share my content with their buzz friends. Well, if you are running WordPress it’s pretty easy. Head on over to [...]


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, [...]


Recovery.gov | SharePoint, Blogging, and Photo Uploads!

August 4th, 2009

This will never happen with recovery.gov but it’s in the second contract modification document from Smartronix.
Synteractive is a strategy and business solutions consulting firm specializing in
leveraging the power of information to radically improve the efficiency and effectiveness
of complex organizations. Synteractive has a proven record of using Microsoft Office
SharePoint Server (MOSS) technology to aid in business [...]


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 = [...]