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 , , , , , , , , , , , | 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

Posted in Software Development | Tagged , , | Leave a comment

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

Posted in Software Development, Systems Administration | Tagged , , | Leave a comment

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

Posted in Software Development | Tagged | 2 Comments

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

Posted in Software Development | Tagged , , , , | Leave a comment

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

Posted in SQL | Tagged , | Leave a comment

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

Posted in PHP | Tagged , | Leave a comment

Protected: TouchNet uPay Problems

There is no excerpt because this is a protected post.

Posted in PHP | Tagged | Enter your password to view comments.

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

Posted in PHP | Tagged , , | Leave a comment