<?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>DuncanBrown &#187; cakePHP</title>
	<atom:link href="http://www.duncanbrown.me.uk/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.duncanbrown.me.uk</link>
	<description>The personal blog of Duncan Brown</description>
	<lastBuildDate>Tue, 23 Aug 2011 03:44:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ajax name check</title>
		<link>http://www.duncanbrown.me.uk/2010/08/08/ajax-name-check/</link>
		<comments>http://www.duncanbrown.me.uk/2010/08/08/ajax-name-check/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 09:00:29 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
				<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[Yahoo! UI]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=133</guid>
		<description><![CDATA[When a user signs up to your website, trying to find a username that is not already in use can be a real pain and could cause them not to sign up if they are repeatedly presented with an error. To solve this you can use a simple bit of JavaScript to check if their chosen username [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.duncanbrown.me.uk/2010/05/20/dynamic-select-box/" rel="bookmark">Dynamic Select Box</a><!-- (5.2)--></li>
		<li><a href="http://www.duncanbrown.me.uk/2008/10/25/making-flash-messages-disapear-with-yui/" rel="bookmark">Making flash messages disapear, with YUI.</a><!-- (3.7)--></li>
		<li><a href="http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/" rel="bookmark">Paginating Data with CakePHP and Yahoo! User Interface DataTable</a><!-- (3.5)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.duncanbrown.me.uk/2010/08/08/ajax-name-check/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A word of warning to users of 1and1 and cakePHP</title>
		<link>http://www.duncanbrown.me.uk/2010/05/30/a-word-of-warning-to-users-of-1and1-and-cakephp/</link>
		<comments>http://www.duncanbrown.me.uk/2010/05/30/a-word-of-warning-to-users-of-1and1-and-cakephp/#comments</comments>
		<pubDate>Sun, 30 May 2010 19:00:29 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
				<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[Yahoo! UI]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[PHP 5]]></category>

		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=204</guid>
		<description><![CDATA[Something I found out recently when I updated the cakePHP core files, when accessing my 1and1 hosting using ssh I kept getting errors when using the cakePHP console. The problem was caused by the fact that by default 1and1 uses PHP 4 for the command line. This cannot be altered using .htaccess, however after a [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/" rel="bookmark">Paginating Data with CakePHP and Yahoo! User Interface DataTable</a><!-- (3.01541)--></li>
		<li><a href="http://www.duncanbrown.me.uk/2009/08/21/bulk-record-update-in-cakephp/" rel="bookmark">Bulk record update in Cakephp</a><!-- (3.00555)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.duncanbrown.me.uk/2010/05/30/a-word-of-warning-to-users-of-1and1-and-cakephp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dynamic Select Box</title>
		<link>http://www.duncanbrown.me.uk/2010/05/20/dynamic-select-box/</link>
		<comments>http://www.duncanbrown.me.uk/2010/05/20/dynamic-select-box/#comments</comments>
		<pubDate>Thu, 20 May 2010 21:40:22 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
				<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[Yahoo! UI]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=148</guid>
		<description><![CDATA[Recently I came across a problem, where I wanted to show a select box for zones in an address (counties or states etc.). I have a list of zones in my database and to put them all in one box would have been unusable as the list is in excess of 2000 zones. My solution [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.duncanbrown.me.uk/2010/08/08/ajax-name-check/" rel="bookmark">Ajax name check</a><!-- (3.8)--></li>
		<li><a href="http://www.duncanbrown.me.uk/2009/08/21/bulk-record-update-in-cakephp/" rel="bookmark">Bulk record update in Cakephp</a><!-- (3.4)--></li>
		<li><a href="http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/" rel="bookmark">Paginating Data with CakePHP and Yahoo! User Interface DataTable</a><!-- (3.3)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.duncanbrown.me.uk/2010/05/20/dynamic-select-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk record update in Cakephp</title>
		<link>http://www.duncanbrown.me.uk/2009/08/21/bulk-record-update-in-cakephp/</link>
		<comments>http://www.duncanbrown.me.uk/2009/08/21/bulk-record-update-in-cakephp/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 21:02:27 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
				<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=116</guid>
		<description><![CDATA[I&#8217;m sure there are many ways of doing this, but recently I finally got round to figuring out how to update multiple records at a time.  When I started out all I wanted was to give all the selected records the same value for one database field, so the first thing we need to know [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/" rel="bookmark">Paginating Data with CakePHP and Yahoo! User Interface DataTable</a><!-- (3.7)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.duncanbrown.me.uk/2009/08/21/bulk-record-update-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Making flash messages disapear, with YUI.</title>
		<link>http://www.duncanbrown.me.uk/2008/10/25/making-flash-messages-disapear-with-yui/</link>
		<comments>http://www.duncanbrown.me.uk/2008/10/25/making-flash-messages-disapear-with-yui/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 11:32:28 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
				<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[Yahoo! UI]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=62</guid>
		<description><![CDATA[Ok, so we all know how useful those flash messages are that cakePHP throw at us, &#8220;you&#8217;ve done it wrong, try again&#8221;. Well as much as I like them I don&#8217;t want to be reminded of my error untill I go to a different page. The answer is to make them disapear. Using the YUI [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/" rel="bookmark">Paginating Data with CakePHP and Yahoo! User Interface DataTable</a><!-- (4.4)--></li>
		<li><a href="http://www.duncanbrown.me.uk/2010/05/20/dynamic-select-box/" rel="bookmark">Dynamic Select Box</a><!-- (4)--></li>
		<li><a href="http://www.duncanbrown.me.uk/2010/08/08/ajax-name-check/" rel="bookmark">Ajax name check</a><!-- (3.3)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.duncanbrown.me.uk/2008/10/25/making-flash-messages-disapear-with-yui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paginating Data with CakePHP and Yahoo! User Interface DataTable</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/</link>
		<comments>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 21:37:27 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
				<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[Yahoo! UI]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43</guid>
		<description><![CDATA[The aim of this tutorial is to be able to pull data from your database and output it in a nice shiny data table. Although the cakePHP paginator does this perfectly well, I have been using YUI and I am not a fan of the prototype library. The YUI Paginator control is able to send [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.duncanbrown.me.uk/2008/10/25/making-flash-messages-disapear-with-yui/" rel="bookmark">Making flash messages disapear, with YUI.</a><!-- (4.71949)--></li>
		<li><a href="http://www.duncanbrown.me.uk/2009/08/21/bulk-record-update-in-cakephp/" rel="bookmark">Bulk record update in Cakephp</a><!-- (4.48274)--></li>
		<li><a href="http://www.duncanbrown.me.uk/2010/08/08/ajax-name-check/" rel="bookmark">Ajax name check</a><!-- (3.72715)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Baking websites with out a development team.</title>
		<link>http://www.duncanbrown.me.uk/2008/08/15/baking-websites-with-out-a-development-team/</link>
		<comments>http://www.duncanbrown.me.uk/2008/08/15/baking-websites-with-out-a-development-team/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 20:20:35 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
				<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[developing]]></category>

		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=16</guid>
		<description><![CDATA[I have been dipping in and out of using a great open source Rapid Development PHP Framework called cakePHP for the past two years. Developing with this framework has meant I have been able to create functionality in websites a lot quicker and easier than I could ever have done without it. This was by [...]<h3>Related Posts</h3>

No related posts.
]]></description>
		<wfw:commentRss>http://www.duncanbrown.me.uk/2008/08/15/baking-websites-with-out-a-development-team/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

