Archive for February, 2008

Added some new ads to the rotation

Thursday, February 14th, 2008

I have joined and added shoppingads.com to my ad rotation on my sites.  You’ll notice it here also.

Creating a diff patch for php

Thursday, February 14th, 2008

Generating the patch:

diff -urp revised_code.php orig_code.php > patch.diff

UPDATE: with svn it’s just:
svn diff > diff.patch
Applying the patch:

patch -p0 < patch.diff

Reference: Using diff to generate patches.

Technorati Tags: php diff patch

Working Full Time

Sunday, February 10th, 2008

I’m back to the world of the gainfully employed. Actually, the announcement is a bit late. I started working at Classic Graphics back on October 21, 2007. I wanted to wait until my 90 day review before I made the announcement. That happened on January 21, 2008. The review went [...]

Full Screen Apps Mac OS X

Sunday, February 10th, 2008

I’m not a mac user, but when I have to work on one I find in really frustrating that I can’t make my apps full screen.   Recently When I started working at Classic Graphics I was provided a Mac Book Pro to work on and quickly started longing for full screen apps.  I had solved [...]

PHP, VIM, Ubuntu, XDEBUG

Wednesday, February 6th, 2008

Here’s a round up of links that detail setting up Xdebug on Ubuntu.
There are several that just detail using Xdebug to trace PHP applications.
Xdeug Official Docs
Xdebug and VIM
XDebug and Eclipse on Windows
Debugging Drupal with XDebug
Tracing PHP with Xdebug
Debug PHP with VIM
Debug Drupal with VIM
Debug Symfony with VIM
Debuggin PHP on Ubuntu
Technorati Tags: php, vim, xdebug


Creative Commons License
This work is licensed under a Creative Commons Attribution-NoDerivs 2.5 License.