similar to: i am is Ruby greenhorn

Displaying 20 results from an estimated 70000 matches similar to: "i am is Ruby greenhorn"

2007 Jul 09
1
Now I am dragging and dropping - how do I add things up?
Not the best at javascript/ajax/making coffee as google has been my teacher, but I am constructing a ''wedding calculator'' http://www.blakelands.co.uk/Cart to calculate a price based on the items dragged into the ''shopping cart''. How would I assign numeric values to these products (without the use of mysql) and have it dynamically adding up in the last box?
2007 Dec 05
0
difficulty with onDrop in the ruby helper method
I need to return both the draggable element id and the dropped on element id to a ruby method. I''m using the helper method drop_receiving_element, and it''s all good and well until the onDrop part. I really want to pass both id''s to the ruby method that I''m calling. Really. However, it seems like onDrop only accepts a javascript function. :url => {:action
2007 Dec 10
0
Ruby Programming
iTechArt has specialized in Ruby on Rails (ROR) development and provides a complete software outsourcing services for web development solutions based on Ruby. We suggest use Ruby framework for developing database-backed web applications with Ajax on front-end because it''s a great fit for practically any type of web application: collaboration, community, e-commerce, content management and
2007 Feb 08
0
derive.js - Ruby-esque derivation/mixins for Prototype
All, I whipped up a small extension for Prototype to solve some modeling issues I was having on a large JS project. I know there have been serveral alternative "write JS in Ruby" type efforts, including ruby.js, rb2js, and prototype.js itself, but I was hoping to keep it as light as possible while gaining the most powerful aspects of derivation/mixins/callbacks. Much like the prototype
2007 Mar 29
0
Ruby on Rails usage (and maintenance) short survey
If you have a few minutes to enter this questionnaire you''re help will be very appreciated. The results will be used in an essay on RoR with respect to maintainability. Thank you for your time QUESTIONNAIRE: 1 What is the size of your company ? 2 What is the size of the Ruby on Rails projects your team realized ? 3 Do you, and if so how, use scaffolding to generate parts of your
2007 May 18
1
How do I use loadTextURL?
Hi, How exactly do I use loadTextURL? I can''t find any instructions. I was under the impression I just set loadTextURL to a script that will return the data I want, but no matter what I do, it just continues to say loading. For example: new Ajax.InPlaceEditor(''edit_author'', ''inc/blogedit.phpr'', {loadTextURL:''inc/server.php''}); Works
2007 Dec 03
1
Element#fire normal (i.e., non-custom) events
At the moment, my code observes an element for a ''click'' event. This then triggers a function that fires a custom event on another object. E.g.: $(element).observe(''click'', function(e) { $ (other_element).fire(''custom:event'', e) }); This works fine, but I would like to be able to: $(element).observe(''keypress'', function(e)
2008 Jan 30
3
Ajax.Request - nothing in responseText, I need it!!
I am at a complete loss here and I need a solution asap! Any help is GREATLY appreciated!!! I have my request going out to a php script that sends a query to my db and then echos the return data into html format. this script works fine when I go to the url in a browser and send the correct params. However, in my ajax request, nothing gets returned?! Here is my code...
2007 Mar 14
0
SV: Re: script.aculo.us question
Another option would be to use conditional comments, which is only supported in IE. Either in the javascript: /*@cc_on @*/ /*@if (@_win32) Event.observe(window, ''load'', ...(replace img)...); /*@end @*/ Or in the HTML for including the script (this support checking versions): <!-[if lt IE 7]>...include script...<![endif]-->
2007 Mar 14
0
SV: Re: each() and parameters and unobtrusive javascript
You could also try to go with the button element since it can wrap content like images. Something like: <button name="delete"><img src="..."></button> along with some styling to your liking. -Tobias -----Oprindelig meddelelse----- Fra: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs@googlegroups.com] På vegne af
2007 May 28
0
Can I instanciate anEffect and execute it N times later?
Hi there, I saw several Scriptaculous''s Effect examples and all of them makes the Effect instance at the time they want to apply to some page element. I need to make that in two phases, A) create instance of the effects associated to the affected elements and B) at any time execute the effect over the respective element. The executions of the effects will be dictated by events that
2007 Dec 11
0
Rails 2 doesn't include builder.js, scriptaculous.js, slider.js, and sound.js. Should I add them?
I''m upgrading the Scriptaculous files in my Rails 2 project to version 1.8. Rails 2 doesn''t produce builder.js, scriptaculous.js, slider.js, and sound.js in the Javascript folder by default, and the files it produces (controls.js, dragdrop.js, effects.js) don''t have a version number in them. If I''m replacing the default files with the Scriptaculous 1.8
2007 Apr 04
0
SV: toggle.appear focus on div problem / question
Is this what you want: http://prototypejs.org/api/element/scrollto -Tobias -----Oprindelig meddelelse----- Fra: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs@googlegroups.com] På vegne af natquick Sendt: 4. april 2007 12:53 Til: Ruby on Rails: Spinoffs Emne: [Rails-spinoffs] toggle.appear focus on div problem / question Hi there, Can anyone help me,
2008 Jan 16
2
InPlaceEditor and Json in onComplete
Hi, after some search, i found this Collin Mollenhour said: While IPE is being patched, it''d be nice if the JSON evaluated response was available in onComplete. http://groups.google.fr/group/rubyonrails-spinoffs/browse_thread/thread/f6cfdfc9e535f2ef/f61d98f55f055e55?lnk=gst&q=inplaceeditor+json#f61d98f55f055e55 It''s in 2006, some news about that ? Cause i''ve tried
2006 Aug 24
3
Two problems with Sortable
Hello- I''m having two problems with the sortable class: 1. I have two sortables whose items can be dropped between them. The immediate parent <div> of each these adjusts its height accordingly, but any grandparent or n-parent <div>s do not adjust their height. 2. In everyone''s favorite browser, InternetExplorer, the handler text is selected and the sortable
2008 Jul 29
0
DON'T POST TO THIS GROUP! Use the new group instead! (Reminder #13)
Hi all, (Just because the last reminder is getting buried in spam...) ==> DON''T POST TO THIS GROUP!! <== This group is closing as discussed[1][2]. The archives will remain online. Use the replacement group instead: http://groups.google.com/group/prototype-scriptaculous prototype-scriptaculous-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org If you''re continuing an
2008 May 19
3
Can anyone give a exmple of use Ajax.Response?
hi, everyone , could anyone give a exmple of use Ajax.Response? I can not find a sample in prototype homepage --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from
2006 Sep 07
3
Using "scriptaculous.js?load=effects" on FF
Hi All, For somewhat when I use <script src="scriptaculous.js?load=effects> the effects.js is never get downloaded on FF. So, I can''t use any effect at all. Anyone has the same problem? Please help! Thanks, Palawan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2008 Jul 15
2
Glamour models & Fasion designing New look watch my profile http://www.geocities.com/cathrina39
Glamour models & Fasion designing New look watch my profile http://www.geocities.com/cathrina39 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this
2007 Apr 20
2
Double URL Encoding of multiple selects (or any array in toQueryParams)
Hello, It seems that if you call form.serialize on a multiple select, and it double url encodes the values... culprit seems to be (v.1.5.0) line 649/650. It calls encodeURIComponent twice. -jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send