Fixing the Back Button and Enabling Bookmarking for AJAX Apps
by Mike Stenhouse on June 15 2005, 09:01
With AJAX-based applications still in their infancy there has been a tendency to disgard basic web behaviour in favour of slick functionality. In this article I am trying to rescue two of those ‘lost’ behaviours – bookmarking and the back button, using Javascript.
Database-driven tree structures with XML and XSLT
by Pascal Opitz on June 13 2005, 20:56
This article deals with the display of tree-structures that are driven by a database. Make your application more robust and reliable by separating it into layers and save some SQL-statements.
MVC in smaller web applications
by Matthias Willerich on June 7 2005, 15:57
Is it worth following this popular programming pattern when working with small projects?
Dynamic tables with XSLT
by Pascal Opitz on June 1 2005, 09:08
How to use the powerful dynamic features of XSLT for sorting and displaying table-data.