Slides from STS'07

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Slides from STS'07

Boris Popov, DeepCove Labs (SNN)
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

[hidden email]

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
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Slides from STS'07

Philippe Marschall
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 <[hidden email]>:

> 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
>
> [hidden email]
>
> 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
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Slides from STS'07

Boris Popov, DeepCove Labs (SNN)
In reply to this post by Boris Popov, DeepCove Labs (SNN)
Re: [Seaside] Slides from STS'07

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: [hidden email] <[hidden email]>
To: Seaside - general discussion <[hidden email]>
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 <[hidden email]>:
> 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
>
> [hidden email]
>
> 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
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Slides from STS'07

stephane ducasse
In reply to this post by Boris Popov, DeepCove Labs (SNN)
I really like the slide

        visual design matters :)
        this is so true. I dream about having VW accessing Mac os x native  
widgets :)


Stef

> 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
>
> [hidden email]
>
> 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
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Slides from STS'07

Mark Aufflick-6
Hi Boris,

Great presentation!

Mark.

On 5/6/07, stephane ducasse <[hidden email]> wrote:

> I really like the slide
>
>         visual design matters :)
>         this is so true. I dream about having VW accessing Mac os x native
> widgets :)
>
>
> Stef
>
> > 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
> >
> > [hidden email]
> >
> > 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
> > [hidden email]
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


--
Mark Aufflick
 e: [hidden email]
 w: mark.aufflick.com
 p: +61 438 700 647
 f: +61 2 9436 4737
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside