<?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>Overpass Experiences &#187; Usability</title>
	<atom:link href="http://www.wroolie.co.uk/category/development/usability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wroolie.co.uk</link>
	<description>The Eric Wroolie Blog</description>
	<lastBuildDate>Sat, 10 Jul 2010 10:07:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The scary thing about Silverlight . . .</title>
		<link>http://www.wroolie.co.uk/2010/02/09/the-scary-thing-about-silverlight/</link>
		<comments>http://www.wroolie.co.uk/2010/02/09/the-scary-thing-about-silverlight/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:16:56 +0000</pubDate>
		<dc:creator>Eric Wroolie</dc:creator>
				<category><![CDATA[C# Coding]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.wroolie.co.uk/2010/02/09/the-scary-thing-about-silverlight/</guid>
		<description><![CDATA[The scary thing about Silverlight is that you are one security threat away from losing your clients.&#160; One thing that I’ve thought a lot with the problems on IE lately is that people who wrote “Only-for-Internet-Explorer” websites did not give their users the option to switch browsers if they felt unsafe due to all the [...]


Related posts:<ol><li><a href='http://www.wroolie.co.uk/2010/01/19/france-and-germany-say-no-iecorporate-apps-will-suffer/' rel='bookmark' title='Permanent Link: France and Germany say &ldquo;No IE&rdquo;&mdash;Corporate apps will suffer'>France and Germany say &ldquo;No IE&rdquo;&mdash;Corporate apps will suffer</a></li>
<li><a href='http://www.wroolie.co.uk/2007/04/21/59/' rel='bookmark' title='Permanent Link: Microsoft Silverlight'>Microsoft Silverlight</a></li>
<li><a href='http://www.wroolie.co.uk/2007/05/08/57/' rel='bookmark' title='Permanent Link: Silverlight on Expression Blend with AVG Anti-Virus'>Silverlight on Expression Blend with AVG Anti-Virus</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The scary thing about Silverlight is that you are one security threat away from losing your clients.&#160; One thing that I’ve thought a lot with the problems on IE lately is that people who wrote “Only-for-Internet-Explorer” websites did not give their users the option to switch browsers if they felt unsafe due to all the security flaw hype.</p>
<p>A little common sense and a knowledge of web standards and it’s easy to write HTML that will look good and be functional in all browsers.&#160; Still, in my experience, too many developers are choosing a platform and sticking with it—most of the time that is IE.&#160; It’s easier to test one browser, it’s easier to tell a user to use the browser that’s probably already installed on their pc.</p>
<p>Flash and Silverlight are different than HTML—they are runtimes which are <em>allowed</em> to run inside the browser—kind of like how Java applets used to be able to.&#160; They are executables which run compiled functionality on your computer.&#160; They <em>are</em> cross-browser—but not like html is cross-browser.&#160; When I look at a Silverlight or Flash app on my pc, it’s always the same runtime working.&#160; Silverlight is a few years old and really starting to look like Flash—allowing Microsoft developers like me to get more fancy and provide far better functionality for our users.&#160; Silverlight runs on Windows and Mac, but has ignored the Linux landscape (there is an open-source Silverlight runtime called Moonlight being developed for that—but I consider it a snub).</p>
<p>In the world of web development, I think Flash and Silverlight are “cheating” at cross-platform compatibility.&#160; Everyone has accepted Flash (except the iPhone/iPad), but the jury is still out on Silverlight.</p>
<p>Silverlight and Flash are great in that they move a lot of the processing to your computer and free up resources on the server from which they originate.&#160; But they also increase the responsibilities of they client over the server.</p>
<p>Security flaws are found all the time.&#160; We all scramble around and try to fix them when they come up.&#160; As a software developer, I like the idea that I can apply a patch to a server and be done with it.&#160; With client driven app, I need to make sure all of my users apply the patch (and do it in a way that lets them know that the app is safe—and not to panic).&#160; Flash could bounce back from it (“You need it for Youtube, too. You should apply the patch”), but Silverlight is too new.</p>
<p>I’m often seduced by the cool things that Silverlight can do.&#160; I’ve played around with it a lot and have written several small apps (including an animated Overpass ad on my blog), but I’m not ready to jump in head-first yet.&#160; </p>


<p>Related posts:<ol><li><a href='http://www.wroolie.co.uk/2010/01/19/france-and-germany-say-no-iecorporate-apps-will-suffer/' rel='bookmark' title='Permanent Link: France and Germany say &ldquo;No IE&rdquo;&mdash;Corporate apps will suffer'>France and Germany say &ldquo;No IE&rdquo;&mdash;Corporate apps will suffer</a></li>
<li><a href='http://www.wroolie.co.uk/2007/04/21/59/' rel='bookmark' title='Permanent Link: Microsoft Silverlight'>Microsoft Silverlight</a></li>
<li><a href='http://www.wroolie.co.uk/2007/05/08/57/' rel='bookmark' title='Permanent Link: Silverlight on Expression Blend with AVG Anti-Virus'>Silverlight on Expression Blend with AVG Anti-Virus</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wroolie.co.uk/2010/02/09/the-scary-thing-about-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>France and Germany say &#8220;No IE&#8221;&#8212;Corporate apps will suffer</title>
		<link>http://www.wroolie.co.uk/2010/01/19/france-and-germany-say-no-iecorporate-apps-will-suffer/</link>
		<comments>http://www.wroolie.co.uk/2010/01/19/france-and-germany-say-no-iecorporate-apps-will-suffer/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 04:54:27 +0000</pubDate>
		<dc:creator>Eric Wroolie</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.wroolie.co.uk/2010/01/19/france-and-germany-say-no-iecorporate-apps-will-suffer/</guid>
		<description><![CDATA[So, Internet Explorer is in big trouble.&#160; Both the France and Germany governments have called for web users to find an alternative browser this week this week.&#160; Most tech-savvy users have already moved to Firefox and Chrome (I’m now completely using Chrome), but the majority of surfers still use the default IE.
Even more interesting, most [...]


Related posts:<ol><li><a href='http://www.wroolie.co.uk/2010/02/09/the-scary-thing-about-silverlight/' rel='bookmark' title='Permanent Link: The scary thing about Silverlight . . .'>The scary thing about Silverlight . . .</a></li>
<li><a href='http://www.wroolie.co.uk/2008/12/14/the-client-side-install/' rel='bookmark' title='Permanent Link: The Client-Side Install'>The Client-Side Install</a></li>
<li><a href='http://www.wroolie.co.uk/2007/06/23/49/' rel='bookmark' title='Permanent Link: I&#8217;m a Firefox Convert &#8212; finally'>I&#8217;m a Firefox Convert &#8212; finally</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So, Internet Explorer is in big trouble.&#160; Both the <a href="http://news.bbc.co.uk/1/hi/technology/8465038.stm" target="_blank">France and Germany governments have called for web users to find an alternative browser this week this week</a>.&#160; Most tech-savvy users have already moved to Firefox and Chrome (I’m now completely using Chrome), but the majority of surfers still use the default IE.</p>
<p>Even more interesting, most corporate environments I’ve worked in support only Internet Explorer internally.&#160; You are simply not <em>allowed</em> to install another browser.&#160; I’ve worked on projects where the intranet application we are developing only works with Internet Explorer—usually because of bad coding/testing—but no one will fix this because “we only support Internet Explorer”.</p>
<p>I remember one high-level manager in an investment bank tell me—“Seriously, Eric, I can’t see us ever moving away from Internet Explorer.”</p>
<p>The lack of cross-browser support in the ASP.net developer community has been a big pet-peeve with me for years.&#160; You don’t find this with PHP, Java, or Ruby guys.&#160; But Microsoft developers stick with Microsoft browsers.&#160; </p>
<p>I’ve had the arguments so many times in various contracts—“We should support Firefox too.&#160; It only takes a few minutes to test functionality if we do it early enough, but will be a huge task to implement it later.”&#160; I can remember having this argument a half-dozen times, at least.</p>
<p>It has never been easier to do cross-browser development (you should have tried it in the Netscape 3/IE 3 days—that was painful), but it still gets overlooked.</p>
<p>Even the online banking site for my&#160; business bank account only renders properly in Internet Explorer.&#160; This is a huge pain to go through all the necessary security logins for banking—only to realise you are in the wrong browser and you can’t read the page.&#160; I’ve nearly changed banks because of this frustration.</p>
<p>An ideal web development team would have different developers using different browsers.&#160; In a team of 4 people for example, have one person on each of the 4 major browsers—IE, FIrefox, Chrome and Safari.&#160; Better yet, adhere to proper XHTML or HTML syntax (most of the time, apps only support IE because of some malformed html that Explorer allows).&#160; </p>
<p>But for years I’ve heard the same argument from different people--“We don’t have that kind of time”, “It’s an internal application and the we only support Explorer”, and “We’re not a software house.&#160; But now, when <em>governments</em> are recommending that we switch browsers, these developers haven’t even given their users this option.</p>
<p>This could kill Internet Explorer or at least severely weaken it.&#160; I see a lot of “Make this website work in Firefox” projects coming up.</p>


<p>Related posts:<ol><li><a href='http://www.wroolie.co.uk/2010/02/09/the-scary-thing-about-silverlight/' rel='bookmark' title='Permanent Link: The scary thing about Silverlight . . .'>The scary thing about Silverlight . . .</a></li>
<li><a href='http://www.wroolie.co.uk/2008/12/14/the-client-side-install/' rel='bookmark' title='Permanent Link: The Client-Side Install'>The Client-Side Install</a></li>
<li><a href='http://www.wroolie.co.uk/2007/06/23/49/' rel='bookmark' title='Permanent Link: I&#8217;m a Firefox Convert &#8212; finally'>I&#8217;m a Firefox Convert &#8212; finally</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wroolie.co.uk/2010/01/19/france-and-germany-say-no-iecorporate-apps-will-suffer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Steve Krug Web usability video</title>
		<link>http://www.wroolie.co.uk/2010/01/08/steve-krug-web-usability-video/</link>
		<comments>http://www.wroolie.co.uk/2010/01/08/steve-krug-web-usability-video/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 07:00:36 +0000</pubDate>
		<dc:creator>Eric Wroolie</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.wroolie.co.uk/2010/01/08/steve-krug-web-usability-video/</guid>
		<description><![CDATA[The best book I’ve read on website usability is “Don’t Make Me Think” by Steve Krug.&#160; It’s pretty much considered the bible of web usability out there.&#160; A very talented developer introduced me to it years ago and since then I’ve sent it to some of my clients.
I found the following video on the fantastic [...]


Related posts:<ol><li><a href='http://www.wroolie.co.uk/2009/01/24/credit-crunch-video/' rel='bookmark' title='Permanent Link: Credit Crunch Video'>Credit Crunch Video</a></li>
<li><a href='http://www.wroolie.co.uk/2009/05/26/scrum-in-under-10-minutes-video/' rel='bookmark' title='Permanent Link: Scrum in Under 10 minutes Video'>Scrum in Under 10 minutes Video</a></li>
<li><a href='http://www.wroolie.co.uk/2007/02/19/66/' rel='bookmark' title='Permanent Link: Oath on the Koran'>Oath on the Koran</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The best book I’ve read on website usability is “Don’t Make Me Think” by Steve Krug.&#160; It’s pretty much considered the bible of web usability out there.&#160; A very talented developer introduced me to it years ago and since then I’ve sent it to some of my clients.</p>
<p>I found the following video on the fantastic <a href="http://37signals.com/svn/" target="_blank">Signal vs Noise</a> blog from 37 Signals.&#160; It’s a one hour introduction to web usability given by Krug in 2008.&#160; If you have a bit of time (I know an hour is a bit long), it really is an interesting talk so have watch.</p>
<p><embed src="http://blip.tv/play/Ad_LKQI" type="application/x-shockwave-flash" width="480" height="390" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
<p>The url for the video is (on Signal Vs Noise) is <a href="http://37signals.com/svn/posts/2092-i-cant-think-of-a-better-intro-to-the-essential">http://37signals.com/svn/posts/2092-i-cant-think-of-a-better-intro-to-the-essential</a></p>


<p>Related posts:<ol><li><a href='http://www.wroolie.co.uk/2009/01/24/credit-crunch-video/' rel='bookmark' title='Permanent Link: Credit Crunch Video'>Credit Crunch Video</a></li>
<li><a href='http://www.wroolie.co.uk/2009/05/26/scrum-in-under-10-minutes-video/' rel='bookmark' title='Permanent Link: Scrum in Under 10 minutes Video'>Scrum in Under 10 minutes Video</a></li>
<li><a href='http://www.wroolie.co.uk/2007/02/19/66/' rel='bookmark' title='Permanent Link: Oath on the Koran'>Oath on the Koran</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wroolie.co.uk/2010/01/08/steve-krug-web-usability-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
