[Proto-Scripty] dynamic form input options?

2009-01-06 Thread ph...@ryangibbons.net
Hey all, I am building a form and I would like the end user to be able to add form fields as needed. I am doing a website for a scuba organization one of the sections on the user registration form deals with a user's various certifications. Obviously some users will have more certifications

[Proto-Scripty] Problem with retrieving value from form select

2009-01-11 Thread ph...@ryangibbons.net
Hey all, I am using Ajax.Updater() to change the data in some drop down select boxes. The update is triggered in onchange of the first select field. I am passing the value of that selected option to a php script that then builds the second dependent drop down option set. This is the current

[Proto-Scripty] Re: Problem with retrieving value from form select

2009-01-12 Thread ph...@ryangibbons.net
-Original Message- From: prototype-scriptaculous@googlegroups.com [mailto:prototype-scriptacul...@googlegroups.com] On Behalf Of ph...@ryangibbons.net Sent: Monday, January 12, 2009 12:51 AM To: Prototype script.aculo.us Subject: [Proto-Scripty] Problem with retrieving value from form select

[Proto-Scripty] Theoretical Question

2009-01-26 Thread ph...@ryangibbons.net
I am a web developer that is well versed in PHP and MySQL development environments. Lately, I have been picking up Prototype and script.aculo.us on a piece by piece basis. I have found myself using (or relying) heavily on event observers and calls to Ajax.Update() functions which pass

[Proto-Scripty] Event.observe and Ajax.Updater recursion problems?

2009-06-18 Thread ph...@ryangibbons.net
Hey all, I will preface this with the fact that I am a new user of both prototype and javascript, so I am learning (slowly) as I go. I am currently working on a blog interface and I was going to use this as my opportunity to learn prototype and some more dynamic ways to handle form data. That

[Proto-Scripty] Re: Event.observe and Ajax.Updater recursion problems?

2009-06-19 Thread ph...@ryangibbons.net
My bad, I thought that I had checked all the links evidently I had not. http://www.wiredphotographer.com/admin/?s=new Sorry about that. Thanks for all the replies I am going through them now, but I wanted to fix that link first. --~--~-~--~~~---~--~~ You

[Proto-Scripty] Effect.Morph to enlarge images

2009-11-03 Thread ph...@ryangibbons.net
Hey all, I was trying to come up with a simple way to enlarge images on mouse over and set them back to their normal size on mouse out. I figured why not try Effect.Morph with two sets of css for the images. Implementation can be seen here: http://rgvisuals.com/ie/ (Click on Stories link)

[Proto-Scripty] Re: Effect.Morph to enlarge images

2009-11-03 Thread ph...@ryangibbons.net
for a lighter alternative using script.aculo.us Thanks, RG On Nov 3, 9:45 am, Richard Quadling rquadl...@googlemail.com wrote: 2009/11/3 ph...@ryangibbons.net ph...@ryangibbons.net: Hey all, I was trying to come up with a simple way to enlarge images on mouse over and set them back