<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] NiftyCornersCube (typo corrected)</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>What about all existing browsers?<BR>
<BR>
Cheers!<BR>
<BR>
-Boris (via BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: Seaside - general discussion &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Tue Apr 22 11:45:44 2008<BR>
Subject: Re: [Seaside] NiftyCornersCube (typo corrected)<BR>
<BR>
I used that initially - it added a full ten seconds to the page&nbsp;<BR>
rendering in the above site.<BR>
Thats when I decided to just use the experimental styles<BR>
<BR>
On Apr 22, 2008, at 4:29 AM, Sebastian Sastre wrote:<BR>
<BR>
&gt; If you need a *cross browser* solution for this you can&nbsp;<BR>
&gt; alternatively use the<BR>
&gt; jQuery curvy corners. Here, in examples, you can see a demo:<BR>
&gt; <A HREF="http://www.curvycorners.net/">http://www.curvycorners.net/</A><BR>
&gt;<BR>
&gt; 1. Is based on jQuery library.<BR>
&gt; 2. I've wrapped a basic fundation to use it (I also want to use Flot&nbsp;<BR>
&gt; but didn't<BR>
&gt; much about it yet).<BR>
&gt; 3. The usability of the code is exactly the same as scriptaculous&nbsp;<BR>
&gt; from Seaside<BR>
&gt; point of view.<BR>
&gt; 4. jQuery today has a catalog of about 700 plugins so you have lots&nbsp;<BR>
&gt; of resources<BR>
&gt; to choose there.<BR>
&gt; 5. It has elegant code (perhaps more than Prototype).<BR>
&gt; 6. You can use it concurrently with Prototype without any conflicts<BR>
&gt; (<A HREF="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">http://docs.jquery.com/Using_jQuery_with_Other_Libraries</A>).<BR>
&gt;<BR>
&gt; You can found it in squeaksource.com as jQuery project. You can also&nbsp;<BR>
&gt; use<BR>
&gt; installer for this:<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Installer monticello http: 'www.squeaksource.com/jQuery' user: ''<BR>
&gt; password: '')<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; install: 'jQuery';<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; install: 'SUExtensions';&nbsp;&nbsp; &quot;this are mine extensions to<BR>
&gt; scriptaculous I think they are required&quot;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; install: 'CurvyCorners';<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yourself.<BR>
&gt;<BR>
&gt; The wiki of jQuery project at squeaksource.com has pointers to make&nbsp;<BR>
&gt; a div with<BR>
&gt; curvy corners.<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cheers,<BR>
&gt;<BR>
&gt; Sebastian<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; ________________________________<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; De: seaside-bounces@lists.squeakfoundation.org<BR>
&gt; [<A HREF="mailto:seaside-bounces@lists.squeakfoundation.org">mailto:seaside-bounces@lists.squeakfoundation.org</A>] En nombre de&nbsp;<BR>
&gt; Todd Blanchard<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enviado el: Martes, 22 de Abril de 2008 06:45<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Para: Seaside - general discussion<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Asunto: Re: [Seaside] NiftyCornersCube (typo corrected)<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Those are nice - although you realize that its just going to be a&nbsp;<BR>
&gt; style<BR>
&gt; in CSS3 and is already available as such in Safari and Latest Firefox.<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -webkit-border-radius: 6px;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -moz-border-radius: 6px;<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I use this extensively on <A HREF="http://audiofreakshow.com">http://audiofreakshow.com</A> (Drupal based<BR>
&gt; Ubercart site I'm doing).&nbsp; I started with a js solution (forget&nbsp;<BR>
&gt; which one) and<BR>
&gt; found it too slow.&nbsp; I don't mind that only Safari and new Firefox&nbsp;<BR>
&gt; work because<BR>
&gt; my audience is Mac based musicians and that's all they're likely to&nbsp;<BR>
&gt; have.<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -Todd Blanchard<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; On Apr 21, 2008, at 4:19 PM, Keith Hodges wrote:<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have adapted the latest NiftyCorners into an easy to use<BR>
&gt; Seaside Library.<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.html.it/articoli/niftycube/index.html">http://www.html.it/articoli/niftycube/index.html</A><BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; To Load:<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Installer squeaksource<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; project: 'Jetsam';<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; install: 'Seaside28Jetsam-NiftyCorners'.<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enjoy<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Keith<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p.s. this is a standalone package and does not need the rest of<BR>
&gt; the<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Seaside28Jetsam addons.<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; seaside mailing list<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; seaside@lists.squeakfoundation.org<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; seaside mailing list<BR>
&gt; seaside@lists.squeakfoundation.org<BR>
&gt; <A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
<BR>
_______________________________________________<BR>
seaside mailing list<BR>
seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>