Month: March 2006
-
The Zend Framework – part 1
—
I’ve been playing with the Zend Framework and have started a little How-To mostly for my own benefit. http://bealers.com/how-to/using-the-zend-framework-part-1/
-
WordPress PHP syntax highlighting
—
I’ve been writing code in my spare time again and have been wanting to blog little snippets but WordPress munges any code that I add into the post body. I googled for wordpress plugins and most didn’t support WP 2 or were a bit tame but then look what I found. The iG:Syntax Hiliter by…
-
PHP Perl Compatible Regular Expressions cheat sheet
—
A great one page cheat sheet for PCRE’s can be found over on the PHP Guru website. http://www.phpguru.org/article.php?ne_id=67
-
Building a PHP Development server from scratch
—
***This post is very out of date. See here for a newer version written in 2013.*** Following these instructions will get you a Debian based PHP/MySQL development server set-up with the ability to have multiple developer sandboxes that are accessible from a remote machine on the local network, using Samba. Time needed < 1hr INSTALL OPERATING SYSTEM…