Can anyone point me in the direction of a good tutorial on visual effects in rails? I''ve searched and I''ve asked but I can''t seem to find any good documentation on ajax visual effects, combining of effects, or queued effects. Charlie Bowman http://www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060308/a7840808/attachment.html
Charlie Bowman wrote:> Can anyone point me in the direction of a good tutorial on visual > effects in rails? I''ve searched and I''ve asked but I can''t seem to find > any good documentation on ajax visual effects, combining of effects, or > queued effects. > > Charlie Bowman > http://www.recentrambles.comI''m pretty new with the Ajax stuff, but you might want to look here: http://script.aculo.us/ to get some help. -- Posted via http://www.ruby-forum.com/.
Kevin Elhart wrote:> Charlie Bowman wrote: > >> Can anyone point me in the direction of a good tutorial on visual >> effects in rails? I''ve searched and I''ve asked but I can''t seem to find >> any good documentation on ajax visual effects, combining of effects, or >> queued effects. >> >> Charlie Bowman >> http://www.recentrambles.com >> > > I''m pretty new with the Ajax stuff, but you might want to look here: > http://script.aculo.us/ to get some help. > >There''s some good stuff in the Agile book and Rails Recipes. Online, check out these links: http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html http://slash7.com/articles/2005/08/13/ajaxariffic-autocomplete-with-scriptaculous - goes into some detail on tweaking autocomplete.