<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gudubeth &#187; library</title>
	<atom:link href="http://www.gudubeth.net/en/tag/library/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gudubeth.net/en</link>
	<description>A blog about web design and programming - php, actionscript, javascript, java, css</description>
	<lastBuildDate>Tue, 27 Apr 2010 19:08:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mini Ajax Library</title>
		<link>http://www.gudubeth.net/en/articles/mini-ajax-library</link>
		<comments>http://www.gudubeth.net/en/articles/mini-ajax-library#comments</comments>
		<pubDate>Sat, 26 Dec 2009 11:32:59 +0000</pubDate>
		<dc:creator>Gudubeth</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[lightweight]]></category>

		<guid isPermaLink="false">http://www.gudubeth.net/en/?p=50</guid>
		<description><![CDATA[You need basic ajax functions and you need a simple, small library not like those big, complex libraries like prototype. Well, open source community hears you. MiniAjax is a lightweight ajax library which is only 1.4 kb without compression. MiniAjax can do simple form serializing, send request to a url, get its response by both [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>You need basic ajax functions and you need a simple, small library not like those big, complex libraries like prototype. Well, open source community hears you. MiniAjax is a lightweight ajax library which is only 1.4 kb without compression. MiniAjax can do simple form serializing, send request to a url, get its response by both GET or POST methods and insert the result in a html element if needed, submit a form. </p>
<p>Here is the Google Code page of this library: <a href="http://code.google.com/p/miniajax/" target="_blank">http://code.google.com/p/miniajax/</a> (Everything in one page). You can find discussions and some extra functions at <a href="http://snippets.dzone.com/posts/show/2025" target="_blank">DZone Snippets</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.gudubeth.net/en/articles/mini-ajax-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
