<?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; Technology</title>
	<atom:link href="http://gavin.mclelland.ca/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavin.mclelland.ca</link>
	<description>The personal blog of a Stealth Mode CEO</description>
	<lastBuildDate>Sun, 07 Nov 2010 22:29:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</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[development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></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:
<code>AllowOverride none
Order deny,allow
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>USB 3.0 clocks in ten times faster than 2.0</title>
		<link>http://gavin.mclelland.ca/2007/10/29/usb-30-clocks-in-ten-times-faster-than-20/</link>
		<comments>http://gavin.mclelland.ca/2007/10/29/usb-30-clocks-in-ten-times-faster-than-20/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 20:04:37 +0000</pubDate>
		<dc:creator>gavin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[gadgets]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/2007/10/29/usb-30-clocks-in-ten-times-faster-than-20/</guid>
		<description><![CDATA[When you start to see 32GB Flash Drives on the market, high transfer speeds become crucial! Intel and other companies have started to promote the third generation of USB which will transfer data at up to 4.8 Gbits/s, ten times faster than the current USB standard which is 480 Mbits/s. Source 1: arstechnica Source 2: [...]]]></description>
			<content:encoded><![CDATA[<p>When you start to see <a href="http://www.tigerdirect.ca/applications/SearchTools/item-details.asp?EdpNo=2863967&amp;CatId=2634" title="Kanguru 32GB FlashBlu Max USB Flash Drive">32GB Flash Drives</a> on the market, high transfer speeds become crucial! Intel and other companies have started to promote the third generation of USB which will transfer data at up to 4.8 Gbits/s, ten times faster than the current USB standard which is 480 Mbits/s.</p>
<p>Source 1: <a href="http://arstechnica.com/news.ars/post/20070918-intel-announces-demonstrates-usb-3-0.html" target="_blank">arstechnica</a><br />
Source 2: <a href="http://www.pcmag.com/article2/0,1895,2184768,00.asp" target="_blank">PC Magazine</a><br />
<a href="http://arstechnica.com/news.ars/post/20070918-intel-announces-demonstrates-usb-3-0.html" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2007/10/29/usb-30-clocks-in-ten-times-faster-than-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

