Posts Tagged ‘debugging’

Linux network troubleshooting with the weirdest case scenario

Saturday, September 18th, 2010

So my server crashed for the third time in a short time period the other day. Hopefully it won’t happen again.... Read More

jQuery debug plugin – print_r style output

Saturday, July 11th, 2009

The other day I was searching for some Javascript that could output objects and stuff in a similar fashion to PHP’s print_r function, with indentation and all. In the end I ended up combining two different scripts, a simple one that focuses mostly on the presentation, and one that focuses more on the true recursiveness that is required.... Read More

Debugging Javascript in IE

Saturday, December 20th, 2008

I just found a great post on how to debug Javascript in IE.... Read More

Working with other people’s code

Thursday, February 28th, 2008

Yesterday I had to make some changes in VirtueMart for Joomla 1.0.13. This codebase can be a little confusing sometimes. Believe it or not but this was the first time in my PHP-coding career that I felt the need to be able to simply dump all declared variables, not just the globals in $_REQUEST and so on. Perhaps a testament to how little time I’ve spent working on other people’s code, it’s not much.... Read More