<?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</title>
	<atom:link href="http://gavin.mclelland.ca/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>Participating in Healthy, Happy Developer Communities</title>
		<link>http://gavin.mclelland.ca/2010/11/07/participating-in-healthy-happy-developer-communities/</link>
		<comments>http://gavin.mclelland.ca/2010/11/07/participating-in-healthy-happy-developer-communities/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 22:07:50 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=81</guid>
		<description><![CDATA[I have always thought that participating in any social behavior online should require a day course in netiquette and creative writing (for every language you wish to use online). We developers are typically a proud, strong-willed group of people with somewhat stressful daily activities and the dealing more with code than human interaction keeps us&#8230; in a certain mindset &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>I have always thought that participating in any social behavior online should require a day course in netiquette and creative writing (for every language you wish to use online).</p>
<p>We developers are typically a proud, strong-willed group of people with somewhat stressful daily activities and the dealing more with code than human interaction keeps us&#8230; in a certain mindset &#8212; if you will.</p>
<p>It is extremely easy to be taken out of context in online discussions, especially when there is any sort of disagreement at play. Real life emotions have a habit of bleeding into our words and needless conflicts tend to arise.</p>
<p>In my years online I have observed that most common source of heated online discussions stems from the use of sarcasm. Many Developer Community members seem to forget that sarcasm does not translate well though the use of words alone.</p>
<p><a href="http://en.wikipedia.org/wiki/Emoticon" target="_blank">Emoticon</a>&#8216;s, while extremely cute, do not effectively reproduce the helpful indicators of human facial expression&#8217;s commonly associated with <a href="http://en.wikipedia.org/wiki/Sarcasm" target="_blank">sarcasm</a>. Further to that, its important to understand that cultural ideals and perspectives on sarcasm vary widely.</p>
<p>While at times some of us may have aspiring dreams of becoming famous actors, drama is best left to the professionals on broadway and out of our communities.</p>
<p>Please do your part and encourage growth of the community as a whole. Consider your <a href="http://blogs.techrepublic.com.com/opensource/?p=263">Opensource developer etiquette</a> before initiating your communication and if all else fails, please refer back to this extremely helpful resource on <a href="http://ow.ly/35OoP ">How-To Follow Proper Netiquette Rules</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2010/11/07/participating-in-healthy-happy-developer-communities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>IIS Service Unavailable aka. Windows Security update kills application pool</title>
		<link>http://gavin.mclelland.ca/2009/12/09/iis-service-unavailable-aka-windows-security-update-kills-application-pool/</link>
		<comments>http://gavin.mclelland.ca/2009/12/09/iis-service-unavailable-aka-windows-security-update-kills-application-pool/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 21:48:54 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[Alerts]]></category>
		<category><![CDATA[CFML]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Application Pool]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Server 2003 R2]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Update]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=70</guid>
		<description><![CDATA[Last night all severs running Windows 2003 R2, IIS6 and ColdFusion/ASP.Net were sabotaged! Actually, any windows based web application making use of the IIS6 application pool was affected and guess who killed them... Havoc is consuming the inter-webs while non-technical users are asking the question who killed my web site? It was the boys over in Redmond, WA. Quite the slip Microsoft. 

Read on for the Solution]]></description>
			<content:encoded><![CDATA[<p>Last night all severs running Windows 2003 R2, IIS6 and ColdFusion/ASP.Net were sabotaged! Actually, any windows based web application making use of the IIS6 application pool was affected and guess who killed them&#8230; Havoc is consuming the inter-webs while non-technical users are asking the question; &#8220;who killed my web site&#8221;?</p>
<p>The answer, It was the boys over in Redmond, WA. Quite the debacle ( <a href="http://images.google.com/images?q=fail+whale">Fail Whale</a> ) for Microsoft.</p>
<p>After installation of the following updates:</p>
<ul>
<li>Security Update for Windows Server 2003 (KB974318)</li>
<li>Windows Malicious Software Removal Tool &#8211; December 2009 (KB890830)</li>
<li>Security Update for Windows Server 2003 (KB973904)</li>
<li>Update for Windows Server 2003 (KB971737)</li>
<li>Update for Windows Server 2003 (KB973917)</li>
<li>Security Update for Windows Server 2003 (KB974392)</li>
<li>Cumulative Security Update for Internet Explorer 8 for Windows Server 2003 (KB976325)</li>
</ul>
<p>We noticed multiple occurrences  the following warnings in the System event viewer:</p>
<blockquote><p>A process serving application pool &#8216;DefaultAppPool&#8217; terminated unexpectedly. The process id was &#8217;3524&#8242;. The process exit code was &#8217;0xffffffff&#8217;.</p></blockquote>
<p>These warnings were immediately followed by a lovely error:</p>
<blockquote><p>Application pool &#8216;DefaultAppPool&#8217; is being automatically disabled due to a series of failures in the process(es) serving that application pool.</p></blockquote>
<p>With these messages at hand it became apparent that one of the Windows Security Updates was to blame. Looking into the specifics of each of the updates I had conluded that the suspect was &#8220;<a href="http://support.microsoft.com/default.aspx/kb/973917">Update for Windows Server 2003 (KB973917)</a>&#8220;.</p>
<p>While I am still working to identify possible solutions for affected servers independently, removing Update 973917 has restored service temporarily for a number of my clients.</p>
<p>Anyone else see the Humor in this?</p>
<p>Take a lesson from this; Windows Automatic Update is kind of like a friend who secretly wants to cause you problems, because its fun&#8230;.</p>
<p><strong>Updated on December, 9 2009 at 1:59pm</strong></p>
<p><a href="http://support.microsoft.com/?kbid=2009746">The official response</a>&#8230; get this; Microsoft wants us to reinstall Service Pack 2 for Windows Server 2003 on the affected installations to bring all IIS6.0 components up to date. Seems like a Cop out to me. Sure it would fix the issue but this is going to cause a lot of man hours for a number of companies.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2009/12/09/iis-service-unavailable-aka-windows-security-update-kills-application-pool/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Using a Canon Digital Rebel with Windows Vista x64</title>
		<link>http://gavin.mclelland.ca/2009/06/13/using-a-canon-digital-rebel-with-windows-vista-x64/</link>
		<comments>http://gavin.mclelland.ca/2009/06/13/using-a-canon-digital-rebel-with-windows-vista-x64/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:50:30 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/2009/06/13/using-a-canon-digital-rebel-with-windows-vista-x64/</guid>
		<description><![CDATA[Just in case anyone else runs into the same issue, I though I would try and save you some time. The Canon Digital Rebel does not have a driver for use with Windows Vista x64, or at least I was unable to locate one. However I was able to get the native Windows PTP driver [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case anyone else runs into the same issue, I though I would try and save you some time. The Canon Digital Rebel does not have a driver for use with Windows Vista x64, or at least I was unable to locate one. However I was able to get the native Windows PTP driver to identify the camera correctly by changing the cameras menu settings for communication from normal to PTP.</p>
<p>I have noticed that this method seems a bit unstable (you get the odd crash/blue screen) but at least its working!</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2009/06/13/using-a-canon-digital-rebel-with-windows-vista-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Current State of Web Typography</title>
		<link>http://gavin.mclelland.ca/2009/05/06/the-current-state-of-web-typography/</link>
		<comments>http://gavin.mclelland.ca/2009/05/06/the-current-state-of-web-typography/#comments</comments>
		<pubDate>Wed, 06 May 2009 21:50:51 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ux design typography fonts sifr css]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/2009/05/06/the-current-state-of-web-typography/</guid>
		<description><![CDATA[Slides from &#8220;Geek Meet: Web Typography and sIFR 3&#8243; Geek Meet: Web Typography and sIFR 3 View more presentations from Mark Wubben.]]></description>
			<content:encoded><![CDATA[<p>Slides from &#8220;Geek Meet: Web Typography and sIFR 3&#8243;</p>
<div style="width:425px;text-align:left" id="__ss_1076914"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/novemberborn/geek-meet-web-typography-and-sifr-3?type=presentation" title="Geek Meet: Web Typography and sIFR 3">Geek Meet: Web Typography and sIFR 3</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=geekmeet-slideshare-090227043205-phpapp01&#038;rel=0&#038;stripped_title=geek-meet-web-typography-and-sifr-3" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=geekmeet-slideshare-090227043205-phpapp01&#038;rel=0&#038;stripped_title=geek-meet-web-typography-and-sifr-3" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/novemberborn">Mark Wubben</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2009/05/06/the-current-state-of-web-typography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Installing FFmpeg on CentOS</title>
		<link>http://gavin.mclelland.ca/2008/10/11/howto-installing-ffmpeg-on-centos/</link>
		<comments>http://gavin.mclelland.ca/2008/10/11/howto-installing-ffmpeg-on-centos/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 17:16:22 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=54</guid>
		<description><![CDATA[Anyone who has spent time with FFmpeg and its plethora of compile flags and dependencies I&#8217;m sure would tell you &#8220;its a real pain in the ass!&#8221;. Although its not available through the default yum libraries you can save yourself a huge amount of time by using the FFmpeg install available through the DAG repository. [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who has spent time with FFmpeg and its plethora of compile flags and dependencies I&#8217;m sure would tell you &#8220;its a real pain in the ass!&#8221;. </p>
<p>Although its not available through the default yum libraries you can save yourself a huge amount of time by using the FFmpeg install available through the <a href="http://dag.wieers.com/rpm/FAQ.php">DAG repository</a>. </p>
<p>First you will need to add DAG to your YUM repo by adding the <a href="http://dag.wieers.com/rpm/packages/rpmforge-release/?M=D">latest RPM Forge release</a> if you do not already have it on your system, I like to use the RHEL RPM:<code&gt;rpm -Uhv http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm&lt;/code></p>
<p>Now all you will need to do to get FFmpeg running is one line through shell:<code&gt;yum install ffmpeg&lt;/code></p>
<p>To test your install type:<code&gt;ffmpeg --help&lt;/code></p>
<p>If you need to access the binary from a script, it should be located in /usr/bin/ffmpeg by default.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/10/11/howto-installing-ffmpeg-on-centos/feed/</wfw:commentRss>
		<slash:comments>1</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:
<code>defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder</code></p>
<p>Open a Terminal windows and type to hide hidden files:
<code>defaults write com.apple.finder AppleShowAllFiles FALSE
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>
		<item>
		<title>Geek 1.0 vs Geek 2.0</title>
		<link>http://gavin.mclelland.ca/2008/09/05/geek-10-vs-geek-20/</link>
		<comments>http://gavin.mclelland.ca/2008/09/05/geek-10-vs-geek-20/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 13:58:14 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=49</guid>
		<description><![CDATA[Source: Logic + Emotion]]></description>
			<content:encoded><![CDATA[<p><a href="http://gavin.mclelland.ca/wp-content/uploads/2008/09/geek2_0.gif"><img src="http://gavin.mclelland.ca/wp-content/uploads/2008/09/geek2_0-229x300.gif" alt="" title="geek2_0" width="229" height="300" class="alignnone size-medium wp-image-50" /></a></p>
<p>Source: <a href="http://darmano.typepad.com/logic_emotion/2006/09/geek_20.html">Logic + Emotion</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/09/05/geek-10-vs-geek-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Destroys the Competition</title>
		<link>http://gavin.mclelland.ca/2008/08/30/google-destroys-the-competition/</link>
		<comments>http://gavin.mclelland.ca/2008/08/30/google-destroys-the-competition/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 15:51:51 +0000</pubDate>
		<dc:creator>gavin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=44</guid>
		<description><![CDATA[Comscore as well as Nielsen Netratings estimated Google’s U.S. search engine market at more than 60% in July. While the market research firms have come up with substantially different numbers for their July report, both agree that Google now runs more than three times the numbers of searches of its closest rival and more than [...]]]></description>
			<content:encoded><![CDATA[<p>Comscore as well as Nielsen Netratings estimated Google’s U.S. search engine market at more than 60% in July. While the market research firms have come up with substantially different numbers for their July report, both agree that Google now runs more than three times the numbers of searches of its closest rival and more than twice the searches of Yahoo and Microsoft combined. Comscore and Nielsen Netratings posted market share numbers for Google at greater than 60% for the second time this year. However, while the April result could have been considered as a blip, the July result fits the pattern of Google chipping away market share from its rivals, bit by bit.</p>
<p>Nielsen Netratings estimates that Google was used for 60.2% or more than 4.8 billion of 8.0 billion searches started by U.S. users during the month of July. Comcast came up with a 61.9% share for Google and 7.3 billion searches of a total of a total of 11.8 billion. Both Yahoo and Microsoft keep losing ground: Nielsen puts the two companies at 17.4% and 11.9%, Comscore at 20.5% and 8.9%. Google’s market share gains appear to have accelerated in 2008, with much stronger growth than in previous years. According to Nielsen Netratings, Google had a market share of 46.2% in July 2005, 49.2% in July 2006 and 53.3% in July 2007. Over the past year, Google was able to increase its market share by almost seven percentage points – more than in any other 12-month period before.</p>
<p>Source: <a href="http://www.tgdaily.com/content/view/39133/113/">TG Daily</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/08/30/google-destroys-the-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rethinking the web browser</title>
		<link>http://gavin.mclelland.ca/2008/08/05/rethinking-the-web-browser/</link>
		<comments>http://gavin.mclelland.ca/2008/08/05/rethinking-the-web-browser/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 08:16:01 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[aurora]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=31</guid>
		<description><![CDATA[In partnership with Mozilla Labs, as part of the Labs&#8217; browser concept series, the user experience gurus over at Adaptive Path are attempting to conceptualize a possible path of evolution for the future of the Mozilla web browser; code named Aurora. Aurora presents a number of very interesting visual approches; however, it also &#8212; to [...]]]></description>
			<content:encoded><![CDATA[<p>In partnership with <a href="http://labs.mozilla.org">Mozilla Labs</a>, as part of the Labs&#8217; <a href="http://labs.mozilla.com/concepts/">browser concept series</a>, the user experience gurus over at <a href="http://adaptivepath.com/">Adaptive Path</a> are attempting to conceptualize a possible path of evolution for the future of the Mozilla web browser; code named Aurora.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="512" height="288" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.vimeo.com/moogaloop.swf?clip_id=1450211&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="512" height="288" src="http://www.vimeo.com/moogaloop.swf?clip_id=1450211&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://www.vimeo.com/1450211?pg=embed&amp;sec=1450211"></a></p>
<p>Aurora presents a number of very interesting visual approches; however, it also &#8212; to me, highlights the current state of data overload that users experience with today&#8217;s web. Although this browser interface and its control mechanisms are fairly effective ways to navigate through massive amounts of data it almost seems to highlight a much larger problem.</p>
<p><strong>Is our appetite for data on the web out growing the &#8220;Browser&#8221;?</strong></p>
<p>I eagerly await the future installments of the Aurora videos. Especially Part 4, which would look to be a touch interface to the browser.</p>
<p>Keep in mind this is a colaborative effort. If any of this type of work interests you I would urge you to meet Mozilla Labs&#8217; <a href="http://labs.mozilla.com/2008/08/introducing-the-concept-series-call-for-participation/">call for participation</a> and weigh in on the conversation.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/08/05/rethinking-the-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

