Today I’ve been working on UI optimization for my CakePanel plugin: Ajax Forms.
Ajax is often used to speed up an application when sending forms: with AJAX the client’s browser does not need to re-load the page, just send data to the already opened HTTP channel and get some data back.
CakePanel provides two methods to implement AjaxForm: explicit javascript configuration and the automagically way!






