The Latest

An Experiment in Rounded Corners

An idea had struck me this afternoon that there might be some technology deep in the depths of Internet Explorer that might unlock the secret to easy rounded corners. Unfortunately, my initial idea fell flat and I was left in the same place I was before. However, bouncing from idea to idea, I thought to try VML. VML is an XML-based approach that Microsoft came up with and proposed it to the W3C. A...
Posted 1 day, 10 hours ago | Comments (14)

The Recent

Don't bring me down

Designers have blogs for a number of reasons. Often they want to show off their portfolio, maybe to expound theory, or whatever tickles their fancy. But as designers are creationists, they often have ...
Aug 12th, 07:12 | 29 Comments

Multiple Validation as Behavior in CakePHP 1.2

After some inspiration from a recently published Bakery article, I decided to convert my multiple validation function into a Behavior. Even better, I've thrown it into my plugin collection to make it ...
Jul 30th, 20:18 | 13 Comments

Creating a Contact Form in CakePHP 1.2

Most contact forms take a name and feedback from a user and mail it off to the administrator but don't store any information in the database. This tutorial will show how to use CakePHP's models, even ...
Jul 24th, 21:49 | 30 Comments

Multiple Validation Sets in CakePHP 1.2

In CakePHP, you define how your data should be validated by setting parameters on the validate property of your model. In version 1.2, there is an on option that can be set on a specific rule that, wh...
Jul 23rd, 02:55 | 15 Comments

CakePHP Debug Styles

I just wanted to document this somewhere but whenever I work on a CakePHP project, there's always the debug info that sits at the bottom of the page. It's big and bulky and once I'm off the default Ca...
Jul 10th, 22:38 | 16 Comments
Thanks for visiting Snook.ca