Recent work:

Liftopia
ChirpAt.Me
JPG Magazine
Everywhere Magazine
 

Skills acquired:

PHP
Apache
MySQL
MongoDB
Memcached / MemcacheDB
CodeIgniter
Zend Framework
Kohana
Cake
Others
XHTML
CSS
jQuery
Node.js
Section 508

More: Linux, Free & OpenBSD, NGINX, CouchDB, Smarty, Xapian Search Engine, Lucene Search, Postfix, Amazon EC2 & S3, OAuth, JSON, JSONP, SOAP, Various API's (including my own), XML, XMLRPC, REST, XSS, SQL Injection, SVN, CVS, Mercurial, SSH, and more.

 

Twitterings:

     

    Free code:

    • HTMLPurifier Wrapper »

      Simple wrapper class for the invaluable HTMLPurifier library. Makes general purpose use a breeze. Provides options for recursing multi-dimensional arrays as well as short-cuts for advanced usage.

    • MySQL Wrapper »

      Simple wrapper class for MySQL. Provides access to all sorts of helpful helper methods. The Singleton Method makes this simple library pain free just as DB access should be. It was built to be light, fast and easy to use.

    • Cookie Sessions »

      This class enables you to store session data statelessly in client cookies. Preventing the need to store session data on your servers. I recommend you encrypt the cookie data if you use this class. Download »

    • Mr. T Mohawk Test »

      Someone gave me this test as part of an interview. It's an unrealistic problem and a far from perfect solution, but it was fun to do. I guess it serves to show how well I solved a particular problem 3+ years ago.

    • APE HMVC »

      This is a light, fast, flexible and easy to use modular HMVC framework I tinker on from time to time (it's rough). It's focus is in application architecture and flexibility. It provides the basics allowing you to use the libraries you're used to.