[ANN] new Seaside homepage

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
127 messages Options
1 ... 4567
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] new Seaside homepage

Jason Johnson-3
Sebastian Sastre wrote:
> Hi Phillipe!
>
> awsome improvements and lovely news. It's clean, readable,
> minimalism friendly, I like it. I had two comments:
>
> 1) The slogan is a little too technician and long for a "punch"
> effect. It's too late to explore something more synthetic? like (kind of
> result scriptaculous archieved creating it's slogan "it's about the user
> interface, baby!")

How about:  "Stop working so hard.  Come take it easy by the Seaside!"
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] new Seaside homepage

Jason Johnson-3
In reply to this post by Sebastian Sastre-2
Sebastian Sastre wrote:

> For me it represents the way that web development should allways have to be.
> In other words before seaside web development did not exist (IMHO). It was
> so caotic that barely could be named software development. Metaphorically:
> it was just a result of the big bang of internet. Things are more settled
> now in some 'planets' (frameworks) and life (live objects) are starting to
> develop in this universe.
>
> My feel is that Seaside succeeded in making web development to be felt a lot
> like desktop development. This point of the "Seaside experience" is a key
> because when newbies have their "aha moment" if their read or remember the
> slogan (if it is good enough) it will sound like 'music for their ears'. I
> mean, they will feel emotionally identified with it.
>  


Then how about:

"Seaside: An epiphany of web development" or "Seaside: Web development
how it always should have been"
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: new Seaside homepage

Bany, Michel
My suggestions, from the longest to the shortest

        Stop programming for the web, model it
        Stop programming the web, model it
        Do not program the web, model it
        Model the web
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] new Seaside homepage

Jason Johnson-3
In reply to this post by keith1y
Keith Hodges wrote:

> In my other "job" I am into looking at childhood experiences... so how
> about something along these lines.
>
> Do you remember the first time you went to the seaside? Its a whole
> new experience.
>
> best regards
>
> Keith
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>

Hrm, not bad:  "Seaside: It's a whole new experience (in web
development)"    (part in () optional :) )
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] new Seaside homepage

Jason Johnson-3
In reply to this post by Philippe Marschall
Philippe Marschall wrote:
> Thanks for profiling. Well have a look at it. We also noticed an
> usually high load time for the front page. We suspect that the feed
> aggregator plugin contributes to this.
>
> Philippe

Would the aggregator be cachable (i.e. pull it every 1|5|10 minutes
instead of page load time)?
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

AW: was Feedback -> sample ideas

elni
In reply to this post by Philippe Marschall


-----Ursprüngliche Nachricht-----
Von: Elmar Schumacher [mailto:[hidden email]]
Gesendet: Freitag, 20. Juli 2007 09:42
An: 'Seaside - general discussion'
Betreff: AW: [Seaside] was Feedback -> sample ideas

>You see, I'm not going to write ActiveRecord::Cool in the next few months. Especially since there are already at least two O/R mappers around and there is no consensus >whether RDBS or OODBS are the way to go. But I can get changes to the homepage done, write examples and maybe even get a package on the homepage that besides an up to date >image also includes a VM. We certainly could also link to tutorials for GLROP or Magma.

But that is exactly what I meant. Why reinvent the wheel? But beginners just don´t know about Glorp. After they eventually discovered it, they learn that there is no user documentation available. There is little guidance on how to interface Glorp with Seaside. So it would be great to link Seaside and Glorp and provide real world apps that use this combo. Don´t even bother to sit down and write tutorials but rather go ahead and produce some videos that show the developer-screen as he/she goes along building a sample app. Humans are literally made for picking up techniques from visual context and it is also less work than having to write it all down.

That way it will be much easier for newbies to pick up with Seaside. By the way, I don´t see 'newbie' as novice developers but as all the people who get it in contact with Seaside/Smalltalk for the first time.

The essence:
- Make it transparent to the user that Smalltalk has a set of flavors/implementations and that Squeak is the open-source alternative
        -> Link to all ports/projects as they become available
- Make a composite Squeak image that contains everything that is needed to run Squeak/Seaside/Glorp apps
        -> Provide information about the standard settings for connecting to popular databases
- Produce video tutorials that demonstrate the power behind this combination


Just my 2 cents,
Elmar


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

Re: was Feedback -> sample ideas

Philippe Marschall
2007/7/20, elni <[hidden email]>:

>
>
> -----Ursprüngliche Nachricht-----
> Von: Elmar Schumacher [mailto:[hidden email]]
> Gesendet: Freitag, 20. Juli 2007 09:42
> An: 'Seaside - general discussion'
> Betreff: AW: [Seaside] was Feedback -> sample ideas
>
> >You see, I'm not going to write ActiveRecord::Cool in the next few months. Especially since there are already at least two O/R mappers around and there is no consensus >whether RDBS or OODBS are the way to go. But I can get changes to the homepage done, write examples and maybe even get a package on the homepage that besides an up to date >image also includes a VM. We certainly could also link to tutorials for GLROP or Magma.
>
> But that is exactly what I meant. Why reinvent the wheel? But beginners just don´t know about Glorp. After they eventually discovered it, they learn that there is no user documentation available. There is little guidance on how to interface Glorp with Seaside. So it would be great to link Seaside and Glorp and provide real world apps that use this combo. Don´t even bother to sit down and write tutorials but rather go ahead and produce some videos that show the developer-screen as he/she goes along building a sample app. Humans are literally made for picking up techniques from visual context and it is also less work than having to write it all down.
IMHO that's the responsibility of the Glrop team. I hope this will be
fixed by Cincom as part of their new Seaside strategy.

Philippe

> That way it will be much easier for newbies to pick up with Seaside. By the way, I don´t see 'newbie' as novice developers but as all the people who get it in contact with Seaside/Smalltalk for the first time.
>
> The essence:
> - Make it transparent to the user that Smalltalk has a set of flavors/implementations and that Squeak is the open-source alternative
>         -> Link to all ports/projects as they become available
> - Make a composite Squeak image that contains everything that is needed to run Squeak/Seaside/Glorp apps
>         -> Provide information about the standard settings for connecting to popular databases
> - Produce video tutorials that demonstrate the power behind this combination
>
>
> Just my 2 cents,
> Elmar
>
>
> _______________________________________________
> 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
1 ... 4567