[Rails-spinoffs] Set Speed of Combinational Effects

2006-04-08 Thread Daniel Elmore
How can I slow/speed up the combo effects? Thanks ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

[Rails-spinoffs] MSN like blind - BottomToTop

2006-04-08 Thread Ashish Agarwal
Previously, by mistake I added request in wish list for slide like MSN. Actully it was Blind like msn. However it was my mistake so I tried to created script by my slef - and able to do it. But I am new to this, so my script is not in good condition. Effect.Scale2 = Class.create(); Object.extend(

[Rails-spinoffs] Re: Rails-spinoffs] Ajax.Updater asynchronous => false

2006-04-08 Thread Peter Gerdes
I just ran into this very problem myself.  Yes, this is a bug in prototype.  If you look in the code you will see that the relevent handlers and callbacks simply aren't called with a synchronous request (onComplete is similarly not called). I submitted a patch over at dev.rubyonrails.org which fixe

[Rails-spinoffs] autocomplete update element positioning in Opera

2006-04-08 Thread aurora
I'm trying the auto-complete on Opera 8.5. I know it is not officiallysupported but it mostly works. Just one little problem: Opera seems tohave some issue with .scrollTop on a input control. I expect it toreport 0 but it report its current coordinate. So the update window goes to a wrong location.

Re: [Rails-spinoffs] safe to compact?

2006-04-08 Thread Bill Moseley
On Sat, Apr 08, 2006 at 02:06:29PM +0200, David Zülke wrote: > I just tried the compressor, it compressed the files _to_ 77% of > their original size. I compared this to GZIP by compressing > prototype.js, 47603 bytes, down to 10632 bytes, so that might be a > better choice. Is compressing t

Re: [Rails-spinoffs] safe to compact?

2006-04-08 Thread Deco Rior
There are a number.PAcker from codethat.com is one commercial one.On Apr 8, 2006, at 6:37 AM, Roberto Saccon wrote:Thanks for the link, I just tried it out. It seems to take out whitespaces and comments, but is not "intelligent"Is anybody aware of a JS compressor which ofuscates by replacing variab

Re: [Rails-spinoffs] safe to compact?

2006-04-08 Thread Roberto Saccon
Thanks for the link, I just tried it out. It seems to take out whitespaces and comments, but is not "intelligent"Is anybody aware of a JS compressor which ofuscates by replacing variables with short-named versions (just one letter) ? On 4/8/06, David Zülke <[EMAIL PROTECTED]> wrote: I just tried th

Re: [Rails-spinoffs] safe to compact?

2006-04-08 Thread David Zülke
I just tried the compressor, it compressed the files _to_ 77% of their original size. I compared this to GZIP by compressing prototype.js, 47603 bytes, down to 10632 bytes, so that might be a better choice. - David Am 07.04.2006 um 21:52 schrieb Louis Walch: i took the prototype and all

[Rails-spinoffs] Drag and Drop ajax Bug in the typo sidebar management under IE6

2006-04-08 Thread Denis Lamotte
hi, i have discovered a bug under IE6 and the sidebar management of typo. you can see the html coda that show the error on http://www.shoob.com/denis/sidebar_typo/sidebar.html or download the code locally with http://www.shoob.com/denis/sidebar_typo.zip i'm not able to find what cause the erro