How We Caught Missing Wired Magazine Writer Evan Ratliff
Update: You can read, watch and listen to a summary of all post-contest media here. The following post is a detailed technical description of how we found the clues to Evan’s whereabouts and notified Naked Pizza who captured Evan in New...
What to expect from the Apple MacPad: predicting the release of the long-rumored Mac Tablet
You can view the original version of this page in the Archive.org Wayback Machine. Brief update: Welcome Slashdot and MacSurfer readers. Coincidentally, Gizmodo is reporting today that Apple plans to release an $800 tablet or netbook in October – based...
Confirmed: Apple OS X 10.5.6 Update Can Break Your MacBook Pro
You can view the original version of this page in the Archive.org Wayback Machine For Christmas this year, Apple sent me a software update that crashed my MacBook Pro. A few days after I installed the OS X 10.5.6 update,...
How to uninstall and purge a package in Debian
To uninstall or remove a package, use: sudo apt-get –purge remove <package-name> To list packages of a certain type you might want to remove: dpkg -l | grep ‘string you are looking for’
Microsoft Drops The Ball on Internet Explorer 7 Standards Compliance
You can view the original version of this page in the Archive.org Wayback Machine. Microsoft often says it’s pro-standards – but typically, they’d rather own a proprietary interface or protocol than build a compatible system. As I relaunched the new...
How can I get query string values from URL in Javascript?
This is helpful – simple javascript code to get query string values from a URL: via Get Query String variables in JavaScript