[Seaside] Slides from STS'07

Boris Popov boris at deepcovelabs.com
Sat May 5 11:25:58 UTC 2007


Thanks, I do, but first I personally prefer a more verbose version and second it was to show the cascade as a replacement for old api snippets some of which slipped in the GemStone presentation and I felt it was important to point out the improvements. Thanks though,

Cheers!

-Boris
(Sent from a BlackBerry)

----- Original Message -----
From: seaside-bounces at lists.squeakfoundation.org <seaside-bounces at lists.squeakfoundation.org>
To: Seaside - general discussion <seaside at lists.squeakfoundation.org>
Sent: Sat May 05 00:32:13 2007
Subject: Re: [Seaside] Slides from STS'07

Hi

I'm sure you know it but the following:

(html textInput)
  class: 'required';
  value: self amount;
  callback: [:value | self amount: value].
(html submitButton)
  yui;
  callback: [self process];
  text: 'Process']

could be written als

html textInput
  class: 'required';
  on: #amount of: self.
html submitButton
  yui;
  onf: #process of: self.

The visual design point can't be stressed enough.

Cheers
Philippe

2007/5/4, Boris Popov <boris at deepcovelabs.com>:
> If anyone cares, here are the slides from my presentation on Wednesday,
>
> http://leftshore.wordpress.com/2007/05/04/slides-from-sts-2007/
>
> Cheers!
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> boris at deepcovelabs.com
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message
> header. Unless otherwise indicated, it contains information that is
> private and confidential. If you have received it in error, please
> notify the sender and delete the entire message including any
> attachments.
>
> Thank you.
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070505/bb5ae7ca/attachment-0001.htm


More information about the seaside mailing list