Profiling PHP with Xdebug and Webgrind

Profiling your PHP apps with webgrind can help you identity what portions of your code are taking up the most execution time, and setting it up with XDebug couldn’t be easier. I am assuming you already have Xdebug installed… add to your php.ini… xdebug.profiler_enable = 0 xdebug.profiler_enable_trigger=1 xdebug.profiler_output_name = cachegrind.out.%t.%p …


Resetting your gitorious user password from the rails console

So you forgot your gitorious user password or you just want to reset it, and you’ve access to the rails installation of your gitorious application. You’re in luck. cd to the apps directory of the gitorious installation (gitorious/apps) and you can execute the following: $ RAILS_ENV=production script/console Loading production environment …


Migrate SVN to Git

We are slowly moving our old and new projects over to Git. There are a variety of benefits that are not within …


Useful Git Commands

We are migrating from svn to git here for source control and I have put together some useful commands to share with …


Drupal Tool Drush Eval

Drush is an essential command line tool for Drupal development. Drush favorites include quick and easy cache-clear via drush cc all and …


10 Tips for HTML Email Marketing

Email marketing is a great way to target prospects and provide your current clients information of value and special offers. The associated …


WordPress -> Facebook Integration

We recently installed a plugin for our blog that will allow authors to easily publish teasers from articles to FB and Twitter. …