-
Archives
- July 2011
- January 2011
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- August 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
-
Meta
Category Archives: Software Development
Installing the oAuth pecl extension on Mac OS X with Zend Server Community Edition
I’m running Zend Server Community Edition on Mac OS X. I attempted to install the PECL oAuth extension by using the simple command: sudo pecl install oauth The installation went fine, but when I attempted to find pecl in my … Continue reading
Posted in PHP, Software Development, Systems Administration
Leave a comment
My Move to Improving Enterprises, Part 1
This blog article has turned into a ridiculously long posting that I’m splitting into 2, possibly 3 parts. The series pretty much recaps what I did at the College of Architecture and what I’m doing at Improving Enterprises. Enjoy! For … Continue reading
Posted in *nix, Personal, Software Development, Systems Administration
Tagged .net, automation, continuous integration, gentoo, linux, PHP, phpunit, postgresql, Systems Administration, wcf, wpf, zend framework
1 Comment
Merge is out of date?
So, I encountered a weird problem earlier tonight while trying to merge changes from our trunk back into a branch I’ve been working on. The merge went successfully and I could see all the changes locally. However, when I attempted … Continue reading
MyServiceHostFactory could not be loaded during host compilation
Last Friday and this morning I had been trying to deploy the latest changes to my WCF application. As I started doing this the manual way (e.g. copying all DLLs, configs, and service endpoints into a directory to zip and … Continue reading
JavaScript OO Function Encapsulation
I’ll admit, I’m a bit of a JavaScript n00b when it comes to doing UI development. One of the outside consulting projects that I’m working on is asking me to push the limits of my JavaScript knowledge, and I can … Continue reading
HTML5 Audio Elements
One of the side projects I’m working on involves having users listen to audio files and fill out information in response to the audio files they listen to. Some audio files will be short (e.g. 5 seconds or less), but … Continue reading
PostgreSQL Group & User Role Inheritance
As I’m trying to finish up one of my consulting projects (and enhance other active projects), I decided to take a nice long hard look a PostgreSQL permissions – the correct way of doing it. PostgreSQL applies the commonly accepted … Continue reading
Zend Framework Update and Zend_Db Mocks
Recently I upgraded one of my projects from 1.6.1 to the latest in branch-1.8.x of the Zend Framework. This resulted in most of my 1200+ unit tests breaking for that project. After several hours of trying to figure out the … Continue reading
Protected: TouchNet uPay Problems
There is no excerpt because this is a protected post.
Dojo Drag-n-Drop and Form Submission
While working on one of my consulting projects, I was having a difficult time finding documentation anywhere online on how to use the Dojo Drag-n-Drop (dojo.dnd) features with forms. I wasn’t too keen on making JSON calls or writing a … Continue reading