Linux network troubleshooting with the weirdest case scenario
Saturday, September 18th, 2010So my server crashed for the third time in a short time period the other day. Hopefully it won’t happen again.... Read More
So my server crashed for the third time in a short time period the other day. Hopefully it won’t happen again.... Read More
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
I just found a great post on how to debug Javascript in IE.... Read More
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