search for: adamhegedus

Displaying 3 results from an estimated 3 matches for "adamhegedus".

2006 Feb 07
4
Dynamic url with javascript? - Help Please
Hi, I''m trying to call a remote function when a combobox option is selected, passing as an argument the current value of the combobox (paramenter "panel_id": <select id="server_interface_jack_switch_panel"
2006 Nov 18
3
New Rails site: Smatchy.com
...ped entirely in Rails, known as Smatchy (www.smatchy.com), presents an interesting take on recommendations and could become the standard rather than the exception. The recommendations were more useful than typical sites, especially the ''Unique Recs.'' More info here... http://www.adamhegedus.com/2006/11/16/everyone-knows-the-letdown-of-a-bad-recommendation... Digg it! http://digg.com/tech_news/Website_figures_out_who_is_like_you_and_who_is_not --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby...
2006 Apr 09
12
Help With Dependent Drop-Down and @Params
...ox that is filled with options based on the user''s selection in a related drop-down. I have had success with this before using the examples provided by the following two sources: One posted by Rory at Rory on Rails - http://www.roryhansen.ca/?p=9 the other posted by Adam at http://www.adamhegedus.com/articles/2006/01/19/ajaxed-select-boxes-in-rails Here is my problem: The user selects a Utility and a select with Receiving Points is updated with the items related to the specific utility. Here is my code... <<controller>> def fill_rec_points @lookups = Lookup.find_all_by_...