September 10
CakePHP, FirePHP and White Space!
Working on outputting XML in CakePHP, the output xml was not valid because of white space right at the beginning of the view. On further investigation I found that this was happening with all views.
I found the culprit to be in the FirePHP Debugger file (as set up using the bakery - http://bakery.cakephp.org/articles/view/debugging-with-firephp ), after [...]