<?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>technoratica &#187; development</title>
	<atom:link href="http://gavin.mclelland.ca/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavin.mclelland.ca</link>
	<description>The personal blog of a Stealth Mode CEO</description>
	<lastBuildDate>Thu, 10 Dec 2009 19:55:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>.HTACCESS PCFG_OPENFILE: UNABLE TO CHECK HTACCESS FILE, ENSURE IT IS READABLE</title>
		<link>http://gavin.mclelland.ca/2009/12/10/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/</link>
		<comments>http://gavin.mclelland.ca/2009/12/10/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:16:26 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CFML]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=57</guid>
		<description><![CDATA[If your running across this error in your error logs, there may be a simple solution for you. This 403 error is usually caused by having AllowOverride set to All. You can either fix this by Chmod&#8217;ding all your files to 644 (not very elegant) or paste the following into your apache conf file, replacing [...]]]></description>
			<content:encoded><![CDATA[<p>If your running across this error in your error logs, there may be a simple solution for you.</p>
<p>This 403 error is usually caused by having AllowOverride set to All.</p>
<p>You can either fix this by Chmod&#8217;ding all your files to 644 (not very elegant) or paste the following into your apache conf file, replacing your &#8220;AllowOverride all&#8221; rule:</p>
<p><code>AllowOverride none<br />
Order deny,allow<br />
Allow from none</code></p>
<p>Just a quick tip, but hope this can save you some time!</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2009/12/10/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show / Hide Hidden Files in Mac OSX Finder</title>
		<link>http://gavin.mclelland.ca/2008/10/10/show-hide-hidden-files-in-mac-osx-finder/</link>
		<comments>http://gavin.mclelland.ca/2008/10/10/show-hide-hidden-files-in-mac-osx-finder/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 19:10:34 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[power tools]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=52</guid>
		<description><![CDATA[Apple is nice enough to shield its users from the clutter of hidden files on our systems. However, any web developer who works with those files I am sure could tell you what a pain it is to not have those files available though finder. Anyone ever tried to publish a web app to production [...]]]></description>
			<content:encoded><![CDATA[<p>Apple is nice enough to shield its users from the clutter of hidden files on our systems. However, any web developer who works with those files I am sure could tell you what a pain it is to not have those files available though finder.</p>
<p>Anyone ever tried to publish a web app to production only to forget about the .htaccess?</p>
<p>Open a Terminal windows and type to show hidden files:</p>
<p><code>defaults write com.apple.finder AppleShowAllFiles TRUE<br />
killall Finder</code></p>
<p>Open a Terminal windows and type to hide hidden files:</p>
<p><code>defaults write com.apple.finder AppleShowAllFiles FALSE<br />
killall Finder</code></p>
<p>What do these lines do? The first will update the Finder setting that controls the view option for hidden files. The second line will force finder to restart so the setting can take effect. Do note however if you have any finder windows open; they will close!</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/10/10/show-hide-hidden-files-in-mac-osx-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
