Web and Mobile App Development and Design
That’s what I do. I’ve been developing custom apps for the web for nearly a decade and loved every minute of it. I’ve recently begun experimenting with Mobile app development as well.
This Just In!
Tired of typing in your password EVERY TIME you log into that ssh server? In this quick post I’ll show you how to skip that step securely.
Technology
Tired of typing in your password EVERY TIME you log into that ssh server? In this quick post I’ll show you how to skip that step securely.

I am frequently amazed at my own human inconsistancy. For example, as a confirmed technologist (read geek) I find that I hunger, thirst and, yes, lust after the latest and greatest thing. What ever that is. I’ve got to have the latest version of it.
Yet in spite of this need I still use TextMate as my work horse text editor. at least a quarter to half of my day is spent in there. Yet TextMate is NOT, by ANY means THE LATEST AND GREATEST anything. I mean, I think Noah died the day after celebrating the release of the last major release1. Just some how it’s still the best in town.
I know that BBedit has it’s HUGE proponents (many of whom are among the developers I respect the most). Coda, Espresso and many others too. I’ve tried TONS of editors (I refer back to my technologistness), but I always come back to TextMate. In fact It’s what brought me over the line from a strait Linux man to tread the path to full out Macophilia.
Development
If you find that php can’t access MySQL on your local dev environment after upgrading to Mac OS 10.6.6. It’s because it’s looking for the socket file in /var/mysql/mysql.sock, except that it’s not there. It’s in /temp/mysql.sock. I resolved the issue by using the following commands: $ sudo mkdir /var/mysql $ sudo ln -s /tmp/mysql.sock [...]
One of the most anticipated new developments of WordPress 3.0 is the unified WordPress and WordPress Multi-Site (formerly MU) codebase. Because the final implementation seems to lean more in the direction of the original MU codebase, some have described the end result as being able to use single user WordPress MU. In spite of this, there is no readily apparent way [...]
Loading a non-standard version of jQuery in WordPress
Have you ever needed to load a version of jQuery in WordPress other than the one that comes standard? I have. It’s got to be a fairly common need as I frequently see Themes and Plugins that try to do this by including their own version after WordPress loads the standard one. They either set [...]
Portfolio
Overview: Family Fellowship is an organization concerned with making the internet a safe, family friendly place through effective, user-friendly Web Filtering. They approached us to build a new website to market their custom web filtering product, as well as publish useful information to help families and other individuals and organizations make the most of their internet service. What We Did: [...]