Re: [Rails-spinoffs] Event.observe mystery

2006-04-29 Thread Joseph Potenza
Try this:Event.observe($(itemId),'mouseover',this.onMouseOverHandler.bindAsEventListener(this),false);- JoeOn 29 Apr 2006 20:59:24 -, Thomas Anderson <[EMAIL PROTECTED]> wrote: Hi,I have a class 'Menu' with a method 'addItem'. The method (simplified)looks like this:addItem: function(itemId, te

Re: [Rails-spinoffs] The Ajax Experience

2006-04-28 Thread Joseph Potenza
Well I knew you were, lolLooking forward to meeting you.  I'll make sure to run into ya and say hi.JoeOn 4/28/06, Thomas Fuchs < [EMAIL PROTECTED]> wrote:Me! :)-ThomasAm 28.04.2006 um 08:10 schrieb Joseph Potenza: > Anyone on the list going to The Ajax Experience in San Fra

[Rails-spinoffs] The Ajax Experience

2006-04-27 Thread Joseph Potenza
Anyone on the list going to The Ajax Experience in San Francisco May 10? ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Re: [Rails-spinoffs] Effect.Puff os x like

2006-03-07 Thread Joseph Potenza
Have you tried Position.clone?On 3/7/06, Andreas Wahlin <[EMAIL PROTECTED]> wrote: I'd like an OS X like Puff effect. For those who don't know, thiskeeps the original object during the puff effect. Is there some simple option or do you have to do it yourself?I tried it something like this  

RE: [Rails-spinoffs] Calendar widget

2006-02-27 Thread Joseph Potenza
ct that function? It won't be very difficult to recreate that functionality using the Builder module, but just curious... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:02 PM To: rails-spinoffs@lists.ru

RE: [Rails-spinoffs] Calendar widget

2006-02-27 Thread Joseph Potenza
load it to check it out (or a live site example), or strip the extension and try re-sending... Would love to check it out. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 2:09 PM To: rail

RE: [Rails-spinoffs] Calendar widget

2006-02-27 Thread Joseph Potenza
.0702 x314 http://www.bigbuzz.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:08 PM To: [EMAIL PROTECTED]; rails-spinoffs@lists.rubyonrails.org Subject: RE: [Rails-spinoffs] Calendar widget I have attached a zip

[Rails-spinoffs] Autocompleter question

2006-02-16 Thread Joseph Potenza
Hey all,     When using the Ajax.autocompleter, how would I configure it so that the user is searching based on an entry's name, but once they select an entry, I record the ID?       I have the user entering a person's name in a text box to make it easier to find contacts in a large databa

[Rails-spinoffs] Good OOP and JS books / tutorials? Looking to teach my team

2006-01-11 Thread Joseph Potenza
Can anyone recommend good books, online tutorials, or any other learning materials for _javascript_ - specifically Object Oriented Programming using JS?   I want the rest of my dev team to be able to help me code in JS, specifically using prototype and scriptaculous.  I've been using JS for

RE: [Rails-spinoffs] a better question

2005-10-20 Thread Joseph Potenza
Jamie, Never saw anything about this after my email on Tuesday . did this help? Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joseph Potenza

RE: [Rails-spinoffs] a better question

2005-10-18 Thread Joseph Potenza
Why not create a class for this type of item and write your code this way: Toggler = function(groupId) { this.toggle = $('toggle_'+groupId); this.group = $('group_'+groupId); this.groupId = groupId; this.clickEvent = function() { Element.toggle(this.