Hi
After too many delays the new Seaside homepage [1] has finally gone online. Since we switched hosts it might take a moment until the DNS update propagates to you. The first thing you'll notice is the updated look for which we no longer have to excuse. We cleaned up the content and added a lot of new stuff. Among others you'll find interactive examples, feed aggregation Monticello commit logs and the answers to often asked questions like 'What is the best Swiss cheese?'. Under the hood we made a lot of technology upgrades. We finally run on Seaside (2.8) and the Pier CMS with several plug-ins, we are also hosted at Seaside-Hosting [2]. The only way to eat more dog food would be running on SqueakNOS. The page is not yet fully finished (and probably never will be) but we feel we're at the point where it's significantly better than the old one. So if you have suggestions for improvements or want to help get in contact with us. Cheers Lukas Philippe [1] http://www.seaside.st [2] http://www.seasidehosting.st/ _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Very cool.
I generally like it, but I have two minor quibbles: One, the logo image seems to flip between two slogans, one of which (something like "the framework for writing sophisticated web applications in Smalltalk") is nice and descriptive, if without much punch, but the other one ("the web framework that takes the web out of web programming") I can't stand. IMO, Seaside embraces the web and the browser, what it takes out is the pain of (raw) HTTP and HTML. But I'd hate for people to think we were fundamentally anti-web. Two, it's not obvious that the big category headings like About and Documentation are themselves links, the sub-categories like Screenshots are more tempting to click but less interesting. Cheers, Avi On 7/11/07, Philippe Marschall <[hidden email]> wrote: > Hi > > After too many delays the new Seaside homepage [1] has finally gone > online. Since we switched hosts it might take a moment until the DNS > update propagates to you. The first thing you'll notice is the updated > look for which we no longer have to excuse. We cleaned up the content > and added a lot of new stuff. Among others you'll find interactive > examples, feed aggregation Monticello commit logs and the answers to > often asked questions like 'What is the best Swiss cheese?'. Under the > hood we made a lot of technology upgrades. We finally run on Seaside > (2.8) and the Pier CMS with several plug-ins, we are also hosted at > Seaside-Hosting [2]. The only way to eat more dog food would be > running on SqueakNOS. > > The page is not yet fully finished (and probably never will be) but we > feel we're at the point where it's significantly better than the old > one. So if you have suggestions for improvements or want to help get > in contact with us. > > Cheers > Lukas > Philippe > > [1] http://www.seaside.st > [2] http://www.seasidehosting.st/ > _______________________________________________ > 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 |
In reply to this post by Philippe Marschall
Nice work. It's a good ad for pier cms too. It seems that the header
should be nicer if it was textured; the white is a bit large. Is there a vector/SVG/AI/flash logo of Seaside. I'll be glad to have a resizeable logo (and a extra-small version like the 'get firefox' buttons (20px*80px)). Finally I have two remarks. - I don't like to much the resized image in the box (screenshot section) when you have small screens (as I have now). It's nothing but a generic issue with this box in seaside. Is there another javascript lightbox solution? - Is the 'manage' section useful to display? I use Pier too and what I did for my personal website is to add a special 'hidden' page for administration in dispatcher pointing to the same PRKernel instance but displaying the 'manage' section (using a configuration new variable to say whether the 'manage' section are displayed or not). So when the user access to seaside via: seaside.st = it displays the page without 'manage' And when he writes: seaside.st/secretadminpageentry = it goes with the login section and all the admin things. It's just suggestion. It's a very nice work. It's far better than the old pages. I hope squeak.org/squeakfoundation sites will benefit this kind of new design one day. About the demos, I'm thinking it would be nice to see an halo demo with a *secure* inspector and read-only wabrowser displaying the only concerned categories. Just a brainstorming! -- Martial On Wed, 2007-07-11 at 09:50 +0200, Philippe Marschall wrote: > Hi > > After too many delays the new Seaside homepage [1] has finally gone > online. Since we switched hosts it might take a moment until the DNS > update propagates to you. The first thing you'll notice is the updated > look for which we no longer have to excuse. We cleaned up the content > and added a lot of new stuff. Among others you'll find interactive > examples, feed aggregation Monticello commit logs and the answers to > often asked questions like 'What is the best Swiss cheese?'. Under the > hood we made a lot of technology upgrades. We finally run on Seaside > (2.8) and the Pier CMS with several plug-ins, we are also hosted at > Seaside-Hosting [2]. The only way to eat more dog food would be > running on SqueakNOS. > > The page is not yet fully finished (and probably never will be) but we > feel we're at the point where it's significantly better than the old > one. So if you have suggestions for improvements or want to help get > in contact with us. > > Cheers > Lukas > Philippe > > [1] http://www.seaside.st > [2] http://www.seasidehosting.st/ > _______________________________________________ > 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 |
Excellent work! I think this'll help foster even more interest in
both the framework and Smalltalk. Question - how did you manage the syntax highlighting on the example pages? On 7/11/07, Martial Boniou <[hidden email]> wrote: > Nice work. It's a good ad for pier cms too. It seems that the header > should be nicer if it was textured; the white is a bit large. > > Is there a vector/SVG/AI/flash logo of Seaside. I'll be glad to have a > resizeable logo (and a extra-small version like the 'get firefox' > buttons (20px*80px)). > > Finally I have two remarks. > - I don't like to much the resized image in the box (screenshot section) > when you have small screens (as I have now). It's nothing but a generic > issue with this box in seaside. Is there another javascript lightbox > solution? > - Is the 'manage' section useful to display? I use Pier too and what I > did for my personal website is to add a special 'hidden' page for > administration in dispatcher pointing to the same PRKernel instance but > displaying the 'manage' section (using a configuration new variable to > say whether the 'manage' section are displayed or not). So when the user > access to seaside via: > > seaside.st = it displays the page without 'manage' > > And when he writes: > > seaside.st/secretadminpageentry = it goes with the login section and all > the admin things. > > It's just suggestion. It's a very nice work. It's far better than the > old pages. I hope squeak.org/squeakfoundation sites will benefit this > kind of new design one day. > > About the demos, I'm thinking it would be nice to see an halo demo with > a *secure* inspector and read-only wabrowser displaying the only > concerned categories. Just a brainstorming! > > > -- > Martial > > > On Wed, 2007-07-11 at 09:50 +0200, Philippe Marschall wrote: > > Hi > > > > After too many delays the new Seaside homepage [1] has finally gone > > online. Since we switched hosts it might take a moment until the DNS > > update propagates to you. The first thing you'll notice is the updated > > look for which we no longer have to excuse. We cleaned up the content > > and added a lot of new stuff. Among others you'll find interactive > > examples, feed aggregation Monticello commit logs and the answers to > > often asked questions like 'What is the best Swiss cheese?'. Under the > > hood we made a lot of technology upgrades. We finally run on Seaside > > (2.8) and the Pier CMS with several plug-ins, we are also hosted at > > Seaside-Hosting [2]. The only way to eat more dog food would be > > running on SqueakNOS. > > > > The page is not yet fully finished (and probably never will be) but we > > feel we're at the point where it's significantly better than the old > > one. So if you have suggestions for improvements or want to help get > > in contact with us. > > > > Cheers > > Lukas > > Philippe > > > > [1] http://www.seaside.st > > [2] http://www.seasidehosting.st/ > > _______________________________________________ > > 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 |
2007/7/11, Michael Gorsuch <[hidden email]>:
> Excellent work! I think this'll help foster even more interest in > both the framework and Smalltalk. > > Question - how did you manage the syntax highlighting on the example pages? PierShout plugin. Uses Shout behind the scenes to do the semantic markup and CSS for the style. Philippe > On 7/11/07, Martial Boniou <[hidden email]> wrote: > > Nice work. It's a good ad for pier cms too. It seems that the header > > should be nicer if it was textured; the white is a bit large. > > > > Is there a vector/SVG/AI/flash logo of Seaside. I'll be glad to have a > > resizeable logo (and a extra-small version like the 'get firefox' > > buttons (20px*80px)). > > > > Finally I have two remarks. > > - I don't like to much the resized image in the box (screenshot section) > > when you have small screens (as I have now). It's nothing but a generic > > issue with this box in seaside. Is there another javascript lightbox > > solution? > > - Is the 'manage' section useful to display? I use Pier too and what I > > did for my personal website is to add a special 'hidden' page for > > administration in dispatcher pointing to the same PRKernel instance but > > displaying the 'manage' section (using a configuration new variable to > > say whether the 'manage' section are displayed or not). So when the user > > access to seaside via: > > > > seaside.st = it displays the page without 'manage' > > > > And when he writes: > > > > seaside.st/secretadminpageentry = it goes with the login section and all > > the admin things. > > > > It's just suggestion. It's a very nice work. It's far better than the > > old pages. I hope squeak.org/squeakfoundation sites will benefit this > > kind of new design one day. > > > > About the demos, I'm thinking it would be nice to see an halo demo with > > a *secure* inspector and read-only wabrowser displaying the only > > concerned categories. Just a brainstorming! > > > > > > -- > > Martial > > > > > > On Wed, 2007-07-11 at 09:50 +0200, Philippe Marschall wrote: > > > Hi > > > > > > After too many delays the new Seaside homepage [1] has finally gone > > > online. Since we switched hosts it might take a moment until the DNS > > > update propagates to you. The first thing you'll notice is the updated > > > look for which we no longer have to excuse. We cleaned up the content > > > and added a lot of new stuff. Among others you'll find interactive > > > examples, feed aggregation Monticello commit logs and the answers to > > > often asked questions like 'What is the best Swiss cheese?'. Under the > > > hood we made a lot of technology upgrades. We finally run on Seaside > > > (2.8) and the Pier CMS with several plug-ins, we are also hosted at > > > Seaside-Hosting [2]. The only way to eat more dog food would be > > > running on SqueakNOS. > > > > > > The page is not yet fully finished (and probably never will be) but we > > > feel we're at the point where it's significantly better than the old > > > one. So if you have suggestions for improvements or want to help get > > > in contact with us. > > > > > > Cheers > > > Lukas > > > Philippe > > > > > > [1] http://www.seaside.st > > > [2] http://www.seasidehosting.st/ > > > _______________________________________________ > > > 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 > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Avi Bryant-2
Very very cool ;)
Congratulations guys.... 2.8 + this cool web site exciting time for seasiders ;) Cédrick _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
It's really cool ... congrats guys!
I spotted a few typos: - on the "users" page: "can not be show" is missing an n, and the next sentence is missing the dot. -on the "bugs" page: mailinlist instead of mailing list Cheers, Romain Il giorno Jul 11, 2007, alle ore 9:50 AM, Philippe Marschall ha scritto:
-- Romain Robbes _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
On Wed, 11 Jul 2007 09:50:19 +0200
"Philippe Marschall" <[hidden email]> wrote: > > [1] http://www.seaside.st I checked out the Screenshots first. "Development toolbar" and "Halos" need some manual emphasis to point a newcomer to what exactly it is that you want to show with the picture. A caption below the image with a short sentence describing what these things are intended for or capable of doing would probably help a lot to raise interest in the framework. s. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Michael Gorsuch
In general, it looks great! It needs major promotion, though.
Here's a great article that illustrates what a mess the web dev community has become:  http://www.oreillynet.com/onjava/blog/2006/06/isnt_rails_supposed_to_change. html   With the Java web community horribly fragmented, there is a major opportunity for Seaside to rise to prominence. BUT, it has to get the message out loud and clear. AND, it has to counter Ruby on Rail's momentum and popularity.  Web developers, unite! From amidst the chaos and turmoil of web development shall arise a saviour, one framework to rule them all.  To quote from Highlander (1986): "There can be only one." Regards, Richard On 7/11/07 7:12 AM, "Michael Gorsuch" <[hidden email]> wrote: > Excellent work! I think this'll help foster even more interest in > both the framework and Smalltalk. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Why is Ruby on Rails clobbering Seaside? I think the answer lies in
documentation--good, plentiful documentation. Newbie-friendly documentation. Moreover, RoR actually has published books! Seaside does not. A good Seaside book would go a long way toward promoting Seaside... Regards, Richard On 7/11/07 12:14 PM, "Richard Eng" <[hidden email]> wrote: > In general, it looks great! It needs major promotion, though. > > > Here's a great article that illustrates what a mess the web dev community > has become: > Â > http://www.oreillynet.com/onjava/blog/2006/06/isnt_rails_supposed_to_change. > html > Â > Â > With the Java web community horribly fragmented, there is a major > opportunity for Seaside to rise to prominence. BUT, it has to get the > message out loud and clear. AND, it has to counter Ruby on Rail's momentum > and popularity. > Â > Web developers, unite! From amidst the chaos and turmoil of web development > shall arise a saviour, one framework to rule them all. > Â > To quote from Highlander (1986): "There can be only one." > > Regards, > Richard > > > On 7/11/07 7:12 AM, "Michael Gorsuch" <[hidden email]> wrote: > >> Excellent work! I think this'll help foster even more interest in >> both the framework and Smalltalk. > > > _______________________________________________ > 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 |
On Wed, July 11, 2007 9:34 am, Richard Eng wrote:
> Why is Ruby on Rails clobbering Seaside? I think the answer lies in > documentation--good, plentiful documentation. Newbie-friendly > documentation. > Moreover, RoR actually has published books! Seaside does not. > > A good Seaside book would go a long way toward promoting Seaside... I can't speak for others, but you could certainly give credit to RoR being the catalyst for me finding Seaside (care of a RoR blog post).. As for why it RoR may have a bigger following? At least for me, the biggest hurdle was learning the language and the environment.. If you're used to using traditional toolsets for C/C++/Perl/PHP/Ruby and countless others that follow the "file" based approach, Smalltalk can take a bit of getting used to.. The language works completely different than the others which really look similar to each other in many ways thereby simplifying the learning curve. As I mentioned earlier, the toolset takes a bit of getting used to as well.. So, in summary, I don't believe the issue is with Seaside as much as it's an issue of wrapping your mind around Smalltalk in general and everything that comes with it.. IF you can take the time to learn ST, you'll be much better for it -- BUT it does take some time! Just my $0.02US worth, which ain't much these days! _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
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!") Ideas to start a brainstorm for a more synthetic seaside slogan: "Interactivity like a breeze" (breeze is kind of beach thing so compatible with the seaside style) "Web development like a breeze" "Online applications like you wanted" "Web complexity eased" "Put HTML to work for you" "Web interactivity made simple" Regarding to Smalltalk, a little deiscrete "powered by smalltalk" logo somewhere is enough to show as visual reference. No more is needed because the whole seaside "product" is pro smalltalk "trademark", so is redundant and unecesary "inside" the slogan. 2) minor adjustments in the layout will prevent the need to scroll. 2.1) the slogan should be part of the logo or not at all (should respect the logo proxemic), medium terms are not good in this layout detail. all the best, Sebastian Sastre > -----Mensaje original----- > De: [hidden email] > [mailto:[hidden email]] En nombre > de Philippe Marschall > Enviado el: Miércoles, 11 de Julio de 2007 04:50 > Para: Seaside - general discussion > Asunto: [Seaside] [ANN] new Seaside homepage > > Hi > > After too many delays the new Seaside homepage [1] has > finally gone online. Since we switched hosts it might take a > moment until the DNS update propagates to you. The first > thing you'll notice is the updated look for which we no > longer have to excuse. We cleaned up the content and added a > lot of new stuff. Among others you'll find interactive > examples, feed aggregation Monticello commit logs and the > answers to often asked questions like 'What is the best Swiss > cheese?'. Under the hood we made a lot of technology > upgrades. We finally run on Seaside > (2.8) and the Pier CMS with several plug-ins, we are also > hosted at Seaside-Hosting [2]. The only way to eat more dog > food would be running on SqueakNOS. > > The page is not yet fully finished (and probably never will > be) but we feel we're at the point where it's significantly > better than the old one. So if you have suggestions for > improvements or want to help get in contact with us. > > Cheers > Lukas > Philippe > > [1] http://www.seaside.st > [2] http://www.seasidehosting.st/ > _______________________________________________ > 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 |
In reply to this post by Philippe Marschall
Looks great, thanks.
At the bottom of the page in the gray box, at the far right you have the powered by Seaside logo and the following text. This website is run on Squeak, Seaside and is powered by the Pier CMS. The design was kindly provided by Samuel Morello. The site is hosted on a server of netstyle.ch. It looks more like: This website is run on Squ Seaside and is powered by Pier CMS. The design was provided by Samuel Morel site is hosted on a server netstyle.ch. Because the text doesn't fit within the gray box. The gray box is smaller than the window itself. So it truncates the text on the right. At least that's what I see on my work Windows PC when the screen settings are at 800x600. When the screen increases to are large setting then I can see it all. A repeatable example that works in both IE and Firefox. Shrink the browser window to smaller than the footer area. You should get a scrollbar on the bottom. This allows you to scroll and see all of the top content. But the footer content shrinks to the max value of the current window size, and truncates all to the right of that area. A simple look at the css didn't reveal the problem to me. But hopefully someone with better understanding can find the problem. Hope this helps. Thanks again for the new look. Jimmie _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Rick Flower
I agree 100 percent. It really boils down to good documentation. As a
newbie, I would have really appreciated a detailed, up-to-date, non-trivial, handholding tutorial that demonstrated some serious Seaside features and programming techniques. This would've helped me to overcome my previous file-based mindset. You can absolutely learn Smalltalk and Seaside *at the same time* if you provide the proper tutorials and documentation. Don't get me wrong...the existing tutorials for both Smalltalk and Seaside aren't bad. But they're often out-of-date, and the examples are generally too trivial to demonstrate what you can really do with Seaside. You want to convince Java/PHP/Python developers to give Seaside/Smalltalk a spin? Make it easy for them. You're already fighting against a file-based mindset. Don't make it harder by offering inaccurate, simple-minded tutorials. I'm finally getting used to the Smalltalk way of programming. But it wasn't easy. Now I have to dig deeper into Seaside... Regards, Richard On 7/11/07 12:42 PM, "Rick Flower" <[hidden email]> wrote: > On Wed, July 11, 2007 9:34 am, Richard Eng wrote: >> Why is Ruby on Rails clobbering Seaside? I think the answer lies in >> documentation--good, plentiful documentation. Newbie-friendly >> documentation. >> Moreover, RoR actually has published books! Seaside does not. >> >> A good Seaside book would go a long way toward promoting Seaside... > > I can't speak for others, but you could certainly give credit > to RoR being the catalyst for me finding Seaside (care of a RoR > blog post).. As for why it RoR may have a bigger following? > At least for me, the biggest hurdle was learning the language > and the environment.. If you're used to using traditional > toolsets for C/C++/Perl/PHP/Ruby and countless others that follow > the "file" based approach, Smalltalk can take a bit of getting > used to.. The language works completely different than the > others which really look similar to each other in many ways > thereby simplifying the learning curve. As I mentioned earlier, > the toolset takes a bit of getting used to as well.. So, in > summary, I don't believe the issue is with Seaside as much as > it's an issue of wrapping your mind around Smalltalk in general > and everything that comes with it.. IF you can take the time to > learn ST, you'll be much better for it -- BUT it does take some > time! > > Just my $0.02US worth, which ain't much these days! > > > _______________________________________________ > 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 |
In reply to this post by Jimmie Houchin-3
> Because the text doesn't fit within the gray box. The gray box is
> smaller than the window itself. So it truncates the text on the right. I changed the CSS so that the text doesn't get truncated. > At least that's what I see on my work Windows PC when the screen > settings are at 800x600. When the screen increases to are large setting > then I can see it all. The site is designed to have at least a resolution of 1024x768. It will be hard to use on smaller screens. With the change one should at least be able to read the text. Thanks for the bug report. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Richard Eng
On Wed, 11 Jul 2007 09:34:40 -0700, Richard Eng <[hidden email]>
wrote: > Why is Ruby on Rails clobbering Seaside? I think the answer lies in > documentation--good, plentiful documentation. Newbie-friendly > documentation. > Moreover, RoR actually has published books! Seaside does not. > > A good Seaside book would go a long way toward promoting Seaside... I think you guys may have reversed the causality here. As I understand it, Ruby's popularity is largely =due= to Tim O'Reilly hyping the bejeezus out of it. In other words, a publisher decided to push it first, fired up the hype machine about the "next big thing" and, well, here we are. If true, the problem is that it might be harder to convince selfsame publisher to pitch a product that might diminish Ruby's lustre. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 7/11/07, Blake <[hidden email]> wrote:
> I think you guys may have reversed the causality here. As I understand it, > Ruby's popularity is largely =due= to Tim O'Reilly hyping the bejeezus out > of it. In other words, a publisher decided to push it first, fired up the > hype machine about the "next big thing" and, well, here we are. It's a feedback loop - O'Reilly certainly helped RoR along, but they didn't get interested until it was already well on its way. 37signals are a pretty effective hype machine themselves. > If true, the problem is that it might be harder to convince selfsame > publisher to pitch a product that might diminish Ruby's lustre. We wouldn't have any trouble getting a book published, either by O'Reilly or by one of their competitors, if someone had the time, ability, and desire to write one. Avi _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Wed, 11 Jul 2007 14:14:47 -0700, Avi Bryant <[hidden email]> wrote:
> On 7/11/07, Blake <[hidden email]> wrote: > >> I think you guys may have reversed the causality here. As I understand >> it, Ruby's popularity is largely =due= to Tim O'Reilly hyping the >> bejeezus out of it. In other words, a publisher decided to push it >> first, fired up the hype machine about the "next big thing" and, well, >> here we are. > > It's a feedback loop - O'Reilly certainly helped RoR along, but they > didn't get interested until it was already well on its way. 37signals > are a pretty effective hype machine themselves. Fair enough. But O'RLY isn't a neutral party. >> If true, the problem is that it might be harder to convince selfsame >> publisher to pitch a product that might diminish Ruby's lustre. > > We wouldn't have any trouble getting a book published, either by > O'Reilly or by one of their competitors, if someone had the time, > ability, and desire to write one. Seriously? I haven't done a book in, oh, about a decade, but I'd be willing to. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
Hi Philippe & Lukas, Wow, what a welcome improvement. The Seaside site finally looks better than the Ruby language sites like ruby-lang and rubycentral. Well done!. My only quibble is with the tag-line "Out of Beta since 2002". This doesn't seem like the most positive statement about Seaside. The maturity implied by the date is diminished by the "Out of Beta". I don't have an ideal replacement, but something along the lines of "Simplifying web development since 2002" or "Speeding web development since 2002" would leave a more positive impression. Small typo on http://www.seaside.st/about/examples/task -- "conveninace method" Best Regards,
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Sebastian Sastre-2
How about "The Easy Road to the Agile Web"? (Alluding to agile development.)
Or "Archimedes' Lever to the Web"? (The power to move the world.) Or "The Fast Lane to HTTP"? (Suggesting rapid prototyping.) Or "The Elegant Web"? (Writing elegant applications for the web.) Or "The Avant-Garde Web"? (Cutting edge, vanguard development. Seaside is rebellious.) Or "Sophisticated Web Creations"? (The artful way to create web apps.) Or "The Way of the Web Warrior"? (An allusion to martial arts.) Regards, Richard On 7/11/07 12:49 PM, "Sebastian Sastre" <[hidden email]> wrote: > 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!") > > Ideas to start a brainstorm for a more synthetic seaside slogan: > > "Interactivity like a breeze" (breeze is kind of beach thing so > compatible with the seaside style) "Web development like a breeze" > "Online applications like you wanted" > "Web complexity eased" > "Put HTML to work for you" > "Web interactivity made simple" _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |