[Proto-Scripty] Re: Array.without() problem

2009-03-06 Thread Jerod Venema
after), whereas the delete will cause the array to have length n with an undefined value at your index. If history is an object, then the delete will work fine. -- Jerod Venema Frozen Mountain Software http://www.frozenmountain.com/ 919-368-5105

[Proto-Scripty] Re: Possible incompatibility with JSON library?

2009-01-25 Thread Jerod Venema
believe the JSON library checks for at toJSON property on objects, which doesn't normally exist for Array, but does after Prototype.js augments them. Any ideas? Thanks, Nathan -- Jerod Venema Frozen Mountain Software http://www.frozenmountain.com/ 919-368-5105

[Proto-Scripty] Re: Opera and $$('.wrapper .class') seems not to work correctly

2009-01-13 Thread Jerod Venema
a testcase : ) Why use dom:loaded (which is also known to be unreliable in IE in its current implementation) when we can simply run script at the time when body is definitely loaded and parsed. [...] -- kangax -- Jerod Venema Frozen Mountain Software http://www.frozenmountain.com

[Proto-Scripty] Re: Inheritance question

2009-01-13 Thread Jerod Venema
(...); -- Jerod Venema Frozen Mountain Software http://www.frozenmountain.com/ 919-368-5105 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype

[Proto-Scripty] Re: sound.js bug

2008-12-05 Thread Jerod Venema
? TIA from Texas! Bill -- Jerod Venema Frozen Mountain Software http://www.frozenmountain.com/ 919-368-5105 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group

[Proto-Scripty] Re: sound.js bug

2008-12-05 Thread Jerod Venema
would be simple. ;-( On Dec 5, 1:53 pm, Jerod Venema [EMAIL PROTECTED] wrote: The second argument should be an anonymous object. This should work: play('http://myurl.com/sound.wav', { replace: true }); On Fri, Dec 5, 2008 at 1:29 PM, Bill Walton [EMAIL PROTECTED] wrote: I think

[Proto-Scripty] Re: Banner viewport

2008-12-03 Thread Jerod Venema
in ie... If I add an alert to scrollImage(), I see it only in firefox. http://www.lotzunga.com/ works in Firefox (check out the image thingies) http://www.lotzunga.com/ doesn't work in IE (I hate IE.) Is there something I'm missing? On Nov 28, 7:01 pm, Jerod Venema [EMAIL

[Proto-Scripty] Re: Is the new statement ever needed ?

2008-12-03 Thread Jerod Venema
-- Jerod Venema Frozen Mountain Software http://www.frozenmountain.com/ 919-368-5105 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype

[Proto-Scripty] Re: New Script.aculo.us combination effect: Fisheye (beta), I need help with callback

2008-11-28 Thread Jerod Venema
: myelement.on(click, function(evt){ dostuff(); options.mouseClick(evt); }); Jerod Venema Frozen Mountain Software http://www.frozenmountain.com/ 919-368-5105 On Fri, Nov 28, 2008 at 4:32 PM, Diodeus [EMAIL PROTECTED] wrote: I am building a Scriptaculous-based fisheye menu, which is coming along

[Proto-Scripty] Re: Unofficial wiki - layout question

2008-10-17 Thread Jerod Venema
-scripty.wikidot.com/pitch-in Thanks in advance, -- T.J. Crowder tj / crowder software / com -- Jerod Venema --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send

[Proto-Scripty] Re: Prototype Logo?

2008-10-07 Thread Jerod Venema
/group/prototype-core?lnk= -- T.J. Crowder tj / crowder software / com On Oct 7, 2:39 pm, White Shadow [EMAIL PROTECTED] wrote: Does anyone have the Prototype logo in vector format? or know where I can download one? -- Jerod Venema Senior Software Engineer Nth Penguin, LLC http

[Proto-Scripty] Re: Prototype wiki?

2008-10-06 Thread Jerod Venema
free wikis out there... Regarding the FAQ, I remember clearly requesting a number of changes to it before publishing it and haven't heard about it since then. I'd love to have it online asap. Best, Tobie -- Jerod Venema Senior Software Engineer Nth Penguin, LLC http

[Proto-Scripty] Re: Prototype wiki?

2008-10-06 Thread Jerod Venema
software / com [1] http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/08b3bbc96fbd5ad7 On Oct 6, 5:23 pm, Jerod Venema [EMAIL PROTECTED] wrote: On Sun, Oct 5, 2008 at 5:30 PM, Tobie Langel [EMAIL PROTECTED] wrote: There are some security issues with the github

[Proto-Scripty] Re: Prototype wiki?

2008-10-05 Thread Jerod Venema
It currently just says Welcome to the Prototype wiki! Is it meant to be / become an official wiki for Prototype? -- T.J. Crowder tj / crowder software / com -- Jerod Venema Senior Software Engineer Nth Penguin, LLC http://www.nthpenguin.com (919) 368-5105

[Proto-Scripty] Re: Hash.toQueryString() nested hash ‏

2008-09-28 Thread Jerod Venema
you maintain your object structure. Just my $0.02 -Jerod Darrin -- Jerod Venema Senior Software Engineer Nth Penguin, LLC http://www.nthpenguin.com (919) 368-5105 --- WebWidgetry.com / MashupStudio.com Future Home of the World's First Complete Web Platform

[Proto-Scripty] Re: Problems getting stopObserving to work

2008-09-23 Thread Jerod Venema
to be the SAME function that you initially hooked to your click event. -- Jerod Venema Senior Software Engineer Nth Penguin, LLC http://www.nthpenguin.com (919) 368-5105 --- WebWidgetry.com / MashupStudio.com Future Home of the World's First Complete Web Platform