[Proto-Scripty] Re: Need javascript gurus' opinion about good javascript editor/debugger.

2009-04-05 Thread Pete Brown
If there's any way you can develop and test locally you will save a TON of time. Depending on what server language you're using (PHP, Ruby, etc), you should be able to setup a pretty basic dev environment for testing the AJAX stuff. That way you won't need to upload any files to a server until

[Proto-Scripty] Re: Feedback on a Mega Dropdown menu

2009-04-05 Thread Pete Brown
I'm sure there are pros and cons to doing a menu like that in Javascript, but all I can say is that I would ditch the fading effects. They are unnecessary and sort of annoying. On Apr 3, 5:53 pm, brad bkmontgom...@gmail.com wrote: Hello All, I'm new to this group and to prototype

[Proto-Scripty] Re: prototype not working with rails 2.2.2 ?

2009-01-29 Thread Pete Brown
I'm not familiar with the Rails upgrade process for an app, but did the Prototype code get updated within your public directory? On Jan 29, 4:40 am, riky riccardo.roa...@gmail.com wrote: Hi, i made an application using rails and prototype and all worked fine... But today i upgraded rails to

[Proto-Scripty] Re: image load

2009-01-21 Thread Pete Brown
Try defining an onload event for the image that does what you need On Jan 21, 7:43 am, Stucture_Ulf maximilian.moulet...@gmail.com wrote: Hello! How do I check/read when an image is loaded ?. What I want to do is that I want to wait to displaya div until the entire image is loaded. Now, the

[Proto-Scripty] Re: prototype and image selection?

2009-01-19 Thread Pete Brown
id=update value=Update /         input type=submit name=duplicate id=duplicate   value=Duplicate / /form It wouldn't matter one whit if those submit buttons were images or   vanilla submits as long as they were named and IDd uniquely. Walter On Jan 18, 2009, at 6:34 PM, Pete Brown wrote