Ramblings and notepad

Filed under

php

 

Debugging your PHP Code: XDebug on MAMP with TextMate and MacGDBp Support | TechnoSophos

Just realized, when I set up a mac for dev, that I was missing the debugging stuff I had installed on another mac.

So here it is, for me to remember and you to find out.

My tip would be: forget about MAMP and go with MacPorts instead. There is something funky about MAMP that just makes me feel less in control. The blog post is still valid and worked perfectly: I was debugging my code in less than 3 minutes!

Oh... and check out abcde if you are using MacPorts.

Filed under  //   MacGDBp   debug   mac   macports   php   xdebug  

Comments [0]

Creating A Google Wave Extension In 5 Steps

Media_httpjeezeuwpcontentuploads200910installer600x324png_sgkgjxhegeuaerr

A simple and easy to follow tutorial. If you have no-one to talk to and feel lonely in wave-land then this will help you kill some time.

Filed under  //   extension   google wave   php   tutorial  

Comments [0]

The Proper Way To Use UTF-8 (PHP/MySQL)

For all those little encoding screwups we all will trip upon...

Filed under  //   encoding   mysql   php   utf8  

Comments [0]