<?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>chapter31</title>
	<atom:link href="http://www.chapter31.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com</link>
	<description>Rich Internet Application development</description>
	<lastBuildDate>Thu, 27 Oct 2011 07:00:45 +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>Twitter bootstrap &#8211; modal not working in firefox</title>
		<link>http://www.chapter31.com/2011/10/27/twitter-bootstrap-modal-not-working-in-firefox/</link>
		<comments>http://www.chapter31.com/2011/10/27/twitter-bootstrap-modal-not-working-in-firefox/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 07:00:45 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[bootstrap]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=1015</guid>
		<description><![CDATA[Quick heads up for those having issues getting the modal window in the twitter bootstrap to work in firefox, I had a problem where the overlay would show but not the actual modal window content. Seems there is a problem if you&#8217;re using animation (fade etc). See here for more information. For now we use [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/10/27/twitter-bootstrap-modal-not-working-in-firefox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Customising search results from google cse</title>
		<link>http://www.chapter31.com/2011/08/17/customising-search-results-from-google-cse/</link>
		<comments>http://www.chapter31.com/2011/08/17/customising-search-results-from-google-cse/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 23:07:35 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=1005</guid>
		<description><![CDATA[Google custom search engine (cse) is pretty cool, in fact it&#8217;s very cool. Within minutes you can have the ability to search your entire site all with a snippet of code! And for a nominal fee you can deliver these results without ads We use google cse for most of our sites but the other [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/08/17/customising-search-results-from-google-cse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FarCry Plugin &#8211; Webtop Tools</title>
		<link>http://www.chapter31.com/2011/08/17/farcry-plugin-webtop-tools/</link>
		<comments>http://www.chapter31.com/2011/08/17/farcry-plugin-webtop-tools/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 00:38:33 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[Farcry]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=992</guid>
		<description><![CDATA[We&#8217;re starting to compile a list of internal tools used when developing a FarCry application. I thought it might be simpler to create a small FarCry plugin to keep them all in the same place, makes it easier to use across multiple projects. The plugin currently contains 2 scripts: FarCry database diff (MySQL only at [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/08/17/farcry-plugin-webtop-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Label vs Title in FarCry</title>
		<link>http://www.chapter31.com/2011/07/31/label-vs-title-in-farcry/</link>
		<comments>http://www.chapter31.com/2011/07/31/label-vs-title-in-farcry/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 23:16:01 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[Farcry]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=989</guid>
		<description><![CDATA[All system content objects (and those custom types which extend &#8220;types&#8221; or &#8220;versions&#8221; etc) in FarCry have the &#8220;label&#8221; and &#8220;title&#8221; properties. Most of the time the value of these are identical, I find myself typically using the &#8220;title&#8221; property in formtools as well as any display methods. The question of course is why have [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/07/31/label-vs-title-in-farcry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FarCry Tip &#8211; Enable cfc&#8217;s in your Railo ProxyPassMatch</title>
		<link>http://www.chapter31.com/2011/07/01/farcry-tip-enable-cfcs-in-your-railo-proxypassmatch/</link>
		<comments>http://www.chapter31.com/2011/07/01/farcry-tip-enable-cfcs-in-your-railo-proxypassmatch/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 04:04:20 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[Farcry]]></category>
		<category><![CDATA[Railo]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=981</guid>
		<description><![CDATA[I ran into an issue today while working on a FarCry project, basically when I opened up the &#8220;Related Content&#8221; popup from the WYSIWYG editor it was blank. Nothing. Not the usual tabs for Images, File, Flash etc. The Railo logs were empty but Apache was throwing a strange error which I hadn&#8217;t seen before: [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/07/01/farcry-tip-enable-cfcs-in-your-railo-proxypassmatch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FarCry &#8211; grouping formtool category items</title>
		<link>http://www.chapter31.com/2011/07/01/farcry-grouping-formtool-category-items/</link>
		<comments>http://www.chapter31.com/2011/07/01/farcry-grouping-formtool-category-items/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 00:51:52 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Farcry]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=973</guid>
		<description><![CDATA[A new project we&#8217;re working has the need to categorise each new content object, for this we use the built in FarCry category/keyword formtool. By default the render type is a multi-select tree, I wanted a single select dropdown. Luckily formtools makes this oh so simple. Note that I&#8217;ve set the dropdown size to 1 [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/07/01/farcry-grouping-formtool-category-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FarCry Tip &#8211; remove install directory</title>
		<link>http://www.chapter31.com/2011/06/30/farcry-tip-remove-install-directory/</link>
		<comments>http://www.chapter31.com/2011/06/30/farcry-tip-remove-install-directory/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 00:39:14 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Farcry]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=969</guid>
		<description><![CDATA[After you install FarCry you must make sure to delete the &#8220;install&#8221; folder(s) that FarCry leaves behind. Otherwise it&#8217;s possible for anyone to access the installer wizard again from your production website, and as it&#8217;s the installer they don&#8217;t even need to be logged in to cause real havoc. Not good. By default, as of [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/06/30/farcry-tip-remove-install-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mura &#8211; overriding dspCrumblistLinks</title>
		<link>http://www.chapter31.com/2011/05/31/mura-overriding-dspcrumblistlinks/</link>
		<comments>http://www.chapter31.com/2011/05/31/mura-overriding-dspcrumblistlinks/#comments</comments>
		<pubDate>Tue, 31 May 2011 22:31:03 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Mura]]></category>
		<category><![CDATA[Railo]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=963</guid>
		<description><![CDATA[Like most CMS solutions out there, Mura CMS gives you some cool hooks to override core functionality. See the developer guides for more information. I&#8217;ve created a repository on github to store any customisations or extensions that could be cherry picked for use in any Mura app. First up was a super simple one for [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/05/31/mura-overriding-dspcrumblistlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FarCry to Mura &#8211; migrating data from FarCry to Mura CMS</title>
		<link>http://www.chapter31.com/2011/05/29/farcry-to-mura-migrating-data-from-farcry-to-mura-cms/</link>
		<comments>http://www.chapter31.com/2011/05/29/farcry-to-mura-migrating-data-from-farcry-to-mura-cms/#comments</comments>
		<pubDate>Sun, 29 May 2011 23:00:27 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Farcry]]></category>
		<category><![CDATA[Mura]]></category>
		<category><![CDATA[Railo]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=922</guid>
		<description><![CDATA[For years here at Learnosity we&#8217;ve been using FarCry for most of our CMS requirements (yes, I know that FarCry, or rather farcrycms, is a lot more than just a CMS). For one reason or another we decided it was time to look at some of the other options for content management in the ColdFusion [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/05/29/farcry-to-mura-migrating-data-from-farcry-to-mura-cms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; detecting the categories of a post</title>
		<link>http://www.chapter31.com/2011/05/11/wordpress-detecting-the-categories-of-a-post/</link>
		<comments>http://www.chapter31.com/2011/05/11/wordpress-detecting-the-categories-of-a-post/#comments</comments>
		<pubDate>Wed, 11 May 2011 13:48:49 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=909</guid>
		<description><![CDATA[I was creating a WordPress child theme (the best way to modify/override your themes) tonight and had the need to have different display options depending on which categories the blog article had. So for example if I had a post categorised with &#8220;portfolio&#8221;, I wanted to hide the comments form which usually sits at the [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2011/05/11/wordpress-detecting-the-categories-of-a-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: chapter31.nfshost.com @ 2012-02-04 18:28:30 -->
