Monthly Archives: November 2008

How to test if a JScript variable exists

Sometimes simple things tend to be tricky. This one eluded me for quite some time (upto today that is). I use to use a construct that casts a variable to a string and test if it’s “null”. So code like: … Continue reading

Posted in Programming | Leave a comment

PHP and XDebug

  Just as I found how to trigger the JScript debugger a similar way exists for PHP script and XDebug. At the same time I discovered that XDebug can do much more! XDebug Debugging The ‘normal’ way of starting a … Continue reading

Posted in Programming | Leave a comment