Wed 22 Oct 2008
CakePHP Ajax Chat Plugin - Updated for RC3 and Now Using jQuery
Posted by Matt under Ajax, CakePHP, GitHub, Sandbox, jQueryIt’s past my bedtime so this will be short. I wrote an Ajax chat plugin for CakePHP a few months ago. It wasn’t working so well with RC3, plus it used Prototype, so I decided to fix it up for RC3 and switch to jQuery.
Code is available in my GitHub repo
There is a demo at sandbox.pseudocoder.com
Popularity: 14% [?]










Follow!
Email!
October 23rd, 2008 at 12:05 am
[...] CakePHP Ajax Chat Plugin - Updated for RC3 and Now Using jQuery :: PseudoCoder.com [...]
November 20th, 2008 at 4:03 pm
incase you haven’t tried it… it does not like IE.
took me a bit to get it working, the lines:
$javascript->link(’jquery’, false);
$javascript->link(array(’jquery/jquery’, ‘/chat/js/chat.js’), false);
$html->css(’/chat/css/chat.css’, null, null, false);
for some reason, needed to be set to true in order to actually work on my server.
November 20th, 2008 at 5:21 pm
Hey Steve,
I didn’t see a problem with IE7. Was that the version you were using or IE6
-Matt