<?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>Evolution Systems &#187; Ajax</title>
	<atom:link href="http://evolution-systems.co.uk/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 08 Aug 2025 09:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Xajax</title>
		<link>http://evolution-systems.co.uk/2008/04/03/xajax-2/</link>
		<comments>http://evolution-systems.co.uk/2008/04/03/xajax-2/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 15:08:32 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Toolkits]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=508</guid>
		<description><![CDATA[I have been doing some form submission for a site I am working on and was thinking it would be nice to use a bit of AJAX to check the forms and display altered content after the form had been submitted, as opposed to simply reloading the page with different parameters. I went on over [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img src="/blogs/matt/images/xajax.png" alt="Xajax Image" class="floatRightImage5" />I have been doing some form submission for a site I am working on and was thinking it would be nice to use a bit of AJAX to check the forms and display altered content after the form had been submitted, as opposed to simply reloading the page with different parameters.</p>
<p>I went on over to google and started searching to see if I could find any nice libraries that would make the job a little simpler and came across <a href="http://xajaxproject.org/">xajax</a>.</p>
<p>This is a really nice PHP toolkit that enables you to add ajax functionality into your web pages extremely easily. All you have to do is include the xajax libraries, create a new xajax object, register a function with the xajax object and include a call to the xajax registered function in your html form, on a button click for example.</p>
<p>Once inside the xajax function you can perform any processing you wish and then return a bunch of html code to be placed inside a container (a div for example) on the calling page.</p>
<p>There are some great little tutorials on the <a href="http://xajaxproject.org/">xajax homepage</a> to get you started on your way to lovely ajax enabled web pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2008/04/03/xajax-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
