<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>Ajaxtalk.com</title>
	<link>http://www.ajaxtalk.com//</link>
	<description>Ajaxtalk.com: discuss the new web 2.0</description>
	<managingEditor>forum@ajaxtalk.com</managingEditor>
	<webMaster>forum@ajaxtalk.com</webMaster>
	<lastBuildDate>Sat, 19 Jul 2008 08:07:55 GMT</lastBuildDate>
<item>
	<title>AJAX Programmers Exchange :: RE: some demo</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4085#4085</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=475&quot; target=&quot;_blank&quot;&gt;jeffjustice&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jul 08, 2008 7:51 am (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I would have a link to add to zour list. It has some interesting tutorials
&lt;br /&gt;
&lt;a href=&quot;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&quot; target=&quot;_blank&quot;&gt;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&lt;/a&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Programmers Exchange :: RE: New to AJAX, any tips for me?</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4084#4084</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=475&quot; target=&quot;_blank&quot;&gt;jeffjustice&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jul 08, 2008 7:40 am (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Read some basic stuff on Wikipedia about it or at &lt;a href=&quot;http://dmoz.org/Computers/Programming/Languages/JavaScript/Ajax&quot; target=&quot;_blank&quot;&gt;http://dmoz.org/Computers/Programming/Languages/JavaScript/Ajax&lt;/a&gt; , after that you must write your own scripts, that is the only way to learn. If you want some help with that, check out &lt;a href=&quot;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&quot; target=&quot;_blank&quot;&gt;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&lt;/a&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Programmers Exchange :: RE: How to create AJAX form with Validation</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4083#4083</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=475&quot; target=&quot;_blank&quot;&gt;jeffjustice&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jul 08, 2008 7:36 am (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;There are some tutorials at &lt;a href=&quot;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&lt;/a&gt;
&lt;br /&gt;
that might help you.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Help :: Help with a tutorial</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4082#4082</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=475&quot; target=&quot;_blank&quot;&gt;jeffjustice&lt;/a&gt;&lt;br /&gt;
Subject: Help with a tutorial&lt;br /&gt;
Posted: Tue Jul 08, 2008 7:32 am (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I am trying to make a menu just like the one described here &lt;a href=&quot;http://codervods.com/VideoPage.aspx?ID=1154&amp;amp;&amp;amp;category=AJAX&quot; target=&quot;_blank&quot;&gt;http://codervods.com/VideoPage.aspx?ID=1154&amp;amp;&amp;amp;category=AJAX&lt;/a&gt; but it doesn't work. When I go with the mouse over it, nothing happens. Any ideas?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Programmers Exchange :: Too many concurrent ajax requests?</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4081#4081</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=473&quot; target=&quot;_blank&quot;&gt;manocho&lt;/a&gt;&lt;br /&gt;
Subject: Too many concurrent ajax requests?&lt;br /&gt;
Posted: Wed Jul 02, 2008 10:40 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;So I've made a page that has to stay up to date with a database (buttons enable / disable, images appear / disappear, commands can be sent, etc.)  In order to do this I use the javascript setInterval function to create four different intervals.  One every 2 sec, two every 10sec, and one every minute.
&lt;br /&gt;

&lt;br /&gt;
The issue I'm running into is that the response text received from the PHP script I run is not sent to my target element (using document.getElementById().innerHTML) on a reliable basis.  It works fine on load (I stagger the requests in an attempt to prevent this issue), but if a user changes the timing of the events by, say, clicking a button, my problem may appear and the response text is never parsed / sent to my element.  I use Firebug to debug my javascript and the XMLHttpRequest is sent and the response is correct, the data is just never displayed.
&lt;br /&gt;

&lt;br /&gt;
Has anyone seen this before?  Is there a workaround or solution?
&lt;br /&gt;

&lt;br /&gt;
Thanks and cheers!
&lt;br /&gt;
~Noah
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Help :: RE: moo ajax, moo mooo</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4080#4080</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=472&quot; target=&quot;_blank&quot;&gt;vodcoder&lt;/a&gt;&lt;br /&gt;

Posted: Wed Jul 02, 2008 5:27 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;There is a video tutorial on &lt;a href=&quot;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&quot; target=&quot;_blank&quot;&gt;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&lt;/a&gt; about mootools. I hope it helps.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Help :: RE: How can I accomplish this?</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4079#4079</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=472&quot; target=&quot;_blank&quot;&gt;vodcoder&lt;/a&gt;&lt;br /&gt;

Posted: Wed Jul 02, 2008 5:20 pm (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;If you want some basic information about mootools or only a starting point, there is an interesting tutorial about this at &lt;a href=&quot;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&quot; target=&quot;_blank&quot;&gt;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&lt;/a&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Help :: RE: mootools autocomplete with asp</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4078#4078</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=472&quot; target=&quot;_blank&quot;&gt;vodcoder&lt;/a&gt;&lt;br /&gt;

Posted: Wed Jul 02, 2008 5:19 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I don't know if it's usefull or not, but I found recently a video tutorial about mootools at &lt;a href=&quot;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&quot; target=&quot;_blank&quot;&gt;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&lt;/a&gt;
&lt;br /&gt;
Cheers!
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Programmers Exchange :: RE: Ruby on Rails Ajax demo's</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4077#4077</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=472&quot; target=&quot;_blank&quot;&gt;vodcoder&lt;/a&gt;&lt;br /&gt;

Posted: Wed Jul 02, 2008 5:12 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;You can also add to that list a web tutorial that shows how to create an Ajax application with Ruby on Rails. It can be found at &lt;a href=&quot;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&quot; target=&quot;_blank&quot;&gt;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&lt;/a&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Programmers Exchange :: RE: Ruby on Rails Search with Ajax Effects</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4076#4076</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=472&quot; target=&quot;_blank&quot;&gt;vodcoder&lt;/a&gt;&lt;br /&gt;

Posted: Wed Jul 02, 2008 5:04 pm (GMT 0)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I don't know if it helps, but you can find a video tutorial about Ruby on Rails on &lt;a href=&quot;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&quot; target=&quot;_blank&quot;&gt;http://codervods.com/Default.aspx?mode=default&amp;amp;category=AJAX&amp;amp;days=All&amp;amp;currentIndex=0&lt;/a&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Programmers Exchange :: RE: Ajax Tutorials and Articles</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4075#4075</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=472&quot; target=&quot;_blank&quot;&gt;vodcoder&lt;/a&gt;&lt;br /&gt;

Posted: Wed Jul 02, 2008 4:54 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;It would be a nice idea if we all had a place to post tutorial links, or at least the ones that we consider very good. If I had to choose a site with tutorials, I would choose &lt;a href=&quot;http://codervods.com/&quot; target=&quot;_blank&quot;&gt;http://codervods.com/&lt;/a&gt; because it is full with nice videos.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Programmers Exchange :: RE: Tutorials</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4074#4074</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=472&quot; target=&quot;_blank&quot;&gt;vodcoder&lt;/a&gt;&lt;br /&gt;

Posted: Wed Jul 02, 2008 4:47 pm (GMT 0)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;If you want some video tutorials on Ajax, you can find them on &lt;a href=&quot;http://codervods.com/&quot; target=&quot;_blank&quot;&gt;http://codervods.com/&lt;/a&gt; - easy to watch and to search for items.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Help :: Mind map with Ajax</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4073#4073</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=470&quot; target=&quot;_blank&quot;&gt;LP555M&lt;/a&gt;&lt;br /&gt;
Subject: Mind map with Ajax&lt;br /&gt;
Posted: Sat Jun 28, 2008 6:22 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi everyone,  
&lt;br /&gt;

&lt;br /&gt;
I am new to Ajax and have been fascinated by the possibilities available with JavaScript and XML. More specifically, I am interested in mind mapping and would like to actually know how to actually write the code in Ajax to implement a mind mapping application such as MindMeister.
&lt;br /&gt;

&lt;br /&gt;
I have read through lots of forums, books and articles on Ajax but did not find anything useful so far to help me out.
&lt;br /&gt;

&lt;br /&gt;
Ideally, I would like to use PHP on the server-side, JavaScript on the client-side and XML to make the server request and also store the mind maps. The path to the mindmaps stored in the XML document will be saved in a MySQL database.
&lt;br /&gt;

&lt;br /&gt;
So I would appreciate any kind of help/resources (tips, codes) to develop a mind mapping tool using Ajax.
&lt;br /&gt;

&lt;br /&gt;
Thanks, 
&lt;br /&gt;
John.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Programmers Exchange :: Mindmap with Ajax</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4072#4072</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=470&quot; target=&quot;_blank&quot;&gt;LP555M&lt;/a&gt;&lt;br /&gt;
Subject: Mindmap with Ajax&lt;br /&gt;
Posted: Sat Jun 28, 2008 6:21 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi everyone,  
&lt;br /&gt;

&lt;br /&gt;
I am new to Ajax and have been fascinated by the possibilities available with JavaScript and XML. More specifically, I am interested in mind mapping and would like to actually know how to actually write the code in Ajax to implement a mind mapping application such as MindMeister.
&lt;br /&gt;

&lt;br /&gt;
I have read through lots of forums, books and articles on Ajax but did not find anything useful so far to help me out.
&lt;br /&gt;

&lt;br /&gt;
Ideally, I would like to use PHP on the server-side, JavaScript on the client-side and XML to make the server request and also store the mind maps. The path to the mindmaps stored in the XML document will be saved in a MySQL database.
&lt;br /&gt;

&lt;br /&gt;
So I would appreciate any kind of help/resources (tips, codes) to develop a mind mapping tool using Ajax.
&lt;br /&gt;

&lt;br /&gt;
Thanks, 
&lt;br /&gt;
John.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>AJAX Programmers Exchange :: Tracking XMLHttpRequests when not embedded onto a page</title>
	<link>http://www.ajaxtalk.com/viewtopic.php?p=4071#4071</link>
	<description>Author: &lt;a href=&quot;http://www.ajaxtalk.com//profile.php?mode=viewprofile&amp;u=469&quot; target=&quot;_blank&quot;&gt;DesignEx&lt;/a&gt;&lt;br /&gt;
Subject: Tracking XMLHttpRequests when not embedded onto a page&lt;br /&gt;
Posted: Fri Jun 27, 2008 7:42 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I'd normally use firebug or something to track XMLHttpRequests when I have ajax implemented on a website.   But I'm currently working on a Firefox extension which is making a request, and I have no way of telling whether or not it is making the request properly or not.   
&lt;br /&gt;

&lt;br /&gt;
Anyone have any ideas ?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

