Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Re: Re: [Q] most complete Seaside tutorial so far? - msg#00158
List: lang.smalltalk.squeak.seaside
>
do you mean the PDF slides to be your tutorial?
Well, these are the slides I am using to give tutorials. There will be
probably one at ESUG this year.
Several people have reported that they have successfully used the
slides and the exercises on their own to learn Seaside.
Cheers,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Localization
Avi Bryant wrote:
Is there a VW version of DynamicBindings published?
Yes, it's in the Cincom public repository.
Next Message by Date:
click to view message preview
Problem showing a JPEG to the world
Hi !
I'm having a problem putting a picture out. I'm doing this in my
renderContentOn:
html imageWithForm: ((pict picture) scaledToSize: 220@165).
imageWithForm: renders the image as a GIF, using the web palette. The
original image is a JPEG, and I would like to output it as such.
Where have I gone wrong ? I'm a relative newbie to Squeak and Seaside,
but I like them both :) You'll get a convert real-soon-now...
Thanks !
François
Previous Message by Thread:
click to view message preview
Re: [Q] most complete Seaside tutorial so far?
Lukas,
do you mean the PDF slides to be your tutorial?
Günther
Lukas Renggli wrote:
what would be the most complete Seaside tutorial so far?
Well, this is more a technical discussion about the things that are
much easier to do using Seaside than any other framework. There are
several tutorials of different length and deepness available at
http://www.seaside.st/Tutorial/. The tutorial I made also includes a
bunch of exercises.
Cheers,
Lukas
Next Message by Thread:
click to view message preview
localizing html dateInput and other widgets
Hi,
I have the feeling, that when I want to localize, for instance, html dateInput,
I will have to subclass WAHTMLRenderer so that it then will use another
subclass of that dateInput Widget class.
Am I right here?
Gütnher