Archives for July, 2008

Debugging PHP-AJAX Applications with FirePHP


While developing DiLoc|Rail I often found it tedious to debug server-side problems in my XmlHttpRequests. When PHP spits out an error, the JSON will become invalid. Allthough I handle this globally and a nice error message is displayed, it is not that optimal. Furthermore if you want to output some debug-info from the server-side processing, [...]