<?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>robertson&#38;associates</title>
	<atom:link href="http://robertsonandassociates.org.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertsonandassociates.org.uk</link>
	<description>A Cutting Edge Creative Agency Based in Oxfordshire</description>
	<lastBuildDate>Thu, 03 Feb 2011 19:10:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>UX tip for HTML forms</title>
		<link>http://robertsonandassociates.org.uk/2011/02/ux-tip-for-html-forms/</link>
		<comments>http://robertsonandassociates.org.uk/2011/02/ux-tip-for-html-forms/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 18:39:33 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=474</guid>
		<description><![CDATA[HTML forms is one aspect of the web that&#8217;s easy to hate and difficult to love, both from a user and a developer&#8217;s point of view. Tools such as Wufoo and JotForm are now available and let you create user friendly forms with ease. For those times when you have to code your form by [...]]]></description>
			<content:encoded><![CDATA[<p>HTML forms is one aspect of the web that&#8217;s easy to hate and difficult to love, both from a user and a developer&#8217;s point of view.  Tools such as <a href="http://wufoo.com/">Wufoo</a> and <a href="http://www.jotform.com/">JotForm</a> are now available and let you create user friendly forms with ease.  For those times when you have to code your form by hand however here&#8217;s a tip that will help improve the user experience.</p>
<p><strong>Use the HTML &lt;label&gt; </strong><em><strong>for</strong></em><strong> attribute</strong></p>
<blockquote><p><a href="http://en.wikipedia.org/wiki/Fitts's_law">Fitts&#8217; law</a> predicts that the time required to rapidly move your mouse to a target area is a function of the size of the target.</p></blockquote>
<p>Self-evident really, isn&#8217;t it?</p>
<p>You can use this to improve your forms by making the clickable area for your form elements (e.g. checkboxes and radio buttons) bigger. I don&#8217;t mean the buttons themselves but the clickable area that will register a click.</p>
<form>
<input id="good" type="checkbox" /><label for="good"> Uses the for attribute</label></p>
<input id="bad" type="checkbox" /><label> Doesn&#8217;t use the for attribute</label></p>
</form>
<p>If you click on the text for each of the above options, you&#8217;ll see what I mean.</p>
<p>The code for the above example:</p>
<blockquote><p>
&lt;form&gt; &lt;input id=&#8221;good&#8221; type=&#8221;checkbox&#8221; /&gt;&lt;label for=&#8221;good&#8221;&gt; Uses the for attribute&lt;/label&gt;<br />
&lt;input id=&#8221;bad&#8221; type=&#8221;checkbox&#8221; /&gt;&lt;label&gt; Doesn&#8217;t use the for attribute&lt;/label&gt;<br />
&lt;/form&gt;</p></blockquote>
<p>More info:<br />
<a href="http://www.w3schools.com/tags/att_label_for.asp">W3schools HTML for attribute</a><br />
<a href="http://en.wikipedia.org/wiki/Fitts's_law">Fitts&#8217; Law</a><br />
<a href="http://en.wikipedia.org/wiki/Paul_Fitts">Paul Fitts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/02/ux-tip-for-html-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website Live!</title>
		<link>http://robertsonandassociates.org.uk/2011/01/new-website-live/</link>
		<comments>http://robertsonandassociates.org.uk/2011/01/new-website-live/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 05:13:41 +0000</pubDate>
		<dc:creator>Joe Robertson</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=470</guid>
		<description><![CDATA[Welcome to our new website, have a look at our portfolio, check out our about section and finally send us a request for a quote when you can&#8217;t resist the temptation to give your business an online revamp any more!]]></description>
			<content:encoded><![CDATA[<p>Welcome to our new website, have a look at our portfolio, check out our about section and finally send us a request for a quote when you can&#8217;t resist the temptation to give your business an online revamp any more!</p>
]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/01/new-website-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmirkAbout</title>
		<link>http://robertsonandassociates.org.uk/2011/01/smirkabout/</link>
		<comments>http://robertsonandassociates.org.uk/2011/01/smirkabout/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 05:04:43 +0000</pubDate>
		<dc:creator>Joe Robertson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=468</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/01/smirkabout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Varsity Blogs</title>
		<link>http://robertsonandassociates.org.uk/2011/01/varsity-blogs/</link>
		<comments>http://robertsonandassociates.org.uk/2011/01/varsity-blogs/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 05:01:22 +0000</pubDate>
		<dc:creator>Joe Robertson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=464</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/01/varsity-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orange Frog</title>
		<link>http://robertsonandassociates.org.uk/2011/01/orange-frog/</link>
		<comments>http://robertsonandassociates.org.uk/2011/01/orange-frog/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 04:55:52 +0000</pubDate>
		<dc:creator>Joe Robertson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=459</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/01/orange-frog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TLA Fitness</title>
		<link>http://robertsonandassociates.org.uk/2011/01/tla-fitness/</link>
		<comments>http://robertsonandassociates.org.uk/2011/01/tla-fitness/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 04:50:06 +0000</pubDate>
		<dc:creator>Joe Robertson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=454</guid>
		<description><![CDATA[TLA Fitness is a personal training company based in Oxford, who wanted a complete website overhaul. We created a beautiful looking site, bringing the unique feel of the classes and promotional material from the business into an online presence that is easy to navigate, fun to explore and most importantly drives more traffic to the [...]]]></description>
			<content:encoded><![CDATA[<p>TLA Fitness is a personal training company based in Oxford, who wanted a complete website overhaul. We created a beautiful looking site, bringing the unique feel of the classes and promotional material from the business into an online presence that is easy to navigate, fun to explore and most importantly drives more traffic to the company.</p>
<p>Visit it at <a href="http://www.tlafitness.com">http://www.tlafitness.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/01/tla-fitness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outdoor Traders</title>
		<link>http://robertsonandassociates.org.uk/2011/01/outdoor-traders/</link>
		<comments>http://robertsonandassociates.org.uk/2011/01/outdoor-traders/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 04:23:36 +0000</pubDate>
		<dc:creator>Joe Robertson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=437</guid>
		<description><![CDATA[A complete website redesign, including all imagery on the site. Built with Magento, this site has now been through four iterations under the control of Robertson &#38; Associates, and it gets better every time. Simply no other independent Outdoor Shop has such a fully featured, well designed site as this. Visit it at http://www.outdoortradersuk.com]]></description>
			<content:encoded><![CDATA[<p>A complete website redesign, including all imagery on the site. Built with Magento, this site has now been through four iterations under the control of Robertson &amp; Associates, and it gets better every time. Simply no other independent Outdoor Shop has such a fully featured, well designed site as this.</p>
<p>Visit it at <a href="http://www.outdoortradersuk.com" target="_blank">http://www.outdoortradersuk.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/01/outdoor-traders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vimo</title>
		<link>http://robertsonandassociates.org.uk/2011/01/vimo/</link>
		<comments>http://robertsonandassociates.org.uk/2011/01/vimo/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 22:05:18 +0000</pubDate>
		<dc:creator>Joe Robertson</dc:creator>
				<category><![CDATA[Identity]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=421</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/01/vimo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Somerset</title>
		<link>http://robertsonandassociates.org.uk/2011/01/somerset/</link>
		<comments>http://robertsonandassociates.org.uk/2011/01/somerset/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 22:04:19 +0000</pubDate>
		<dc:creator>Joe Robertson</dc:creator>
				<category><![CDATA[Identity]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=419</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/01/somerset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mariner</title>
		<link>http://robertsonandassociates.org.uk/2011/01/mariner/</link>
		<comments>http://robertsonandassociates.org.uk/2011/01/mariner/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 22:03:23 +0000</pubDate>
		<dc:creator>Joe Robertson</dc:creator>
				<category><![CDATA[Identity]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://robertsonandassociates.org.uk/?p=417</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://robertsonandassociates.org.uk/2011/01/mariner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

