After a few years of running PHP 5.1.6 on my main server, I needed to upgrade due to the large number of WordPress installs I have. The current version of WordPress requires PHP 5.2.4 and MySQL 5.0 or higher. I was fine on the MySQL part, so no worries there. My favorite package tool is [...]
26 Jul, 2010 in
Programming by
Roger
There’s no better way to learn a new technology than to dive right in. I recently had to rebuild a .NET 1.1 Web Forms application built back in 2005. I decided to use ASP.NET MVC to quickly re-create the application from scratch. I really like the MVC pattern because I have manually built apps using [...]