<?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"
	>

<channel>
	<title>Dave Johnson</title>
	<atom:link href="http://blogs.nitobi.com/dave/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nitobi.com/dave</link>
	<description>let the chips fall where they may</description>
	<pubDate>Thu, 04 Sep 2008 04:23:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>AIR Support</title>
		<link>http://blogs.nitobi.com/dave/2008/09/04/air-support/</link>
		<comments>http://blogs.nitobi.com/dave/2008/09/04/air-support/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 04:23:02 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[air]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[airtour]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=324</guid>
		<description><![CDATA[When Andre went on the final leg of the Adobe AIR tour back in the spring I needed to build a nice Ajax + AIR demo for him. Ultimately I had to drop the project and Andre went without. The main reason that I decided not to build the application was due to frustrations with [...]]]></description>
			<content:encoded><![CDATA[<p>When <a href="http://blogs.nitobi.com/andre">Andre</a> went on the final leg of the <a href="http://onair.adobe.com">Adobe AIR tour</a> back in the spring I needed to build a nice Ajax + AIR demo for him. Ultimately I had to drop the project and Andre went without. The main reason that I decided not to build the application was due to frustrations with building HTML / Ajax apps in AIR - though I had previously built several successful HTML / Ajax AIR apps in the beta versions of the AIR runtime.</p>
<p>This was the first real application that I had tried to build since the Beta 1 and of course there were some API changes - as can be expected between beta versions and a release - but more importantly the security restrictions in Ajax AIR applications make it almost unusable for certain use cases. At least for my HTML apps.</p>
<p>There are two main problems that I found exceedingly annoying and that ultimately led to the shelving of the project.</p>
<p>The first problem was that you cannot use innerHTML to insert HTML that contains event handler code such as &lt;div onclick=&#8221;foo()&#8221;&gt;Bar&lt;/div&gt; when you are in the Application Sandbox. This is of course to prevent people from inserting malicious code on HTML events - which is equivalent to doing an <code>eval</code> if the user somehow triggers that event or the event is triggered manually through JavaScript.</p>
<p>That meant that I had to put most of my code in the Network Sandbox to get around the security restrictions. Fair enough I thought until Murphy reared his ugly head.</p>
<p>It just so happens that you cannot pass complex objects across the Sandbox bridge since they become of type &#8220;Object&#8221; on the other side. So for example I wanted to pass an XML document from the Network Sandbox where my application UI is residing into the Application Sandbox so that I can do some cross domain requests with it and / or save it to disk for use later when offline - essentially to do anything interesting it needs to be in the Application Sandbox. So to do this I had to write my own code to serialize and deserialize any custom objects that I wanted to pass around, essentially converting my XMLDocuments and so on to strings on one side and then loading them into XML documents again on the other. Pain. In. The. Arse.</p>
<p>A second, and maybe more important result of not being able to pass complex objects across the bridge is that it pretty much means that if you want your UI to be in the Network Sandbox you cannot do file drag and drop unless you have a special place that is in the Application Sandbox where the user can drop onto. This may not seem like such a big deal, however, it poses other problems with the UI layout since the best way to layout the UI in an HTML AIR app is to have the custom chrome in the Application sandbox using the CSS border-image (which is awesome) and then have the rest of the UI in a 100% width and 100% height IFrame with some margin to take into account the custom chrome edges. In that case there is not really any opportunity to have a special drop area in the Application Sandbox to accept dragged information from the desktop.</p>
<p>So to make a long story short, building AIR apps that use dynamic UI generation and some of the APIs that make AIR awesome, like drag and drop, means that HTML / Ajax AIR apps are simply not feasible due to the security restrictions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/09/04/air-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Login Forms</title>
		<link>http://blogs.nitobi.com/dave/2008/08/15/login-forms/</link>
		<comments>http://blogs.nitobi.com/dave/2008/08/15/login-forms/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 21:15:42 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=349</guid>
		<description><![CDATA[Does it annoy anyone else that Web 2.0 apps like Basecamp no longer have login forms? I understand that you need to login at a specific URL http://nitobi.myapp.com but would it be so difficult to actually just have a login form that transfers you to your server rather than making people remember the server name?
]]></description>
			<content:encoded><![CDATA[<p>Does it annoy anyone else that Web 2.0 apps like Basecamp no longer have login forms? I understand that you need to login at a specific URL http://nitobi.myapp.com but would it be so difficult to actually just have a login form that transfers you to your server rather than making people remember the server name?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/08/15/login-forms/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enterprise Ajax Live Lessons</title>
		<link>http://blogs.nitobi.com/dave/2008/08/13/enterprise-ajax-live-lessons/</link>
		<comments>http://blogs.nitobi.com/dave/2008/08/13/enterprise-ajax-live-lessons/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 16:48:23 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Nitobi]]></category>

		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=233</guid>
		<description><![CDATA[Get it while it&#8217;s hot! It looks like the Enterprise Ajax Live Lessons are now available on either Safari or Amazon.
if you want to learn about Ajax in a format that is bit more easily digestible than reading a boring book then be sure to pick up the Live Lessons where we step you through [...]]]></description>
			<content:encoded><![CDATA[<p>Get it while it&#8217;s hot! It looks like the Enterprise Ajax Live Lessons are now available on either <a href="http://safari.phptr.com/9780137008490">Safari</a> or <a href="http://www.amazon.com/Enterprise-Ajax-Video-Training-Applications/dp/0137132603/ref=sr_1_3?ie=UTF8&#038;s=books&#038;qid=1218613362&#038;sr=8-3">Amazon</a>.</p>
<p>if you want to learn about Ajax in a format that is bit more easily digestible than reading a boring book then be sure to pick up the Live Lessons where we step you through all the pitfalls of building an Enterprise Ajax application. Topics covered include a framework review, testing, security and usability.</p>
<p>Go get it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/08/13/enterprise-ajax-live-lessons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is RIA?</title>
		<link>http://blogs.nitobi.com/dave/2008/08/12/what-is-ria/</link>
		<comments>http://blogs.nitobi.com/dave/2008/08/12/what-is-ria/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 05:55:01 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Conference]]></category>

		<category><![CDATA[RIA]]></category>

		<category><![CDATA[Web2.0]]></category>

		<category><![CDATA[communityone]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Redmonk]]></category>

		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=341</guid>
		<description><![CDATA[Way back in May of this year (I have been thinking about this post for a while now!) Andre and I were down at JavaOne to give a presentation and also had the chance to take part in the always interesting (at least two years in a row now) RedMonk CommunityOne session. It was good [...]]]></description>
			<content:encoded><![CDATA[<p>Way back in May of this year (I have been thinking about this post for a while now!) <a href="http://blogs.nitobi.com/andre">Andre</a> and I were down at JavaOne to <a href="http://blogs.nitobi.com/dave/2008/05/08/communityone-presentation-2/">give a presentation</a> and also had the chance to take part in the always interesting (at least two years in a row now) <a href="http://www.redmonk.com">RedMonk</a> CommunityOne session. It was good to take part in the cloud computing, twitter and open source discussions - one great take away was &#8220;don&#8217;t drink and tweet&#8221;. I digress.</p>
<p>Of most interest to me was the round table discussion about &#8220;<a href="http://www.redmonk.com/jgovernor/2008/05/08/rich-internet-applications-this-conversation-is-bullshit/">what is an RIA?</a>&#8220;. There were various opinions on this that I will not repeat here and let you <a href="http://www.redmonk.com/jgovernor/2008/05/08/rich-internet-applications-this-conversation-is-bullshit/">read over on RedMonk</a>.</p>
<p>What didn&#8217;t come through on the RedMonk review was what I thought, arrived at through the great discussion, was really the defining characteristic of Rich Internet Applications. In the end it was not about flashy graphics or animations. The one defining characteristic of an RIA is that there is <strong>no page refresh</strong>.</p>
<p>That&#8217;s it. That is all there is to RIA. If you have an application running over the network that does not have a page refresh then that is an RIA - be it using Flash, Ajax or a Java Applet. The discussion went back and forth until Jeremiah Stone from <a href="www.sap.com">SAP</a> finally talked some sense (afterwards we had a very interesting discussion and I really need to follow up with him) saying that good design is dependent on the context of the problem being solved. Now this is a really important idea since if you are used to working with a keyboard accessible green screen application, a visual mouse driven GUI will probably be far less usable. <em>It is all context dependent.</em> I may take longer to learn the green screen application but it will likely pay dividends in productivity down the road.</p>
<p>At any rate, long story short, the one common theme that people presented was that an RIA is defined by an application that has no page refresh, whether it is made for a user of a terminal or a new web 2.0 application.</p>
<p>I had my epiphany at the very end of the session and was pretty much lost on deaf ears of people who were about ready for a cold one (aside from <a href="http://technoracle.blogspot.com">Duane</a> who was thoroughly liquored already ;)) . However, I felt somewhat vindicated when I was reading <a href="http://www.redmonk.com/jgovernor/">James&#8217;</a> <a href="http://www.redmonk.com/jgovernor/2008/05/08/rich-internet-applications-this-conversation-is-bullshit/">post about the session</a> when I noticed that there was a comment from David Mendels of Adobe, who was possibly responsible for defining the term while at Macromedia in the early 2000&#8217;s. Indeed David suggested that the original definition of an RIA was an application with <em>no page refresh</em>.</p>
<p>Based on that I think that the case of the meaning of RIA can be considered closed.</p>
<p>RIA == No page refresh</p>
<p>QED</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/08/12/what-is-ria/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drop Down Menu Affordances</title>
		<link>http://blogs.nitobi.com/dave/2008/07/12/drop-down-menu-affordances/</link>
		<comments>http://blogs.nitobi.com/dave/2008/07/12/drop-down-menu-affordances/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 18:41:45 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=281</guid>
		<description><![CDATA[It seems like drop down menus are moving back towards having down arrows on them.

It seems like in the early days of Web 1.0 people would do all they could to get away from the select box and use all sorts of fancy DHTML menus (remember dynamicdrive.com anyone?). However, these days we are seeing most [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like drop down menus are moving back towards having down arrows on them.</p>
<p><a href='http://blogs.nitobi.com/dave/wp-content/uploads/2008/07/picture-1.jpg'><img src="http://blogs.nitobi.com/dave/wp-content/uploads/2008/07/picture-1.jpg" alt="linkedin" title="linkedin" width="300" height="47" class="alignnone size-medium wp-image-348" border="0"/></a></p>
<p>It seems like in the early days of Web 1.0 people would do all they could to get away from the select box and use all sorts of fancy DHTML menus (remember dynamicdrive.com anyone?). However, these days we are seeing most applications that have drop down menus - while not using the HTML select element - are reverting back to the down arrow visual affordance.</p>
<p>For example, GMail, Zazzle, LinkedIn and Amazon are all using the down arrow on their drop down menus nowadays. This simplification of user interfaces becoming a common theme in the latest web based applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/07/12/drop-down-menu-affordances/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Source Optional</title>
		<link>http://blogs.nitobi.com/dave/2008/07/06/open-source-optional/</link>
		<comments>http://blogs.nitobi.com/dave/2008/07/06/open-source-optional/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 21:25:36 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[opensource]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[foss]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[openmoko]]></category>

		<category><![CDATA[oss]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=347</guid>
		<description><![CDATA[One of the more interesting things I came across in my blog reading this weekend was the release of the second generation Openmoko phone. The Openmoko phone is the phone for the FOSS community with even the CAD files for building the phone available under a Creative Commons license and a price just shy of [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more interesting things I came across in my blog reading this weekend was the <a href="http://www.openmoko.org">release of the second generation Openmoko phone</a>. The Openmoko phone is the phone for the FOSS community with even the CAD files for building the phone available under a Creative Commons license and a price just shy of $400 USD.</p>
<p>The question that I have is how many open source developers and evangelists out there that are building their applications on free and open source software like Linux, Apache and Ruby on Rails or that work for open source organizations like the Mozilla Foundation or that are evangelizing open standards like OpenID are going to get on board with the most open mobile device available? How many of them are going to trade in their fancy closed source IPhone - <a href="http://www.unwiredview.com/2007/01/16/apples-iphone-is-it-really-well-protected-by-patents/">for which Apple has applied for more than 200 patents</a> - for an Openmoko phone? I would wager that very few will.</p>
<p>I would expect that all open source proponents who refuse Microsoft software because of their closed, software patenting ways would likewise refuse a proprietary hardware device form Apple in favour of an open alternative and yet people are still probably more than happy to stick with their favourite pomaceous fruit designed in California.</p>
<p>So who swears by open source and is going to keep their IPhone or other smart phone?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/07/06/open-source-optional/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Analytics Benchmarking</title>
		<link>http://blogs.nitobi.com/dave/2008/06/28/analytics-benchmarking/</link>
		<comments>http://blogs.nitobi.com/dave/2008/06/28/analytics-benchmarking/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 02:17:08 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[Web2.0]]></category>

		<category><![CDATA[analytics]]></category>

		<category><![CDATA[robotreplay]]></category>

		<category><![CDATA[benchmarking]]></category>

		<category><![CDATA[google analytics]]></category>

		<category><![CDATA[payscale]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=193</guid>
		<description><![CDATA[I just saw an advert for Google Analytics in my GMail the other day that mentioned something about a new industry benchmarking feature. I knew immediately what it was.
The idea is that you take the analytics information from all the sites using Google Analytics and generate some benchmarking data by industry and apply it to [...]]]></description>
			<content:encoded><![CDATA[<p>I just saw an advert for Google Analytics in my GMail the other day that mentioned something about a new industry benchmarking feature. I knew immediately what it was.</p>
<p>The idea is that you take the analytics information from all the sites using Google Analytics and generate some benchmarking data by industry and apply it to your stats. That way people who use Google Analytics can see if they have an unusually high bounce rate compared to their peers or if they have a really low pages per visit stat. Right now when people look at their Google Analytics information - aside from their past experiences - they haven&#8217;t really got much to go on in terms of what a good bounce rate or pages per visit value might be. This way one can actually compare with others and then prioritize what needs to get fixed based on what is most out of whack compared to others in their industry.</p>
<p>In the case of Google Analytics, I think that this sort of feature could really change analytics from being a private sort of thing to becoming something that, dare I say, a social network could build around - who wouldn&#8217;t want to be featured on the Google Analytics homepage for having the best web stats?</p>
<p>I had this idea a while back and I think it can be applied to a lot of different industries outside of web analytics - sort of like <a href="http://www.payscale.com">PayScale</a> is doing with salary reporting - but of course an idea is nothing unless you can execute <img src='http://blogs.nitobi.com/dave/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hopefully we can apply the same sort of idea to <a href="http://www.robotreplay.com">RobotReplay</a> in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/06/28/analytics-benchmarking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Complete UI Q3</title>
		<link>http://blogs.nitobi.com/dave/2008/06/18/complete-ui-q3/</link>
		<comments>http://blogs.nitobi.com/dave/2008/06/18/complete-ui-q3/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 22:54:35 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=345</guid>
		<description><![CDATA[We are almost ready to start building for our planned July 1 release of Complete UI Q3 - it is looking like we will be on schedule even! It is too bad we didn&#8217;t get everything in that we wanted but there are still a few nice new features.
The most notable updates aside from various [...]]]></description>
			<content:encoded><![CDATA[<p>We are almost ready to start building for our planned July 1 release of Complete UI Q3 - it is looking like we will be on schedule even! It is too bad we didn&#8217;t get everything in that we wanted but there are still a few nice new features.</p>
<p>The most notable updates aside from various bug fixes are Firefox 3 support, a new and improved Calendar and Datepicker component, and JSF versions of all the components!</p>
<p>I am really excited to see what sort of adoption we get for the JSF versions of our components and I think that people will be pretty happy with the new and Calendar functionality.</p>
<p>Time to get back to work as it will probably be a pretty tireless last week and a half.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/06/18/complete-ui-q3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hack Day Results</title>
		<link>http://blogs.nitobi.com/dave/2008/06/09/hack-day-results/</link>
		<comments>http://blogs.nitobi.com/dave/2008/06/09/hack-day-results/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 03:59:53 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Nitobi]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[hack day]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[papervision3d]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=339</guid>
		<description><![CDATA[Despite it occurring on one of the nicest days of the year so far in Vancity, sixteen people came over to the Nitobi offices and hacked the day away. The beer arrived early so those of us who&#8217;s projects made a turn for the worse were getting sauced already by two or three - just [...]]]></description>
			<content:encoded><![CDATA[<p>Despite it occurring on one of the nicest days of the year so far in Vancity, sixteen people came over to the Nitobi offices and hacked the day away. The beer arrived early so those of us who&#8217;s projects made a turn for the worse were getting sauced already by two or three - just after the pizza lunch.</p>
<p>When everything was said and done, Yohei came out on top with a Papervision3D version of the Nitobi office! It was pretty damn cool and you can play with it below.</p>
<p>Alexei also showed his <a href="http://www.nitobibug.com/">NitobiBug</a> tool that is a cross-browser Ajax debugging tool similar to FireBug.</p>
<p>Thanks to everyone for coming out despite the amazing weather (which you can see out the windows of the model of the office below) and the opening of the new Vancouver Apple store <img src='http://blogs.nitobi.com/dave/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We will be having the next one some time in the fall I think.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="783" height="500" id="source" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="movie" value="/dave/wp-content/papervision/skybox.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="/dave/wp-content/papervision/skybox.swf" quality="high" bgcolor="#ffffff" width="783" height="500" name="source" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
	</object></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/06/09/hack-day-results/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Roundabouts 101</title>
		<link>http://blogs.nitobi.com/dave/2008/06/08/roundabouts-101/</link>
		<comments>http://blogs.nitobi.com/dave/2008/06/08/roundabouts-101/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 00:34:08 +0000</pubDate>
		<dc:creator>Dave Johnson</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[climatechange]]></category>

		<category><![CDATA[grindsmygears]]></category>

		<category><![CDATA[climate change]]></category>

		<category><![CDATA[cycling]]></category>

		<category><![CDATA[roundabout]]></category>

		<category><![CDATA[safety]]></category>

		<category><![CDATA[vancouver]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/dave/?p=342</guid>
		<description><![CDATA[This morning I remembered why I never use the Vancouver Ontario Street cycle route - it is littered with death traps. No not the type that you may have seen in the recent Jones movie, I am talking about the invasive species introduced from the UK called the North American roundabout. It can generally by [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I remembered why I never use the Vancouver Ontario Street cycle route - it is littered with death traps. No not the type that you may have seen in the recent Jones movie, I am talking about the invasive species introduced from the UK called the North American roundabout. It can generally by discerned by the motorists driving through it at break neck speeds; one may also identify it by the pieces of broken bicycles and / or cyclists strewn about in various states of disrepair.</p>
<p><a href='http://blogs.nitobi.com/dave/wp-content/uploads/2008/06/roundabout.gif'><img src="http://blogs.nitobi.com/dave/wp-content/uploads/2008/06/roundabout.gif" alt="" title="roundabout" width="180" height="180" class="alignright size-medium wp-image-343" align="left"/></a></p>
<p>If you use the Ontario Street bike route you must have a death wish. I think that Main Street - though you do have to be wary of door prizes in certain areas - is actually far safer for cyclists. I for one feel that rather than being segregated to the back of the bus, in the name of safety cyclists should be using the proper road ways, pissing of the car driving, climate changing commuters.</p>
<p>At any rate, one can see in the lovely animated gif, care of <a href="http://en.wikipedia.org/wiki/Roundabout#Roundabouts_and_Cyclists">the Wikipedia article</a>, that <em>vehicles entering the roundabout yield to those already in the roundabout</em> - be them cars, bikes or <a href="http://en.wikipedia.org/wiki/Hover_board">hover boards</a>. What that means here in North America is that when entering the roundabout you <em>give the right of way to those on the left</em> unlike a regular stop sign.</p>
<p>Maybe we just need more <a href="http://en.wikipedia.org/wiki/Roundabout#.22Magic.22_roundabouts">magic roundabouts</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/dave/2008/06/08/roundabouts-101/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
