Re: [Rails-spinoffs] Noob here: Moving Images with Effects

2006-03-14 Thread Danger Stevens
Just change the src of the left image after it disappears to the new image's url, then move it over.    - Danger2006/3/15, Daniel Elmore < [EMAIL PROTECTED]>:I'm trying to get images rotating in a box that holds two of them side by side. I use an effect like squish to remove the left image, then th

[Rails-spinoffs] Prototype Rating System

2006-03-05 Thread Danger Stevens
Ahoy!Has there been any work done so far toward creating an icon rating system on the prototype base like the ones found in Netflix or from Yahoo Patterns? ( http://developer.yahoo.net/ypatterns/pattern_ratinganobject.php)I could hack one together but it would be crude un-patch-worthy _javascript_,

Re: [Rails-spinoffs] [PATCH] Effect.Accordion (not from the wiki)

2006-03-03 Thread Danger Stevens
I just had to see this in action so I put up an example of Robin's excellent work here: http://turnstudio.com/accordian.htmlIt's butt-ugly but it at least shows the different elements in action.  also, I made the h3 use a link cursor - that's not actually part of the accordian code.    - DangerOn 3

Re: [Rails-spinoffs] Delayed input posting

2006-03-01 Thread Danger Stevens
_javascript_ has a handy function for doing just this: setTimoutAnyplace that you'd normall execute a function:if (things_are_in_order){    run_my_function();}you can just delay that a bit:if (things_are_in_order){    setTimeout("run_my_function()", 1000);}notice that the name of the function you w

Re: [Rails-spinoffs] browser-crash with Ajax.Updater

2006-02-28 Thread Danger Stevens
There were some crashing problems on Firefox 1.07 so the first thing to do is make sure you're running Firefox version 1.5.0.1 (http://getfirefox.com). If it still crashes let me know and I'll look into it more.    - DangerOn 2/28/06, Jan Deppisch <[EMAIL PROTECTED] > wrote:Hi,on my page I start an

[Rails-spinoffs] Adding a new Sortable

2006-02-23 Thread Danger Stevens
Perhaps this is elementary, but I'm having trouble finding something in the documentation.  I'm attempting to create a page with a form for new data submission and below it a list (a Sortable) of the various records.  I'm unsure how to make the form so that it will automatically create a new elemen

Re: [Rails-spinoffs] Help with Script.aculo inPlaceEditor

2006-02-20 Thread Danger Stevens
He just means that maybe $_GET is not where the variables are, maybe they are stored in $_POST instead.  It's worth trying.If you want to make sure you get them (no matter if they are in $_GET or $_POST), you can use $_REQUEST.  $_REQUEST simply means: $_GET + $_POST Sorry I'm monolingual - I can't

Re: [Rails-spinoffs] Sortable list: how to create a triggering "handle"/deactivate part of the element?

2006-02-17 Thread Danger Stevens
Is there a way to either :  - limit the active/triggering "area" to a part of the element (like a luggage handle)or  - prevent a part of the element from triggering the sort mode? There's a great example of how this is done at the wiki: http://wiki.script.aculo.us/scriptaculous/show/SortableList

Re: [Rails-spinoffs] Netvibes.com / Scriptaculous

2006-02-13 Thread Danger Stevens
Is it possible to create a "dashboard" type application, like Netvibes.com, w/ script.aculo.us?If you look in the source for the Netvibes page you'll see they make extensive use of prototype.js Scriptaculous is exactly the library you'd want to use to build something like Netvibes.    - Danger

Re: [Rails-spinoffs] Effect Help

2006-02-13 Thread Danger Stevens
I'm still trying to work out how to do a blind up to make an element appear and a blind down to disappear. I haven't been able to adequate decipher the core effects to figure out how to make it happen, although I can see that it'll require Effect.scale. Can anyone point me to documentation that'd