<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-28215292.post5758768246864442888..comments</id><updated>2009-10-31T16:05:42.949+01:00</updated><title type='text'>Comments on DragonBe's PHP blog: Using Zend_Captcha with forms and config</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.dragonbe.com/feeds/5758768246864442888/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28215292/5758768246864442888/comments/default'/><link rel='alternate' type='text/html' href='http://www.dragonbe.com/2008/09/using-zendcaptcha-with-forms-and-config.html'/><author><name>DragonBe</name><uri>http://www.blogger.com/profile/12610668749799675317</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-28215292.post-5146441769024105854</id><published>2009-10-31T16:05:43.174+01:00</published><updated>2009-10-31T16:05:43.174+01:00</updated><title type='text'>Thanks a lot for this information. I've been tryin...</title><content type='html'>Thanks a lot for this information. I&amp;#39;ve been trying to create my blog recently and faced some difficulties. I found some books and articles on the topic at the search engine http://rapid4me.com . My friends&amp;#39; advice was of great help as well. But here you paid attention to very important details. And you wrote it in a simple way. Much appreciated. Thank you.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28215292/5758768246864442888/comments/default/5146441769024105854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28215292/5758768246864442888/comments/default/5146441769024105854'/><link rel='alternate' type='text/html' href='http://www.dragonbe.com/2008/09/using-zendcaptcha-with-forms-and-config.html?showComment=1257001543174#c5146441769024105854' title=''/><author><name>lisa</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.dragonbe.com/2008/09/using-zendcaptcha-with-forms-and-config.html' ref='tag:blogger.com,1999:blog-28215292.post-5758768246864442888' source='http://www.blogger.com/feeds/28215292/posts/default/5758768246864442888' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-28215292.post-2212208670904059183</id><published>2008-09-21T19:34:19.218+02:00</published><updated>2008-09-21T19:34:19.218+02:00</updated><title type='text'>I am actually trying to use an INI config not XML....</title><content type='html'>I am actually trying to use an INI config not XML.&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;user.signup.elements.captchaImage.type = "captcha"&lt;BR/&gt;user.signup.elements.captchaImage.label = "Are you human?"&lt;BR/&gt;user.signup.elements.captchaImage.options.captcha = "Figlet"&lt;BR/&gt;&lt;BR/&gt;As of 1.6 first stable release, the above works, but below does not&lt;BR/&gt;user.signup.elements.captchaImage.options.wordlen = "6"&lt;BR/&gt;user.signup.elements.captchaImage.options.timeout = "300"</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28215292/5758768246864442888/comments/default/2212208670904059183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28215292/5758768246864442888/comments/default/2212208670904059183'/><link rel='alternate' type='text/html' href='http://www.dragonbe.com/2008/09/using-zendcaptcha-with-forms-and-config.html?showComment=1222018459218#c2212208670904059183' title=''/><author><name>z0manifest</name><uri>http://www.blogger.com/profile/01081645513035840733</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.dragonbe.com/2008/09/using-zendcaptcha-with-forms-and-config.html' ref='tag:blogger.com,1999:blog-28215292.post-5758768246864442888' source='http://www.blogger.com/feeds/28215292/posts/default/5758768246864442888' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-28215292.post-1974481947108431593</id><published>2008-09-15T21:09:07.975+02:00</published><updated>2008-09-15T21:09:07.975+02:00</updated><title type='text'>Thanks for the slides, saw them last week and they...</title><content type='html'>Thanks for the slides, saw them last week and they were a great jumpstart; found this post today while trying to solve a Zend captcha validation problem.  While you&amp;#39;re post helped confirm my config/captcha code, it also lead me to why my validation was failing.  It was totally my fault, but wanted to share my issue with others.&lt;BR/&gt;&lt;BR/&gt;Everytime I called form-&amp;gt;isValid($request), I&amp;#39;d fail with empty value for the captcha.  Well, when using the Zend default render, the Captcha_Image element inputs have different attributes for &amp;#39;id&amp;#39; and &amp;#39;name&amp;#39;. ex: &amp;amp;ltinput type=&amp;quot;hidden&amp;quot; name=&amp;quot;captcha[id]&amp;quot; value=&amp;quot;a1714929730288e265d3718a926d131f&amp;quot; helper=&amp;quot;formText&amp;quot; id=&amp;quot;captcha-id&amp;quot;&amp;amp;gt&lt;BR/&gt;&amp;amp;ltinput type=&amp;quot;text&amp;quot; name=&amp;quot;captcha[input]&amp;quot; id=&amp;quot;captcha-input&amp;quot; value=&amp;quot;&amp;quot; helper=&amp;quot;formText&amp;quot;&amp;amp;gt&lt;BR/&gt;&lt;BR/&gt;On my form, data is sent via javascript function, which took for granted that Zend renders &lt;I&gt;most&lt;/I&gt; form elements with identical id/name attributes. Silly me. This is a case where the 'id' and 'name' attributes are different. So, if you are using some ajaxian submit, make sure you're using the 'name' attribute!&lt;BR/&gt;&lt;BR/&gt;Best Regards -David</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28215292/5758768246864442888/comments/default/1974481947108431593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28215292/5758768246864442888/comments/default/1974481947108431593'/><link rel='alternate' type='text/html' href='http://www.dragonbe.com/2008/09/using-zendcaptcha-with-forms-and-config.html?showComment=1221505747975#c1974481947108431593' title=''/><author><name>David Neimeyer</name><uri>http://www.blogger.com/profile/13564069596498516450</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.dragonbe.com/2008/09/using-zendcaptcha-with-forms-and-config.html' ref='tag:blogger.com,1999:blog-28215292.post-5758768246864442888' source='http://www.blogger.com/feeds/28215292/posts/default/5758768246864442888' type='text/html'/></entry></feed>