By Ryan on February 25, 2010
On a recent project, I used ajax to render a full cell of a table upon clicking it. I found that without some kind of queue, my clients would click on a bunch to expand them, but only the first would render. Mootools offers a plugin in mootools more called Request.Queue, but that wasn’t what [...]
Posted in Mootools | Tagged ajax, chain, link, Mootools, queue, request |
By Ryan on August 24, 2009
When CakePHP debugging is set to anything above 0, you’re in development mode and it’ll append the sql log on to the end of any view. This is great for general development but if you’re trying to test your ajax functionality, you’ll get that sql log in the ajax response. I’ve seen some solutions that [...]
Posted in PHP | Tagged ajax, CakePHP, PHP, sql |