Missing Controller

Error: TestimonialsController could not be found.

Error: Create the class TestimonialsController below in file: app/controllers/testimonials_controller.php

<?php
class TestimonialsController extends AppController {

	var $name = 'Testimonials';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

1 Jul 2011

jQuery to YUI 3 cheat sheet, a life saver!

Show me how! jQuery to YUI 3! I exclaim!
More...

11 Mar 2011

jQuery Internet Explorer .change method handling

We recently had an interesting issue with Internet Explorer and the jQuery .change method.

More...
10 Mar 2011

jQuery Infinite scroll char code issue

So we've been using Infinite scroll for sometime now. Its always been a great way to give the user a nice interaction

More...
26 Jan 2011

Windows 7 and Media streaming, every geeks dream!

So, lets be honest, having spent the last year developing primarily on a mac, I am not a fan of Windows.

More...