Zenoss: IT Monitoring for the overworked

0

Posted on : 24-06-2010 | By : Brett | In : Linux, Technology

zenoss network monitoringI’ve been with my current company for 10+ years (at the time of writing.) It’s been a roller-coaster ride with ownership changing hands several times. But I’ve managed to hang on and I’m still riding even after the most recent change in drivers. Unfortunately, many have fallen out over the years and that leaves me to do two jobs: Web programmer and IT Administrator. Finding time to do both jobs well can be a problem to say the least. Read the rest of this entry »

Form Validation Class using PHP 5.3

18

Posted on : 18-06-2010 | By : Brett | In : PHP, Programming

Currently, I am working on a minimal MVC framework for a somewhat ambitious project. I chose to host this website using the latest and greatest: PHP-FPM on nginx running PHP 5.3. After realizing that I needed a form validation library, I came up with one that is fairly easy to use and somewhat extensible. This is the first time I have been able to use Closures in PHP code so maybe I am just a little bit geeky-giddy.

Read the rest of this entry »