Re: [Rails-spinoffs] vertical menus

2006-06-23 Thread jon heckman
Check out the dojotoolkit.org menuI have it on my site http://jonsupersite.com/help.htmIt is realy simple to set up. On 6/23/06, Jerod Venema <[EMAIL PROTECTED]> wrote: Yahoo's UI has a menu item, if you haven't had a look at it yet...http://developer.yahoo.com/yui/menu/and although not strictly a

Re: [Rails-spinoffs] vertical menus

2006-06-23 Thread Jerod Venema
Yahoo's UI has a menu item, if you haven't had a look at it yet... http://developer.yahoo.com/yui/menu/ and although not strictly a "menu", you can feel free to grab this one I whipped up: http://clarityccs.com/modernapp/bluedialog/test.html -Jerod On 6/21/06, [EMAIL PROTECTED] <[EMAIL PROTEC

[Rails-spinoffs] Correct syntax for using the Effects Queue ?

2006-06-23 Thread Graham Anderson
this works: onclick='new Effect.Scale(this,50);' but this does not: onclick='new Effect.Scale(this,50,{queue:front}); new Effect.Scale (this,200,{queue:end});' what is the correct syntax for using queue ? many thanks as I have just started wrapping my head around scriptaculous g

Re: [Rails-spinoffs] Help please-draggable

2006-06-23 Thread Dark Ambient
This is driving me absolutely crazy :). The scripts are all in /javascripts. I've made sure that all the links are correct. Also moved the script for the draggable right below the tag. Blue Red Orange Green Aquamarine new Draggable('ele123', {revert:true}) I've run plenty of javas

Re: [Rails-spinoffs] Help please-draggable

2006-06-23 Thread Dark Ambient
Very new to "coding" javascript. I've moved the script below the on top of that, under the , outside of the div , very odd. The only error I get from FF java console is "Draggable is not defined" IE also reports there are script errors in the page. This is script - I think it's right, I'd lik

Re: [Rails-spinoffs] Creating a scrolling effect with slider

2006-06-23 Thread Ian Tyndall
Ian Tyndall wrote: I'm currently working on a method to implement a scroller for a div using a slider. I need to do this as an alternative to making a stylish flash scroller with content. The main advantage of this method is to allow the ability to style the sliding elements cross browser (an

RE: [Rails-spinoffs] Help please-draggable

2006-06-23 Thread Gregory Hill
You need to put the script that creates the draggable below the element you want to be draggable. Pages are parsed sequentially by browsers, so your javascript is being evaluated in the HEAD, long before the element you are trying to reference has been built by the browser. I'm surprised you aren

[Rails-spinoffs] Help please-draggable

2006-06-23 Thread Dark Ambient
I asked the other day about this problem but haven't received a response. Trying again: I just downloaded 1.6 and can't get a simple draggable to work, which is weird. I know it's not my browser since the demos are working. Here is my simple code. I've also had the "new Draggable" between the

Re: [Rails-spinoffs] OT: Debugging iBook --- help

2006-06-23 Thread Deco Rior
Webkit is a better safari debugging environmentOn Jun 23, 2006, at 9:59 AM, Ken Snyder wrote: Also I find the hack below quite nice for debugging every once in a while regardless of the browser: if( !confirm(debugging info) ) halt; “halt” throws a parse error only if you press cancel on the confirm

RE: [Rails-spinoffs] OT: Debugging iBook --- help

2006-06-23 Thread Ken Snyder
Title: Message Also I find the hack below quite nice for debugging every once in a while regardless of the browser:   if( !confirm(debugging info) ) halt;   “halt” throws a parse error only if you press cancel on the confirmation box.     From: [EMAIL PROTECTED] [mailto:[EMAIL PR

Re: [Rails-spinoffs] multi file uploader

2006-06-23 Thread shima tetuo
On Fri, 23 Jun 2006 09:48:39 -0400 "Sam" <[EMAIL PROTECTED]> wrote: > Looks good. How about posting a URL explaining how it works ? > http://mlmlml.yaekumo.com/MultiFileUpload/ I added some comments in the source. Please open the page and view source. That should explain enough, I guess.

RE: [Rails-spinoffs] OT: Debugging iBook --- help

2006-06-23 Thread Gregory Hill
Title: Message Safari has a built-in debugger that is nearly useless, and on top of that, hidden by default.  Google for safari _javascript_ console and you should find instructions on how to enable it.  It will tell you when it has errors, but provide little to no information about what th

Re: [Rails-spinoffs] OT: Debugging iBook --- help

2006-06-23 Thread Jesse Kuhnert
webkitOn 6/23/06, Sam <[EMAIL PROTECTED]> wrote: This is way OT, but here goes...   I've had an iBook for 2 days now and am debugging a web built with prototype/script aculo / windows / etc...  I have no real experience on a Mac.   Occasionally, there's no better way to debug _javascript

[Rails-spinoffs] OT: Debugging iBook --- help

2006-06-23 Thread Sam
Title: Message This is way OT, but here goes...   I've had an iBook for 2 days now and am debugging a web built with prototype/script aculo / windows / etc...  I have no real experience on a Mac.   Occasionally, there's no better way to debug _javascript_ than an alert in a loop... Once I h

[Rails-spinoffs] Re: Autocompleter enhancement feature request

2006-06-23 Thread Surendra Singhi
Surendra Singhi <[EMAIL PROTECTED]> writes: > Surendra Singhi <[EMAIL PROTECTED]> writes: > >> Hello, >> I have created a ticket for an enhancement of the autocompleter to show the >> options immediately when the field gets focus. Right now at least one >> character must be typed for autocompl

RE: [Rails-spinoffs] multi file uploader

2006-06-23 Thread Sam
Looks good. How about posting a URL explaining how it works ? Sam ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Re: [Rails-spinoffs] Creating a scrolling effect with slider

2006-06-23 Thread Peter De Berdt
I've got the slider working with Effect.Slide... sort of:http://knowmad.com/~ian/scroller/scroller.htmlAny recommendations will greatly be appreciated!If you want me to post the js, please ask.That's a no-no on Safari. Doesn't do anything at all. Best regards Peter De Berdt __

Re: [Rails-spinoffs] Creating a scrolling effect with slider

2006-06-23 Thread Ian Tyndall
Ian Tyndall wrote: Ian Tyndall wrote: I'm currently working on a method to implement a scroller for a div using a slider. I need to do this as an alternative to making a stylish flash scroller with content. The main advantage of this method is to allow the ability to style the sliding eleme

Re: [Rails-spinoffs] Creating a scrolling effect with slider

2006-06-23 Thread Ian Tyndall
Ian Tyndall wrote: I'm currently working on a method to implement a scroller for a div using a slider. I need to do this as an alternative to making a stylish flash scroller with content. The main advantage of this method is to allow the ability to style the sliding elements cross browser (an