<?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>Colin on Photography &#187; users</title>
	<atom:link href="http://colincarmichael.ca/tag/users/feed/" rel="self" type="application/rss+xml" />
	<link>http://colincarmichael.ca</link>
	<description>My thoughts on photography and other things.</description>
	<lastBuildDate>Wed, 23 May 2012 14:41:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Google Enabling Poor UI Design?</title>
		<link>http://colincarmichael.ca/google-enabling-poor-ui-design/</link>
		<comments>http://colincarmichael.ca/google-enabling-poor-ui-design/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 16:34:01 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[html forms]]></category>
		<category><![CDATA[site navigation]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/2008/04/14/google-enabling-poor-ui-design/</guid>
		<description><![CDATA[I&#8217;ve been seeing coverage of Google&#8217;s decision to enable form crawling by GoogleBot. Has Google essentially given web-devs an excuse for poor form-driven site navigation? You used be able to declare, with relative confidence, that what&#8217;s good for bot is good for the user. In this case, form driven navigation is difficult or unreliable for [...]
Related posts:<ol>
<li><a href='http://colincarmichael.ca/google-makes-a-change-that-just-makes-sense/' rel='bookmark' title='Google makes a change that just makes sense'>Google makes a change that just makes sense</a></li>
<li><a href='http://colincarmichael.ca/is-google-really-the-new-yellow-pages/' rel='bookmark' title='Is Google really the new Yellow Pages?!?'>Is Google really the new Yellow Pages?!?</a></li>
<li><a href='http://colincarmichael.ca/best-hack-ever-making-google-and-yahoo-play-nice/' rel='bookmark' title='Best. Hack. Ever. (making Google and Yahoo play nice)'>Best. Hack. Ever. (making Google and Yahoo play nice)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been seeing <a href="http://www.localseoguide.com/new-google-form-crawling-to-help-small-business-sites/">coverage</a> of <a href="http://googlewebmastercentral.blogspot.com/2008/04/crawling-through-html-forms.html">Google&#8217;s</a> <a href="http://www.mattcutts.com/blog/solved-another-common-site-review-problem/">decision </a>to enable form crawling by GoogleBot. Has Google essentially given web-devs an excuse for poor form-driven site navigation?</p>
<p>You used be able to declare, with relative confidence, that what&#8217;s good for bot is good for the user. In this case, form driven navigation is difficult or unreliable for users with disabilities or low dexterity. Many forms also cause problems for users on mobile browsers.</p>
<p>That the G-Bot was also restricted from this type of navigation gave devs and designers the motivation required to avoid form-based nav. I fear that the minority of users affected by this type of nav, will not be high enough on the audience priority list without the Bot among their number.</p>
<h3>Question: Will we see a resurgence of poor navigation design due to Google-Bot&#8217;s new powers?</h3>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fgoogle-enabling-poor-ui-design%2F&amp;t=Google%20Enabling%20Poor%20UI%20Design%3F" id="facebook_share_button_190" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_190') || document.getElementById('facebook_share_icon_190') || document.getElementById('facebook_share_both_190') || document.getElementById('facebook_share_button_190');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_190') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/google-enabling-poor-ui-design/&via=ccarmichael&text=Google Enabling Poor UI Design?&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/google-enabling-poor-ui-design/&via=ccarmichael&text=Google Enabling Poor UI Design?&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Related posts:<ol>
<li><a href='http://colincarmichael.ca/google-makes-a-change-that-just-makes-sense/' rel='bookmark' title='Google makes a change that just makes sense'>Google makes a change that just makes sense</a></li>
<li><a href='http://colincarmichael.ca/is-google-really-the-new-yellow-pages/' rel='bookmark' title='Is Google really the new Yellow Pages?!?'>Is Google really the new Yellow Pages?!?</a></li>
<li><a href='http://colincarmichael.ca/best-hack-ever-making-google-and-yahoo-play-nice/' rel='bookmark' title='Best. Hack. Ever. (making Google and Yahoo play nice)'>Best. Hack. Ever. (making Google and Yahoo play nice)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/google-enabling-poor-ui-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

