<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>AJax Plus - Tips and tutorial for Ajax</title>
	<link>http://www.ajaxplus.net</link>
	<description>All you need to know about Ajax</description>
	<lastBuildDate>Fri, 07 Mar 2008 09:30:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to submit a form using post and Ajax?</title>
		<description> Hi all,

This is a very simple, powerful and useful Ajax code  that lets you submit a form using Ajax and 'post' method.

lets start with the form.

The most important thing is to give an ID to the form and then call to a Javascript function on submit.  We will have ...</description>
		<link>http://www.ajaxplus.net/2008/03/07/how-to-submit-a-form-using-post-and-ajax/</link>
			</item>
	<item>
		<title>Javascript element value</title>
		<description> Hi all,

For beginners this could be helpful - How to get the value of each element in your page using Javascript?

Lets say you have &#60;div id="newid"&#62;&#60;/div&#62;

use this:

var element_value = document.getElementById(&#38;quot;newid&#38;quot;).value;

Hope it helps!  </description>
		<link>http://www.ajaxplus.net/2008/03/07/javascript-element-value/</link>
			</item>
	<item>
		<title>Simple Ajax code</title>
		<description> Here is a sample code to use ajax:

Lets say you have a field that you want to update the db every time someone insert info there without refreshing the page or going to another page.

So the html will look like:
[code]

&#60;input type="text" name="field1" id="field1" onchange="update_field()"&#62;

[/code]

This is very basic input type.
Now ...</description>
		<link>http://www.ajaxplus.net/2008/02/23/simple-ajax-code/</link>
			</item>
	<item>
		<title>Great ajax library</title>
		<description> I really don't remember where I found it (so I can't give credit) but this is a great ajax library that can help you a lot to develop ajax applications.

zxml.js

Enjoy...  </description>
		<link>http://www.ajaxplus.net/2008/02/22/great-ajax-library/</link>
			</item>
	<item>
		<title>Ajax blog</title>
		<description> Hi everyone,

The aim of this blog is to help you develop a better ajax applications. If you need general help or you have problems with Javascript or css this is the place to ask. I am sure you will learn to love ajax as much as I do...

Enjoy the ...</description>
		<link>http://www.ajaxplus.net/2008/02/22/hello-world/</link>
			</item>
</channel>
</rss>
