<?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>Trilobita.co.uk &#187; ajax</title>
	<atom:link href="http://www.trilobita.co.uk/blog/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trilobita.co.uk/blog</link>
	<description>:: Web Development Snippets</description>
	<lastBuildDate>Fri, 01 May 2009 10:54:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Really Easy Field Validation with JQuery</title>
		<link>http://www.trilobita.co.uk/blog/2009/04/16/really-easy-field-validation-with-jquery/</link>
		<comments>http://www.trilobita.co.uk/blog/2009/04/16/really-easy-field-validation-with-jquery/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:28:51 +0000</pubDate>
		<dc:creator>trilobita</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[field validation]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[form checking]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.trilobita.co.uk/blog/?p=49</guid>
		<description><![CDATA[Again JQuery has improved and simplified from the process outlined earlier in this blog
for form validation just add jquery.validate plugin and then in the code add:-

$(&#34;#commentForm&#34;).validate();

or more likely you&#8217;ll have a more complex form so you&#8217;ll need to specify a few attributes

var validator = $(&#34;#health&#34;).validate({
			rules: {
				radiofield: &#34;required&#34;,
				textfield: &#34;required&#34;,
				email: {required: true,email: true},
				name: &#34;required&#34;
  			},
			messages: {
				email: [...]]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/2009/04/16/really-easy-field-validation-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waiting gifs for ajax</title>
		<link>http://www.trilobita.co.uk/blog/2008/04/07/waiting-gifs-for-ajax/</link>
		<comments>http://www.trilobita.co.uk/blog/2008/04/07/waiting-gifs-for-ajax/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 09:48:41 +0000</pubDate>
		<dc:creator>trilobita</dc:creator>
				<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://www.trilobita.co.uk/blog/?p=22</guid>
		<description><![CDATA[Here&#8217;s a useful tool for creating customised animated waiting gifs for use with ajax
http://www.ajaxload.info/
You choose a background and foreground colour and the type of shape you want and hey presto it&#8217;s ready for you to download! Superb!
Related Posts:Drag and Drop Reordering of Database fields with Ajax, php and MySQL.Really easy field validationrounded corners with css [...]]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/2008/04/07/waiting-gifs-for-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drag and Drop Reordering of Database fields with Ajax, php and MySQL.</title>
		<link>http://www.trilobita.co.uk/blog/2007/08/13/drag-and-drop-reordering-of-database-fields-with-ajax-php-and-mysql/</link>
		<comments>http://www.trilobita.co.uk/blog/2007/08/13/drag-and-drop-reordering-of-database-fields-with-ajax-php-and-mysql/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 10:40:24 +0000</pubDate>
		<dc:creator>trilobita</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://trilobita.localhost/wordpress/?p=4</guid>
		<description><![CDATA[Originally on wiseguysonly but he&#8217;s changed his blogging software and has yet to put this article back up
Drag and Drop Reordering of Database fields with Ajax.
Step One: Create the database:
Create a database as normal to hold whatever fields you require. Add an extra field called “position”, that will hold an integer, to your database; this [...]]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/2007/08/13/drag-and-drop-reordering-of-database-fields-with-ajax-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
