<?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>The One with the Thoughts of Frans &#187; Opera</title>
	<atom:link href="http://fransdejonge.com/category/internet/browsers/opera/feed/" rel="self" type="application/rss+xml" />
	<link>http://fransdejonge.com</link>
	<description>Just a personal blog, sharing some thoughts and findings.</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:37:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why Opera&#8217;s XHTML Error Handling Is Superior</title>
		<link>http://fransdejonge.com/2011/11/why-operas-xhtml-error-handling-is-superior/</link>
		<comments>http://fransdejonge.com/2011/11/why-operas-xhtml-error-handling-is-superior/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 18:44:33 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=1159</guid>
		<description><![CDATA[A quick outline of the pros and cons of various types of feedback.]]></description>
			<content:encoded><![CDATA[<p>I found this old, unfinished post in my drafts. I&#8217;m not quite sure when I originally wrote it, but it was over a year ago. Rather than updating the content I decided to publish it as is, as I&#8217;m not sure why I didn&#8217;t, with a small addendum at the end.</p>
<hr />
<p>I made a little <a href="http://i49.tinypic.com/2qwmz28.png">compilation</a> of the various error messages displayed by browsers upon encountering an XML syntax error. Firefox (Gecko) has the unfriendly looking error on top, Chromium (Webkit) renders the page up to the error, but shows a large error message (albeit not at all useful like in Opera &amp; Fx), and for Opera I included 10.10 and the latest 10.50 pre-alpha build. Note that it’s just the styles behind the error message that changed a bit: the content and helpfulness of the error message is still the same. I&#8217;ll run it down a bit more:</p>
<ul>
<li>Firefox displays an error message that&#8217;s only useful if you already know sufficiently much about X(HT)ML, whereas Opera&#8217;s error message not only highlights more clearly where parsing failed — although ultimately this difference might just be one of preference. More important, its error message might just helpfully link you precisely where you need to go to learn how to avoid it. When I first started messing about with XHTML back in &#8217;03 or so, I probably would&#8217;ve appreciated it if Opera had done that. At the time Opera behaved the same as Fx does now.</li>
<li>Chromium displays an error message that doesn&#8217;t even manage to clearly indicate what&#8217;s the problem. This compares negatively to Fx and Opera highlighting the &amp;.</li>
<li>Chromium renders the page up to the problem, which may result in a get out of jail free card. The error message doesn’t seem very annoying, but if the error is in the middle of the page it’ll still be in the way. In my sample page it’s at the end, however. (My example page is basically a standard installation of phpGraphy on which I decided to switch to application/xml+xhtml because it claims to be more or less XHTML compliant now — I had to fix all the unclosed meta and link tags first.)</li>
<li>Despite rendering the page, you won&#8217;t be able to see the page fully in Chromium. You will with Opera&#8217;s reparse as HTML function.</li>
</ul>
<p>I hope that clarifies why I think Opera&#8217;s handling is best, both as a user and as an author.</p>
<hr />
<p>This blog post is <a href="http://my.opera.com/ODIN/blog/2011/09/28/no-more-xml-parsing-failed-errors">now outdated</a>. You can return to the behavior I hailed by disabling the <a href="opera:config#UserPrefs|AutomaticallyreparseXHTMLwithparsingerrorsasHTML">opera:config#UserPrefs|AutomaticallyreparseXHTMLwithparsingerrorsasHTML</a> option.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2011/11/why-operas-xhtml-error-handling-is-superior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera 11 Addressbar Revisited</title>
		<link>http://fransdejonge.com/2010/12/opera-11-addressbar-revisited/</link>
		<comments>http://fransdejonge.com/2010/12/opera-11-addressbar-revisited/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 12:16:42 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1747</guid>
		<description><![CDATA[Some musings on addressbar improvements.]]></description>
			<content:encoded><![CDATA[<p>I already <a href="http://fransdejonge.com/2010/11/24/whats-wrong-with-the-opera-11-address-bar-and-how-to-fix-it/">wrote down some thoughts about the addressbar changes in Opera 11</a> a few days ago, and it got me thinking that the addressbar could definitely be improved, just not by detracting from it.</p>
<p>To cut to the chase, here&#8217;s the addressbar I&#8217;m envisioning:</p>
<p><a href="http://fransdejonge.com/wp-content/uploads/2010/12/opera11-how-it-should-be-revisited.png"><img src="http://fransdejonge.com/wp-content/uploads/2010/12/opera11-how-it-should-be-revisited-400x274.png" alt="" title="opera11-how-it-should-be-revisited" width="400" height="274" class="alignnone size-medium wp-image-1748" /></a></p>
<p>What you see on this screenshot, however, does not tell the whole story. Let&#8217;s start with what&#8217;s visible:</p>
<ul>
<li>The protocol is grayed out. This is the method that most so-called URL highlighting uses to emphasize the domain. I think this is the wrong approach, but in the case of the protocol it seems the right thing to do. It is somewhat hidden, but still fully visible: no need to select the addressbar to find out what protocol is being used. People know that something is a web address when they see it in print thanks to the protocol, even if they have no idea what it means (and in fact many might mistakenly interpret HTTPS as safe), and combined with the large, clear button indicating security information you&#8217;d really have to try to misinterpret HTTPS as safe.</li>
<li>The domain is highlighted, specifically by bolding in this example, but it could also be done through underlining, a background color, or a combination of various things. The important part is that the domain is highlighted, rather than the rest of the URI lowlighted.</li>
<li>Query strings have parameter highlighting, and characters that separate parameters like ? and &#038; are hidden and replaced by a small outline indicating what goes with what. The space between the various parameters corresponds to the size of the hidden ? or &#038; characters and thus no shifting will occur when selecting them. I did not look into things like color blindness and the colors I used are solely for illustration purposes; they are no suggestion for specific colors.</li>
</ul>
<p>Then, what&#8217;s not visible:</p>
<ul>
<li>Complex query strings, meaning with 3 or 4 parameters or more, could be hidden from that point on, but this <strong>should be visibly indicated</strong>. An ellipsis is the standard method of conveying such information, so there&#8217;s no need to come up with something fancy. A complex query string like Google&#8217;s would thus look something like <span style="color: silver">http://</span>www.<strong>google.be</strong>/search [<span style="color: skyblue">client</span>=<span style="color: crimson">opera</span>] [<span style="color: skyblue">rls</span>=<span style="color: crimson">en</span>] [<span style="color: skyblue">q</span>=<span style="color: crimson">test</span>]…
<p>Perhaps the number of parameters before hiding occurs should be configurable as well.</p>
<p>This hiding should not affect links to IDs like #someID, which are hidden along with the query string at the moment.</li>
<li>Linkify URI segments on hover when a modifier key, such as <kbd>Ctrl</kbd> or <kbd>Shift</kbd>, is pressed. This has been implemented quite nicely by the Firefox extension <a href="http://en.design-noir.de/mozilla/locationbar2/">Locationbar²</a>.</li>
</ul>
<p>That&#8217;s about it for my proposal regarding how to truly upgrade the addressbar as opposed to trying to make it little more than a domain display.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/12/opera-11-addressbar-revisited/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Wrong With the Opera 11 Address Bar, And How to Fix It.</title>
		<link>http://fransdejonge.com/2010/11/whats-wrong-with-the-opera-11-address-bar-and-how-to-fix-it/</link>
		<comments>http://fransdejonge.com/2010/11/whats-wrong-with-the-opera-11-address-bar-and-how-to-fix-it/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 21:43:11 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1739</guid>
		<description><![CDATA[Opera 11 made some drastic changes to the addressbar. I think the thought is good, but the execution leaves quite a bit to be desired.]]></description>
			<content:encoded><![CDATA[<p>Opera 11 made some drastic changes to the addressbar. I think the thought is good, but the execution leaves quite a bit to be desired.</p>
<div id="attachment_1742" class="wp-caption alignnone" style="width: 410px"><a href="http://fransdejonge.com/wp-content/uploads/2010/11/opera1063.png"><img src="http://fransdejonge.com/wp-content/uploads/2010/11/opera1063-400x274.png" alt="" title="opera1063" width="400" height="274" class="size-medium wp-image-1742" /></a><p class="wp-caption-text">Opera 10.63</p></div>
<p>Here you can see the classic method as it is in 10.63: full URL. You could say that the security information is somewhat detached on the right.</p>
<div id="attachment_1743" class="wp-caption alignnone" style="width: 410px"><a href="http://fransdejonge.com/wp-content/uploads/2010/11/opera11.png"><img src="http://fransdejonge.com/wp-content/uploads/2010/11/opera11-400x274.png" alt="" title="opera11" width="400" height="274" class="size-medium wp-image-1743" /></a><p class="wp-caption-text">Opera 11</p></div>
<p>This is Opera 11, with the changed addressbar. The favicon is removed, the protocol and query string are hidden, and the security information is made more prevalent.</p>
<p>Generally speaking I don&#8217;t care too much about <code>http</code> vs. <code>https</code>; secure vs. insecure certainly is a better way of presenting that, lest <code>https</code> give you a false sense of security. Then again, I think that keeping the protocol and simply moving the security indication to the spot of the favicon (while still getting rid of that) would&#8217;ve accomplished the same effect better without losing out on such information. After all, if I notice some site uses https, but is insecure, I should probably notify the site, right? The lack of something like <code>ftp</code> is slightly more annoying, but the lack query strings is the absolute worst. I realize that some query strings can be overly complex, but I fail to see why the lowest common denominator should get rid of the good query strings as well. Seeing or not seeing it is only part of the issue: it also kills the ability to easily select the relevant part of the query string that you want to change (like a search term).</p>
<div id="attachment_1744" class="wp-caption alignnone" style="width: 410px"><a href="http://fransdejonge.com/wp-content/uploads/2010/11/opera11-how-it-should-be.png"><img src="http://fransdejonge.com/wp-content/uploads/2010/11/opera11-how-it-should-be-400x274.png" alt="" title="opera11-how-it-should-be" width="400" height="274" class="size-medium wp-image-1744" /></a><p class="wp-caption-text">Opera 11 as it should be</p></div>
<p>And here is my combination of both. Remove the favicon, which might give a false sense of being on the real site (and is already visible on the tab), and move the security information to where the favicon used to be. The rest of the URL can remain fully accessible, displaying information for those who can use it. Domain highlighting can take care of those who have trouble spotting the domain they&#8217;re on (and on Windows it already does, making the removal of the query string even more peculiar). No extra step is necessary to select parts of the URL.</p>
<p>I feel that this is a fair compromise: it makes the security information more accessible without compromising existing functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/11/whats-wrong-with-the-opera-11-address-bar-and-how-to-fix-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Damn, It Is Cold</title>
		<link>http://fransdejonge.com/2010/10/damn-it-is-cold/</link>
		<comments>http://fransdejonge.com/2010/10/damn-it-is-cold/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 20:15:04 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1732</guid>
		<description><![CDATA[Weather in fall always comes paired with temperature drops, fall storms, and lots of rain. But seldom has the temperature dropped from 20°C to a mere 7°C in a mere day.]]></description>
			<content:encoded><![CDATA[<p>Weather in fall always comes paired with temperature drops, fall storms, and lots of rain. But seldom did the temperature drop from 20°C to a mere 7°C from one day to the next.</p>
<p>The release of Ubuntu 10.10 coincided with this change for wintry weather; however, while I&#8217;m sure it&#8217;s swell, you won&#8217;t see me upgrading just yet. Perhaps I&#8217;ll have to look a little harder into acquiring a netbook so I can use it with the Ubuntu Netbook Edition.</p>
<p>Of more interest is the announcement that Opera 11 will have extensions. Or, more particularly, that I was <a href="http://twitter.com/#!/opvard/status/27501719128">the first to guess this in a contest</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/10/damn-it-is-cold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Disable Opera Speed Dial</title>
		<link>http://fransdejonge.com/2010/10/how-to-disable-opera-speed-dial/</link>
		<comments>http://fransdejonge.com/2010/10/how-to-disable-opera-speed-dial/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 14:09:40 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1731</guid>
		<description><![CDATA[As far as I'm concerned there are two reasons for disabling speed dials: it's faster, and your history doesn't misbehave.]]></description>
			<content:encoded><![CDATA[<p>As far as I&#8217;m concerned there are two reasons for disabling speed dials: it&#8217;s faster, and your history doesn&#8217;t misbehave.</p>
<p>The speed is less relevant since Opera 10, although more relevant again since Opera 10.50. The history argument is far more important to me. It really throws me off that the first page I visited in a window still allows me to go back. I don&#8217;t know why someone would want to go back to the speed dial; isn&#8217;t it faster to just open a new one?</p>
<p>To disable the speed dial, you have you change the <a href="opera:config#UserPrefs|SpeedDialState">SpeedDialState</a> setting in opera:config.</p>
<p>0: Folded<br />
1: Shown<br />
2: Read only, and always show speed dial<br />
3: Disable speed dial</p>
<p>Set it to 3 to disable speed dial completely. If you think this will impair your ability to open pages quickly and easily, you need to take note of <a href="/2010/01/25/30-days-to-becoming-an-opera-lover/">go to nickname</a> (<kbd>Shift</kbd> + <kbd>F2</kbd>).</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/10/how-to-disable-opera-speed-dial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera and Link Targets</title>
		<link>http://fransdejonge.com/2010/05/opera-and-link-targets/</link>
		<comments>http://fransdejonge.com/2010/05/opera-and-link-targets/#comments</comments>
		<pubDate>Sun, 09 May 2010 12:20:49 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=1693</guid>
		<description><![CDATA[How to customize Opera's handling of links.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me and you aren&#8217;t particularly fond of sites opening in new tabs without your explicit command, you might be interested in activating <a href="opera:config#Ignore%20Target">Opera&#8217;s Ignore Target setting</a>. This setting &#8220;Unfortunately &#8230; also disables the <em>window.open()</em> method, breaking the functionality of many sites,&#8221; so you might prefer to utilize <a href="http://extendopera.org/userjs/content/remove-blank-targets">JKing&#8217;s UserJS which stops most links from opening in new windows</a>.</p>
<p>On the other hand, you might prefer all links to external sites to open in a new tab. I recently wrote <a href="http://extendopera.org/userjs/content/external-links-new-window" title="A script that opens external links in a new tab.">a script that does just that</a> for someone on the MyOpera forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/05/opera-and-link-targets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera 10.50</title>
		<link>http://fransdejonge.com/2010/03/opera-10-50/</link>
		<comments>http://fransdejonge.com/2010/03/opera-10-50/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:30:01 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/2010/03/03/opera-10-50/</guid>
		<description><![CDATA[For those of you who read my blog, use Opera and don&#8217;t follow the latest releases, Opera 10.50 for Windows was released yesterday. Download it now!]]></description>
			<content:encoded><![CDATA[<p>For those of you who read my blog, use Opera and don&#8217;t follow the latest releases, Opera 10.50 for Windows was released yesterday. <a href="http://opera.com">Download</a> it now!</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/03/opera-10-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 Days to Becoming an Opera Lover</title>
		<link>http://fransdejonge.com/2010/01/30-days-to-becoming-an-opera-lover/</link>
		<comments>http://fransdejonge.com/2010/01/30-days-to-becoming-an-opera-lover/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 10:24:08 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=1368</guid>
		<description><![CDATA[30 Days helped me switch to Opera, and it can still be relevant today.]]></description>
			<content:encoded><![CDATA[<p>The <cite>30 Days to Becoming an Opera 6 Lover</cite> series may very well have been what pulled me over the edge. That which made me choose Opera instead of MyIE2 (now Maxthon). It should therefore be no surprise that I still harbor warm feelings toward it. While it may be old, and the original series is no longer hosted by <a href="http://tntluoma.com/">TnT Luoma</a> as far as I can tell, I think that the series could still teach current (aspiring) users of Opera a thing or two — even the 30 Days series for Opera 6. Due to the large part the Opera 6 series played in my personal discovery of Opera, however, my judgment may be somewhat impaired.</p>
<p>I dug into the Internet Archive and I was pleasantly surprised to discover that the <a href="http://web.archive.org/web/20060709213715/http://www.tntluoma.com/opera/lover/6/download/operalover-HTML-2002-11-29.zip">30 Days series for Opera 6</a> is available through the archive in a nice ZIP file. The <a href="http://web.archive.org/web/20060709213715/www.tntluoma.com/opera/lover/6/">original Opera 6 lover pages</a> do not seem to have been preserved, but the ZIP file is easier to use regardless.</p>
<p>The <a href="http://web.archive.org/web/20080518143933rn_1/operalover.tntluoma.com/day_1_general_preferences">30 Days series for Opera 8</a> was also preserved. <small class="sidenote">The Opera 8 series is still available in the <a href="http://tntluoma.com/category/30days/">archives of TnT Luoma</a>, but the pictures and some other things are broken. Besides, I like the old layout better; it used to be <a href="http://web.archive.org/web/20051225094143/operalover.tntluoma.com/day_1_general_preferences">blue</a>, however, which was even better — you probably don&#8217;t want to read the oldest text available, though.</small> While I would not recommend a detailed read (it is quite outdated after all), I would certainly recommend skimming through most of it.</p>
<p>By the time Opera 8 came out — and consequently, the <cite>30 Days to Becoming an Opera 8 Lover</cite> series — I was already a seasoned Opera user, so the series didn&#8217;t do much for me. I did discover one very important Opera feature thanks to it, however. In the default keyboard setup, <kbd>Shift</kbd> + <kbd>F2</kbd> is bound to <code>go to nickname</code>. If you don&#8217;t know what nicknames are, you can give bookmarks so-called nicknames; if you type them out in the address bar and press enter it will take you to the bookmark, and it will offer autocomplete suggestions while you&#8217;re typing. Useful, but not a huge time saver.</p>
<p><code>Go to nickname</code> is better, because it starts going to the nickname as soon as it&#8217;s got a match. So if you have only one bookmark with a nickname that starts with a, you&#8217;ll only have to type <kbd>a</kbd> and you&#8217;ll be on your way. I had not realized this prior to reading the Opera 8 Lover series, and it wasn&#8217;t actually written in the series, but without it I might very well never have tried this feature again. After some consideration and major inspiration by Moose I rebound <kbd>F2</kbd> to <code>new page &#038; go to nickname</code>, which means that ever since, pressing <kbd>F2</kbd> automatically opened a new page and this tremendously useful dialog. The introduction of speed dial didn&#8217;t do much for me thanks to this keyboard shortcut. It might take a few seconds more to configure, but it&#8217;s worth it. Additionally, new tabs will open even faster if you disable speed dial.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/01/30-days-to-becoming-an-opera-lover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend Opera</title>
		<link>http://fransdejonge.com/2009/11/extend-opera/</link>
		<comments>http://fransdejonge.com/2009/11/extend-opera/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 17:38:58 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=320</guid>
		<description><![CDATA[ExtendOpera.org was launched a few days ago. It&#8217;s a user initiative, aimed at bringing those aspects of Opera customization that Opera software has somewhat abandoned together.]]></description>
			<content:encoded><![CDATA[<p><a href="http://extendopera.org">ExtendOpera.org</a> was launched a few days ago. It&#8217;s a user initiative, aimed at bringing those aspects of Opera customization that Opera software has somewhat abandoned together.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2009/11/extend-opera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deceptive Safari 4 Marketing</title>
		<link>http://fransdejonge.com/2009/03/deceptive-safari-4-marketing/</link>
		<comments>http://fransdejonge.com/2009/03/deceptive-safari-4-marketing/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 21:09:23 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=194</guid>
		<description><![CDATA[Last month, Apple <a href="http://www.lowter.com/blogs/2009/2/24/safari-4-beta">released the Safari 4 beta</a>. A few Opera users, myself included, <a href="http://my.opera.com/community/forums/topic.dml?id=267815">decided to take action</a> after viewing Apple's false marketing claims. The following is the result of a combined effort detailing these claims.]]></description>
			<content:encoded><![CDATA[<p>Last month, Apple <a href="http://www.lowter.com/blogs/2009/2/24/safari-4-beta">released the Safari 4 beta</a>. A few Opera users, myself included, <a href="http://my.opera.com/community/forums/topic.dml?id=267815">decided to take action</a> after viewing Apple&#8217;s false marketing claims. The following is the result of a combined effort, although I can proudly say that I wrote quite a bit of text for the article. It&#8217;s not entirely finished yet, but it&#8217;s good enough to cross-post it right now to draw some extra attention to it.</p>
<p>Everything that follows is licensed under the <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>. It uses material from the Wikipedia article &#8220;<a href="http://en.wikipedia.org/wiki/User:Fearphage/sandbox/Deceptive_Safari_4_marketing">Deceptive Safari 4 Marketing</a>.&#8221;</p>
<hr />
<p>When the <b><a href="http://en.wikipedia.org/wiki/Safari_(web_browser)" title="Safari (web browser)">Safari</a></b> 4 <a href="http://en.wikipedia.org/wiki/Beta_(software)" title="Beta (software)" class="mw-redirect">beta</a> was released, on February 24, 2009<sup id="cite_ref-0" class="reference"><a href="#cite_note-0" title=""><span>[</span>1<span>]</span></a></sup>, <a href="http://en.wikipedia.org/wiki/Apple_Inc." title="Apple Inc.">Apple Inc.</a> published a feature list claiming a long list of innovations, inventions, and browser firsts<sup id="cite_ref-1" class="reference"><a href="#cite_note-1" title=""><span>[</span>2<span>]</span></a></sup>. While <a href="http://en.wikipedia.org/wiki/Safari_(web_browser)" title="Safari (web browser)">Safari</a> 4 may contain numerous features that are new to current <a href="http://en.wikipedia.org/wiki/Safari_(web_browser)" title="Safari (web browser)">Safari</a> users, many of these have been publicly available to users of other browsers for quite some time, invalidating many of Apple&#8217;s claims.</p>
<table id="toc" class="toc" summary="Contents">
<tr>
<td>
<div id="toctitle">
<h2>Contents</h2>
</div>
<ul>
<li class="toclevel-1"><a href="#Falsely_Claimed_Innovations_In_Safari"><span class="tocnumber">1</span> <span class="toctext">Falsely Claimed Innovations In Safari</span></a>
<ul>
<li class="toclevel-2"><a href="#Implemented_Prior_to_Safari.27s_Initial_Release"><span class="tocnumber">1.1</span> <span class="toctext">Implemented Prior to Safari&#8217;s Initial Release</span></a></li>
<li class="toclevel-2"><a href="#Implemented_Prior_to_Inclusion_in_Safari"><span class="tocnumber">1.2</span> <span class="toctext">Implemented Prior to Inclusion in Safari</span></a></li>
<li class="toclevel-2"><a href="#Not_Implemented_Exclusively_in_Safari"><span class="tocnumber">1.3</span> <span class="toctext">Not Implemented Exclusively in Safari</span></a></li>
<li class="toclevel-2"><a href="#Other"><span class="tocnumber">1.4</span> <span class="toctext">Other</span></a></li>
</ul>
</li>
<li class="toclevel-1"><a href="#References"><span class="tocnumber">2</span> <span class="toctext">References</span></a></li>
</ul>
</td>
</tr>
</table>
<p><a name="Falsely_Claimed_Innovations_In_Safari" id="Falsely_Claimed_Innovations_In_Safari"></a></p>
<h2><span class="mw-headline">Falsely Claimed Innovations In Safari</span></h2>
<p><a name="Implemented_Prior_to_Safari.27s_Initial_Release" id="Implemented_Prior_to_Safari.27s_Initial_Release"></a></p>
<h3><span class="mw-headline">Implemented Prior to Safari&#8217;s Initial Release</span></h3>
<p>The first public beta of Safari was released on January 7, 2003<sup id="cite_ref-safari-wikipedia-article_2-0" class="reference"><a href="#cite_note-safari-wikipedia-article-2" title=""><span>[</span>3<span>]</span></a></sup>. This is a list of innovations claimed by Apple that were first added in other browsers prior to Safari&#8217;s release.</p>
<ul>
<li>Built-in <a href="http://en.wikipedia.org/wiki/Google_search" title="Google search">Google search</a>: Apple claims that &#8220;Safari was the first <i>popular</i> browser to build a search field into its user interface&#8221; (emphasis added). The first public beta of Safari was released on January 7, 2003<sup id="cite_ref-safari-wikipedia-article_2-1" class="reference"><a href="#cite_note-safari-wikipedia-article-2" title=""><span>[</span>3<span>]</span></a></sup>. Opera 5, however, which was released on December 6, 2000<sup id="cite_ref-3" class="reference"><a href="#cite_note-3" title=""><span>[</span>4<span>]</span></a></sup><sup id="cite_ref-opera-changelogs-for-windows_4-0" class="reference"><a href="#cite_note-opera-changelogs-for-windows-4" title=""><span>[</span>5<span>]</span></a></sup>, already featured a built-in search field<sup id="cite_ref-5" class="reference"><a href="#cite_note-5" title=""><span>[</span>6<span>]</span></a></sup><sup id="cite_ref-opera5changelog_6-0" class="reference"><a href="#cite_note-opera5changelog-6" title=""><span>[</span>7<span>]</span></a></sup>. The second version of <a href="http://en.wikipedia.org/wiki/Mozilla_Firefox" title="Mozilla Firefox">Mozilla Firefox</a> (Phoenix 0.2), which was released on October 1, 2002, contains a similar feature<sup id="cite_ref-firefox-history_7-0" class="reference"><a href="#cite_note-firefox-history-7" title=""><span>[</span>8<span>]</span></a></sup>. Consequently, Apple&#8217;s usage of &#8220;popular browser,&#8221; which has been suggested to validate this claim<sup id="cite_ref-8" class="reference"><a href="#cite_note-8" title=""><span>[</span>9<span>]</span></a></sup>, is ambiguous at best<sup id="cite_ref-9" class="reference"><a href="#cite_note-9" title=""><span>[</span>10<span>]</span></a></sup>.</li>
</ul>
<ul>
<li>CSS 3 <a href="http://en.wikipedia.org/wiki/Web_fonts" title="Web fonts">Web fonts</a>: Apple claims that &#8220;Safari is the <i>first</i> web browser to automatically recognize websites that use custom fonts, downloading them as they’re needed&#8221; (emphasis added). However, <a href="http://en.wikipedia.org/wiki/Internet_Explorer_4" title="Internet Explorer 4">Internet Explorer 4</a>, released in 1997<sup id="cite_ref-10" class="reference"><a href="#cite_note-10" title=""><span>[</span>11<span>]</span></a></sup>, sports this feature as well<sup id="cite_ref-11" class="reference"><a href="#cite_note-11" title=""><span>[</span>12<span>]</span></a></sup>.</li>
</ul>
<ul>
<li>Downloads window: Apple asserts that &#8220;Safari was the first popular browser with a download management window.&#8221; However, Opera 3.5, released on November 18, 1998, first introduced a transfer window to the Opera browser<sup id="cite_ref-opera-history_12-0" class="reference"><a href="#cite_note-opera-history-12" title=""><span>[</span>13<span>]</span></a></sup>. Similarly to the built-in Google search, if Opera is assumed not popular enough to falsify the claim, Firefox (Phoenix 0.1) had this feature nearly half a year prior to Safari on September 23, 2002<sup id="cite_ref-firefox-history_7-1" class="reference"><a href="#cite_note-firefox-history-7" title=""><span>[</span>8<span>]</span></a></sup>.</li>
</ul>
<ul>
<li>Inline Progress Indicator: While Apple states that &#8220;Safari was the first browser to move the progress indicator into the address field,&#8221; Opera first added this feature in Opera 5.10, released in 2001<sup id="cite_ref-13" class="reference"><a href="#cite_note-13" title=""><span>[</span>14<span>]</span></a></sup>.</li>
</ul>
<ul>
<li>Movable <a href="http://en.wikipedia.org/wiki/Tab_(GUI)" title="Tab (GUI)">tabs</a>: In Apple&#8217;s words, &#8220;Safari was the <i>first</i> browser to let you organize tabs by dragging and dropping. … Rearrange tabs by dragging their tab handle left or right. Drag a tab out of a window to create a new window. Or drag a tab from one window to another window to merge their tabs&#8221; (emphasis added). Opera 7 Beta 1, released on November 13, 2002<sup id="cite_ref-opera-changelogs-for-windows_4-1" class="reference"><a href="#cite_note-opera-changelogs-for-windows-4" title=""><span>[</span>5<span>]</span></a></sup>, came with &#8220;Extended and vastly improved drag-and-drop support,&#8221; and this included the ability to &#8220;Move bookmarks, tabs, and MDI pages between SDI windows&#8221;<sup id="cite_ref-opera-7-beta1-changelog_14-0" class="reference"><a href="#cite_note-opera-7-beta1-changelog-14" title=""><span>[</span>15<span>]</span></a></sup>. Furthermore, the same feature was already available as an extension<sup id="cite_ref-15" class="reference"><a href="#cite_note-15" title=""><span>[</span>16<span>]</span></a></sup> in Firefox and was added as a feature to Firefox 1.5<sup id="cite_ref-16" class="reference"><a href="#cite_note-16" title=""><span>[</span>17<span>]</span></a></sup>, released on November 29, 2005. Safari did not add movable tabs until Safari 3<sup id="cite_ref-17" class="reference"><a href="#cite_note-17" title=""><span>[</span>18<span>]</span></a></sup>, which was released on June 11, 2007<sup id="cite_ref-safari-wikipedia-article_2-2" class="reference"><a href="#cite_note-safari-wikipedia-article-2" title=""><span>[</span>3<span>]</span></a></sup>.
<ul>
<li>Releaseyears of tabbed browsers: <a href="http://en.wikipedia.org/wiki/NetCaptor" title="NetCaptor">NetCaptor</a> in 1998<sup id="cite_ref-netcaptor_18-0" class="reference"><a href="#cite_note-netcaptor-18" title=""><span>[</span>19<span>]</span></a></sup>, later by <a href="http://en.wikipedia.org/wiki/IBrowse" title="IBrowse">IBrowse</a> in 1999, Opera in 2000, Mozilla in 2001, Konqueror and Safari in 2003, Internet Explorer 7 in 2006 and Google Chrome in 2008.</li>
<li>Releaseyears of movable tabs: <a href="http://en.wikipedia.org/wiki/NetCaptor" title="NetCaptor">NetCaptor</a> 5.0 in 1998<sup id="cite_ref-netcaptor_18-1" class="reference"><a href="#cite_note-netcaptor-18" title=""><span>[</span>19<span>]</span></a></sup>, <a href="http://en.wikipedia.org/wiki/IBrowse" title="IBrowse">IBrowse</a> 2.3 at 29 Jan 2003<sup id="cite_ref-19" class="reference"><a href="#cite_note-19" title=""><span>[</span>20<span>]</span></a></sup>, Opera 7 in 2003, Google Chrome 1 in 2008, Safari 4 in 2009.</li>
</ul>
</li>
</ul>
<ul>
<li>Open multiple bookmarks in one click &#8211; According to Apple, &#8220;[Safari] was the first browser to offer Auto-Click bookmarks.&#8221; This feature offers the ability &#8220;to open multiple pages in individual tabs with a single click.&#8221; Opera 4, released in 2000<sup id="cite_ref-opera-history_12-1" class="reference"><a href="#cite_note-opera-history-12" title=""><span>[</span>13<span>]</span></a></sup>, could open all of the bookmarks inside of a folder through the right-click menu. Opera 6 added the feature to open all bookmarks in a folder with a single middle click and added &#8220;Open all folder items&#8221; to the drop-down menu on the personal bar<sup id="cite_ref-opera-4-had-transfer-window_20-0" class="reference"><a href="#cite_note-opera-4-had-transfer-window-20" title=""><span>[</span>21<span>]</span></a></sup>.</li>
</ul>
<ul>
<li>Third party cookie blocking: According to Apple, &#8220;Safari is the first browser that blocks … tracking cookies <i>by default</i>&#8221; (emphasis added). It is hard to verify or falsify this claim; nevertheless, it should be noted that this feature was already present in Opera 4<sup id="cite_ref-opera-4-had-transfer-window_20-1" class="reference"><a href="#cite_note-opera-4-had-transfer-window-20" title=""><span>[</span>21<span>]</span></a></sup>.</li>
</ul>
<h3><span class="mw-headline">Implemented Prior to Inclusion in Safari</span></h3>
<ul>
<li><a href="http://en.wikipedia.org/wiki/RSS" title="RSS">RSS</a> <a href="http://en.wikipedia.org/wiki/Aggregator" title="Aggregator">Aggregator</a>: While Apple claims that Safari is the first browser that integrated an RSS reader into the browser, Opera integrated an RSS reader into its browser in 2003<sup id="cite_ref-21" class="reference"><a href="#cite_note-21" title=""><span>[</span>22<span>]</span></a></sup>, well before Apple in 2005<sup id="cite_ref-safari-wikipedia-article_2-3" class="reference"><a href="#cite_note-safari-wikipedia-article-2" title=""><span>[</span>3<span>]</span></a></sup><sup id="cite_ref-22" class="reference"><a href="#cite_note-22" title=""><span>[</span>23<span>]</span></a></sup>.</li>
</ul>
<p><a name="Not_Implemented_Exclusively_in_Safari" id="Not_Implemented_Exclusively_in_Safari"></a></p>
<h3><span class="mw-headline">Not Implemented Exclusively in Safari</span></h3>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Acid_3" title="Acid 3" class="mw-redirect">Acid 3</a> Compliance: Apple asserts, &#8220;Safari is the first — and <i>only</i> — web browser to pass Acid 3&#8243; (emphasis added). It is arguable that WebKit was the first rendering engine to get 100/100 (it was close between Opera and WebKit). However, Safari is not the only WebKit browser. <a href="http://en.wikipedia.org/wiki/Lunascape_(web_browser)" title="Lunascape (web browser)">Lunascape</a> is also capable of using the Webkit rendering engine, and thus also passes the Acid 3 test<sup id="cite_ref-23" class="reference"><a href="#cite_note-23" title=""><span>[</span>24<span>]</span></a></sup>.</li>
</ul>
<p><a name="Other" id="Other"></a></p>
<h3><span class="mw-headline">Other</span></h3>
<ul>
<li>Apple claims, &#8220;Safari [4] supports <a href="http://en.wikipedia.org/wiki/WAI-ARIA" title="WAI-ARIA">Accessible Rich Internet Applications</a>,&#8221; yet it is only partially implemented<sup id="cite_ref-24" class="reference"><a href="#cite_note-24" title=""><span>[</span>25<span>]</span></a></sup>.</li>
</ul>
<p><a name="References" id="References"></a></p>
<h2><span class="mw-headline">References</span></h2>
<div style="font-size:small">
<ol class="references">
<li id="cite_note-0"><b><a href="#cite_ref-0" title="">^</a></b> <cite style="font-style:normal" class="press release" id="CITEREF.5B.5BApple_Inc..5D.5D2009"><a href="http://en.wikipedia.org/wiki/Apple_Inc." title="Apple Inc.">Apple Inc.</a> (2009-02-24). <i><a href="http://www.apple.com/pr/library/2009/02/24safari.html" class="external text" title="http://www.apple.com/pr/library/2009/02/24safari.html" rel="nofollow">Apple Announces Safari 4—The World’s Fastest &amp; Most Innovative Browser</a></i>. <a href="http://en.wikipedia.org/wiki/News_release" title="News release">Press release</a><span class="printonly">. <a href="http://www.apple.com/pr/library/2009/02/24safari.html" class="external free" title="http://www.apple.com/pr/library/2009/02/24safari.html" rel="nofollow">http://www.apple.com/pr/library/2009/02/24safari.html</a></span><span class="reference-accessdate">. Retrieved on 2009-02-24</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Apple+Announces+Safari+4%E2%80%94The+World%E2%80%99s+Fastest+%26+Most+Innovative+Browser&amp;rft.aulast=%5B%5BApple+Inc.%5D%5D&amp;rft.au=%5B%5BApple+Inc.%5D%5D&amp;rft.date=2009-02-24&amp;rft.series=%5B%5BNews+release%7CPress+release%5D%5D&amp;rft_id=http%3A%2F%2Fwww.apple.com%2Fpr%2Flibrary%2F2009%2F02%2F24safari.html&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-1"><b><a href="#cite_ref-1" title="">^</a></b> <cite style="font-style:normal" class="web"><a href="http://www.apple.com/safari/features.html" class="external text" title="http://www.apple.com/safari/features.html" rel="nofollow">&#8220;150 Features: Leading the way with innovation&#8221;</a>. <a href="http://en.wikipedia.org/wiki/Apple_Inc." title="Apple Inc.">Apple Inc.</a><span class="printonly">. <a href="http://www.apple.com/safari/features.html" class="external free" title="http://www.apple.com/safari/features.html" rel="nofollow">http://www.apple.com/safari/features.html</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=150+Features%3A+Leading+the+way+with+innovation&amp;rft.atitle=&amp;rft.pub=%5B%5BApple+Inc.%5D%5D&amp;rft_id=http%3A%2F%2Fwww.apple.com%2Fsafari%2Ffeatures.html&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-safari-wikipedia-article-2">^ <a href="#cite_ref-safari-wikipedia-article_2-0" title=""><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-safari-wikipedia-article_2-1" title=""><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-safari-wikipedia-article_2-2" title=""><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-safari-wikipedia-article_2-3" title=""><sup><i><b>d</b></i></sup></a> <a href="http://en.wikipedia.org/wiki/Safari_(web_browser)#Mac" title="Safari (web browser)">Safari</a></li>
<li id="cite_note-3"><b><a href="#cite_ref-3" title="">^</a></b> <cite style="font-style:normal" class="press release" id="CITEREF.5B.5BOpera_Software.7COpera_Software_ASA.5D.5D2001"><a href="http://en.wikipedia.org/wiki/Opera_Software" title="Opera Software">Opera Software ASA</a> (2001-10-04). <i><a href="http://www.opera.com/press/releases/2001/10/04/" class="external text" title="http://www.opera.com/press/releases/2001/10/04/" rel="nofollow">Opera 5 for Windows Reaches New All-Time High</a></i>. <a href="http://en.wikipedia.org/wiki/News_release" title="News release">Press release</a><span class="printonly">. <a href="http://www.opera.com/press/releases/2001/10/04/" class="external free" title="http://www.opera.com/press/releases/2001/10/04/" rel="nofollow">http://www.opera.com/press/releases/2001/10/04/</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Opera+5+for+Windows+Reaches+New+All-Time+High&amp;rft.aulast=%5B%5BOpera+Software%7COpera+Software+ASA%5D%5D&amp;rft.au=%5B%5BOpera+Software%7COpera+Software+ASA%5D%5D&amp;rft.date=2001-10-04&amp;rft.series=%5B%5BNews+release%7CPress+release%5D%5D&amp;rft_id=http%3A%2F%2Fwww.opera.com%2Fpress%2Freleases%2F2001%2F10%2F04%2F&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-opera-changelogs-for-windows-4">^ <a href="#cite_ref-opera-changelogs-for-windows_4-0" title=""><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-opera-changelogs-for-windows_4-1" title=""><sup><i><b>b</b></i></sup></a> <cite style="font-style:normal" class="web"><a href="http://www.opera.com/docs/changelogs/windows/" class="external text" title="http://www.opera.com/docs/changelogs/windows/" rel="nofollow">&#8220;Opera Changelogs for Windows&#8221;</a>. <a href="http://en.wikipedia.org/wiki/Opera_Software" title="Opera Software">Opera Software ASA</a><span class="printonly">. <a href="http://www.opera.com/docs/changelogs/windows/" class="external free" title="http://www.opera.com/docs/changelogs/windows/" rel="nofollow">http://www.opera.com/docs/changelogs/windows/</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Opera+Changelogs+for+Windows&amp;rft.atitle=&amp;rft.pub=%5B%5BOpera+Software%7COpera+Software+ASA%5D%5D&amp;rft_id=http%3A%2F%2Fwww.opera.com%2Fdocs%2Fchangelogs%2Fwindows%2F&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-5"><b><a href="#cite_ref-5" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFSchenk">Schenk, Mark. <a href="http://www.markschenk.com/opera/history.html#series5" class="external text" title="http://www.markschenk.com/opera/history.html#series5" rel="nofollow">&#8220;Opera browser version history&#8221;</a><span class="printonly">. <a href="http://www.markschenk.com/opera/history.html#series5" class="external free" title="http://www.markschenk.com/opera/history.html#series5" rel="nofollow">http://www.markschenk.com/opera/history.html#series5</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Opera+browser+version+history&amp;rft.atitle=&amp;rft.aulast=Schenk&amp;rft.aufirst=Mark&amp;rft.au=Schenk%2C+Mark&amp;rft_id=http%3A%2F%2Fwww.markschenk.com%2Fopera%2Fhistory.html%23series5&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-opera5changelog-6"><b><a href="#cite_ref-opera5changelog_6-0" title="">^</a></b> <cite style="font-style:normal" class="web"><a href="http://www.opera.com/docs/changelogs/windows/500-512/" class="external text" title="http://www.opera.com/docs/changelogs/windows/500-512/" rel="nofollow">&#8220;Changelog for Opera 5.x for Windows&#8221;</a>. <a href="http://en.wikipedia.org/wiki/Opera_Software" title="Opera Software">Opera Software Asa</a>. 2000-12-??<span class="printonly">. <a href="http://www.opera.com/docs/changelogs/windows/500-512/" class="external free" title="http://www.opera.com/docs/changelogs/windows/500-512/" rel="nofollow">http://www.opera.com/docs/changelogs/windows/500-512/</a></span><span class="reference-accessdate">. Retrieved on 2009-03-06</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Changelog+for+Opera+5.x+for+Windows&amp;rft.atitle=&amp;rft.date=2000-12-%3F%3F&amp;rft.pub=%5B%5BOpera+Software%7COpera+Software+Asa%5D%5D&amp;rft_id=http%3A%2F%2Fwww.opera.com%2Fdocs%2Fchangelogs%2Fwindows%2F500-512%2F&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-firefox-history-7">^ <a href="#cite_ref-firefox-history_7-0" title=""><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-firefox-history_7-1" title=""><sup><i><b>b</b></i></sup></a> <cite style="font-style:normal" class="web" id="CITEREFGsurface2005">Gsurface (2005-03-30). <a href="http://www.flexbeta.net/main/printarticle.php?id=89" class="external text" title="http://www.flexbeta.net/main/printarticle.php?id=89" rel="nofollow">&#8220;The History of Mozilla Firefox: From Phoenix, to Firebird, to Firefox&#8221;</a>. <a href="/w/index.php?title=Flexbeta&amp;action=edit&amp;redlink=1" class="new" title="Flexbeta (page does not exist)">Flexbeta</a><span class="printonly">. <a href="http://www.flexbeta.net/main/printarticle.php?id=89" class="external free" title="http://www.flexbeta.net/main/printarticle.php?id=89" rel="nofollow">http://www.flexbeta.net/main/printarticle.php?id=89</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=The+History+of+Mozilla+Firefox%3A+From+Phoenix%2C+to+Firebird%2C+to+Firefox&amp;rft.atitle=&amp;rft.aulast=Gsurface&amp;rft.au=Gsurface&amp;rft.date=2005-03-30&amp;rft.pub=%5B%5BFlexbeta%5D%5D&amp;rft_id=http%3A%2F%2Fwww.flexbeta.net%2Fmain%2Fprintarticle.php%3Fid%3D89&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-8"><b><a href="#cite_ref-8" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFbennetttt2009">bennetttt (25. February 2009). <a href="http://my.opera.com/community/forums/findpost.pl?id=2907289" class="external text" title="http://my.opera.com/community/forums/findpost.pl?id=2907289" rel="nofollow">&#8220;Call to action: Deceptive marketing of Safari 4&#8243;</a>. <a href="http://en.wikipedia.org/wiki/My_Opera_Community" title="My Opera Community">My Opera Community</a><span class="printonly">. <a href="http://my.opera.com/community/forums/findpost.pl?id=2907289" class="external free" title="http://my.opera.com/community/forums/findpost.pl?id=2907289" rel="nofollow">http://my.opera.com/community/forums/findpost.pl?id=2907289</a></span><span class="reference-accessdate">. Retrieved on 2009-03-27</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Call+to+action%3A+Deceptive+marketing+of+Safari+4&amp;rft.atitle=&amp;rft.aulast=bennetttt&amp;rft.au=bennetttt&amp;rft.date=25.+February+2009&amp;rft.pub=%5B%5BMy+Opera+Community%5D%5D&amp;rft_id=http%3A%2F%2Fmy.opera.com%2Fcommunity%2Fforums%2Ffindpost.pl%3Fid%3D2907289&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-9"><b><a href="#cite_ref-9" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFdrlaunch2009">drlaunch (25. February 2009). <a href="http://my.opera.com/community/forums/findpost.pl?id=2907394" class="external text" title="http://my.opera.com/community/forums/findpost.pl?id=2907394" rel="nofollow">&#8220;Call to action: Deceptive marketing of Safari 4&#8243;</a>. <a href="http://en.wikipedia.org/wiki/My_Opera_Community" title="My Opera Community">My Opera Community</a><span class="printonly">. <a href="http://my.opera.com/community/forums/findpost.pl?id=2907394" class="external free" title="http://my.opera.com/community/forums/findpost.pl?id=2907394" rel="nofollow">http://my.opera.com/community/forums/findpost.pl?id=2907394</a></span><span class="reference-accessdate">. Retrieved on 2009-03-27</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Call+to+action%3A+Deceptive+marketing+of+Safari+4&amp;rft.atitle=&amp;rft.aulast=drlaunch&amp;rft.au=drlaunch&amp;rft.date=25.+February+2009&amp;rft.pub=%5B%5BMy+Opera+Community%5D%5D&amp;rft_id=http%3A%2F%2Fmy.opera.com%2Fcommunity%2Fforums%2Ffindpost.pl%3Fid%3D2907394&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-10"><b><a href="#cite_ref-10" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFReid">Reid, Stephen (1997-10-??). <a href="http://www.pcpro.co.uk/broadband/reviews/671/internet-explorer-4.html" class="external text" title="http://www.pcpro.co.uk/broadband/reviews/671/internet-explorer-4.html" rel="nofollow">&#8220;Product Reviews Internet Explorer 4&#8243;</a>. <a href="http://en.wikipedia.org/wiki/PC_Pro" title="PC Pro">PC Pro</a><span class="printonly">. <a href="http://www.pcpro.co.uk/broadband/reviews/671/internet-explorer-4.html" class="external free" title="http://www.pcpro.co.uk/broadband/reviews/671/internet-explorer-4.html" rel="nofollow">http://www.pcpro.co.uk/broadband/reviews/671/internet-explorer-4.html</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Product+Reviews+Internet+Explorer+4&amp;rft.atitle=&amp;rft.aulast=Reid&amp;rft.aufirst=Stephen&amp;rft.au=Reid%2C+Stephen&amp;rft.date=1997-10-%3F%3F&amp;rft.pub=%5B%5BPC+Pro%5D%5D&amp;rft_id=http%3A%2F%2Fwww.pcpro.co.uk%2Fbroadband%2Freviews%2F671%2Finternet-explorer-4.html&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-11"><b><a href="#cite_ref-11" title="">^</a></b> <cite style="font-style:normal" class="web"><a href="http://www.webfonts.infohttp://en.wikipedia.org/wiki/index.php?title=%40font-face_support_in_Internet_Explorer" class="external text" title="http://www.webfonts.infohttp://en.wikipedia.org/wiki/index.php?title=%40font-face_support_in_Internet_Explorer" rel="nofollow">&#8220;@font-face support in Internet Explorer&#8221;</a><span class="printonly">. <a href="http://www.webfonts.infohttp://en.wikipedia.org/wiki/index.php?title=%40font-face_support_in_Internet_Explorer" class="external free" title="http://www.webfonts.infohttp://en.wikipedia.org/wiki/index.php?title=%40font-face_support_in_Internet_Explorer" rel="nofollow">http://www.webfonts.infohttp://en.wikipedia.org/wiki/index.php?title=%40font-face_support_in_Internet_Explorer</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=%40font-face+support+in+Internet+Explorer&amp;rft.atitle=&amp;rft_id=http%3A%2F%2Fwww.webfonts.info%2Fwiki%2Findex.php%3Ftitle%3D%2540font-face_support_in_Internet_Explorer&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-opera-history-12">^ <a href="#cite_ref-opera-history_12-0" title=""><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-opera-history_12-1" title=""><sup><i><b>b</b></i></sup></a> <cite style="font-style:normal" class="web"><a href="http://www.opera.com/docs/history/#o3" class="external text" title="http://www.opera.com/docs/history/#o3" rel="nofollow">&#8220;Opera version history&#8221;</a> (in English). Opera Software ASA. 2009-03-13<span class="printonly">. <a href="http://www.opera.com/docs/history/#o3" class="external free" title="http://www.opera.com/docs/history/#o3" rel="nofollow">http://www.opera.com/docs/history/#o3</a></span><span class="reference-accessdate">. Retrieved on 2009-03-13</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Opera+version+history&amp;rft.atitle=&amp;rft.date=2009-03-13&amp;rft.pub=Opera+Software+ASA&amp;rft_id=http%3A%2F%2Fwww.opera.com%2Fdocs%2Fhistory%2F%23o3&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-13"><b><a href="#cite_ref-13" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFTabke2001">Tabke, Brett (2001-04-10). <a href="http://www.webmasterworld.com/forum118/364.htm" class="external text" title="http://www.webmasterworld.com/forum118/364.htm" rel="nofollow">&#8220;Opera 5.10 for windows Released!&#8221;</a>. <a href="http://en.wikipedia.org/wiki/WebMasterWorld" title="WebMasterWorld" class="mw-redirect">WebMasterWorld</a><span class="printonly">. <a href="http://www.webmasterworld.com/forum118/364.htm" class="external free" title="http://www.webmasterworld.com/forum118/364.htm" rel="nofollow">http://www.webmasterworld.com/forum118/364.htm</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Opera+5.10+for+windows+Released%21&amp;rft.atitle=&amp;rft.aulast=Tabke&amp;rft.aufirst=Brett&amp;rft.au=Tabke%2C+Brett&amp;rft.date=2001-04-10&amp;rft.pub=%5B%5BWebMasterWorld%5D%5D&amp;rft_id=http%3A%2F%2Fwww.webmasterworld.com%2Fforum118%2F364.htm&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-opera-7-beta1-changelog-14"><b><a href="#cite_ref-opera-7-beta1-changelog_14-0" title="">^</a></b> <cite style="font-style:normal" class="web"><a href="http://www.opera.com/docs/changelogs/windows/700b1/" class="external text" title="http://www.opera.com/docs/changelogs/windows/700b1/" rel="nofollow">&#8220;New in Opera 7.0 Beta 1&#8243;</a> (in English). Opera ASA. 2002-11-13<span class="printonly">. <a href="http://www.opera.com/docs/changelogs/windows/700b1/" class="external free" title="http://www.opera.com/docs/changelogs/windows/700b1/" rel="nofollow">http://www.opera.com/docs/changelogs/windows/700b1/</a></span><span class="reference-accessdate">. Retrieved on 2009-03-07</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=New+in+Opera+7.0+Beta+1&amp;rft.atitle=&amp;rft.date=2002-11-13&amp;rft.pub=Opera+ASA&amp;rft_id=http%3A%2F%2Fwww.opera.com%2Fdocs%2Fchangelogs%2Fwindows%2F700b1%2F&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-15"><b><a href="#cite_ref-15" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFRuderman2006">Ruderman, Jesse (2006-03-12). <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=179656#c7" class="external text" title="https://bugzilla.mozilla.org/show_bug.cgi?id=179656#c7" rel="nofollow">&#8220;Bug 179656 &#8211; (MoveTabs) Allow drag-and-drop reordering of tabs&#8221;</a> (in English). Bugzilla@Mozilla<span class="printonly">. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=179656#c7" class="external free" title="https://bugzilla.mozilla.org/show_bug.cgi?id=179656#c7" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=179656#c7</a></span><span class="reference-accessdate">. Retrieved on 2009-03-07</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Bug+179656+-+%28MoveTabs%29+Allow+drag-and-drop+reordering+of+tabs&amp;rft.atitle=&amp;rft.aulast=Ruderman&amp;rft.aufirst=Jesse&amp;rft.au=Ruderman%2C+Jesse&amp;rft.date=2006-03-12&amp;rft.pub=Bugzilla%40Mozilla&amp;rft_id=https%3A%2F%2Fbugzilla.mozilla.org%2Fshow_bug.cgi%3Fid%3D179656%23c7&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-16"><b><a href="#cite_ref-16" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFRuderman2005">Ruderman, Jesse (2005-11-30). <a href="http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html" class="external text" title="http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html" rel="nofollow">&#8220;What&#8217;s new in Firefox 1.5 (comprehensive)&#8221;</a> (in English)<span class="printonly">. <a href="http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html" class="external free" title="http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html" rel="nofollow">http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html</a></span><span class="reference-accessdate">. Retrieved on 2009-03-07</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=What%27s+new+in+Firefox+1.5+%28comprehensive%29&amp;rft.atitle=&amp;rft.aulast=Ruderman&amp;rft.aufirst=Jesse&amp;rft.au=Ruderman%2C+Jesse&amp;rft.date=2005-11-30&amp;rft_id=http%3A%2F%2Fwww.squarefree.com%2Fburningedge%2Freleases%2F1.5-comprehensive.html&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-17"><b><a href="#cite_ref-17" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFAlmaer2006">Almaer, Dion (2006-09-03). <a href="http://ajaxian.com/archives/safari-3-improved-tab-handling" class="external text" title="http://ajaxian.com/archives/safari-3-improved-tab-handling" rel="nofollow">&#8220;Safari 3: Improved Tab Handling&#8221;</a> (in English)<span class="printonly">. <a href="http://ajaxian.com/archives/safari-3-improved-tab-handling" class="external free" title="http://ajaxian.com/archives/safari-3-improved-tab-handling" rel="nofollow">http://ajaxian.com/archives/safari-3-improved-tab-handling</a></span><span class="reference-accessdate">. Retrieved on 2009-03-07</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Safari+3%3A+Improved+Tab+Handling&amp;rft.atitle=&amp;rft.aulast=Almaer&amp;rft.aufirst=Dion&amp;rft.au=Almaer%2C+Dion&amp;rft.date=2006-09-03&amp;rft_id=http%3A%2F%2Fajaxian.com%2Farchives%2Fsafari-3-improved-tab-handling&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-netcaptor-18">^ <a href="#cite_ref-netcaptor_18-0" title=""><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-netcaptor_18-1" title=""><sup><i><b>b</b></i></sup></a> <cite style="font-style:normal" class="web"><a href="http://web.archive.org/web/19991013001944/netcaptor.com/newinnc5.cfm" class="external text" title="http://web.archive.org/web/19991013001944/netcaptor.com/newinnc5.cfm" rel="nofollow">&#8220;New in NetCaptor 5.0&#8243;</a>. <a href="http://en.wikipedia.org/wiki/NetCaptor" title="NetCaptor">NetCaptor</a><span class="printonly">. <a href="http://web.archive.org/web/19991013001944/netcaptor.com/newinnc5.cfm" class="external free" title="http://web.archive.org/web/19991013001944/netcaptor.com/newinnc5.cfm" rel="nofollow">http://web.archive.org/web/19991013001944/netcaptor.com/newinnc5.cfm</a></span><span class="reference-accessdate">. Retrieved on 2009-03-28</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=New+in+NetCaptor+5.0&amp;rft.atitle=&amp;rft.pub=%5B%5BNetCaptor%5D%5D&amp;rft_id=http%3A%2F%2Fweb.archive.org%2Fweb%2F19991013001944%2Fnetcaptor.com%2Fnewinnc5.cfm&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-19"><b><a href="#cite_ref-19" title="">^</a></b> <cite style="font-style:normal" class="web"><a href="http://www.ibrowse-dev.net/news.php" class="external text" title="http://www.ibrowse-dev.net/news.php" rel="nofollow">&#8220;IBrowse &#8211; News&#8221;</a>. <a href="http://en.wikipedia.org/wiki/IBrowse" title="IBrowse">IBrowse</a><span class="printonly">. <a href="http://www.ibrowse-dev.net/news.php" class="external free" title="http://www.ibrowse-dev.net/news.php" rel="nofollow">http://www.ibrowse-dev.net/news.php</a></span><span class="reference-accessdate">. Retrieved on 2009-03-28</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=IBrowse+-+News&amp;rft.atitle=&amp;rft.pub=%5B%5BIBrowse%5D%5D&amp;rft_id=http%3A%2F%2Fwww.ibrowse-dev.net%2Fnews.php&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-opera-4-had-transfer-window-20">^ <a href="#cite_ref-opera-4-had-transfer-window_20-0" title=""><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-opera-4-had-transfer-window_20-1" title=""><sup><i><b>b</b></i></sup></a> <cite style="font-style:normal" class="web" id="CITEREFde_Jonge2009">de Jonge, Frans (2009-03-07). <a href="http://my.opera.com/Frenzie/blog/2009/03/07/opera-4-had-a-transfer-window" class="external text" title="http://my.opera.com/Frenzie/blog/2009/03/07/opera-4-had-a-transfer-window" rel="nofollow">&#8220;Opera 4 Had Transfer Window&#8221;</a> (in English)<span class="printonly">. <a href="http://my.opera.com/Frenzie/blog/2009/03/07/opera-4-had-a-transfer-window" class="external free" title="http://my.opera.com/Frenzie/blog/2009/03/07/opera-4-had-a-transfer-window" rel="nofollow">http://my.opera.com/Frenzie/blog/2009/03/07/opera-4-had-a-transfer-window</a></span><span class="reference-accessdate">. Retrieved on 2009-03-07</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Opera+4+Had+Transfer+Window&amp;rft.atitle=&amp;rft.aulast=de+Jonge&amp;rft.aufirst=Frans&amp;rft.au=de+Jonge%2C+Frans&amp;rft.date=2009-03-07&amp;rft_id=http%3A%2F%2Fmy.opera.com%2FFrenzie%2Fblog%2F2009%2F03%2F07%2Fopera-4-had-a-transfer-window&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-21"><b><a href="#cite_ref-21" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFAltman2003">Altman, Tim (2003-12-19). <a href="http://my.opera.com/community/forums/topic.dml?id=39541" class="external text" title="http://my.opera.com/community/forums/topic.dml?id=39541" rel="nofollow">&#8220;Opera 7.50 Preview 1 for Windows available&#8221;</a>. <a href="http://en.wikipedia.org/wiki/Opera_Software" title="Opera Software">Opera Software Asa</a><span class="printonly">. <a href="http://my.opera.com/community/forums/topic.dml?id=39541" class="external free" title="http://my.opera.com/community/forums/topic.dml?id=39541" rel="nofollow">http://my.opera.com/community/forums/topic.dml?id=39541</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Opera+7.50+Preview+1+for+Windows+available&amp;rft.atitle=&amp;rft.aulast=Altman&amp;rft.aufirst=Tim&amp;rft.au=Altman%2C+Tim&amp;rft.date=2003-12-19&amp;rft.pub=%5B%5BOpera+Software%7COpera+Software+Asa%5D%5D&amp;rft_id=http%3A%2F%2Fmy.opera.com%2Fcommunity%2Fforums%2Ftopic.dml%3Fid%3D39541&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-22"><b><a href="#cite_ref-22" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFPogue2005">Pogue, David (2005-04-28). <a href="http://www.nytimes.com/2005/04/28/technology/circuits/28pogue-email.html" class="external text" title="http://www.nytimes.com/2005/04/28/technology/circuits/28pogue-email.html" rel="nofollow">&#8220;Safari and RSS&#8221;</a>. <a href="http://en.wikipedia.org/wiki/The_New_York_Times" title="The New York Times">The New York Times</a><span class="printonly">. <a href="http://www.nytimes.com/2005/04/28/technology/circuits/28pogue-email.html" class="external free" title="http://www.nytimes.com/2005/04/28/technology/circuits/28pogue-email.html" rel="nofollow">http://www.nytimes.com/2005/04/28/technology/circuits/28pogue-email.html</a></span><span class="reference-accessdate">. Retrieved on 2009-03-05</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Safari+and+RSS&amp;rft.atitle=&amp;rft.aulast=Pogue&amp;rft.aufirst=David&amp;rft.au=Pogue%2C+David&amp;rft.date=2005-04-28&amp;rft.pub=%5B%5BThe+New+York+Times%5D%5D&amp;rft_id=http%3A%2F%2Fwww.nytimes.com%2F2005%2F04%2F28%2Ftechnology%2Fcircuits%2F28pogue-email.html&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-23"><b><a href="#cite_ref-23" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFToto">Toto, Serkan. <a href="http://www.techcrunch.com/2008/11/25/lunascape-browser-firefox-internet-explorer-and-chrome-all-in-one/" class="external text" title="http://www.techcrunch.com/2008/11/25/lunascape-browser-firefox-internet-explorer-and-chrome-all-in-one/" rel="nofollow">&#8220;Lunascape Browser: Firefox, Internet Explorer And Chrome All-In-One&#8221;</a><span class="printonly">. <a href="http://www.techcrunch.com/2008/11/25/lunascape-browser-firefox-internet-explorer-and-chrome-all-in-one/" class="external free" title="http://www.techcrunch.com/2008/11/25/lunascape-browser-firefox-internet-explorer-and-chrome-all-in-one/" rel="nofollow">http://www.techcrunch.com/2008/11/25/lunascape-browser-firefox-internet-explorer-and-chrome-all-in-one/</a></span><span class="reference-accessdate">. Retrieved on 2009-03-27</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Lunascape+Browser%3A+Firefox%2C+Internet+Explorer+And+Chrome+All-In-One&amp;rft.atitle=&amp;rft.aulast=Toto&amp;rft.aufirst=Serkan&amp;rft.au=Toto%2C+Serkan&amp;rft_id=http%3A%2F%2Fwww.techcrunch.com%2F2008%2F11%2F25%2Flunascape-browser-firefox-internet-explorer-and-chrome-all-in-one%2F&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
<li id="cite_note-24"><b><a href="#cite_ref-24" title="">^</a></b> <cite style="font-style:normal" class="web" id="CITEREFMachell2009">Machell, Matt (2009-03-03). <a href="http://eclecticdreams.com/blog/safari-4-quickfire-aria-testing" class="external text" title="http://eclecticdreams.com/blog/safari-4-quickfire-aria-testing" rel="nofollow">&#8220;Safari 4 &#8211; Quickfire ARIA Testing&#8221;</a>. Eclectic Dreams<span class="printonly">. <a href="http://eclecticdreams.com/blog/safari-4-quickfire-aria-testing" class="external free" title="http://eclecticdreams.com/blog/safari-4-quickfire-aria-testing" rel="nofollow">http://eclecticdreams.com/blog/safari-4-quickfire-aria-testing</a></span><span class="reference-accessdate">. Retrieved on 2009-03-06</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=bookitem&amp;rft.btitle=Safari+4+-+Quickfire+ARIA+Testing&amp;rft.atitle=&amp;rft.aulast=Machell&amp;rft.aufirst=Matt&amp;rft.au=Machell%2C+Matt&amp;rft.date=2009-03-03&amp;rft.pub=Eclectic+Dreams&amp;rft_id=http%3A%2F%2Feclecticdreams.com%2Fblog%2Fsafari-4-quickfire-aria-testing&amp;rfr_id=info:sid/en.wikipedia.org:User:Fearphage/sandbox/Deceptive_Safari_4_marketing"><span style="display: none;">&#160;</span></span></li>
</ol>
</div>
<div class="printfooter">
Retrieved from &#8220;<a href="http://en.wikipedia.orghttp://en.wikipedia.org/wiki/User:Fearphage/sandbox/Deceptive_Safari_4_marketing">http://en.wikipedia.orghttp://en.wikipedia.org/wiki/User:Fearphage/sandbox/Deceptive_Safari_4_marketing</a>&#8220;</div>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2009/03/deceptive-safari-4-marketing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Opera Mini 4</title>
		<link>http://fransdejonge.com/2007/11/opera-mini-4/</link>
		<comments>http://fransdejonge.com/2007/11/opera-mini-4/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 13:24:26 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/archives/2007/11/14/opera-mini-4/</guid>
		<description><![CDATA[I know Opera Mini 4 has been out for a while (a week, maybe two?), but in combination with my new mobile phone it&#8217;s absolutely awesome, that&#8217;s for sure.]]></description>
			<content:encoded><![CDATA[<p>I know <a href="http://www.operamini.com/">Opera Mini 4</a> has been out for a while (a week, maybe two?), but in combination with <a href="http://www.mobile-review.com/review/sonyericsson-s500-en.shtml">my new mobile phone</a> it&#8217;s absolutely awesome, that&#8217;s for sure.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2007/11/opera-mini-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A new tool</title>
		<link>http://fransdejonge.com/2006/02/a-new-tool/</link>
		<comments>http://fransdejonge.com/2006/02/a-new-tool/#comments</comments>
		<pubDate>Tue, 07 Feb 2006 11:59:19 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/archives/2006/02/07/a-new-tool/</guid>
		<description><![CDATA[Who doesn&#8217;t love a new toy/tool? And best of all, it&#8217;s free. I consider the Opera 9 technical preview 2 to be far more exiting than IE7 beta 2 or the latest Firefox nightly. &#8220;Living on the edge&#8221; as I am, I will migrate my custom settings and start to use it as my main [...]]]></description>
			<content:encoded><![CDATA[<p>Who doesn&#8217;t love a new toy/tool? And best of all, it&#8217;s free. I consider the <a href="http://my.opera.com/community/forums/topic.dml?id=122915">Opera 9 technical preview 2</a> to be far more exiting than IE7 beta 2 or the latest Firefox nightly. &#8220;Living on the edge&#8221; as I am, I will migrate my custom settings and start to use it as my main browser. Not that I ever felt on the edge with an Opera technical preview (except perhaps with the experimental BitTorrent implementation), so kudos for that.</p>
<p>I am not too sure about the new thumbnails if you hover over tabs. As I seldomly use that anyway I decided to enable them as well for ctrl+tab. It seems to slow down things a little without being really useful, but I&#8217;m going to leave it enabled for a while to see if I like it. Perhaps it&#8217;s useful if I have more than 30 pages open, but I seldomly have and in the few cases I do have so many windows open, I consider the windows manager the most convenient way to deal with them in Opera.</p>
<p>Then there&#8217;s the addition of widgets, but you should know that I uninstalled Konfabulator quickly after trying it once it became free. For now the only widget I considered interesting enough to enable was the analog clock, which is not interesting at all, especially since I use the <a href="http://axonnsd.org">ASD Clock</a> (don&#8217;t mind the design, I&#8217;ll be involved in creating something good looking, semantic and standards compliant in the future).</p>
<p><a href="http://annevankesteren.nl/2006/02/opera-9">Anne</a> wrote about it. <a href="http://weblog.timaltman.com/node/822">Tim</a> wrote about it. <a href="http://lofotenmoose.info/-/item/opera-internals-quietly-conservative">Moose</a> posted about his personal work on the internal stylesheets and, of course, <a href="http://lofotenmoose.info/opera/logg/item/designer-toolset-update-for-tp2">updated</a> the designer setup. I personally do keep the risky Javascript enabled however, so if you&#8217;re like me, keep in mind that you&#8217;ll have to edit that. Moose&#8217;s idea is of course to only enable Javascript on sites you trust and keep it disabled anywhere else except to enable it to quickly check something out, but I&#8217;m lazy for now. First I should update my site-specific styles to the new method anyway.</p>
<p>I don&#8217;t think there&#8217;s more to tell, except perhaps where to <a href="http://snapshot.opera.com/">get it</a> and where to read the <a href="http://snapshot.opera.com/windows/w90p2.html">changelog</a>.</p>
<p class="update">I only just noticed. The history is finally similar to IE&#8217;s history, which, as far as I&#8217;m concerned, is good.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2006/02/a-new-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moose is back</title>
		<link>http://fransdejonge.com/2005/12/moose-is-back/</link>
		<comments>http://fransdejonge.com/2005/12/moose-is-back/#comments</comments>
		<pubDate>Sat, 31 Dec 2005 15:23:43 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/archives/2005/12/31/moose-is-back/</guid>
		<description><![CDATA[He has been back for a couple of weeks already, but until today I had not freed the time to read his recent log entries. If you followed my old log, then you are probably aware that my customized Opera browser relies heavily upon his work. If you use one or more of his customized [...]]]></description>
			<content:encoded><![CDATA[<p>He has been back for a couple of weeks already, but until today I had not freed the time to read his recent log entries. If you followed my old log, then you are probably aware that my customized Opera browser relies heavily upon his work.</p>
<p>If you use one or more of his customized ini-files, then you should head over to <a href="http://lofotenmoose.info/">Moose&#8217;s new site</a> and download the latest editions. If you have never used them before, then you should go to the site and discover all aspects of it. It will take a while, but it is worth it. From the old CSS experiments to the thoughts behind the keyboard- and menu-setup.</p>
<p>Try out the keyboard setup. To say that it is unconventional is an understatement. But give it some time. It might grow on you. Opera&#8217;s browsing speed combined with those keyboard shortcuts make my browsing an experience where almost no futile time is lost on controlling my browser.</p>
<p>Last, but not least, looking at the beautiful layout of the site, the lean markup and well-written CSS is a 100% convincing argument to drop support for IE.</p>
<p>A must-visit for everyone who is interested in Opera customization.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2005/12/moose-is-back/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

