<?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, 04 Mar 2010 23:24:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Detecting https across Railo and ColdFusion Server</title>
		<link>http://www.chapter31.com/2010/03/03/detecting-https-across-railo-and-coldfusion-server/</link>
		<comments>http://www.chapter31.com/2010/03/03/detecting-https-across-railo-and-coldfusion-server/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:14:56 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Railo]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=789</guid>
		<description><![CDATA[Previously I had a way of detecting whether page requests were being made via ssl but today I came across a scenario where this doesn&#8217;t work. Let me explain&#8230;
Right now we&#8217;re looking at developing across different ColdFusion engines, &#8220;ColdFusion&#8221; of course but also &#8220;Railo&#8221;. One of the applications we had detected whether a request was [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2010/03/03/detecting-https-across-railo-and-coldfusion-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cfhttp issues using &#8220;.local&#8221; on Max OSX</title>
		<link>http://www.chapter31.com/2010/01/19/cfhttp-issues-using-local-on-max-osx/</link>
		<comments>http://www.chapter31.com/2010/01/19/cfhttp-issues-using-local-on-max-osx/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:28:00 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=783</guid>
		<description><![CDATA[Ran into an interesting problem today doing something quite simple. Basically all I was doing was posting xml data to a URL, but I kept getting a 408 request timeout and I didn&#8217;t know why.
We happen to use the &#8220;.local&#8221; domain name structure for local development. I was posting data from one local site to [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2010/01/19/cfhttp-issues-using-local-on-max-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BrowserLab live on adobe.com</title>
		<link>http://www.chapter31.com/2009/10/30/browserlab-live-on-adobe-com/</link>
		<comments>http://www.chapter31.com/2009/10/30/browserlab-live-on-adobe-com/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 01:02:27 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=776</guid>
		<description><![CDATA[I&#8217;m probably a bit behind the times with this one, but Adobe have added &#8220;BrowserLab&#8221; functionality to &#8220;preview and test your web pages on leading browsers and operating systems &#8211; on demand&#8220;. 
Seems to work like other paid services, but is free  
https://browserlab.adobe.com/
Available browser options (across mac and windows) include:

IE 6/7/8
Firefox 2/3
Safari 3/4


]]></description>
		<wfw:commentRss>http://www.chapter31.com/2009/10/30/browserlab-live-on-adobe-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extracting URL variables using JavaScript</title>
		<link>http://www.chapter31.com/2009/10/28/extracting-url-variables-using-javascript/</link>
		<comments>http://www.chapter31.com/2009/10/28/extracting-url-variables-using-javascript/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 00:40:51 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=762</guid>
		<description><![CDATA[Server side languages are cool in that they give you a nice associative array to access URL variables. ColdFusion has the URL scope, PHP has $_GET[] etc, but how do you get these values easily with JavaScript?
I came across a post over at Jake Munson&#8217;s blog which had just what I needed. Actually although Jakes [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2009/10/28/extracting-url-variables-using-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox changing default download location?</title>
		<link>http://www.chapter31.com/2009/08/15/firefox-changing-default-download-location/</link>
		<comments>http://www.chapter31.com/2009/08/15/firefox-changing-default-download-location/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 08:04:44 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=667</guid>
		<description><![CDATA[Hmm it seems firefox (Windows) 3.5.2 has decided to change the default location for downloading files. Used to be the desktop, but if you suddenly discover that you can&#8217;t find things you&#8217;ve download you might want to head to Tools->Options in firefox.
If you see &#8220;Downloads&#8221; as the chosen folder (as below), you can change it [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2009/08/15/firefox-changing-default-download-location/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New location for FarCry subversion repositories</title>
		<link>http://www.chapter31.com/2009/08/15/new-location-for-farcry-subversion-repositories/</link>
		<comments>http://www.chapter31.com/2009/08/15/new-location-for-farcry-subversion-repositories/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 07:21:01 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Farcry]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=663</guid>
		<description><![CDATA[The folks at Daemon have completed some migrations with their subversion repositories which directly effects FarCry. Notes from the farcry-dev groups:
All URL&#8217;s should be replaced with this repo location:
https://modius.svn.cvsdude.com/farcry
All project folders are relative to this root.  For example, the p520
branch for FarCry 5.2.x is available here:
https://modius.svn.cvsdude.com/farcry/core/branches/p520/
You can re-checkout or use the &#8220;relocate&#8221; command if [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2009/08/15/new-location-for-farcry-subversion-repositories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding the FarCry tray on the front end</title>
		<link>http://www.chapter31.com/2009/07/14/hiding-the-farcry-tray-on-the-front-end/</link>
		<comments>http://www.chapter31.com/2009/07/14/hiding-the-farcry-tray-on-the-front-end/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 04:42:39 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Farcry]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=655</guid>
		<description><![CDATA[Came across this nice tip a little while ago from AJ Mercer on the farcry-dev group.
It hides the FarCry &#8220;tray&#8221; which is visible on the front end of your website to users who are logged in to FarCry. I happen to have a use case for this at the moment so it was good timing.
Simply [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2009/07/14/hiding-the-farcry-tray-on-the-front-end/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prototype/scriptaculous issue with Sortable.create()</title>
		<link>http://www.chapter31.com/2009/06/15/prototypescriptaculous-issue-with-sortablecreate/</link>
		<comments>http://www.chapter31.com/2009/06/15/prototypescriptaculous-issue-with-sortablecreate/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 05:33:29 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=650</guid>
		<description><![CDATA[I&#8217;ve been doing some custom sorting within FarCry using the prototype/scriptaculous libraries as they already exist in the FarCry framework by default.
I was having trouble getting the Sortable.create() to work properly and the main docs site for scriptaculous seems severely lacking in examples. Basically the &#8220;sorting&#8221; action was happening fine but no event was being [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2009/06/15/prototypescriptaculous-issue-with-sortablecreate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting application variables in FarCry</title>
		<link>http://www.chapter31.com/2009/06/09/setting-application-variables-in-farcry/</link>
		<comments>http://www.chapter31.com/2009/06/09/setting-application-variables-in-farcry/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 01:59:01 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Farcry]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=639</guid>
		<description><![CDATA[I just thought I&#8217;d write up some quick thoughts on setting application scoped variables in FarCry as it occured to me that it could be a little confusing to non-FarCry developers.
It doesn&#8217;t really matter which framework you use,  you can theoretically set you application variables anywhere you want, but ideally you want to follow [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2009/06/09/setting-application-variables-in-farcry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting the sort order for custom admin items in FarCry</title>
		<link>http://www.chapter31.com/2009/05/29/setting-the-sort-order-for-custom-admin-items/</link>
		<comments>http://www.chapter31.com/2009/05/29/setting-the-sort-order-for-custom-admin-items/#comments</comments>
		<pubDate>Fri, 29 May 2009 00:56:46 +0000</pubDate>
		<dc:creator>Michael Sharman</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Farcry]]></category>

		<guid isPermaLink="false">http://www.chapter31.com/?p=635</guid>
		<description><![CDATA[I&#8217;ve wanted to be able to control the sort order of menu and menuitems in the customadmin.xml (or equivalent) file for quite a while but hadn&#8217;t found how to do it. Only today did I find the ability, I believe it&#8217;s a FarCry 5+ feature which was why I didn&#8217;t see it before.
The answer is [...]]]></description>
		<wfw:commentRss>http://www.chapter31.com/2009/05/29/setting-the-sort-order-for-custom-admin-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.432 seconds -->
<!-- Cached page served by WP-Cache -->
