hi, I''m developing a RoR application and I''m doing the registration and contact pages, the two most important things are the accessibility of the site and the multi language support (I think by globalize). So the question is, I should use a captcha for these pages? I think that if I won''t use it I''ll get a lot of useless records in the db, but with a captcha the accessibility became low... and a logic captcha i think that will be a problem for a multiple language support.. what do you suggest me ? I thought about a javascript captcha, can be ok? what do you think ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> hi, I''m developing a RoR application and I''m doing the registration and > contact pages, the two most important things are the accessibility of > the site and the multi language support (I think by globalize). So the > question is, I should use a captcha for these pages? I think that if I > won''t use it I''ll get a lot of useless records in the db, but with a > captcha the accessibility became low... and a logic captcha i think that > will be a problem for a multiple language support.. > what do you suggest me ? > I thought about a javascript captcha, can be ok? what do you think ?Maybe look at the form-spam-protection plugin if you''re willing to require javascript... http://code.google.com/p/form-spam-protection/ I''ve got that on a site I did for a contact form and to my knowledge the recipient hasn''t had any problems... -philip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Philip Hallstrom wrote:>> hi, I''m developing a RoR application and I''m doing the registration and >> contact pages, the two most important things are the accessibility of >> the site and the multi language support (I think by globalize). So the >> question is, I should use a captcha for these pages? I think that if I >> won''t use it I''ll get a lot of useless records in the db, but with a >> captcha the accessibility became low... and a logic captcha i think that >> will be a problem for a multiple language support.. >> what do you suggest me ? >> I thought about a javascript captcha, can be ok? what do you think ? > > Maybe look at the form-spam-protection plugin if you''re willing to > require > javascript... > > http://code.google.com/p/form-spam-protection/ > > I''ve got that on a site I did for a contact form and to my knowledge the > recipient hasn''t had any problems... > > -philipand if the js is disabled what happen? a captcha is shown? do you think is better to have a captcha ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> Philip Hallstrom wrote: >>> hi, I''m developing a RoR application and I''m doing the registration and >>> contact pages, the two most important things are the accessibility of >>> the site and the multi language support (I think by globalize). So the >>> question is, I should use a captcha for these pages? I think that if I >>> won''t use it I''ll get a lot of useless records in the db, but with a >>> captcha the accessibility became low... and a logic captcha i think that >>> will be a problem for a multiple language support.. >>> what do you suggest me ? >>> I thought about a javascript captcha, can be ok? what do you think ? >> >> Maybe look at the form-spam-protection plugin if you''re willing to >> require >> javascript... >> >> http://code.google.com/p/form-spam-protection/ >> >> I''ve got that on a site I did for a contact form and to my knowledge the >> recipient hasn''t had any problems... >> >> -philip > > and if the js is disabled what happen? a captcha is shown? > do you think is better to have a captcha ?Then alternative HTML is shown indicating that the user needs to enable javascript... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Philip Hallstrom wrote:>>> >> >> and if the js is disabled what happen? a captcha is shown? >> do you think is better to have a captcha ? > > Then alternative HTML is shown indicating that the user needs to enable > javascript...this is not good....and not accessible... :( -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---