[ANN] New Seaside tutorial

Philippe Marschall philippe.marschall at gmail.com
Fri Oct 19 16:37:28 UTC 2007


2007/10/19, Michael Perscheid <michaelperscheid at gmx.de>:
> Dear list,
>
> We proudly present a new Seaside tutorial (for Squeak 3.10 and Seaside 2.8).
> This tutorial was produced by the Software Architecture Group at the
> Hasso-Plattner-Institut (University of Potsdam). In ten chapters we describe
> step by step the development of a ToDo-application and thereby demonstrate
> the main parts of the sophisticated web framework Seaside.
> Since this is the first version we hope that you can help to improve the
> quality by providing feedback.
>
> Have a look at: http://www.swa.hpi.uni-potsdam.de/seaside/tutorial


html table: [


(self sortBlock value: (self filterBlock value: self items)) do: [:item |



html tableRow: [self renderItemBlock value: item value: html]]]

If you get some real strange results with a construct like this then
you are missing #fixTmeps.

Cheers
Philippe



More information about the Squeak-dev mailing list