<?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&#039;s Blog &#187; html forms</title>
	<atom:link href="http://colincarmichael.ca/tag/html-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://colincarmichael.ca</link>
	<description>My thoughts on everything.</description>
	<lastBuildDate>Thu, 01 Jul 2010 13:22:37 +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>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've been seeing coverage of Google'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'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='Permanent Link: Google makes a change that just makes sense'>Google makes a change that just makes sense</a></li>
<li><a href='http://colincarmichael.ca/best-hack-ever-making-google-and-yahoo-play-nice/' rel='bookmark' title='Permanent Link: Best. Hack. Ever. (making Google and Yahoo play nice)'>Best. Hack. Ever. (making Google and Yahoo play nice)</a></li>
<li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I'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'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'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's new powers?</h3>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fgoogle-enabling-poor-ui-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fgoogle-enabling-poor-ui-design%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=Google,html+forms,site+navigation,UI,users" height="61" width="50" /><br />
			</a>
		</div>
<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>


<p>Related posts:<ol><li><a href='http://colincarmichael.ca/google-makes-a-change-that-just-makes-sense/' rel='bookmark' title='Permanent Link: Google makes a change that just makes sense'>Google makes a change that just makes sense</a></li>
<li><a href='http://colincarmichael.ca/best-hack-ever-making-google-and-yahoo-play-nice/' rel='bookmark' title='Permanent Link: Best. Hack. Ever. (making Google and Yahoo play nice)'>Best. Hack. Ever. (making Google and Yahoo play nice)</a></li>
<li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</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>
