How To Resize And Save Images On The Fly With PHP

Here’s a PHP class that generates thumbnails on the fly. It takes an image from your server, resizes it, and saves the thumbnail instantly.

2 Comments

Installing Wordpress on CakePHP

A 6-step guide to installing Wordpress in your CakePHP webroot directory.

0 Comments

How to show hidden files on Mac OSX

.htaccess and other hidden files can be a pain on Mac. Here’s how to show hidden files in Finder.

2 Comments

Quick stylesheet for elegant CakePHP forms

A few lines of CSS code that will make your CakePHP forms look good while you develop.

0 Comments