Archive for the 'Web Programming' Category

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

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

DestinHomes - New Website

Wednesday, August 3rd, 2005

I’ve been working on a new website for an old college friend. His company is called DestinHomes and can be found here. His name is Maurice Jackson and he always impressed me during college. He’s a very hard worker, and a man of integrity. He has gone from selling real-estate to building and developing. Good [...]


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