Tweet, Share & Like [ EnAcCiOn ]

 

FeedBurner FeedCount Y Facebook | EnAcCiOn

Send Voicemail | EnAcCiOn

Contact me using vCita | EnAcCiOn

Contact me using vCita | EnAcCiOn

Meeting Scheduler Powered by vCita

miércoles, 19 de agosto de 2015

Re: IE8 Object doesn't support property or method 'indexOf'

Also seeing this problem on a site that was seemingly working in IE8 until recently. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

I am forced to do reCAPTCHA but no one else on the site is

On Discogs.com I am forced to do recaptcha every time I visit certain pages but in the site's forum other people say they never see recaptcha on the very same pages. They also say the decision is made by Google and not the site itself. Why is this happening and how do I make it stop? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: IE8 Object doesn't support property or method 'indexOf'

I am also seeing the same issue. Would be great if they could fix this one.On Monday, August 17, 2015 at 1:28:06 AM UTC-7, Sergey Z wrote: Hi, today I'm getting following error in IE8: Object doesn't support property or method 'indexOf' File: recaptcha__en.js, Line: 151, Column: 470 - that maps to following code return a.ua?0<=U(a.ua,5).indexOf("JS_ This error happens on google side, when I enter window.location.href I'm getting: "https://www.google." On Friday recaptcha was working. Looks like code is missing polyfill for ES5 array methods for IE8. Can this be fixed, please? Thank you. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Why isn't reCAPTCHA mobile responsive?

Dear GoogleSince April you have been penalising websites that aren't mobile responsive for mobile searches, demanding they be such in order to retain their ranking - which is fair enough. But WHY is it then that reCAPTCHA is not mobile responsive?As the image attached shows, when reCAPTCHA is viewed on a portrait iPhone 5, showing a page built using Foundation 5, the widget exceeds the space given.As you have removed all customisation from version 2, can I ask that you at least add a third option for data-size? Currently you just have "compact" and "normal", I suggest adding a third of "fit". This would mean the widget scales to the surrounding DIV. So when inside a Foundation DIV, we could have:
   
       
   
   
           
This would mean that when on a mobile it could be 100% the width of the screen and then 50% on a tablet and desktop. Allowing the widget to align beautifully with the above input boxes or text.Surely this NEEDS to be added in order for sites to look good when built using a responsive framework as you request? As it stands, looking like there is something wrong with a page, I don't really want to use the widget.Just a thought guys! You know you can easily add this. :-DCheers, G -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: Java warning in IE

Same here.  What is Java used for...to play audio? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: How to use recaptcha without JavaScript enabled?

How do I use reCaptcha 2 with secure token when explicitly rendering the widget with grecaptcha.render?

Hello, I am using the reCaptcha 2 and explicitly rendering the widget into an existing HTML div element using grecaptcha.render. How do I do this when we change to secure token?  Do I just call  grecaptcha.render(myDivId,  {sitekey: mySiteKey,    stoken: mySecureToken,   callback: function(){ // do stuff }}   );  I can't find this example in the docs. Thanks, Geoff  -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: How to use recaptcha without JavaScript enabled?

We're implementing and today I found fallback option when javascript disabled. It loads the image set however even clicking right options it never gets verified and next set of puzzles appears. Audio one works though, however the html in their faq page has more height for the iframe thus the input box to paste the verified code gets hidden. Spend quite a few hours thinking there might be something wrong I have done while implementing. Hope recaptcha devs fixed the issue soon. cheers,radiant -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: How to use recaptcha without JavaScript enabled?

Re: Java warning in IE

Same here, even in newer IE browsers :( @Google: Is there a possibility to disable the use of the Java Plugin? On Thursday, August 13, 2015 at 4:52:46 PM UTC+2, GDefender wrote: We recently added reCAPTCHA 2.0 to our site and now we're occasionally getting a message from IE about Java. Here is the message: The page you are viewing uses Java. More information on Java support is available from the Microsoft website.  Our site does not make use of Java on the client (no applets, etc.) so this is unexpected. This appears to happen when the user clicks "I am not a robot" and before the user is verified. It happens only on machines without Java installed, and seems to happen only once and then a reboot is required to get it to appear again. Any else experiencing this? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

¡EnAcCiOn está listo! Edición del 19 agosto 2015

EnAcCiOn Give your paper the readership it deserves! Find out how EnAcCiOn EnAcCiOn Publicado por Johann Rodríguez Sánchez 19 agosto 2015 Mundo Educación Medio ambiente Tiempo Libre Deportes Tecnología #video #fútbol Titular de hoy Primeros Pasos en Fotografía Extrema: Al Pie de la Acción www­.dzoom­.org­.es - Hablar de fotografía extrema es hablar de acción, aproximación, retos, constancia, superación. No tiene género definido, es casi una forma de vida, tan sólo debes llevar tu afición o profesión un p... 10 colaboradores - hoy aparecen: Leer el periódico → Correo electrónico gestionado por Si no has solicitado recibir esta notificación o no deseas seguir recibiendo actualizaciones de este periódico, cancela tu suscripción aquí. Nos comprometemos a proteger tu privacidad - más información en nuestra Política de rivacidad. Smallrivers SA, Innovation Park EPFL, Building C, 1015 Lausanne, Switzerland

Verification Call to "http://bit.ly/11H4Jer" URL is necessary?

Since we already do the verification with google at the browser when user click on the reCaptcha check-box, Is it really necessary to call the verification URL ("http://bit.ly/11H4Jer") with secret key to verify again at server side?  If necessary, kindly someone help me with the solution for this scenario. The verification happens at above google url, that is, we need to connect to internet from our backend(application) server in order to get it verified. But usually application server at production environment is not allowed to connect to public(internet) sites from program. Is there an alternate to do this verification process from browser client code itself?  Using Struts1.1 framework.  Appreciate your help.  -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

I always get the worst possible confirmation process

Every time I have to use captcha I get the worst possible confirmation process, the one where I have to select two images, and sometimes I'm forced to find a 3rd image, and I wanted to know why.  Bear in mind I'm always logged in my google account, so why is google so suspicious? Also, if I just log as another linux user and fire up firefox it will work with just one click.  If I use it on windows where I use firefox with all the same extensions, and also logged to google I can also just one-click the captcha, so what the hell is wrong with my main linux user?  I also tried moving the entire firefox cache elsewhere, so it's like running firefox for the very first time ever, and still it will ask me to find images.  This is maddening. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Google ReCaptcha - make it required in forms?

How do I make the ReCaptcha a required element for my form? I have tried dropping the required tag into the div but that doesn't work. Any clues? -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

classic ASP integration

I would like to know if a new classic ASP script is available to integrate reCAPTCHA v2.0 ? As far as I understand, the current script available is for the latest version. So far, I have not succeded to make the current script work. Thans beforehand. -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: CAPTCHA blocked in China - is there a workaround?

Hi Ming Mi, Have yo found any workaround, especially for the new reCAPTCHA? I really like it but unfortunately it's broken in China. Best, RavenOn Monday, July 7, 2014 at 12:17:26 PM UTC+8, Ming Mi wrote: Unfortunately not.I am a Chinese developer and I'm finding solution recently.Reverse Proxy is what I have tried,and the following images are what I've received.   They are too hard to be read,aren't they? And,by the way,if you can find a solution,please notify me. 在 2014年6月18日星期三UTC+8下午3时52分05秒, -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Can I use reCAPTCHA in China?

As I understand, it has to communicate with google server for the verification, just can't be used in China? Best, Raven -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

Re: Como Adicionar 3 googleRecaptch na mesma pagina asp.net?

I did this JS to resolve it: /* - In HTML:    
(Optional to align the recaptcha )        
( id  must incluede-widget-recaptcha)    
*/ var publicKey = 'xxxx' //Recaptchas IDs var widgetIds = []; var onloadCallback = function () {     $("div[id*='-widget-recaptcha']").each(function (index) {         widgetIds[index] = grecaptcha.render(this, { 'sitekey': publicKey });     }); }; $(document).ready(function () {     if ($("div[id*='-widget-recaptcha']")) {         $("body").append("");     } }); /* @method: Check if a response is available */ function captchaRessolver(numID) {     numID = typeof numID !== 'undefined' ? numID : 0;     var response = false;     if (grecaptcha.getResponse(widgetIds[numID]))     {         response = true;     }     return response ; } -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

EnAcCiOn

Contador Web | EnAcCiOn

EnAcCiOn

EnAcCiOn

EnAcCiOn

Blog Archive | EnAcCiOn