March 24, 2010
December 8, 2009
October 28, 2009
September 7, 2009
September 4, 2009
September 4, 2009
JavaScript grid is an advanced replacement for the standard HTML table element. Several (RIA) toolkits provide their own data grid components with various advanced features, like sorting and in-place editing. I'll outline in this tutorial how to use Dojox DataGrid together with a popular PHP framework — CakePHP.
Model-View-Controller (MVC) Design Pattern is a way to structure software. As web applications are moving towards Rich Internet Applications (RIA), the client side is growing more complex. I'll show in this tutorial how MVC can be used to structure an Ajax-application.