Posted on December 13, 2008 by ragrawal
A tutorial on how to integrate CakePHP and ExtJS. Demonstrates the integration of the two using the example of a simple user registration form. Also shows how to load data and validation errors returned by the server
Filed under: CakePHP, ExtJS | Tagged: CakePHP, DataValidation, ExtJS, User Registration | 9 Comments »
Posted on October 25, 2007 by ragrawal
1. Source: Script tag is the first element of the page: The html page returned by the server contains ”script” tag as the first element of the webpage. This problem occurs mostly in pages returned as a result of ajax call.
Solution: Introduce a fake div tag as the first element of the webpage. You can set the height [...]
Filed under: Javascript | Tagged: IE7 | 26 Comments »
Posted on November 17, 2006 by ragrawal
Two common Ajax features that go hand-in-hand are “In-place editing” and “autocomplete”. Although, many “Javascript” or “Ajax” frameworks provide functions or plugins for “in-place editing” and “autocomplete”, pulling them together can be messy and difficult. Hence, I have modified and extended two such JQuery plugins (Inplace editing and autocomplete) to support both in one function [...]
Filed under: JQuery | Tagged: Autocomplete, Inplace editing | Leave a Comment »