What has the Internet done for us?

October 18th, 2011

Every so often, it can be good to take a step back and …

How to get rid of cursor stuck as drag n drop icon on VMware Player (document with hand)

October 18th, 2011

Drag and drop icon ubuntuI use VMware …

Download a web page to a local directory that mirrors its url path - wget file command on Linux

October 17th, 2011

I was doing some work on my web site and I was about …

PHP - ‘allowed memory size’ fatal error whilst using exec() command

October 7th, 2011

I was using php 5.3’s exec() command within a cli script …

Farewell Steve Jobs

October 6th, 2011

How sad.

You will remain an inspiration for us all.

Apple ‘visionary’ Steve …

Online Tools to Convert those Long Google Search Engine Results Links Back to Normal Links

September 15th, 2011

Sometimes Google uses re-direct links within the search engine result pages (SERPs) which, …

Gotcha - Php require_once includes files twice if path’s case is wrong causing ‘Fatal error: Cannot redeclare’ errors

September 12th, 2011

Here’s another gotcha story. Its a little storm in a teacup that occurred …

Gotcha - Fatal error: Call to undefined method stdClass::myMethod() in /myscript.php on line

August 8th, 2011

I had a bit of confusion trying to debug a relatively complex …

Dreamweaver MX - Regular Expression Search for Undefined Array Index PHP

July 4th, 2011

If you set your PHP error_reporting to show E_Notices you might sometimes see …

PHP deprecated error_reporting - All errors apart from deprecated

July 4th, 2011

When debugging, I can never be sure of the correct arguments to pass …