Rackspace Cloud Servers Review
My review of Rackspace Cloud Servers after one month of being a customer. If you're shopping around for a new web host, you might want to give Rackspace a try.
My review of Rackspace Cloud Servers after one month of being a customer. If you're shopping around for a new web host, you might want to give Rackspace a try.
Here is a very simple component for easily sending email from a Gmail account in CakePHP. Its basically just an extended version of the standard Email component but configured for Gmail direct SMTP.
A small tip for working with socket connections that consume a high percentage of CPU usage
I've been working with the Kohana PHP Framework at my full-time job lately. I'd really love to bash Kohana since I'm a loyal CakePHP fan but frankly, I'm pretty impressed with Kohana. Here are some things I've noticed while using Kohana and how it compares to CakePHP.
Matt Curry recently released a great e-book called "Super Awesome Advanced CakePHP Tips". As part of that e-book Matt shows us his implementation of custom find types (Pages 11 -15). His system works well and I have been using it on this blog. When it came time to paginate my own articles, I realized that by adding one additional method to my AppModel, I could easily reuse my custom find types for pagination as well.