<?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>Jamie Sutherland</title>
	<atom:link href="http://www.jamiesutherland.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamiesutherland.com</link>
	<description>Random Nonsense (Mainly programming nonsense though)</description>
	<lastBuildDate>Fri, 27 Apr 2012 15:39:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel="next" href="http://www.jamiesutherland.com/feed/?page=2" />

		<item>
		<title>Doctrine2 ODM Migrate ReferenceOne to ReferenceMany</title>
		<link>http://www.jamiesutherland.com/2012/04/27/doctrine2-odm-migrate-referenceone-to-referencemany/</link>
		<comments>http://www.jamiesutherland.com/2012/04/27/doctrine2-odm-migrate-referenceone-to-referencemany/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 11:54:02 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[Doctrine2]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=182</guid>
		<description><![CDATA[I realised I&#8217;d made a cockup with one of my references recently and having a One-to-One relationship was too restrictive. So I decided to change the reference type and dive into writing some migration code to convert all the data from a ReferenceOne to a ReferenceMany when the object was access. It will also save [...]]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2012/04/27/doctrine2-odm-migrate-referenceone-to-referencemany/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJS 4 Breadcrumbs Plugin for Tab Panel</title>
		<link>http://www.jamiesutherland.com/2012/03/13/extjs-4-breadcrumbs-plugin-for-tab-panel/</link>
		<comments>http://www.jamiesutherland.com/2012/03/13/extjs-4-breadcrumbs-plugin-for-tab-panel/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 15:01:20 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ExtJS4]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=163</guid>
		<description><![CDATA[One of the components which I struggled to find much information about that I thought would be quite common was a breadcrumb setup in ExtJS. So I went about working on my own version to be used in our online employee and document management application, StoreHR. The first iteration was horrible (I was new to [...]]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2012/03/13/extjs-4-breadcrumbs-plugin-for-tab-panel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ExtJS 4 Wizard Panel</title>
		<link>http://www.jamiesutherland.com/2012/03/12/extjs4-wizard-panel/</link>
		<comments>http://www.jamiesutherland.com/2012/03/12/extjs4-wizard-panel/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 12:40:01 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ExtJS4]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=145</guid>
		<description><![CDATA[<a href="http://www.jamiesutherland.com/2012/03/12/extjs4-wizard-panel/" title="ExtJS 4 Wizard Panel"><img src="http://www.jamiesutherland.com/wp-content/uploads/yapb_cache/screen_shot_2012_03_12_at_12_48_41.6xio4xw1nmkgg40o488w0swck.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="112" alt="ExtJS 4 Wizard Panel" style="float:left;padding:0 10px 10px 0;" ></a>I&#8217;m in the process of polishing the first beta release of our new product StoreHR. During this process I was cleaning up the wizard code that we built using the card layout. So I thought I&#8217;d share some code so people can get some use out of it. This is the base code for the [...]]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2012/03/12/extjs4-wizard-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJS 4 Tree/Grid dragText</title>
		<link>http://www.jamiesutherland.com/2011/11/29/extjs-4-tree-dragtext/</link>
		<comments>http://www.jamiesutherland.com/2011/11/29/extjs-4-tree-dragtext/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 22:31:00 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=140</guid>
		<description><![CDATA[Another quick one whilst it&#8217;s in my head. I was dragging between other components and the tree the other day and I wasn&#8217;t happy with the text used when dragging. So here&#8217;s a few overrides for ExtJS 4.0.7 that will let you set a dragField with your gridviewdragdrop plugin that will use the field in [...]]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2011/11/29/extjs-4-tree-dragtext/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ExtJS 4 Tree allowContainerDrop FUUUUUUUU!</title>
		<link>http://www.jamiesutherland.com/2011/11/17/extjs-4-tree-allowcontainerdrop-fuuuuuuuu/</link>
		<comments>http://www.jamiesutherland.com/2011/11/17/extjs-4-tree-allowcontainerdrop-fuuuuuuuu/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 01:00:06 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=135</guid>
		<description><![CDATA[So I&#8217;ve been doing some work with the ExtJS tree for the past few days. Day one &#8211; Getting the basic tree to work reading data from my api.. magic. Day two &#8211; updating that data using drag&#8217;n'drop from two grids of data -Separate post coming soon on this bee tee dub- a bit hellish, [...]]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2011/11/17/extjs-4-tree-allowcontainerdrop-fuuuuuuuu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ExtJS 4 checkbox empty values</title>
		<link>http://www.jamiesutherland.com/2011/10/23/extjs-4-checkbox-empty-values/</link>
		<comments>http://www.jamiesutherland.com/2011/10/23/extjs-4-checkbox-empty-values/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 13:41:04 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[doctrine]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[form]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=128</guid>
		<description><![CDATA[Another quick one here. I&#8217;ve been using ExtJS on a new project and I&#8217;ve just noticed the default behaviour of the checkboxes in the form is a bit of a pain in the ass for working with server side. The default behaviour is to post &#8216;on&#8217; when the checkbox is selected and nothing when its [...]]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2011/10/23/extjs-4-checkbox-empty-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Server RabbitMQ OSX Lion &#8211; OMFG Whyyy!!</title>
		<link>http://www.jamiesutherland.com/2011/09/23/zend-server-rabbitmq-osx-lion-omfg-whyyy/</link>
		<comments>http://www.jamiesutherland.com/2011/09/23/zend-server-rabbitmq-osx-lion-omfg-whyyy/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 23:24:43 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[zend server rabbitmq osx lion]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=120</guid>
		<description><![CDATA[Just a quicky so that if I have to go through this again I&#8217;ve got it here. To install the amqp module for PHP under zend server is a nightmare when you&#8217;re kinda retarded like me. So here&#8217;s the steps. Install Zend Server (CE). Download rabbitmq-c using mercurial hg clone http://hg.rabbitmq.com/rabbitmq-c cd rabbitmq-c hg clone [...]]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2011/09/23/zend-server-rabbitmq-osx-lion-omfg-whyyy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Continuous Integration with phpUnderControl &#8211; Ubuntu 10.04 setup guide.</title>
		<link>http://www.jamiesutherland.com/2011/07/18/phpundercontrol-ubuntu-10-04-setup-guide/</link>
		<comments>http://www.jamiesutherland.com/2011/07/18/phpundercontrol-ubuntu-10-04-setup-guide/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 21:32:50 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[CI]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[builds]]></category>
		<category><![CDATA[CruiseControl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpUnderControl]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=110</guid>
		<description><![CDATA[Here is quick and dirty step by step guide to getting a basic installation of phpUnderControl up and running on Ubuntu 10.04. Fired together mainly from correcting some academic PDF on how to configure phpUnderControl You should read it also as it goes into more depth on setting up your own project. This just gets [...]]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2011/07/18/phpundercontrol-ubuntu-10-04-setup-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doctrine 2 ODM QueryBuilder &#8211; addOr() The undocumented method of joy</title>
		<link>http://www.jamiesutherland.com/2011/07/01/doctrine-2-odm-querybuilder-addor/</link>
		<comments>http://www.jamiesutherland.com/2011/07/01/doctrine-2-odm-querybuilder-addor/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 01:15:38 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[Doctrine2]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[addOr]]></category>
		<category><![CDATA[doctrine2]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=102</guid>
		<description><![CDATA[OK So I was looking for away to find a document in MongoDB via Doctrine2&#8242;s DocumentMapper class and could find lots of examples on how to AND your queries together, but nothing on how to OR them. Unless I&#8217;m being blind there&#8217;s nothing in the documentation and I couldn&#8217;t find anything when hashing away with [...]]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2011/07/01/doctrine-2-odm-querybuilder-addor/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New website &#8211; goodfortunechinese.co.uk</title>
		<link>http://www.jamiesutherland.com/2011/05/31/new-website-goodfortunechinese-co-uk/</link>
		<comments>http://www.jamiesutherland.com/2011/05/31/new-website-goodfortunechinese-co-uk/#comments</comments>
		<pubDate>Tue, 31 May 2011 21:24:55 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=98</guid>
		<description><![CDATA[I&#8217;ve just finished a website for the Good Fortune chinese in South Queensferry. It is a fairly simple setup, using WordPress with a design from mojo-themes.com coupled with a menu system by openmenu.com check it out here!]]></description>
		<wfw:commentRss>http://www.jamiesutherland.com/2011/05/31/new-website-goodfortunechinese-co-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

