[Rails-spinoffs] Looking to develop for scriptaculous

2005-11-19 Thread Casey O'Neill
Hello All, I have just joined rails-spinoffs mailing lists and I would like to introduce myself. My name is Casey and I am a professional Web and J2EE developer currently working out of New York. I am very interested in contributing to the Scriptaculous javascript library. For the past f

Re: [Rails-spinoffs] Looking to develop for scriptaculous

2005-11-22 Thread Casey O'Neill
5, Thomas Fuchs <[EMAIL PROTECTED]> wrote: That sounds great! Please go ahead. :) Thomas Am 19.11.2005 um 22:26 schrieb Casey O'Neill: Hello All, I have just joined rails-spinoffs mailing lists and I would like to introduce myself. My name is Casey and I am a professio

Re: [Rails-spinoffs] Rich Text Editor

2005-11-25 Thread Casey O'Neill
To me, a Rich Text Editor is more of a javascript application then a library component. Take a look at these http://www.fckeditor.net/demo/demo03.html http://dojotoolkit.org/docs/rich_text.html On Nov 25, 2005, at 1:35 AM, Maninder, Singh wrote: I know this doesn't necessarily fall under AJ

Re: [Rails-spinoffs] anyone interested in an Effect.Slideshow?

2006-01-13 Thread Casey O'Neill
I think that sounds great. It seems like it would also be nice to have the option of having the next image url determined by an ajax call.CaseyOn 1/13/06, Gregory Hill <[EMAIL PROTECTED]> wrote: I had to make a sort of slideshow for a site I'm working on, and I wasthinking of making it into a Scri

Re: [Rails-spinoffs] anyone interested in an Effect.Slideshow?

2006-01-13 Thread Casey O'Neill
Tom, I think using the ahah mentality would work nice for what you are suggesting. Pull in a fully formatted div, image, page or what ever you wanted it to be. CaseyOn 1/13/06, Tom Fakes <[EMAIL PROTECTED]> wrote: My idea, coupled with the 'Ajax to get the next image' from Casey wouldalleviate the

[Rails-spinoffs] IE Problem with document.getElementsByTag

2006-02-26 Thread Casey O'Neill
Does anyone know if IE has a limit to how many object document.getElementsByTag can return? The main problem is that getElementsByClassName is not working on my page with IE but it works with Firefox. I've traced it back to the document.body.getElementsByTag('*') command. While inspecting the leng

[Rails-spinoffs] Re: IE Problem with document.getElementsByTag

2006-02-26 Thread Casey O'Neill
So I found the problem. There was an input field on the page with an where id="length". I renamed the field and it works. I love IE!On 2/26/06, Casey O'Neill <[EMAIL PROTECTED]> wrote: Does anyone know if IE has a limit to how many object document.getElementsByTag can return

[Rails-spinoffs] Question about event listener highlighting with child elements

2006-03-03 Thread Casey O'Neill
I have created a _javascript_ object which is initialized for some input fields, fieldsets, and divs on the page. With each object i attach a mouseover and mouseout event that highlights and un-highlights. Also on mouseout i am trying to display the id of the object to a console. The highlighting w

Re: [Rails-spinoffs] Question about event listener highlighting withchild elements

2006-03-06 Thread Casey O'Neill
e this:   this.mouseOver_Listener = this.highight.bindAsEventListener(this); Event.observe(this, "mouseover", this.mouseOver_Listener);   …now this will work…   Event.stopObserving(this, "mouseover", this.mouseOver_Listener);   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Be

[Rails-spinoffs] Determining the type of an object

2006-06-07 Thread Casey O'Neill
How do you determine the type of a prototype object? I have a hashmap that was created using $H(). var temp = new $H();typeof temp: "object"temp.constructor (): [object Object]I know the the $H() is initially created by extending object but is there anyway to figure out if the temp object is of typ

Re: [Rails-spinoffs] Determining the type of an object

2006-06-07 Thread Casey O'Neill
but I don't believe it does.   Greg   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Casey O'Neill Sent: Wednesday, June 07, 2006 1:54 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] Determining the type of an object   How do you de

Re: [Rails-spinoffs] PNG and Alpha-Transparency

2006-06-19 Thread Casey O'Neill
I placed the following code in the window.onload method. It works but only on inline images. It will not work if the image is loaded through css. For the transparent PNG's I use Fireworks 8 and export as PNG 32.Also, I did not write this code. I got it off of some website. I forget which and I will