GoDaddy: I’ll be easier on you from now on

I always recommend people stay away from GoDaddy when they’re looking for shared hosting. It’s not their primary business and they have way too many customers. The result is packed, locked down servers missing key features, and poor support from inexperienced technicians. But at least they didn’t bungle up the VPS product like 1&1 did.


Read More »

More from this category

Multiple local websites with Apache in Windows

Recently I’ve been working on 3 or 4 projects at the same time on my desktop. While my primary IDE has changed to Visual Studio (even for PHP with VS.PHP), the rest of my development environment is mostly the same as it’s been since December. My projects are growing in code size, and the amount [...]


Read More »

More from this category

The future of Google

I spend more time writing on forums than on this blog, so I’m going to start sharing the more interesting threads I participate in here as well. WebDesignofMaine: Google is number 1. I think Google is going to take over the world. Think about where we are as a civilization, the information age, and who [...]


Read More »

More from this category

Handling UTF-8 in JavaScript, PHP, and Non-UTF8 Databases

Dealing with characters outside the ASCII range on the web is tough. It’s tough in other environments too, but particularly for web applications since text needs to move through so many places without being mangled — from user input, through JavaScript, into and out of PHP and string manipulation functions, into and out of databases. [...]


Read More »

More from this category

MySQL Tuning: Disable Query Cache on Frequently Updated Databases

It may seem counterintuitive, but for some types of applications, the query cache, especially if set to be large, can reduce performance. MySQL’s query cache stores the results of previously executed queries. In theory, the cache exists to speed up your application by responding to the same query with results directly from memory instead of [...]


Read More »

More from this category