<?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>T’N’T Luoma &#187; Opera</title>
	<atom:link href="http://tntluoma.com/category/opera/feed/" rel="self" type="application/rss+xml" />
	<link>http://tntluoma.com</link>
	<description>Stuff I've Written Down</description>
	<lastBuildDate>Sun, 23 Aug 2009 06:12:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yet another Firefox extension that just doesn&#8217;t work</title>
		<link>http://tntluoma.com/opera/more-extension-trouble-2007-10-24/</link>
		<comments>http://tntluoma.com/opera/more-extension-trouble-2007-10-24/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 06:12:11 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/opera/more-extension-trouble-2007-10-24</guid>
		<description><![CDATA[So it&#8217;s a relatively simple thing in Opera to move tabs to the left or right instead of top or bottom

Here&#8217;s a 36 second video showing me moving the tabs from top (default) to left, right, and bottom.

Opera 9.24 (MP4, 1.1mb, 480x360) (or 9mb Quicktime fullscreen version).

Compare that with this two minute video of me [...]]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s a relatively simple thing in Opera to move tabs to the left or right instead of top or bottom</p>

<p>Here&#8217;s a 36 second video showing me moving the tabs from top (default) to left, right, and bottom.</p>

<p><a href="/files/OperaTabsOnSide.mp4">Opera 9.24 (MP4, 1.1mb, 480x360)</a> (or <a href="/files/OperaTabsOnSide.mov">9mb Quicktime fullscreen version</a>).</p>

<p>Compare that with this two minute video of me searching for, finding, and installing the appropriate Firefox extension, followed by me restarting Firefox, and then the extension just absolutely failing:</p>

<p><a href="/files/FirefoxTabsOnSide.mp4">Firefox 2.0.0.8 Tabs on Side (MP4, 4mb, 480x360)</a></p>

<p>(For those of you with bandwidth to burn, checkout the fullsize version <a href="/files/FirefoxTabsOnSide.mov">Firefox 2.0.0.8 Tabs on Side (Quicktime, 34mb, 1280x800)</a> (note: the two movies are identical in content, it&#8217;s just the size which differs).</p>

<p>Note that in both cases I used <a href="http://roobasoft.com/rooSwitch/">rooSwitch</a> to create a clean set of preferences for both apps.  The Firefox video shows this, the Opera one doesn&#8217;t.  Some might complain that adds about an extra 30 seconds to the Firefox video.  That is true; however, if I just wanted to set the Opera tabs to one side, I could do that in a few seconds rather than trying them all out, as I did in the video.</p>

<p>I used rooSwitch to make sure that Firefox wasn&#8217;t being hindered by any other add-on.  It was a &#8220;virgin&#8221; installation.</p>

<p>Result?</p>

<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1343">Vertigo 0.5</a> simply doesn&#8217;t work.  Why?  I don&#8217;t know.</p>

<p>There&#8217;s also <a href="http://www.widefox.com/">Widefox.com</a> which also is supposed to allow you to do this, but I didn&#8217;t wade through the <a href="http://jrweare.googlepages.com/browser2.0">seven pages of instructions</a> to make it work.</p>

<p>The next time someone tells you Firefox &#8220;with extensions&#8221; can do everything Opera does <em>out of the box</em> ask them to show you how to put your tabs on the left or right.</p>

<p>Then when they tell you &#8220;Well, with Firefox plus extenions, you can do a lot of things that Opera <em>can&#8217;t do</em>&#8221; direct them to my experience where <a href="http://tj.tntluoma.com/rants/firefox-extensions-2007-10-18">Fast Video Download</a> gives me a nice, blank preference&#8217;s window.</p>

<p>I&#8217;ve tried exactly two extensions, and neither of them have worked.  That&#8217;s not even getting into the business about <em>conflicting</em> extensions.</p>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/more-extension-trouble-2007-10-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I heart CSS3</title>
		<link>http://tntluoma.com/opera/i-heart-css3/</link>
		<comments>http://tntluoma.com/opera/i-heart-css3/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 16:36:10 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/opera/i-heart-css3</guid>
		<description><![CDATA[So I have this list of daily Bible here http://gfpc.org/bind/readings.html

There are 89 of them, which made it a little hard to read (IMO).  Plus, since they are daily readings, I thought it would be good to put a blank line after each week.

How to do that&#8230;. hrm&#8230;. well, I could use a &#60;br> which [...]]]></description>
			<content:encoded><![CDATA[<p>So I have this list of daily Bible here <a href="http://gfpc.org/bind/readings.html">http://gfpc.org/bind/readings.html</a></p>

<p>There are 89 of them, which made it a little hard to read (IMO).  Plus, since they are <em>daily</em> readings, I thought it would be good to put a blank line after each week.</p>

<p>How to do that&#8230;. hrm&#8230;. well, I could use a &lt;br> which isn&#8217;t valid (but works) but I&#8217;d have to count the lines and make sure I had them in the right places.</p>

<p>I could make separate &lt;ol>&#8217;s and reset the value at the beginning, so the end of the first week and beginning of the second would look like this:</p>

<p>&lt;/ol><br />
&lt;ol>&lt;li value=&#8221;8&#8221;></p>

<p>But, come on, then I have to make a bunch of different lists, when it&#8217;s really one list.  I have to hard code all the values into a list.  Hardly elegant or semantic.</p>

<p>And I still have to count.</p>

<p>The whole thing reeks of ugly hack.</p>

<p>Isn&#8217;t there a way that my computer can do the work for me?</p>

<p>Turns out, there is.</p>

<p><a href="http://www.w3.org/TR/css3-selectors/#nth-child-pseudo">CSS3 nth-child pseudo-classes</a> to the rescue.  Here&#8217;s one of their examples:</p>

<blockquote cite="http://www.w3.org/TR/css3-selectors/#nth-child-pseudo">
tr:nth-child(2n)   /* represents every even row of an HTML table */
</blockquote>

<p>Well, what if instead of 2n we used 7n?</p>

<blockquote cite="">
li:nth-child(7n)  { margin-bottom: 1em;}
</blockquote>

<p>Whammo Presto!  See for yourself at <a href="http://gfpc.org/bind/readings.html">http://gfpc.org/bind/readings.html</a></p>

<p>Except&#8230;</p>

<p>It doesn&#8217;t work in Firefox.  Not, not even the latest nightly.</p>

<p>Nor does it work in Safari. Not, not even the latest nightly.</p>

<p>I don&#8217;t actually have IE7 installed anywhere, but I&#8217;m going to go ahead and assume it doesn&#8217;t work there either.</p>

<p>It doesn&#8217;t yet work in any public version of Opera.</p>

<p>I wonder which browser will be the first to support this very useful new addition to the world of CSS?</p>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/i-heart-css3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Five things I&#8217;d like to see in Opera</title>
		<link>http://tntluoma.com/opera/five-things-id-like-to-see-in-opera/</link>
		<comments>http://tntluoma.com/opera/five-things-id-like-to-see-in-opera/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 23:32:32 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/opera/five-things-id-like-to-see-in-opera</guid>
		<description><![CDATA[1) Greater website compatibility.  I was fixing a friends Windows machine over the weekend and wanted to get him off Internet Explorer, but felt like I had to put him onto Firefox because it seems to have greater compatibility with real life websites.  As a longtime Opera user, this saddens me.  Included [...]]]></description>
			<content:encoded><![CDATA[<p>1) Greater website compatibility.  I was fixing a friends Windows machine over the weekend and wanted to get him off Internet Explorer, but felt like I had to put him onto Firefox because it seems to have greater compatibility with real life websites.  As a longtime Opera user, this saddens me.  Included in this is Full Google Compatibility.  I think at least some of the blame here falls on Google, which has a 2 browser mentality, but I want to be able to use Google for GMail, calendar, docs.  Lots of times you can get it to work by telling whatever &#8220;app&#8221; to go ahead and try anyway, but I want more.</p>

<p>2) Support for external RSS readers.  The Opera RSS feeder is&#8230; well, let&#8217;s be kind and call it &#8220;simple&#8221; (you know, like that cousin that sits in the corner during family reunions eating bugs).  It simply can&#8217;t compete with NetNewsWire.  Give me choices and you give me power.</p>

<p>3) Drop the horrendously stupid &#8220;Temporary Downloads&#8221; idea, or at least give me an easy way to opt-out of it.  For those who don&#8217;t know, when you click on a file in Opera, it gives you the option to &#8220;Save&#8221; or &#8220;Open&#8221;  For years &#8220;Open&#8221; meant &#8220;Save to the default directory, and then Open&#8221; but someone at Opera finally convinced enough people to change it.  What does that mean to you?  Well you know that 54MB file you downloaded the other day?  Well if you clicked &#8220;Open&#8221; instead of &#8220;Save&#8221; then Opera has probably deleted it by now (assuming you&#8217;ve restarted Opera since then) with no warning.  This is unlike every other browser on the Mac and the only &#8220;defense&#8221; I&#8217;ve heard for it is that otherwise people&#8217;s download folders got cluttered.  Hrm&#8230; let me see&#8230; cleaning up clutter versus deleting stuff I may want&#8230;.. which is a more serious problem?</p>

<p>4) Better tab control.  For the browser that had tabs long before any other browser you&#8217;ve ever heard of, Opera&#8217;s support for what you can do with them has been bypassed by Safari, OmniWeb, and Firefox.  <a href="http://www.omnigroup.com/applications/omniweb/">OmniWeb</a> may have not only the best controls but it also tells you what will happen with a given link when you hover it (i.e. &#8220;Open INSERT_URL_HERE in a new tab&#8221;).  OmniWeb also has built-in controls for always opening links to different sites in a new tab, etc.</p>

<p>5) Thumbnails as tabs.  <a href="http://www.omnigroup.com/applications/omniweb/">OmniWeb</a> again.  Coolest feature in a browser in a long time.  Tabs are shown on the left or right (which makes sense given today&#8217;s widescreen monitors, even on laptops) and each one shows a smaller thumbnail of various pages you have open.  Tremendously handy (and you can manually toggle to just a list if you have a lot of tabs open).</p>

<p>6+) Tim A already <a href="http://weblog.timaltman.com/node/862">mentioned extensions</a>  (also as his #6) and I wish Opera had them so everyone would just shut up about it already.  I also wish that the Bug Tracking, at least for the desktop browser part of Opera would be public, if for no other reason than to get the conversation about changes in Opera out into the public earlier before they are defacto decided.</p>

<p>I&#8217;m not tagging anyone else (too chain-letter-esque for me) but I&#8217;ll happily accept comments or trackbacks (aka &#8220;pings&#8221;) below of what you&#8217;d like to see in Opera.</p>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/five-things-id-like-to-see-in-opera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fit To Width - Why Don&#8217;t People Enable It by Default?</title>
		<link>http://tntluoma.com/opera/fit-to-width-why-dont-people-enable-it-by-default/</link>
		<comments>http://tntluoma.com/opera/fit-to-width-why-dont-people-enable-it-by-default/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 17:50:24 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/opera/fit-to-width-why-dont-people-enable-it-by-default</guid>
		<description><![CDATA[Taking a survey is easy.

Interpreting the results of a survey is not.

For example, the Opera developers recently posted Reality Show Results&#8230; wherein they showed what settings were commonly used or not used.

NOTE: Opera is not spying on anyone, these users were asked explicitly if they would be willing to share this information.

Huibk wrote:


Not all of [...]]]></description>
			<content:encoded><![CDATA[<p>Taking a survey is easy.</p>

<p>Interpreting the results of a survey is not.</p>

<p>For example, the Opera developers recently posted <a href="http://my.opera.com/desktopteam/blog/2007/07/06/reality-show-results">Reality Show Results&#8230;</a> wherein they showed what settings were commonly used or not used.</p>

<p>NOTE: Opera is not spying on anyone, these users were asked explicitly if they would be willing to share this information.</p>

<p><a href="http://my.opera.com/huibk/info/">Huibk</a> wrote:</p>

<blockquote cite="">
Not all of the data tell us much, but some are clear enough to draw conclusions:
</blockquote>

<p>Under that, the second entry is:</p>

<blockquote cite="">
A preference we added by popular request, the ability to turn on Fit to Width by default is used by 0.0%
</blockquote>

<p><em>Conventional wisdom</em> might make you think: &#8220;Well, they added a preference, but no one is using it, therefore they should just remove the preference which shouldn&#8217;t bother anyone since no one is using it.&#8221;</p>

<p>That reasoning, however, is completely flawed.</p>

<p>What the data doesn&#8217;t tell you is <em>why</em> no one has it enabled by default.</p>

<p>It is because they don&#8217;t want to use it&#8230;</p>

<p>&#8230;Or because it fails horribly on a regular basis?</p>

<p>Let&#8217;s just take one example of a relatively popular page such as <a href="http://www.apple.com/iphone/">Apple&#8217;s iPhone page</a>.</p>

<p>This is what it looks like on my ridiculously large 1600x1200 screen (note the image has been scaled down, but you can click on it to see its full overblown glory):</p>

<p><a title="Click here for 1177x1598 version" href="http://tj.tntluoma.com/files/imagesfittowidthreality.png"><img src="http://tj.tntluoma.com/files/imagesfittowidthreality-sm.jpg" border="0" height="368" width="500" alt="fittowidthreality_sm.jpg"  /></a></p>

<p>Looks pretty good, eh?  Plenty of whitespace on either side, and no horizontal scroll bar.</p>

<p>One would <em>assume</em> that this would mean that applying &#8220;Fit To Width&#8221; would not change the look of this page at all.</p>

<p>Well, behold the power of assumption.  Here&#8217;s what the same page looks like with Fit To Width enabled:</p>

<p><a title="Click here for 1176x1599 version" href="http://tj.tntluoma.com/files/imageswhyfittowidthisdisabled.png"><img src="http://tj.tntluoma.com/files/imageswhyfittowidthisdisabled-sm.jpg" border="0" height="368" width="500" alt="whyfittowidthisdisabled_sm.jpg"  /></a></p>

<p>So we shouldn&#8217;t assume that Fit To Width will act logically, and Opera shouldn&#8217;t assume that the lack of anyone using Fit to Width by default means that no one <em>wants</em> to use it.</p>

<p>It may mean that they&#8217;ve discovered that this feature just doesn&#8217;t work very well on a large number of sites.</p>

<p>Improve the feature and maybe more people will use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/fit-to-width-why-dont-people-enable-it-by-default/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable Java in Opera to avoid Quicktime bug</title>
		<link>http://tntluoma.com/opera/disable-java-in-opera-to-avoid-quicktime-bug/</link>
		<comments>http://tntluoma.com/opera/disable-java-in-opera-to-avoid-quicktime-bug/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 23:37:33 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/opera/disable-java-in-opera-to-avoid-quicktime-bug</guid>
		<description><![CDATA[News is coming out about the bug which allowed someone to exploit a MacBook with all the current (as of 2007-04-23) security updates.

NOTE: This is not just a bug for Mac OS X.  Windows is also vulnerable if QuickTime is installed!

Initial reports were that the bug required that Safari be used to go to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.matasano.com/log/812/breaking-macbook-vuln-in-quicktime-affects-win32-apple-code/">News</a> is coming out about the bug which allowed someone to exploit a MacBook with all the current (as of 2007-04-23) security updates.</p>

<p>NOTE: This is <em>not</em> just a bug for Mac OS X.  Windows is also vulnerable if QuickTime is installed!</p>

<p>Initial reports were that the bug required that <em>Safari</em> be used to go to a certain website, however current reports (unconfirmed but reasonable) indicate that the problem is in <em>Java handling in QuickTime</em>, that any Java-enabled browser is a viable attack vector, if QuickTime is installed, and <em>disabling Java stops the vulnerability</em>.</p>

<p>While the Opera browser has not been confirmed to have this bug, it&#8217;s far better to be safe than sorry.  (So far the specific details of the bug have not been released.)</p>

<p>Until the bug is fixed, you can easily disable Java in Opera, either by going to Preferences &rarr; Advanced and then clicking on <em>Content</em>.  Uncheck the box next to Enable Java, as shown here:</p>

<p><img src="http://tj.tntluoma.com/files/opera-java-preferences.png" border="0" height="439" width="566" alt="opera-java-preferences.png" align="" /></p>

<p>or press <kbd>F12</kbd> (or <kbd>Alt</kbd> + <kbd>F12</kbd> in Mac OS X) to bring up the quick preferences window and disable it as shown here:</p>

<p><img src="http://tj.tntluoma.com/files/opera-f12-java.png" border="0" height="291" width="243" alt="opera-f12-java.png" align="" /></p>

<p>(Note: screenshots are from MacOpera, but WinOpera will look largely the same.)</p>

<p>Opera is capable of setting Java on/off on a per-site basis, however, due to what I consider a design flaw in Opera, you cannot turn <em>OFF</em> settings like Plugins or Java or JavaScript globally and override that choice for particular sites.</p>

<p>I would <em>much</em> prefer to be able to disable Plugins, Java, and JavaScript by default and enable them <em>only</em> for such sites that I choose (what I would call an opt-in policy).  However, Opera is not currently designed to let me do that, it functions only as opt-out.</p>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/disable-java-in-opera-to-avoid-quicktime-bug/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>If it&#8217;s annoying, get rid of them</title>
		<link>http://tntluoma.com/opera/if-its-annoying-get-rid-of-them/</link>
		<comments>http://tntluoma.com/opera/if-its-annoying-get-rid-of-them/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 02:03:08 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/mac/if-its-annoying-get-rid-of-them</guid>
		<description><![CDATA[MacMegaSite is one of those unfortunate places which has succumbed to one of the worst &#8220;innovations&#8221; to hit the web in some time: those annoying double underline links.

Links are the foundation of the web.

Messing with links is a bad idea, pure and simple.

If you choose to mess with links, it had been be extremely important. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macmegasite.com/node/3571">MacMegaSite</a> is one of those unfortunate places which has succumbed to one of the worst &#8220;innovations&#8221; to hit the web in some time: those annoying double underline links.</p>

<p>Links are the foundation of the web.</p>

<p>Messing with links is a bad idea, pure and simple.</p>

<p>If you choose to mess with links, it had been be <em>extremely</em> important.  For example if you highlight a word which is an important term because you have put the definition in a tooltip (which is a bad idea from an accessibility/usability perspective, but that&#8217;s beside the point for now) then I might be able to forgive you making that word look like a link, so that when a user mouses over it, the definition pops up (a footnote would be better).</p>

<p>Within a day of these abominations spreading across the web (and they seemed to hit all at once) I immediately started blocking them by disabling JavaScript on the offending sites using Opera&#8217;s per-site preferences (right click on a page, click &#8220;Edit site preferences&#8221; then click on the &#8220;Scripting&#8221; tab and then uncheck the box next to &#8220;Enable JavaScript.&#8221;</p>

<p>I didn&#8217;t think much more about it.</p>

<p>Until I saw this in the RSS feed for MacMegaSite today:</p>

<blockquote cite="http://www.macmegasite.com/node/3571">Do you find those IntelliTXT popup ads annoying? You can get rid of them now by submitting news. I&#8217;ve instituted a new points system, where you earn 10 points for every article submitted, 5 points for forum posts, and 1 point for comments. Once you earn 50 points or more, you&#8217;ll no longer see IntelliTXT popups as long as you&#8217;re logged in. All users have been credited with points for content already submitted.</blockquote>

<p>Dear Content Providers: if you are doing something which your users find annoying, consider this:</p>

<p>Stop doing that.</p>

<p>Look, no one really likes ads (and most of the people who claim to are usually lying or have some vested interest in ads being read by people), but they can be done well.  It takes time and effort.</p>

<p>IntelliTXT is not a good example.  They are annoying.  They try to guess at important words, and often fail, and are distracting.  I&#8217;ve yet to find anyone who really thinks they are helpful.</p>

<p>But the idea that if I make 10 posts in the forum means that I no longer need to see the ads is particularly galling.  What that tells me is that they really aren&#8217;t necessary, they are just annoying.</p>

<p>As John Gruber said of <a href="http://daringfireball.net/linked/2007/january#sun-28-snap_disable">Snap Previews</a>: &#8220;And if you have these things on your site, turn them off. They&rsquo;re stupid and distracting.&#8221;</p>

<p>At least Snap gives us a way to disable them globally.  IntelliTXT does not.  However it is fairly easy to disable them for one particular site.  Simply add this to /etc/hosts:</p>

<p>127.0.0.1  &nbsp; &nbsp; &nbsp; &nbsp;     macmegasite.us.intellitxt.com</p>

<p>You&#8217;ll need to restart lookupd which you can do using this command (NOTE: if you don&#8217;t understand what this is doing, just restart your Mac instead.  I take no responsibility for any typos or unforeseen consequences of running this command in Terminal):</p>

<p>sudo kill -HUP <code>ps -auxwww|fgrep '/lookupd'|fgrep -v grep|awk '{print $2}'</code></p>

<p>and you may have to restart your browser.</p>

<p>The real moral of the story is this: if you find out something about your site annoys your readers, do you <em>really</em> need to keep doing that?</p>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/if-its-annoying-get-rid-of-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macworld on Opera 9.02</title>
		<link>http://tntluoma.com/opera/macworld-on-opera-902/</link>
		<comments>http://tntluoma.com/opera/macworld-on-opera-902/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 15:58:45 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/opera/macworld-on-opera-902</guid>
		<description><![CDATA[Well 15 months have passed and MacWorld has a review of Opera 9.02.  It weighs in at 547 words and rates Opera at 4.5 out of 5 stars, tying it with Firefox for the #1 browser on the Mac, beating out Camino, Safari, and OmniWeb.



The reviewer, Jeffery Battersby, is the same one who did [...]]]></description>
			<content:encoded><![CDATA[<p>
Well 15 months have passed and MacWorld has <a href="http://www.macworld.com/2006/12/reviews/opera9/index.php?pf=1" target="_blank">a review of Opera 9.02</a>.  It weighs in at 547 words and rates Opera at 4.5 out of 5 stars, tying it with Firefox for the #1 browser on the Mac, beating out Camino, Safari, and OmniWeb.
</p>

<p>
The reviewer, Jeffery Battersby, is the same one who did the <a href="http://www.macworld.com/2005/09/reviews/browserrdp/index.php?pf=1" target="_blank">browser roundup</a> back in September 2005 and a <a href="http://www.macworld.com/2005/10/reviews/opera85/index.php?pf=1" target="_blank">170 word review-lite of Opera 8.5</a>.
</p>

<p>
In the latter he wrote:
</p>

<blockquote>
And in Opera 8.0.2, there were pop-up windows that told you the browser had blocked a pop-up window. (The coincidence is not lost on us.) Those annoying notices are now gone.
</blockquote>

<p>One small detail to note: he was wrong.  The notices were not gone.  They stayed in place as ever.  He did correct the other mistake, which was that he wanted the word &#8220;irony&#8221; not &#8220;coincidence&#8221;&#8230; and he has dropped the royal &#8220;we&#8221; in the new review:</p>

<blockquote>
Opera still [still?  I thought they were gone according to the last review? -ed] sports annoying pop-up windows, which let you know every time the program blocks a Web pop-up ad. The irony of this is not lost on me, but what I’d prefer to see is something more akin to Firefox’s informational band, which appears just below the browser’s address bar, but which doesn’t pop in and out of view.
</blockquote>

<p>&#8220;Annoying&#8221; is in the eye of the beholder.  What would you prefer:</p>

<ol>
    <li>a &#8220;band&#8221; which forces all of your content <em>down</em> to alert you of a blocked popup</li>
    <li>a small notification window which will appear and then disappear, without taking up any screen real estate</li>
</ol>

<p>
Oh, and you can easily turn off #2 if you do not want to be notified of blocked popups, as seen here from the preferences window:
</p>

<p>
<img src="/files/opera-popup-preferences-567x436.png" alt="Opera's Preference for disabling popup notification" width="567" height="436" />
</p>

<p>
To test between Firefox&#8217;s popup blocker and Opera&#8217;s, I visited <a href="http://www.popuptest.com/popuptest2.html" target="_blank">http://www.popuptest.com/popuptest2.html</a> which is a page designed specifically to test your popup blocker.  Here is what Firefox showed me:
</p>

<p>
<img src="/files/firefox-popup-blocked-example-1013x35.png" alt="" width="1013" height="35" />
</p>

<p>
That image is 1013 pixels wide and 35 pixels high.  The width is determined by the width of my browser window.  I had adjusted Firefox&#8217;s window to be large enough to view the content of <a href="http://espn.go.com/" target="_blank">ESPN&#8217;s website</a> on my MacBook.
</p>

<p>
What do I notice?  Well, a lot, and I mean a lot, of wasted space.  There is an X over on the far right if I want to use my mouse to click on it to get rid of the band and reclaim my window space.  On my MacBook, vertical screenspace is at a premium, so I find it annoying to lose 35 pixels for this alert that really doesn&#8217;t need to stick around after it has told me about the problem.
</p>

<p>
Note to Firefox developers: the word &#8220;Preferences&#8221; there is a terrible one.  I had never clicked on it before, but imagine my surprise when I did.  I saw this:
</p>

<p>
<img src="/files/firefox-popup-preferences-392x96.png" alt="Firefox popup preferences" width="392" height="96" />
</p>

<p>
The word &#8220;Preferences&#8221; describes 75% of the options there.  The first 3 of 4 are preferences, and they are all good and useful.  But what I never knew about until just now was that Firefox gave me the option to show the popup which had been blocked.  The word &#8220;Options&#8221; would be a better choice, as it tells me &#8220;There are things to do here!&#8221; which covers both preferences (global and site-specific) and the option to open the blocked popup.
</p>

<p>
By contrast, here is what Opera showed on the same page:
</p>

<p>
<img src="/files/opera-blocked-popup-example-270x34.png" alt="Opera blocked popup" width="270" height="34" />
</p>

<p>
Even that might not be truly helpful.  To see what this looks like in practice, I took a video (thank you Snapz Pro) of my MacBook (I reduced the size by 50% so that it would be viewable).
</p>

<div class="flvPlayer">             <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="640" height="420"></p>
<param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://tj.tntluoma.com/files/OperaPopupFull_640x400.flv&amp;autoStart=false;" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
                    <embed src="https://media.dreamhost.com/mediaplayer.swf?file=http://tj.tntluoma.com/files/OperaPopupFull_640x400.flv&amp;autoStart=false;" quality="high" wmode="transparent" width="640" height="420" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
                </object></div>

<p>
Is that annoying?  I don&#8217;t know. Yes, a popup to alert of a stopped popup, <em>Oh the <del>coincidence</del> irony!</em>  Yes, we get it.  Of course there&#8217;s just about nothing about Opera&#8217;s popup notifier that is really anything like a popup ad, but the <em>irony</em>.
</p>

<p>
But is it annoying?  Depends.  I find it informative, without stealing my screen real estate.  It tells me what I need to know, and then goes away.  To me, that isn&#8217;t annoying, it&#8217;s brilliant design.
</p>

<p>
Of course I could disable the notifications altogether, just like I could with Firefox.  But the truth of the matter is, no matter how dumb popups are, there are still some sites which use them for things I <em>do</em> want to see.  Some sites use them to announce free shipping or a discount of some sort.  Occasionally a legitimate clicked link will trigger a popup which is mistakenly blocked, and the notice tells me.  If I want to ignore it, 5 seconds later it will disappear.  I find that a lot less disruptive &#8212; and therefore a lot less annoying &#8212;  than the alternative.
</p>

<p>
Safari, on the other hand, bizarrely ships with the popup blocker turned <em>off</em>.  It is easy enough to enable it, but then there is no notification whatsoever that a popup has been blocked.  This can easily cause problems as discussed above.
</p>

<p>
OmniWeb&#8217;s settings allow for the popup notifications to be made in the status bar.  That, to me, seems like the best option.  However, in my testing (which was exclusively done at the aforementioned site), there were no notices of popups blocked.  Still, if that were to work, it would be very good.  Camino has that option, although it is done with a little icon rather than text, and there is no way to view the blocked pages without unblocking the domain.  I might not want to unblock the entire domain just to check whether or not one popup was useful.
</p>

<p>
Is everything that Firefox does the right way to do it?  No.  Is Opera wrong here?  No.  It&#8217;s a difference of opinion.  Certainly it has irked this particular reviewer who has mentioned it in several different reviews.
</p>

<h3>Problems viewing websites?</h3>

<p>
If there is one criticism of Opera which has some validity, it is about site compatibility.  The author writes:
</p>

<blockquote>
Opera doesn’t always play well with the different types of code on the Web. For example, while viewing a Web page in Opera, I noticed there was an image missing that I knew, after viewing the same page in both Safari and Firefox, should have been there. Opera Software, the maker of Opera, told me that Opera did not recognize the image because the HTML code was missing a closing angle bracket (“>”) around the text that represents the image in the HTML code. Opera shouldn’t have to compensate for coding errors, but the other two browsers handled the image with no problems.
</blockquote>

<p>
<img alt="[Opera's Report a site problem menu]" hspace="10" vspace="4" align="left" src="/files opera-report-site-problem-222x156.png" width="222" height="156"> That last sentence striles me as odd.  Surely the author is aware that every web browser has to compensate for coding errors.  Opera ought to as well.  While I don&#8217;t know the page in question (no link was provided), it certainly seems like a problem Opera should have been able to deal with.  I only wish that the review had also mentioned that Opera comes with a built-in menu option (Help &rarr; &#8220;Report a site problem&#8230;&#8221;
</p>

<p>
I&#8217;m not sure the author was aware of that feature.  The article isn&#8217;t long enough to give me a sense of how well he knows Opera.  But I have reason to doubt. After at least 3 separate occasions when Mr. Battersby has reviewed Opera, he apparently did not know that <em>Opera had mouse gestures</em>.  This fact is made clear in the errata now posted at the bottom of his current review:
</p>

<blockquote cite="http://www.macworld.com/2006/12/reviews/opera9/index.php?pf=1">
EDITOR’S NOTE: A previous version of this review incorrectly identified Mouse Gestures as a new feature available in Opera 9. In fact, Mouse Gestures have been supported by previous versions of Opera. The text has been corrected to reflect this.
</blockquote>

<p>
Opera has had mouse gestures since April 10, 2001.
</p>

<p>
That is <em>five and a half years</em>.  You can find this out by looking at such sites as <a href="http://en.wikipedia.org/wiki/Mouse_gesture" target="_blank">Mouse Gestures in Wikipedia</a> or <a href="http://news.com.com/2102-1023_3-960408.html?tag=st.util.print" target="_blank">Building a better computer mouse (CNet)</a>.  It&#8217;s a fairly well known feature which has been emulated not only by several Firefox extensions, but also by other apps which create system-wide Mouse Gestures (read the CNet article for more details).
</p>

<p>Five and half years.  Opera has had Mouse Gestures since before 9/11 was anything more than another date on the calendar.  Opera had Mouse Gestures for 3.5 years <a href="http://www.mozillazine.org/articles/article5513.html" target="_blank">before Firefox 1.0</a>.
</p>

<p>
This is not the same as not knowing that Opera 9.1 is going to have anti-phishing capabilities built-in.  This is not the same as not knowing how to customize toolbars or how to use opera:config &#8212; although anyone reviewing Firefox without understanding how to use its toolbars and about:config would certainly lose credibility.  This is about someone having basic knowledge of the app that he is reviewing.
</p>

<p>
37signals recently ran an article about <a href="http://www.37signals.com/svn/posts/147-the-difference-between-trying-something-and-using-something" target="_blank">the difference between trying something and using something</a>.  (Hat tip <a href="http://daringfireball.net/linked/2006/december#wed-06-trying_vs_using" target="_blank">Daring Fireball Linked List</a>.)  In it they wrote:
</p>

<blockquote>
Most product reviews are based on trying something, not using something. That’s why many reviews are pretty thin or don’t get to the core essence of the product. The real deep knowledge of a product can only come from using it. Using it is what reveals greatness or failure on an intimate level.
</blockquote>

<p>
I suspect that Mr. Battersby has <em>tried</em> Opera 8, 8.5, and now 9.02.  Please note that I do not attribute any malice to his positions.  He does not seem to be a Firefox fan in sheep&#8217;s clothing trying to undercut Opera by comparison.  He simply isn&#8217;t qualified to give anything more than a brief &#8220;Yeah I tried Opera and this is what I noticed&#8221; review.  He found something he liked (Mouse Gestures and Widgets, the latter of which have been in just about every press release or article that I&#8217;ve read about Opera 9), and something he didn&#8217;t like (the pop up notice when popup ads are blocked and the difficulties that Opera has with some sites).  He wrote up his review, sent it in, and Macworld published it, apparently without anyone else noticing the part about the Mouse Gestures until someone (not me) emailed them to tell them of their mistake.
</p>

<p>
What bothers me here is that Opera has gotten so little real attention.
</p>

<p>
I mentioned the word count (547 words) which puts it ahead of <a href="http://www.macworld.com/news/2006/10/25/firefox/index.php?pf=1" target="_blank">Mozilla releases Firefox 2.0</a> (416 words) which is not so much a review as a press release.  There have been at least 2 other substantial articles on Firefox, <a href="http://www.macworld.com/2006/07/firstlooks/firefox2beta/index.php?pf=1" target="_blank">First Look: Firefox 2 beta</a> (1,996 words) which discussed the <em>beta</em> of Firefox 2, and <a href="http://www.macworld.com/2006/10/firstlooks/firefox2final/index.php?pf=1" target="_blank">Firefox 2.0: A second first look</a> (676 words) which was written upon Firefox 2&#8217;s actual release.
</p>

<p>
I admit that the word count bothers me.  Macworld confers importance by the focus that it gives a particular app.  Having discussed Macworld&#8217;s coverage of Opera with some of the editors at Macworld, they have said (and this will come as no surprise) that part of their emphasis on Firefox comes from the fact that more people use Firefox.  I can understand and accept that.  I do wish, however, that when they do commit to doing a review, it would get more than 1/4 of the word count that Firefox gets in beta (and most people admit that &#8220;Firefox 2&#8221; was hardly a huge release, with many people wondering why it merited a whole version bump from 1.5).  I should also note that while Macworld had devoted some 2600+ words to Firefox 2, neither of them has been an official review of Firefox 2, which I suspect will come at a later time.
</p>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/macworld-on-opera-902/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adversion</title>
		<link>http://tntluoma.com/opera/adversion/</link>
		<comments>http://tntluoma.com/opera/adversion/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 03:03:55 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/opera/adversion</guid>
		<description><![CDATA[John “Johnny Fireball” Gruber writes::


Note to The Mac Observer: those double-underline link advertisements suck.


Yes they do.
The simplest solution is to add this line to your /etc/hosts file:

127.0.0.1        kona.kontera.com

Many other sites have sub-domains of the domain “intellitxt.com” such as “macnn.us.intellitxt.com” which can be added similarly:

127.0.0.1     [...]]]></description>
			<content:encoded><![CDATA[<p>John “Johnny Fireball” Gruber <a href="http://daringfireball.net/linked/2006/november#wed-22-weather_channel_widget">writes:</a>:</p>

<blockquote cite="http://daringfireball.net/linked/2006/november#wed-22-weather_channel_widget">
<p>Note to The Mac Observer: those double-underline link advertisements suck.</p>
</blockquote>

<p>Yes they do.<br />
The simplest solution is to add this line to your /etc/hosts file:</p>

<p class="code">127.0.0.1        kona.kontera.com</p>

<p>Many other sites have sub-domains of the domain “intellitxt.com” such as “macnn.us.intellitxt.com” which can be added similarly:</p>

<p class="code">127.0.0.1        kona.kontera.com<br />
127.0.0.1        macnn.us.intellitxt.com</p>

<p>After you edit /etc/hosts (as root) you will need to restart lookupd.  You can do this in Terminal.app:</p>

<p class="code">kill -HUP `ps aux|\<br />
grep &#8220;^root&#8221; |\<br />
fgrep /usr/sbin/lookupd |\<br />
awk &#8216;{print $2}&#8217;`</p>

<p>Note that you can put all of that on one line of you remove the \ after the | but I broke it up to prevent it from wrapping.</p>

<p>Also note: if you’re Terminal-phobic, just reboot.</p>

<h3>“But&#8230; but if you don’t view our ads, you’re stealing!  And our children will starve&#8230; Not to mention the puppies!  Good lord, think of the puppies!!!!”</h3>

<p>A gentle note to content providers: you have an absolute right to put ads on your site.  I have in the past, and probably will again in the future, use AdSense.  The problem arises when your ads become so distracting that they detract from your site.</p>

<p>
First there were animated GIFs.  Then people started using obnoxious animated GIFs for ads.  This led web browsers to give people the ability to <em>stop</em> animated GIFs.
</p>

<p>
For example, Opera allows people to turn animated GIFs on and off via the Quick Preferences, which are accessible by pressing <kbd>F12</kbd> in MSWindows or <kbd>alt</kbd> + <kbd>F12</kbd> in Mac OS X.<a class="footnote" id="quick-preferences-return" href="#quick-preferences-footnote">#</a>
</p>

<p>
Next there came Flash.  Then people started using obnoxious Flash ads.  This led web browsers to give people the ability to stop Flash or all plugins.
</p>

<p>
For example, Opera allows people to turn plugins on and off via the Quick Preferences.
</p>

<p>
Then came pop-up and pop-under ads.  This led browsers to give people the ability to stop unrequested pop-up ads.
</p>

<p>
For example, Opera allows people to turn popups on and off via the Quick Preferences.
</p>

<p>
Notice a trend?
</p>

<p>Annoying ads + time = user dissatisfaction.<br />
User dissatisfaction + time = browser technology to overcome it.</p>

<p>
Content providers seem to misunderstand that annoying their readers is not acceptable.  And so we have the godawful double-underlining ads, perhaps the worst so far because they distract from the actual reading of the text itself, the king of content on the precise sites which are using these ads.
</p>

<p>
Treat your readers with hostility, and they will seek out technological ways around their dissatisfaction.
Thinking about trying to find a different method to push ads on your site?  It may work&#8230; for a short time.  You can keep playing cat &amp; mouse with your readers.  What will you gain from that?  I see 4 options:
</p>

<ol>
    <li>Some will stay and not really care</li>
    <li>Some will stay but be annoyed</li>
    <li>Some will find a way around it.</li>
    <li>Some will just leave</li>
</ol>

<p>Now there’s no way to tell what percentage will be in each of the 4 groups, but it looks to me like a 75% chance of a bad result.</p>

<p>
Why not try to find another way, a less obtrusive way.  Some folks like AdSense, although that certainly has the option now of being intrusive, with graphic ads, even video ads.  Some folks like <a href="http://www.coudal.com/deck/">The Deck</a>.  I’m sure there are others.
</p>

<p>
The double-underlined ads are just the next iteration of annoyance-as-marketing-plan.  Some day you will be as embarrassed about them as those who used the previous iterations.  If that day hasn’t arrived yet, it should soon.
</p>

<h3>What about readers?</h3>

<p>
What if you’re not one of the content providers, what if you’re just someone who reads some of these sites?  Well you can use the method I outlined above.  It’s a little techie, for sure, but it has the advantage of working for all the browsers that you have installed.
</p>

<p>
If you use Opera, and there’s really no compelling reason why you aren’t, there is another option.  On the same <kbd>F12</kbd>/<kbd>alt</kbd>+<kbd>F12</kbd> menu there is another option that you ought to look at: “Edit Site Preferences&#8230;”  You can solve 95% of the problems at 95% of the sites with one setting:
</p>

<p>
<img src="/files/opera-site-preferences-scripting-497x356.png" alt="Opera's Site Preferences, with scripting selected" width="497" height="356" />
</p>

<p>
Go to Site Preferences, select the “Scripting” tab, and disable JavaScript.
</p>

<p>
This is no panacea.  Some websites won’t work without JavaScript enabled.  These are what we call “crappy websites.”  But many sites use JavaScript for no other purpose than these various annoyances (JavaScript is responsible for the pop-up ads and some of the Flash ads which use JavaScript to load them).  So it’s worth a try if you find a problem that you can’t otherwise fix.
</p>

<p>
The great thing about today’s Interweb is that when you find a problem, chances are that someone else has found it too, and chances are that they have tried to find a solution, and chances are that someone found a solution.  It only takes one person to <a title="Link to Wired.com story about DRM on a CD being defeated by a magic marker" href="http://www.wired.com/news/technology/1,52665-0.html">break the system</a> and tell others.
</p>

<h3 id="footnote">Footnotes:</h3>

<ol id="footnotes">
    <li id="quick-preferences-footnote">For the curious, here’s what the Quick Preferences Panel looks like in Windows and Mac:<br /> <img src="/files/opera-f12-windows-201x253.png" alt="Opera's Quick Preferences Panel" width="201" height="253" /> <img src="/files/opera-quick-preferences-243x291.png" alt="Opera's Quick Preferences Panel" width="243" height="291" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/adversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can you browser do that?  Not unless it&#8217;s Opera</title>
		<link>http://tntluoma.com/opera/wap/</link>
		<comments>http://tntluoma.com/opera/wap/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 05:00:09 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/opera/wap</guid>
		<description><![CDATA[I loves me some college football.

The only problem is that there are far too many games to watch on any given Saturday, even if they were all televised (which they aren&#8217;t).

What&#8217;s a guy to do?

Well, if the guy uses Opera, he can use http://wap.espn.com.

But he can&#8217;t use IE.  Or Firefox.  Or Safari.  [...]]]></description>
			<content:encoded><![CDATA[<p>I loves me some college football.</p>

<p>The only problem is that there are far too many games to watch on any given Saturday, even if they <em>were</em> all televised (which they aren&#8217;t).</p>

<p>What&#8217;s a guy to do?</p>

<p>Well, if the guy uses Opera, he can use <a href="http://wap.espn.com">http://wap.espn.com</a>.</p>

<p>But he can&#8217;t use IE.  Or Firefox.  Or Safari.  Or Camino.  Or OmniWeb.</p>

<p>Just Opera.</p>

<p>Why?  Well, for years Opera has been developing mobile-friendly technology.  Their mobile version of their browser is a huge success.</p>

<p>The desktop version of Opera also has the same capabilities, which includes the ability to view WAP pages, so instead of this:</p>

<p><img src="/files/firefox-wap-443x334.png" alt="[Firefox download dialog]" width="443" height="334" /></p>

<p>(Firefox&#8217;s view of the page)</p>

<p>You get this:</p>

<p><img src="/files/opera-wap-202x261.png" alt="Opera showing the page text" width="202" height="261" /></p>

<p>(Opera&#8217;s view of the page)</p>

<p>That&#8217;s just a snippet of the page.  They also have stats, etc.</p>

<p>ESPN also has a similar feature on their main page, but it&#8217;s loaded with ads, graphics, etc.  (In my experience it also lags more behind realtime than the wap version, but that&#8217;s not an exhaustive test.)</p>

<p>Using this feature of Opera lets me follow several different games at once.  I can open different windows with different games and see them all at the same time.</p>

<p><img alt="[Opera Refresh Menu]" hspace="10" vspace="4" align="left" src="/files/opera-refresh-menu-118x222.png" width="118" height="222"/> ESPN also has an auto-refresh setting which will update the page every 30 seconds.  But for some games that&#8217;s more than I need.  For some games I only want to update every few minutes, so I can control that by right clicking on the page and selecting &#8220;Reload Every&#8221; and then selecting from the option menu shown above to have it refresh every 1/2/5/15/30 minutes <a class="footnote" id="refresh-return"  href="http://tj.tntluoma.com/#refresh-footnote">#</a>.  Track the games you want, as often as you want.</p>

<p>I&#8217;ve seen statistics that something like 80% of Internet users are on high speed.  Given that <a href="http://blog.tmcnet.com/blog/tom-keating/home-entertainment/sports-fans-drive-hd-tv-sales.asp">sports fans are driving sales of High Definition televisions</a>, I suspect that a lot of sports fans probably have broadband.  Me?  I would if I could (broadband, not HD, which I still consider to be overpriced) but I can&#8217;t get it here.</p>

<p>Still it&#8217;s just another nice &#8220;little feature&#8221; Opera offers, made especially nice by the fact that no one else offers.</p>

<p>There aren&#8217;t a whole lot of WAP sites out there (that I know of) but ESPN and <a href="http://wap.switchboard.com">wap.switchboard.com</a> are the only ones that I use regularly.  Both of them give me exactly what I want: fast information without heavy ads and graphics.</p>

<p>I have a bunch of WAP and other mobile-friendly sites bookmarked at <a href="http://wap.tntluoma.com/">http://wap.tntluoma.com/</a> if you are curious to check out more of them.</p>

<h3 id="footnote">Footnote:</h3>

<ol id="footnotes">
<li id="refresh-footnote">
Opera&#8217;s refresh menu also will let you choose to refresh every 5/15/30 <em>seconds</em> but that&#8217;s fairly silly in this situation because ESPN&#8217;s system isn&#8217;t designed to update that fast.  If you want a 30 second update, use the one ESPN offers.  Using 5 or 15 seconds is just a waste and sends extra hits to ESPN&#8217;s servers for no reason, so don&#8217;t do that. <a href="http://tj.tntluoma.com/#refresh-return">&#8617;</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/wap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear Opera: Please don&#8217;t be so over-protective</title>
		<link>http://tntluoma.com/opera/opera-alban/</link>
		<comments>http://tntluoma.com/opera/opera-alban/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 22:23:23 +0000</pubDate>
		<dc:creator>@luomat</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://tj.tntluoma.com/opera/opera-alban</guid>
		<description><![CDATA[It’s the little things that drive me nuts.

For example, when people talk about why they don’t use Opera, they will often talk about sites that don’t work with Opera.  When I ask, they can almost never remember an example.

It would be a mistake, however, to think that means that they are wrong.

While I don’t [...]]]></description>
			<content:encoded><![CDATA[<p>It’s the little things that drive me nuts.</p>

<p>For example, when people talk about why they don’t use Opera, they will often talk about sites that don’t work with Opera.  When I ask, they can almost never remember an example.</p>

<p>It would be a mistake, however, to think that means that they are wrong.</p>

<p>While I don’t often find myself with sites that won’t work, it does occasionally happen, and it seems to happen to me most often when I am trying to check out of some online store, which usually means that I have to go to another browser and refill my cart and re-enter my shipping and related info.</p>

<p>Here’s the latest example.  I was checking out of the online store at <a href="http://alban.org">alban.org</a> when Opera showed me this:</p>

<p><img src="/files/alban-opera-702x380.png" alt="Error page showing 'Fatal error 44' and 'This certificate has been revoked by its issuer'" width="702" height="380" /></p>

<p>Yowsa!  “This certificate has been revoked by its issuer”?!?!?!  That sounds like something terribly dastardly must have gone on.  What did they do to get their SSL certificate revoked?  I’ve never heard of such a thing happening.</p>

<p>Thinking that it might not be as fatal sounding as Opera made it out to be, I copied the URL to Firefox.  Of course then I had to go back and re-enter all my cart items.  When I went to checkout this time, I wondered what Firefox would say:</p>

<p><img src="/files/alban-firefox-362x188.png" alt="[See below for explanation of text]" width="362" height="188" /></p>

<p>Ah&#8230;. So that’s it.  Opera was complaining because I had typed in “alban.org” rather than “www.alban.org”</p>

<p>That’s it?</p>

<p>Now, granted that if there were my online store, I would make sure that anyone who asked for “alban.org” was automatically redirected to “www.alban.org” but this isn’t the first time I have seen this happen.</p>

<p>Q: What should a browser do in this situation?</p>

<p>A: Whatever it <em>should</em> do, Opera isn’t doing it well.</p>

<p>One could argue (from a security extremist’s point of view) that Opera is doing the right thing to protect users from potentially malicious sites.  But Opera isn’t doing it well.</p>

<p>Let’s look at the error more closely.</p>

<blockquote>You tried to access the address <em>https://alban.org/CartCC2.asp</em> which is currently unavailable.  Please make sure that the Web address (URL) is correctly spelled and punctuated, then try reloading the page.</blockquote>

<p>This is almost verbatim what you see when you type in an URL and the page isn’t available.  That is to say: this looks like a generic error message from Opera.  <em>It shouldn’t.</em></p>

<p>As an aside: I have always thought that any browser ought to be able to tell whether I typed in an address (error prone) or not.  Opera ought to be able to tell that I clicked on a link to get to this page, and did <em>not</em> type it in.  So suggesting that I check my spelling is foolish.</p>

<blockquote>Secure connection: fatal error (44)</blockquote>

<p>25 Geek Cred Points for Opera showing us an actual error message.  This could be useful in diagnosing the problem.  I say “could” because I don’t honestly know if it would be or not.</p>

<blockquote>The certificate has been revoked by its issuer</blockquote>

<p>As I said above, it certainly sounds severe.  But is it true?  Is that what error code 44 means?</p>

<p>Let’s compare that with Firefox’s error:</p>

<p><img src="/files/alban-firefox-362x188.png" alt="[See below for explanation of text]" width="362" height="188" /></p>

<p>Ok, the first thing I have to comment on is the font size.</p>

<p>Note to Firefox programmers: not all of us are 18 with 20/20 vision.  That’s a heck of a lot of type in a small space.  And <em>why</em>?  Do you really think anyone is browsing with a window 362 pixels wide?  Give me a bigger font, some more line height, and I’ll be happier.</p>

<p>The good part is that Firefox is doing several things <em>right</em>.  The default actions here are to either <em>Cancel</em> (protect the user) or “View Certificate”  So if I am Joe Average User and just hit ENTER, I’m not going to do anything nefarious.</p>

<p>Even better is the explanation.</p>

<blockquote>You have attempted to establish a connection with “alban.org”.  However the certificate presneted belongs to “www.alban.org”.  It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.</blockquote>

<p>It wasn’t until I saw this that I realized that I had put in alban.org instead of www.alban.org.  Once I realized what the error was, I realized how foolish it was.</p>

<p>Then I clicked “OK”</p>

<p>Firefox gave me the information I needed to make a decision, and then let me make the decision.</p>

<p>Opera threw up a confusing error message which may contain true information, but wasn’t helpful, and gave me no way to proceed, which meant that I had to switch to another browser, re-enter all my items into my cart, and then re-enter my shipping information.</p>

<p>While someone at Opera might say that this is protecting the user, the reality is that it did nothing but get in my way and put up a “ROAD CLOSED” sign where there should have been nothing more than a “PROCEED WITH CAUTION”</p>

<p>How many times would this happen to Joe/Joan Average User before he/she would switch to another browser?</p>
]]></content:encoded>
			<wfw:commentRss>http://tntluoma.com/opera/opera-alban/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
