I ride the train almost everyday for an hour each way and work using my laptop. It was my hope that the wi-fi on the train worked sufficiently that I’d have a constant Internet connection but this is not the … Continue reading
Category Archives: Code
Trying the PHP framework Laravel I found that the framework would not start without Mcrypt installed, the encryption library. After some research I realized that I’d have to build the LIB and this page gave very good instructions. http://www.leonardaustin.com/technical/how-to-install-mcrypt-on-mac-osx10-7-and-osx10-6 A … Continue reading
Upgrading Ubuntu 11.04 to 11.10 had a problem, the icons of some apps were gone. Here’s how I fixed it – easily. Ubuntu 11.04 offered an upgrade to 11.10 which was easy enough to make just click the button and … Continue reading
Gedit is a simple wysiwyg test editor and people want it to work like OS X’s TextMate too, here how. So I’ve been using VIM for a while since it’s a little easier than VI and this is not saying too much … Continue reading
Continuing to learn Capistrano, I have to make my development environment match. My dev environment is Ubuntu 10.0.4 and a number of Gems are more recent versions than those on Site5, I have to get my dev environment to match the … Continue reading
I’ve had WCF services running on in-house computers exposed to the Internet for some time. Moving a web service from an in-house fully accessible computer environment to a web hosting environment like GoDaddy, HostGator and others that limit your access … Continue reading