Archive for the “Development” category

Modifying Vixie Cron for Fun

0joe24th Sep 2009Development

Introduction Cron is an essential *nix package that silently runs in the background running scheduled jobs. The most common version of cron is Vixie More »

Making a Plain Website

0joe2nd Sep 2009Development

Introduction For the past few years, Unix Mages was running on Wordpress. The site has not changed in over two years as I was More »

My Zend_Acl Implementation

8joe18th Feb 2009Development, ,

Introduction It seems everyone, myself included, has a bit of a hard time first grasping Zend_Acl. For the time being, I’ve settled on a simple More »

How I Deploy Websites

4joe14th Feb 2009Development, , , ,

I’ve gotten into the habit of using a Virtual Machine to develop my websites. The VM mimics the production server as much as More »

My Git Workflow

0joe12th Feb 2009Development, ,

I was never a fan of Subversion because every time I tried using it, I always managed to corrupt the repository. Also having More »