Luiz Vitor Martinez Cardoso
2008-Jan-18 02:10 UTC
How to implement MooFlow (a fantastic dock bar style) on Rails?
Hi, How i can implement MooBoox (http://www.outcut.de/MooFlow/) on Rails? I need to port all JavaScript codes to RJS? Thanks for your attention! -- Regards, Luiz Vitor Martinez Cardoso Cel.: (11) 8187-8662 Blog: rubz.org engineer student at maua.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
s.ross
2008-Jan-18 02:34 UTC
Re: How to implement MooFlow (a fantastic dock bar style) on Rails?
On Jan 17, 2008, at 6:10 PM, Luiz Vitor Martinez Cardoso wrote:> Hi, > > How i can implement MooBoox (http://www.outcut.de/MooFlow/) on > Rails? I need to port all JavaScript codes to RJS? > > Thanks for your attention! > > > -- > Regards, > > Luiz Vitor Martinez Cardoso > Cel.: (11) 8187-8662 > Blog: rubz.org > engineer student at maua.brYou can still write Javascript. You only have to reach out to the server when an information exchange is required (i.e., submit or request more data via ajax). See: http://positionabsolute.net/blog/2007/08/prototype-fisheye.php For a cool implementation of this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Peter De Berdt
2008-Jan-18 08:26 UTC
Re: How to implement MooFlow (a fantastic dock bar style) on Rails?
On 18 Jan 2008, at 03:10, Luiz Vitor Martinez Cardoso wrote:> How i can implement MooBoox (http://www.outcut.de/MooFlow/) on > Rails? I need to port all JavaScript codes to RJS? > > Thanks for your attention!You could try http://194.95.111.244/~countzero/scripts/_myImageFlow/ It doesn''t use Prototype/Scriptaculous, but it doesn''t use any other JS framework like Mootools either. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Luiz Vitor Martinez Cardoso
2008-Jan-18 19:18 UTC
Re: How to implement MooFlow (a fantastic dock bar style) on Rails?
Peter, This dockbar is wonderfull! I will learn how it works. Thanks for all help ;) Regards, Luiz Vitor. On Jan 18, 2008 6:26 AM, Peter De Berdt <peter.de.berdt-LPO8gxj9N8aZIoH1IeqzKA@public.gmane.org> wrote:> > On 18 Jan 2008, at 03:10, Luiz Vitor Martinez Cardoso wrote: > > How i can implement MooBoox (http://www.outcut.de/MooFlow/) on Rails? I > need to port all JavaScript codes to RJS? > > Thanks for your attention! > > > You could try http://194.95.111.244/~countzero/scripts/_myImageFlow/<http://194.95.111.244/%7Ecountzero/scripts/_myImageFlow/> > > It doesn''t use Prototype/Scriptaculous, but it doesn''t use any other JS > framework like Mootools either. > > > Best regards > > > Peter De Berdt > > > > >-- Regards, Luiz Vitor Martinez Cardoso Cel.: (11) 8187-8662 Blog: rubz.org engineer student at maua.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---