Added some new ads to the rotation
Thursday, February 14th, 2008I have joined and added shoppingads.com to my ad rotation on my sites. You’ll notice it here also.
I have joined and added shoppingads.com to my ad rotation on my sites. You’ll notice it here also.
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
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 [...]
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 [...]
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
