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
How to fix fatal error “Call to undefined function: mysql_connect()”
I thought I’d post this so people can find the answer more easily than I was able to. If you get this error when a PHP 4 page tries to connect to MySQL on Debian Sarge (testing release): Fatal error:...