« Back to Blog

Blog Posts by "Charlie Maffitt"

The Fix for Snow Leopard Breaking MySQL

1 Comment

I just did an upgrade on my work computer from Leopard to Snow Leopard, and for the most part everything went smoothly. The biggest problem I found after the upgrade was that MySQL didn’t work anymore. I did a little searching and found some blogs explaining that there is a symlink which ge...

How the Worst Camera on the Market Became the Most Popular Camera on the Web

0 Comments

NOTE: This post was originally posted on my work blog at Plexus. This August, Mark Milian of the LA Times reported that Apple’s iPhone had surpassed the Canon Rebel XTi as the most popular camera on Flickr. Let’s distill that down to its essence — the most popular camera on the ...

Page Caching with Dynamic Content in Rails

2 Comments

I use a lot of page caching to speed up the load time of my Rails apps. I recently ran into a problem, however, where I needed to cache a page which had some dynamic content on it. Specifically, the page in question was a client’s home page: Because it was the most frequently accessed page ...

Form Validation vs. Correction in Rails

0 Comments

Developers have a great deal of control over a web user’s experience, and when it comes to validating input forms, opportunities to make things smoother for the user are something every good developer should think about. For example, I am working on a project right now where users can enter...