Re: [Rails-spinoffs] AJAX for sale!

2006-01-21 Thread Joe Black
sell them ruby on rails, hahaha :) Jaimz wrote: > i know it's funny. but tell them that you can't buy it, because it's > not a thing at all, it's a method of using javascript. tell them that > they should donate something to scriptaculous instead. i doubt they will. > > Dominic Stockdale wrote: >

Re: [Rails-spinoffs] IE6 Text Selection Problem

2005-11-07 Thread Joe Black
Hmm. I've never had any problems selecting text in any version of ie using script/prototype. Have you tried it after disbling the stylsheet? It might be an odd ie positioning bug(any one of a million). Check your comments too, ie has been known to render css rules within comments on occasion. Pa

[Rails-spinoffs] Scriptaculous Size

2005-10-22 Thread Joe Black
I was curious what the rest of you are doing to keep the size of using scriptaculous manageable. It seems for just using drag and drop with a few effects you're looking at loading quite a lot of javascript. Does anyone know an automated way of seperating just the functions that will be used in th

Re: [Rails-spinoffs] z-index and dragging

2005-10-22 Thread Joe Black
keep in mind z-index only applies to positioned elements, i've made that mistake before. :) Marty Haught wrote: > Hey Guys, > > I'm having trouble with getting my draggables to go over the top of > other items on my page. For instance, if I drag an icon from 'lower' > in the page to a 'higher' p