<?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; xhtml</title>
	<atom:link href="http://www.trilobita.co.uk/blog/category/xhtml/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Trilobita WordPress Theme</title>
		<link>http://www.trilobita.co.uk/blog/blog/2009/04/22/trilobita-wordpress-theme/</link>
		<comments>http://www.trilobita.co.uk/blog/blog/2009/04/22/trilobita-wordpress-theme/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 19:56:41 +0000</pubDate>
		<dc:creator>trilobita</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.trilobita.co.uk/blog/?p=90</guid>
		<description><![CDATA[We&#8217;ve created our own WordPress theme, it&#8217;s the one we use for this blog. It is a three column flexible layout based on the Jello layout model. This means that you get a fluid layout, but one that has a minimum and maximum width set. Yep your site will not go below a certain width [...]]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/blog/2009/04/22/trilobita-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trilobita Jello 3 column WordPress theme</title>
		<link>http://www.trilobita.co.uk/blog/blog/2007/09/10/trilobita-jello-3-column-wordpress-theme/</link>
		<comments>http://www.trilobita.co.uk/blog/blog/2007/09/10/trilobita-jello-3-column-wordpress-theme/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 14:16:24 +0000</pubDate>
		<dc:creator>trilobita</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.trilobita.co.uk/blog/2007/09/10/trilobita-jello-3-column-wordpress-theme/</guid>
		<description><![CDATA[SUPERSEEDED, PLEASE SEE Trilobita WordPress Theme Here&#8217;s a theme for WordPress. It is based on the Jello layout technique. This means that you get a fluid layout, but one that has a minimum and maximum width set. Yep your site will not go below a certain width or expand beyond your max width. Try it, [...]]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/blog/2007/09/10/trilobita-jello-3-column-wordpress-theme/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/blog/2007/08/13/drag-and-drop-reordering-of-database-fields-with-ajax-php-and-mysql/</link>
		<comments>http://www.trilobita.co.uk/blog/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 [...]]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/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>
		<item>
		<title>Really easy field validation</title>
		<link>http://www.trilobita.co.uk/blog/blog/2007/04/14/really-easy-field-validation/</link>
		<comments>http://www.trilobita.co.uk/blog/blog/2007/04/14/really-easy-field-validation/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 10:53:38 +0000</pubDate>
		<dc:creator>trilobita</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[form checking]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://trilobita.localhost/wordpress/?p=7</guid>
		<description><![CDATA[SUPERSEEDED PLEASE SEE &#8216;Really Easy Field Validation with JQuery&#8216; from http://tetlaw.id.au/view/javascript/really-easy-field-validation Include the scripts &#60;script src=&#34;prototype.js&#34; type=&#34;text/javascript&#34;&#62;&#60;!--mce:0--&#62;&#60;/script&#62; &#160; &#60;script src=&#34;validation.js&#34; type=&#34;text/javascript&#34;&#62;&#60;!--mce:1--&#62;&#60;/script&#62; use the class attribute to specify the type of validation &#60;input id=&#34;field1&#34; class=&#34;required validate-number&#34; name=&#34;field1&#34; /&#62; You then activate validation by passing the form or form&#8217;s id attribute like this: &#60;script type=&#34;text/javascript&#34;&#62;&#60;!--mce:2--&#62;&#60;/script&#62; options for [...]]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/blog/2007/04/14/really-easy-field-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rounded corners with css and javascript</title>
		<link>http://www.trilobita.co.uk/blog/blog/2007/02/15/rounded-corners-with-css-and-javascript/</link>
		<comments>http://www.trilobita.co.uk/blog/blog/2007/02/15/rounded-corners-with-css-and-javascript/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 10:48:40 +0000</pubDate>
		<dc:creator>trilobita</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[corners]]></category>

		<guid isPermaLink="false">http://trilobita.localhost/wordpress/?p=6</guid>
		<description><![CDATA[SUPERSEEDED, PLEASE SEE Rounded Corners with Jquery original at http://www.ruzee.com/blog/ruzeeborders. Source files at http://www.ruzee.com/files/ruzeeborders-0.16.1.zip Steps 1. include the following scripts on your page &#60;script src=&#34;cssquery2-p.js&#34; type=&#34;text/javascript&#34;&#62;&#60;!--mce:0--&#62;&#60;/script&#62; &#60;script src=&#34;ruzeeborders.js&#34; type=&#34;text/javascript&#34;&#62;&#60;!--mce:1--&#62;&#60;/script&#62; 2.include the following javascript on your page in the &#60;head&#62;&#60;/head&#62; section RUZEE.Borders.add&#40;&#123; &#160; &#34;div#divid,div#anotherdivid, blockquote, #left ul, p#contact&#34; : &#123; &#160; borderType:&#34;simple&#34;, &#160; cornerRadius:8, &#160; shadowWidth:0 [...]]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/blog/2007/02/15/rounded-corners-with-css-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
