<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1045050" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1045050</link>
    <description></description>
    <language>en</language>
          <item>
    <title>A captcha code text input</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/ajax-alternatives#comment-1245297</link>
    <description> &lt;p&gt;A captcha code text input definitely needs to be part of the form. Keep in mind that loaded page images alone can not be submitted as part of form data; the captcha image is loaded using a PHP script. The captcha image&#039;s script can naturally set the session data (in this case a session variable with the captcha code) to be used for comparison with the form input. The script is executed by simply loading the image. If you reload the image, the script is executed again, and the session variable is reset to a new captcha code value that matches what the new image shows, so there&#039;s no problem with reloading.&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Oct 2009 10:55:43 +0000</pubDate>
 <dc:creator>Quicksolver</dc:creator>
 <guid isPermaLink="false">comment 1245297 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The question I was asking</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/ajax-alternatives#comment-1245296</link>
    <description> &lt;p&gt;The question I was asking about is the one you did for captcha, not the one for the forum updates, as that one would (for it to be functional) does need to be used as part of the form.&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Oct 2009 10:45:47 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1245296 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Instead of refreshing the</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/ajax-alternatives#comment-1245290</link>
    <description> &lt;p&gt;Instead of refreshing the entire page after you post (to see if there are new posts), you can first test via clicking on the image whether or not new posts have arrived after your post. The image source would naturally be controlled by a script, just like captcha. If the thread updated after you posted, the image changes (and with smart manipulation using javascript and some file comparisons, you can also have the page autoreload accordingly). If not, the image stays the same. Even better, you can have javascript autoreload the image every time interval as well. That way users don&#039;t need to click on it to check the thread&#039;s status.&lt;/p&gt;
&lt;p&gt;The image isn&#039;t really going to be used for the form. Either way, since AJAX wasn&#039;t involved, the browser-crash headaches won&#039;t be invoked either...&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Oct 2009 00:15:43 +0000</pubDate>
 <dc:creator>Quicksolver</dc:creator>
 <guid isPermaLink="false">comment 1245290 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Well if you just wanted to</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/ajax-alternatives#comment-1245289</link>
    <description> &lt;p&gt;Well if you just wanted to just be an image to indicate that a new message is there, then you could do the same as capcha then.&lt;/p&gt;
&lt;p&gt;I am curious though, If I&#039;m on your site, and I tell it to reload the image used for captcha, and all it is doing is update the image, what are you using when the form submits to tell if I enter it right?&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Oct 2009 00:03:22 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1245289 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>It&#039;s not necessary to create</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/ajax-alternatives#comment-1245288</link>
    <description> &lt;p&gt;It&#039;s not necessary to create an AJAX object in JS to implement captcha relaoding. A simple &quot;imageObj.src=&#039;imageaddresshere.php&#039;&quot; suffices to reload it.&lt;/p&gt;
&lt;p&gt;I finished implementing it, and it works fine without crashing browsers. You&#039;re right about well-coded AJAX though. I just don&#039;t know why I still can&#039;t fully trust it yet.&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Oct 2009 22:12:49 +0000</pubDate>
 <dc:creator>Quicksolver</dc:creator>
 <guid isPermaLink="false">comment 1245288 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>AJAX programmed properly</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/ajax-alternatives#comment-1245287</link>
    <description> &lt;p&gt;AJAX programmed properly should work just find on any modern browser that has javacript enabled.&lt;/p&gt;
&lt;p&gt;When you hit the reload button on capcha (like the one at &lt;a href=&quot;http://recaptcha.net/learnmore.html&quot; title=&quot;http://recaptcha.net/learnmore.html&quot;&gt;http://recaptcha.net/learnmore.html&lt;/a&gt; ), it is just AJAX calls back to its server, and gets the information for the javascript on the web page to work with. &lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Oct 2009 22:03:35 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1245287 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
