<?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>It Could Be Worse &#187; stupidity</title>
	<atom:link href="http://www.timandkathy.co.uk/journal/tag/stupidity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timandkathy.co.uk/journal</link>
	<description>Because every silver lining has a cloud. Or something.</description>
	<lastBuildDate>Tue, 10 Aug 2010 09:29:41 +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>If you build it (right), they will come (on any old platform, even a phone)</title>
		<link>http://www.timandkathy.co.uk/journal/2008/02/22/build-it-right/</link>
		<comments>http://www.timandkathy.co.uk/journal/2008/02/22/build-it-right/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 12:38:22 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[myopenid]]></category>
		<category><![CDATA[progressive enhancement]]></category>
		<category><![CDATA[stupidity]]></category>
		<category><![CDATA[vox]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/2008/02/22/build-it-right/</guid>
		<description><![CDATA[I&#8217;m rather enamoured of OpenID, the really neat, decentralised way to log in to any OpenID-supporting web site with one username/password. Simultaneously, I&#8217;ve had a Vox account since I was invited to try the beta pre-launch. It was moderately interesting &#8230; <a href="http://www.timandkathy.co.uk/journal/2008/02/22/build-it-right/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m rather enamoured of <a href="http://openid.net/">OpenID</a>, the really neat, decentralised way to log in to any OpenID-supporting web site with one username/password. Simultaneously, I&#8217;ve had a <a href="http://www.vox.com/">Vox</a> account since I was invited to try the beta pre-launch. It was moderately interesting as a community-based approach to blogging, but as I already have this blog I never used it for that purpose.</p>

<p>At some point (I forget when), Vox became an OpenID provider. &#8220;Great,&#8221; I thought, &#8220;I&#8217;ll use it as my OpenID.&#8221; All was well until a few days ago, when I tried to sign in to Vox using Opera Mini on my Sony Ericsson <span class="caps">K800</span>i. Here&#8217;s a screenshot of the sign-in form:</p>

<p><img src="http://www.timandkathy.co.uk/journal/wp-content/uploads/2008/02/vox-signin.png" alt="" height="179" width="314" class="Vox sign-in form" /></p>

<p>The orange &#8220;Sign in&#8221; button is a button &#8212; right? Wrong. It&#8217;s made up of the following markup:</p>

<p><code>&lt;a class=&quot;command-submit orange-button button&quot;&gt;&lt;b&gt;Sign In&lt;/b&gt;&lt;s&gt;&lt;/s&gt;&lt;/a&gt;</code><br />
<code>&lt;input type=&quot;submit&quot; class=&quot;invisible-button&quot; /&gt;</code></p>

<p>So, they&#8217;ve got a &#8220;real&#8221; submit button there, which probably attends to an imagined screen reader scenario&#8211;CSS and JavaScript off; but because Opera Mini usually behaves &#8212; for all intents and purposes &#8212; like a desktop browser, it attempts to render the fancy orange button but doesn&#8217;t quite have the nous to interpret whatever JavaScript event binding code Six Apart are using to make the orange button submit the form.</p>

<p>I emailed Vox support:</p>

<blockquote><p>The sign-in button isn&#8217;t a &#8216;real&#8217; html button and therefore I can&#8217;t sign in using Opera Mini.</p></blockquote>

<p>They replied:</p>

<blockquote><p>We&#8217;re sorry you&#8217;re having problems signing in to Vox. We would like to suggest that you <strong>try using Internet Explorer or Firefox when signing in to Vox</strong>. We fully support these browsers and you&#8217;ll find that you can use all of Vox&#8217;s functions when using them.</p></blockquote>

<blockquote><p>For more information about what Vox needs in order to work, check out our <a href="http://www.vox.com/services/kb/192">Requirements for using Vox</a> article. (emphasis mine)</p></blockquote>

<p>I replied to them, for what it&#8217;s worth:</p>

<blockquote><p>OK &#8211; that&#8217;s fine. I would say something about &#8220;just use normal <span class="caps">HTML </span>and it works anywhere!&#8221; but I guess I&#8217;ll just find another OpenID provider.</p></blockquote>

<p>So that&#8217;s what I did. I signed up with <a href="http://www.myopenid.com/">MyOpenId</a>, who seemingly know how to use normal <span class="caps">HTML </span>elements for their intended purpose, rendering the service usable on Opera Mini.</p>

<p>If ever there was a lesson in keeping things simple and using Progressive Enhancement, there it is. For <strong>no extra effort, more people can use your service in more places and using more devices and platforms</strong>. What&#8217;s not to like?</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2008/02/22/build-it-right/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
