I’m not a hardware guy, but I am excited about what I’m going to do with my new-to-me Dell Precision WorkStation 690.
A PHP MySQL snippet for looking up names
A PHP snippet and MySQL query for an Ajax autocompleter lookup of people names by either “Firstname Lastname” or “Lastname, Firstname” from a single input field.
GoDaddy phpMyAdmin error #1045 – Access denied for user
How GoDaddy’s new MySQL database form accepts mixed case characters as a username, then converts the username to lowercase without alerting you, potentially causing login problems down the road.
Configuring FileZilla FTP to use active mode to resolve “425 Can’t open data connection” errors
How to configure the FileZilla FTP client to use active mode in order to resolve “425 Can’t open data connection” errors, and why they occur.
Dreamweaver open files in code view
A simple registry merge can fix Dreamweaver’s default setting of opening .php and .asp files in Design view, instead of Code view.
Fixed: Universal USB Installer syslinux errors
Syslinux Errors 1, zero FAT sectors, means your drive isn’t formatted as FAT32.
Virgin Mobile USA Phone Number Port Snafu
How porting my T-Mobile phone number to Virgin Mobile resulted in my $25/month plan being converted to a $35/month plan, costing me $120/year for as long as I am a customer.
Why do I even play MW2: Black Ops?
If I’m so terrible at Modern Warfare 2: Black Ops, why do I keep playing it?
JustHost.com, what is wrong with your MySQL servers?
Why is it taking the justhost.com MySQL server a whopping 5.42 times longer than my old Core 2 Duo laptop to run an ALTER TABLE query?
A cache-friendly method for reducing WordPress comment spam
A safe-for-cached-pages method of filtering out spam comments by requiring at least some time to have passed between the time the page is loaded and the form is submitted.