What does it have in it's PHP pocketses?

As some of you know, I’ve beeen looking for employment as a PHP web developer. I’ve included some useful examples of my work on my CV, but those only display the end-result of the code, not the code itself.

I have thrown together a quick PHP example code page for future employers and friends alike. There are no aesthetic considerations for the site. It exists only as a link page to source code.

Posted by maddox on 2009-09-21 : 7 comments

Posted in: Coding Php

The right tool for the job is sometimes not the right one afterall.

It amazes me sometimes that software religious fanaticism is still rampant in this day and age of “there is no right way to do something as long as it works”. I ran headlong into this today while twittering.

This site is running a development version of Django, and as such there are sometimes major changes to the codebase that you have to compensate for. One such change was the recommendation to move from Apache running mod_python to mod_wsgi. It was a relatively painless changeover, but I just couldn’t get the admin media files (the admin site has a library ...

Posted by maddox on 2009-09-01 : 0 comments

Posted in: Rant Coding