<?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>kyleabaker.com &#187; Opera</title>
	<atom:link href="http://kyleabaker.com/tag/opera/feed/" rel="self" type="application/rss+xml" />
	<link>http://kyleabaker.com</link>
	<description>Web Technologies, Linux, Tips, Tricks and my Life</description>
	<lastBuildDate>Wed, 16 May 2012 22:33:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Unity Opera!</title>
		<link>http://kyleabaker.com/2011/05/07/unity-opera/</link>
		<comments>http://kyleabaker.com/2011/05/07/unity-opera/#comments</comments>
		<pubDate>Sat, 07 May 2011 21:27:25 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4657</guid>
		<description><![CDATA[With Unity in the recent spot light and a little free time on my hands, I decided it was time to dabble with the Launcher API. What better combination that my two favorite pieces of software: Unity in Ubuntu and Opera! With my Unity Opera script, you&#8217;ll be able to get extra functionality for Opera [...]]]></description>
			<content:encoded><![CDATA[<p>With Unity in the recent spot light and a little free time on my hands, I decided it was time to dabble with the Launcher API. What better combination that my two favorite pieces of software: Unity in Ubuntu and Opera!</p>
<p>With my Unity Opera script, you&#8217;ll be able to get extra functionality for Opera by simply downloading a script and adding it to your Startup Applications list. No technical modifications necessary!</p>
<p>The <a href="https://wiki.edubuntu.org/Unity/LauncherAPI">Launcher API</a> provides four features at the moment: Count, Progress, Urgency, Quicklists.</p>
<p>At the moment I&#8217;m only able to implement functionality for three of these, with the exception being Progress. In its current implementation, Unity Opera has the following features:</p>
<p><strong>Count</strong></p>
<p>The total number of tabs you have open appears on the Launcher icon and is updated in real time as you open and close tabs.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-tab-count.png"><img class="alignnone size-full wp-image-4658" title="unity-opera-tab-count" src="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-tab-count.png" alt="unity opera tab count Unity Opera!" width="54" height="88" /></a></p>
<p>One item to note here is that Opera&#8217;s Private tabs are not included in this tab count. Since information about these tabs and their contents are not stored anywhere on your computer, Unity Opera has no way of discovering them.</p>
<p><strong>Progress</strong></p>
<p>At this point in time, the progress functionality for this script is not available. Until I find a way to programmatically determine download progress in Opera, I will not be able to implement this.</p>
<p>If you have any information regarding a way to implement this feature then please let me know!</p>
<p><strong>Urgency</strong></p>
<p>When browsing the net, not every link you click on is from inside the web browser. Sometimes you click a link from an instant message, mail client, Gwibber, etc. This is where urgency comes into play.</p>
<p>Typically clicking these links automatically opens the tab in your browser, but it doesn&#8217;t always pull you&#8217;re browser into focus. When this happens, you may not know which browser the link opened in or if clicking it was even successful.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-urgency-notification.png"><img class="alignnone size-full wp-image-4661" title="unity-opera-urgency-notification" src="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-urgency-notification.png" alt="unity opera urgency notification Unity Opera!" width="62" height="156" /></a></p>
<p>When Opera is not in focus and a new tab is opened, the Opera icon in the Launcher now enters urgency mode and wiggles onces. An urgency highlight is also applied to the icon and a small attention reminder in the upper left corner until you focus Opera again (this clears the urgency setting).</p>
<p><strong>Quicklists</strong></p>
<p>Previously I shared a tip on how to <a href="http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/">customize your Quicklists for Opera</a>. That method meant that you had to manually open and edit the desktop file.</p>
<p>This is no longer the case, as these features are already built into Unity Opera.</p>
<p>On top of that, your Speed Dial items are also appended to the Quicklist, making your life that much easier! <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Unity Opera!" class='wp-smiley' title="Unity Opera!" /> </p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-quicklists-speed-dial.png"><img class="alignnone size-medium wp-image-4660" title="unity-opera-quicklists-speed-dial" src="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-quicklists-speed-dial-201x300.png" alt="unity opera quicklists speed dial 201x300 Unity Opera!" width="201" height="300" /></a></p>
<p>If you use Opera&#8217;s built in Mail client, also known as M2, then you will see an Opera for Mail, which is intended to open M2 directly. At the moment, this feature doesn&#8217;t work as intended, but hopefully in due time it will.</p>
<p><strong>Download Unity Opera</strong></p>
<p>Unity Opera is written in python and can easily be updated and maintained. I suggest you save and extract it to your Home directory and use it there, but you are free to place it anywhere you wish.</p>
<p style="padding-left: 30px;"><strong><a href="http://www.kyleabaker.com/downloads/opera/scripts/unity-opera/unity-opera.zip">Download</a></strong></p>
<p><strong>Running Unity Opera</strong></p>
<p>You can run Unity Opera in one of two ways:</p>
<p>1. The easiest way in my opinion is to simply add it to your Startup Applications.</p>
<p style="padding-left: 30px;"><a href="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-startup-applications.png"><img class="alignnone size-medium wp-image-4659" title="unity-opera-startup-applications" src="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-startup-applications-300x242.png" alt="unity opera startup applications 300x242 Unity Opera!" width="300" height="242" /></a></p>
<p style="padding-left: 30px;">To do this simply open your dash and search for &#8216;<em>Startup Applications</em>&#8216;. Once there, click &#8216;<em>Add</em>&#8216; and fill in the blanks!</p>
<p style="padding-left: 30px;">To run Unity Opera on startup, I place the script in my home folder. You can place it where ever you wish, but if you pick a place other than your home folder then you will need to provide a full path the script in your startup command.</p>
<p style="padding-left: 30px;">An example of what I use is as follows:</p>
<p style="padding-left: 60px;"><strong><span style="color: #333333;">python unity-opera.py</span></strong></p>
<p>2. The other option is to open a terminal when you want to use this script and run the command above.</p>
<p><strong>Options</strong></p>
<p>This script has several options. For help and more information type:</p>
<p style="padding-left: 30px;"><strong>python unity-opera.py &#8211;help</strong></p>
<p>This script accepts two optional args:</p>
<p>1. Opera Channel: This is used for setting Unity Opera to run against regular Opera and the new Opera Next channel. By default, if you exclude this arg, Opera is set as the browser to run against. Examples of this command include:</p>
<p style="padding-left: 30px;"><strong>python unity-opera.py opera</strong></p>
<p style="padding-left: 30px;"><strong>python unity-opera.py opera-next</strong></p>
<p>2. Enable features: This is used to enable specific features. You can enable only basic quicklists [q], quicklists with Speed Dial entries [qs], tab count [c], urgency notification [u], and progress [p].</p>
<p>As mentioned before, progress is not functional at the moment, but I&#8217;ve built the script with this feature ready to include as soon as I find a way. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Unity Opera!" class='wp-smiley' title="Unity Opera!" /> </p>
<p>This second argument requires the use of the first argument. Examples of this command include:</p>
<p style="padding-left: 30px;"><strong>python unity-opera.py opera -qs</strong></p>
<p style="padding-left: 30px;"><strong>python unity-opera.py opera-next -qsu</strong></p>
<p><strong>Troubleshooting</strong></p>
<p>If you experience trouble with this script, please try running it from a terminal to see if there are any errors output to the console. If so, copy and paste these in the comments below and I will take a look at them.</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2011/05/07/unity-opera/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2011/05/07/unity-opera/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Quicklists for Opera in Unity</title>
		<link>http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/</link>
		<comments>http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 22:43:38 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4644</guid>
		<description><![CDATA[Thanks goes to Jorge Castro and a recent post of his about Quicklists in Unity. After reading his post and seeing how easy it was to add new Quicklist entries, I decided to give it a go with Opera. As you can see, my efforts were successful, but there are many more list items you [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks goes to Jorge Castro and a recent post of his about <a href="http://castrojo.tumblr.com/post/4264254580/quicklists-for-webapps">Quicklists in Unity</a>.</p>
<p>After reading his post and seeing how easy it was to add new Quicklist entries, I decided to give it a go with Opera.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/04/opera-extended-unity-menu-2.png"><img class="alignnone size-full wp-image-4646" title="opera-extended-unity-menu-2" src="http://kyleabaker.com/wp-content/uploads/2011/04/opera-extended-unity-menu-2.png" alt="opera extended unity menu 2 Quicklists for Opera in Unity" width="246" height="237" /></a></p>
<p>As you can see, my efforts were successful, but there are many more list items you could add to customize Opera&#8217;s Quicklist to suit your needs.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/04/opera-extended-unity-menu-1.png"><img class="alignnone size-medium wp-image-4645" title="opera-extended-unity-menu-1" src="http://kyleabaker.com/wp-content/uploads/2011/04/opera-extended-unity-menu-1-300x240.png" alt="opera extended unity menu 1 300x240 Quicklists for Opera in Unity" width="300" height="240" /></a></p>
<p><strong>Get It for Yourself</strong></p>
<p>If you&#8217;re using Ubuntu 11.04 with Unity and want to customize this menu for yourself then just follow follow these simple steps.</p>
<p>1. Open a terminal and type the following (and enter your password when prompted):<br />
<span style="color: #888888;">sudo gedit /usr/share/applications/opera-browser.desktop</span></p>
<p>2. Scroll down to the bottom of this open file and paste the following:<br />
<span style="color: #888888;">X-Ayatana-Desktop-Shortcuts=NewTab;NewPrivateTab;NewWindow;Mail;</span></p>
<p><span style="color: #888888;">[NewTab Shortcut Group]</span><br />
<span style="color: #888888;"> Name=New Tab</span><br />
<span style="color: #888888;"> Exec=opera -newtab</span><br />
<span style="color: #888888;"> TargetEnvironment=Unity</span></p>
<p><span style="color: #888888;">[NewPrivateTab Shortcut Group]</span><br />
<span style="color: #888888;"> Name=New Private Tab</span><br />
<span style="color: #888888;"> Exec=opera -newprivatetab</span><br />
<span style="color: #888888;"> TargetEnvironment=Unity</span></p>
<p><span style="color: #888888;">[NewWindow Shortcut Group]</span><br />
<span style="color: #888888;"> Name=New Window</span><br />
<span style="color: #888888;"> Exec=opera -newwindow</span><br />
<span style="color: #888888;"> TargetEnvironment=Unity</span></p>
<p><span style="color: #888888;">[Mail Shortcut Group]</span><br />
<span style="color: #888888;"> Name=Mail</span><br />
<span style="color: #888888;"> Exec=opera -mail</span><br />
<span style="color: #888888;"> TargetEnvironment=Unity</span></p>
<p>3. Save and close the text editor. You may need to restart Unity or your computer before changes take effect.</p>
<p><strong>Customize your Quicklist</strong></p>
<p>If you&#8217;d like to add more items to the Quicklist, simply add a shortcut name for it in &#8220;<code>X-Ayatana-Desktop-Shortcuts" and create a "Shortcut Group" for it.</code></p>
<p>A couple of things that I considered adding were Gmail and Google Reader so that they simply open in new tabs. I&#8217;m sure you can find other useful shortcuts to add or maybe even more Opera command line options!</p>
<p><strong>Remove your Changes</strong></p>
<p>If you don&#8217;t like the Quicklist items that you&#8217;ve added, all you need to do is open the opera-browser.desktop file and remove the lines that were added. Save, close and voila.</p>
<p><strong>Conclusion</strong></p>
<p>Quicklists are great, but they would be more useful with Opera if we were able to select from a list of open or recent tabs.</p>
<p>The new tab and window shortcuts that I&#8217;ve added are enough for me at the moment, but I would really love to see them added by default in the near future!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Opera 11 in OS X</title>
		<link>http://kyleabaker.com/2010/12/31/opera-11-in-os-x/</link>
		<comments>http://kyleabaker.com/2010/12/31/opera-11-in-os-x/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 18:08:29 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[opera 11]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4441</guid>
		<description><![CDATA[This is a post that I started a couple of months ago, but finally just got around to revising (since Opera 11 has since been released) and finishing. Hopefully its all in tact. Being fairly new to Mac OS X, I was excited to install Opera and see how it compares to the default browser [...]]]></description>
			<content:encoded><![CDATA[<p><em><span style="color: #888888;">This is a post that I started a couple of months ago, but finally just got around to revising (since Opera 11 has since been released) and finishing. Hopefully its all in tact. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Opera 11 in OS X" class='wp-smiley' title="Opera 11 in OS X" /> </span></em></p>
<p>Being fairly new to Mac OS X, I was excited to install Opera and see how it compares to the default browser Safari as well as others such as Firefox and Google Chrome in terms usability and appearance.</p>
<p>While I hadn&#8217;t used Mac OS much since version 9 and then briefly OS X (<a href="http://kyleabaker.com/2008/12/23/my-first-real-dabble-in-mac-os-x/">with my old iBook</a> before it died), I did remember that Opera didn&#8217;t exactly have the most elegant user interface. Nor did most other third party web browsers that I tested at the time. Then again, OS X wasn&#8217;t as refined then as it is now either. Keep in mind, these are my opinions and you are free to have your own. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Opera 11 in OS X" class='wp-smiley' title="Opera 11 in OS X" /> </p>
<p>I was happy to find that Opera seems to have the most natural feeling user interface when compared to Firefox and Google Chrome, using Safari as the standard since most die-hard Mac users are likely familiar with it the most.<a href="http://kyleabaker.com/wp-content/uploads/2010/10/mac-browser-comparisons.png"></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/12/mac-browser-comparisons.png"><img class="alignnone size-medium wp-image-4564" title="mac-browser-comparisons" src="http://kyleabaker.com/wp-content/uploads/2010/12/mac-browser-comparisons-261x300.png" alt="mac browser comparisons 261x300 Opera 11 in OS X" width="261" height="300" /></a></p>
<p>While I didn&#8217;t capture Safari in a view where the tabs are visible, the image above is a decent comparison of the browsers&#8217; default address bars and navigation buttons.</p>
<p>As you can see, the buttons, address box and search box in Opera mimic those found in Safari quite well and are not much of a change at all for any ex-Safari user. The tabs used in Opera are also very similar to those found in Safari (pictured below), with the most significant exception being that they are flipped vertically and placed above the address bar (in Opera) rather than below (like in Safari).</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/10/safari-tabs.png"><img class="alignnone size-medium wp-image-4443" title="safari-tabs" src="http://kyleabaker.com/wp-content/uploads/2010/10/safari-tabs-300x67.png" alt="safari tabs 300x67 Opera 11 in OS X" width="300" height="67" /></a></p>
<p>While some people may prefer Firefox or Google Chrome over both Opera and Safari, the point remains that their designs are inconsistent with the overall look and feel of the OS in general. That&#8217;s not to say that Opera doesn&#8217;t have some inconsistencies of its own. There are a few of them, but most of what I&#8217;ve found are minor detail tweaks that are needed to perfect the skin.</p>
<p>Just to mention a few things that are stand out to me, the &#8220;New tab&#8221; icon size should be decreased slightly, retaining the Opera style while removing the unnecessary bold touch. If you compare this button to the same button found in Safari you&#8217;ll notice that Opera&#8217;s approach is a bit too bold and that changing this makes it more elegant looking (in my opinion of course).</p>
<p>The borders for the navigation buttons, address box and search box should all be slightly adjusted to match the colors used for these in Safari. There are slight inconsistencies among these, with disabled button borders being darker than enabled button borders.</p>
<p>Another inconsistency with Opera is that text boxes in the address bar are not highlighted with a blue glowing border when they are focused&#8230;as they are in Safari, Firefox and Google Chrome. Its difficult for me to see if this is advantageous or simply an oversight, however, the &#8220;pro-integration&#8221; side of me certainly thinks this should be fixed to match the behavior of other browsers in OS X.</p>
<p>Various icons throughout the user interface need to be desaturated to remove color for consistency. An example of this can be found in the address box with the drop down icon. If you look close, the drop down icon is actually blue whereas other similar icons, like the drop down icon in the search box, are gray scaled. This is also a bug I&#8217;ve seen in the Windows and Linux skins, but the OS that demands attention to detail is likely the one that this is most noticeable on.</p>
<p>The Speed Dial page, though it was &#8220;invented&#8221; before the other spin-offs, now uses a darker background that makes it feel a bit more familiar to Safari&#8217;s implementation. I find this to add to the integration effect, whereas previous Speed Dial background images felt out of place. On the other hand, Opera doesn&#8217;t boast comparatively appealing 3D thumbnails or features to those found in Safari. Instead, the Opera Speed Dial packs in a redundant search box and no immediate method of searching through your history (visually at that!) or displaying your top visited sites automatically.</p>
<p>With a default Speed Dial tab open, knowingly or not, you&#8217;re looking at three different ways of searching the Internet&#8230;all with the same available list of search engines. You can search from the address bar by simply prepending your search terms with a specific search engine &#8220;keyword&#8221;, from the dedicated search box in the address box or from the additional search box in the Speed Dial. If I had any influence on this design, I would remove both dedicated search boxes and make the address box smarter and more visually suggestive of performing a search when it is in use.</p>
<p>While I&#8217;m suggesting changes to the Speed Dial tab, why not take advantage of Opera&#8217;s ability to generate thumbnails of pages to give the user a visual of the pages they are searching through just like Safari is capable of? With the ability to generate these thumbnails already, there is no reason why Opera shouldn&#8217;t implement a similarly more appealing visual search of previously visited sites.</p>
<p>As I said before, all browsers have their problems with UI design and integration, especially in Mac OS X. Of the available browsers for this platform, the one with the most features and the best OS X integration is far and away Opera 11. The performance improvement isn&#8217;t bad either, with my test results showing Opera 11 beating out Safari 5.0.3 easily in the <a href="http://www2.webkit.org/perf/sunspider/sunspider.html">SunSpider benchmark</a>. You can take my opinions with a grain of salt if you wish, but you should undoubtedly <a href="http://www.opera.com/download/">give Opera 11 a spin</a> if you haven&#8217;t already!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/12/31/opera-11-in-os-x/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/12/31/opera-11-in-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in this Version</title>
		<link>http://kyleabaker.com/2010/12/02/whats-new-in-this-version/</link>
		<comments>http://kyleabaker.com/2010/12/02/whats-new-in-this-version/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 10:21:06 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[comedy]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4516</guid>
		<description><![CDATA[I found this humorous and wanted to share it before its corrected, &#8230;if its corrected at all (via @Avantasia). Btw, the page thats pictured below can be found here. (click to enlarge) Print this entry]]></description>
			<content:encoded><![CDATA[<p>I found this humorous and wanted to share it before its corrected, &#8230;if its corrected at all (via <a href="http://twitter.com/#!/Avantasia/status/10099072593567744">@Avantasia</a>). Btw, the page thats pictured below <a href="http://bit.ly/ear71W">can be found here</a>. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Whats New in this Version" class='wp-smiley' title="Whats New in this Version" /> </p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/12/apple-poorly-words-whats-new-in-opera.png"><img class="alignnone size-medium wp-image-4517" title="apple-poorly-words-whats-new-in-opera" src="http://kyleabaker.com/wp-content/uploads/2010/12/apple-poorly-words-whats-new-in-opera-300x248.png" alt="apple poorly words whats new in opera 300x248 Whats New in this Version" width="300" height="248" /></a></p>
<p><em><span style="color: #888888;">(click to enlarge)</span></em></p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/12/02/whats-new-in-this-version/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/12/02/whats-new-in-this-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>But ours go to eleven&#8230;Opera 11</title>
		<link>http://kyleabaker.com/2010/10/21/butours-go-to-eleven-opera-11/</link>
		<comments>http://kyleabaker.com/2010/10/21/butours-go-to-eleven-opera-11/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 21:41:55 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4454</guid>
		<description><![CDATA[Opera 11 has been making a lot of buzz across the Internet today now that an alpha version has been released. New in Opera 11 is support for the very much requested extensions! While there is currently a very limited selection of extensions available, I suspect this will quickly change. If you&#8217;re using Opera 11 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kyleabaker.com/wp-content/uploads/2010/10/opera11-spinaltap.png"><img class="alignnone size-medium wp-image-4467" title="opera11-spinaltap" src="http://kyleabaker.com/wp-content/uploads/2010/10/opera11-spinaltap-300x300.png" alt="opera11 spinaltap 300x300 But ours go to eleven...Opera 11" width="300" height="300" /></a></p>
<p>Opera 11 has been <a href="http://arstechnica.com/web/news/2010/10/opera-11-alpha-out-developers-start-your-extension-engines.ars">making</a> <a href="http://www.readwriteweb.com/archives/opera_11_with_extensions_available.php">a lot</a> <a href="http://www.theregister.co.uk/2010/10/21/opera11_browser_preview_in_pictures/">of buzz</a> across the Internet today now that an alpha version has been released.</p>
<p>New in Opera 11 is support for the very much requested <a href="http://my.opera.com/chooseopera/blog/2010/10/14/opera-11-will-have-extensions">extensions</a>! While there is currently a very limited selection of <a href="https://addons.labs.opera.com/addons/extensions/">extensions available</a>, I suspect this will quickly change. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink But ours go to eleven...Opera 11" class='wp-smiley' title="But ours go to eleven...Opera 11" /> </p>
<p>If you&#8217;re using Opera 11 already and you&#8217;re also using Ubuntu 10.10 with the Ambiance or Radiance themes, do forget to update you skin with my <a href="http://kyleabaker.com/2010/05/26/ambiance-skin-and-speed-dial-backgrounds/">Ambiance and Radiance skins for Opera</a>.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/10/opera-11-ubuntu-1010-ambiance.png"><img class="alignnone size-full wp-image-4456" title="opera-11-ubuntu-1010-ambiance" src="http://kyleabaker.com/wp-content/uploads/2010/10/opera-11-ubuntu-1010-ambiance.png" alt="opera 11 ubuntu 1010 ambiance But ours go to eleven...Opera 11" width="498" height="408" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/10/opera-11-ubuntu-1010-radiance.png"><img class="alignnone size-full wp-image-4457" title="opera-11-ubuntu-1010-radiance" src="http://kyleabaker.com/wp-content/uploads/2010/10/opera-11-ubuntu-1010-radiance.png" alt="opera 11 ubuntu 1010 radiance But ours go to eleven...Opera 11" width="498" height="408" /></a></p>
<p>For those who are curious, you can find brief changelogs in the comments with the <a href="http://kyleabaker.com/2010/05/26/ambiance-skin-and-speed-dial-backgrounds/comment-page-1/#comment-25630">latest one being here</a>.</p>
<p>If you&#8217;re not using Opera 11 yet and would like to, go get it!<br />
<a href="http://www.opera.com/browser/next/"><img class="size-full wp-image-4458 alignright" title="Download Opera 11 Alpha Now!" src="http://kyleabaker.com/wp-content/uploads/2010/10/download.png" alt="download But ours go to eleven...Opera 11" width="264" height="78" /></a></p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/10/21/butours-go-to-eleven-opera-11/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/10/21/butours-go-to-eleven-opera-11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Identify Opera With Your Linux Distro!</title>
		<link>http://kyleabaker.com/2010/07/22/identify-opera-with-your-linux-distro/</link>
		<comments>http://kyleabaker.com/2010/07/22/identify-opera-with-your-linux-distro/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 06:43:44 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4180</guid>
		<description><![CDATA[If you&#8217;ve ever noticed your user agent string before, then you may have noticed that Opera identifies as running on a generic Linux platform. This can be a bit bothersome or annoying if you&#8217;re a Linux enthusiast like me. Opera for Windows and Mac both properly identify the platform they are installed on, but Linux [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever noticed your user agent string before, then you may have noticed that Opera identifies as running on a generic Linux platform. This can be a bit bothersome or annoying if you&#8217;re a Linux enthusiast like me.</p>
<p>Opera for Windows and Mac both properly identify the platform they are installed on, but Linux is a little more challenging due to the overwhelming number of distributions. You can easily adjust your user agent string to accurately reflect your platform and help promote both Opera and your Linux distribution when you browse and post online.</p>
<div id="attachment_4181" class="wp-caption alignnone" style="width: 310px"><a href="http://kyleabaker.com/wp-content/uploads/2010/07/opera-user-agent-string-in-ubuntu.png"><img class="size-medium wp-image-4181" title="opera-user-agent-string-in-ubuntu" src="http://kyleabaker.com/wp-content/uploads/2010/07/opera-user-agent-string-in-ubuntu-300x210.png" alt="opera user agent string in ubuntu 300x210 Identify Opera With Your Linux Distro!" width="300" height="210" /></a><p class="wp-caption-text">Before and after Opera user agent string.</p></div>
<p>To change this so that it reflects your specific platform, simply:</p>
<ol>
<li>Open &#8220;opera:config﻿#ISP|Id﻿﻿﻿﻿&#8221; in a new tab.</li>
<li>Enter your distribution in the blank box in the format &#8220;Distribution/Version&#8221;.
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/07/opera-user-agent-string-config-in-ubuntu.png"><img class="size-medium wp-image-4182 alignnone" title="opera-user-agent-string-config-in-ubuntu" src="http://kyleabaker.com/wp-content/uploads/2010/07/opera-user-agent-string-config-in-ubuntu-300x114.png" alt="opera user agent string config in ubuntu 300x114 Identify Opera With Your Linux Distro!" width="300" height="114" /></a></p>
</li>
<li>Click the Save button and restart your browser.</li>
</ol>
<p>This should successfully change your user agent from something generic like..</p>
<p><small>Opera/9.80 (X11; Linux x86_64; U; en) Presto/2.6.30 Version/10.70</small></p>
<p>..to something a little more specific like..</p>
<p><small>Opera/9.80 (X11; Linux x86_64; U; Ubuntu/10.10; en) Presto/2.6.30 Version/10.70</small></p>
<p>Hope that helps! You can test your updated user agent strings in the comments below since they will appear above your comment. Or you can test it out at <a href="http://www.useragentstring.com/">UserAgentString.com</a>.</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/07/22/identify-opera-with-your-linux-distro/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/07/22/identify-opera-with-your-linux-distro/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>func20000 &#8211; how far does your UA get?</title>
		<link>http://kyleabaker.com/2010/06/02/func20000-how-far-does-your-ua-get/</link>
		<comments>http://kyleabaker.com/2010/06/02/func20000-how-far-does-your-ua-get/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 08:02:45 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4059</guid>
		<description><![CDATA[As a follow up to Hallvord R. M. Steen&#8216;s outdated post (Wednesday, 28. November 2007), I&#8217;d like to point your attention to a gigantic performance increase in Opera! I haven&#8217;t done in-depth research to find out when this improvement occurred, but I suspect it was with Opera 10.50-10.60 and the many JavaScript improvements that came along [...]]]></description>
			<content:encoded><![CDATA[<p>As a follow up to <a href="http://my.opera.com/hallvors/blog/2007/11/28/func5000-how-far-does-your-ua-get">Hallvord R. M. Steen</a>&#8216;s outdated post (Wednesday, 28. November 2007), I&#8217;d like to point your attention to a gigantic performance increase in Opera!</p>
<p>I haven&#8217;t done in-depth research to find out when this improvement occurred, but I suspect it was with Opera 10.50-10.60 and the many JavaScript improvements that came along with these updates.</p>
<p>In my tests, I found that Opera went from a previous &#8220;top score&#8221; of 4998 to 16382! Doing the math that proves to be an increase of approximately ~3.28 times the performance in Opera 10.20 (my last posted result on his blog post). Here is what my testing line-up looks like:</p>
<ol>
<li><strong>Opera 10.60<br />
</strong>- died when trying to call function <strong>16382</strong>, error was &#8220;Maximum recursion depth exceeded&#8221;</li>
<li><strong>Google Chromium 6.0.423.0 (48614) Ubuntu</strong><br />
- died when trying to call function <strong>13059</strong>, error was &#8220;undefined&#8221;</li>
<li><strong>Firefox 3.6.3<br />
</strong>- died when trying to call function <strong>3000</strong>, error was &#8220;too much recursion&#8221;</li>
</ol>
<p>As you can see, Opera is leading the pack (is it really a surprise? <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz func20000   how far does your UA get?" class='wp-smiley' title="func20000   how far does your UA get?" /> ).</p>
<p><span style="text-decoration: underline;">What does this all mean?</span><br />
Well, your guess is as good as mine, but to (reword and) repeat the topic question as an answer&#8230;I guess it means that Opera can out-depth other browsers in the level of function calls that they can handle.</p>
<p>If you look at the code then you might find it easier to understand, but basically..its like: a function calling another function&#8230;calling another function&#8230;calling another function&#8230;calling another function&#8230;(multiply that a few times)&#8230;calling another function to get to the final function. <a href="http://en.wikipedia.org/wiki/Recursion">Recursion</a>.</p>
<p><span style="text-decoration: underline;">Is this something I will see while browsing the web?</span><br />
I highly doubt you will see any depth calls to this extreme for a long time (if ever). My interpretation of this feat is that Opera has a unique ability to handle and process extreme recursion, which is a stressing task in itself.</p>
<p>If you&#8217;d like to test this for yourself, you can test <a href="http://my.opera.com/hallvors/blog/2007/11/28/func5000-how-far-does-your-ua-get">Hallvord&#8217;s func5000.htm</a> or you can test <del>my func20000.htm</del>.</p>
<p>If you&#8217;re testing func20000, download the zip, extract and simply open the extracted html file in your browser of choice! Share your results for other browsers if you wish! <strong>I&#8217;m curious to see the results from other browsers!</strong></p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/06/02/func20000-how-far-does-your-ua-get/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/06/02/func20000-how-far-does-your-ua-get/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Ambiance &amp; Radiance Skins and Speed Dial Backgrounds</title>
		<link>http://kyleabaker.com/2010/05/26/ambiance-skin-and-speed-dial-backgrounds/</link>
		<comments>http://kyleabaker.com/2010/05/26/ambiance-skin-and-speed-dial-backgrounds/#comments</comments>
		<pubDate>Thu, 27 May 2010 00:07:13 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[speed dial]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4035</guid>
		<description><![CDATA[While I&#8217;m waiting for Opera in Linux to improve further (its already pretty great!), I&#8217;ve decided to make a couple of adjustments to make the browser feel a little more integrated. Get the skin! I&#8217;ve created a simple script that extracts the installed default skin and modifies it with all in one quick run. This [...]]]></description>
			<content:encoded><![CDATA[<p>While I&#8217;m waiting for Opera in Linux to improve further (its already pretty great!), I&#8217;ve decided to make a couple of adjustments to make the browser feel a little more integrated.</p>
<p><strong>Get the skin!</strong><br />
I&#8217;ve created a simple script that extracts the installed default skin and modifies it with all in one quick run. This is very beneficial for me since I like to update my slightly edited skins by merging my modifications with the latest and greatest default skin with only a double click. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Ambiance & Radiance Skins and Speed Dial Backgrounds" class='wp-smiley' title="Ambiance & Radiance Skins and Speed Dial Backgrounds" /> </p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/05/opera-ambiance-maverick.png"><img class="alignnone size-full wp-image-4540" title="opera-ambiance-maverick" src="http://kyleabaker.com/wp-content/uploads/2010/05/opera-ambiance-maverick.png" alt="opera ambiance maverick Ambiance & Radiance Skins and Speed Dial Backgrounds" width="455" height="369" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/05/opera-radiance-maverick.png"><img class="alignnone size-full wp-image-4541" title="opera-radiance-maverick" src="http://kyleabaker.com/wp-content/uploads/2010/05/opera-radiance-maverick.png" alt="opera radiance maverick Ambiance & Radiance Skins and Speed Dial Backgrounds" width="455" height="369" /></a></p>
<p>The only change to the skin (thus far) is the tab bar background which now allows for a smoother appearance between the tab bar and window title.</p>
<p><span style="text-decoration: underline;"><strong>Ambiance Skin</strong></span></p>
<p style="padding-left: 30px;"><em>Ubuntu 10.04 Lucid Lynx</em><span style="text-decoration: underline;"><br />
</span><a href="http://www.kyleabaker.com/downloads/opera/skins/opera-standard-ambiance/opera_standard_ambiance_20101216.zip">Install Skin</a> (Opera 10.60+, updated 2010-12-16)</p>
<p style="padding-left: 30px;"><em>Ubuntu 10.10 Maverick Meerkat, 11.04 Natty Narwhal, 11.10 Oneiric Ocelot, 12.04 Precise Pangolin</em><span style="text-decoration: underline;"><br />
</span><a href="http://www.kyleabaker.com/downloads/opera/skins/opera-standard-ambiance/opera_standard_ambiance_maverick_20120326.zip">Install Skin</a> (Opera 10.60+, updated 2012-03-26)</p>
<p><span style="text-decoration: underline;"><strong>Radiance Skin</strong></span></p>
<p style="padding-left: 30px;"><em>Ubuntu 10.04 Lucid Lynx</em><br />
<a href="http://www.kyleabaker.com/downloads/opera/skins/opera-standard-radiance/opera_standard_radiance_20101216.zip">Install Skin</a> (Opera 10.60+, updated 2010-12-16)</p>
<p style="padding-left: 30px;"><em>Ubuntu 10.10 Maverick Meerkat, 11.04 Natty Narwhal</em><br />
<a href="http://www.kyleabaker.com/downloads/opera/skins/opera-standard-radiance/opera_standard_radiance_maverick_20101216.zip">Install Skin</a> (Opera 10.60+, updated 2010-12-16)</p>
<p>Previous skin versions are now available on <a href="http://kyleabaker.com/2010/05/26/ambiance-skin-and-speed-dial-backgrounds/3/">page 3</a>.</p>
<p><strong>Get the Speed Dial backgrounds on Page 2!</strong></p>
<p><em>I&#8217;ve moved them to <a href="http://kyleabaker.com/2010/05/26/ambiance-skin-and-speed-dial-backgrounds/2/">page 2</a> since the main interest of this post is the on the skins.</em></p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/05/26/ambiance-skin-and-speed-dial-backgrounds/print/">Print this entry</a> | <a class="print_link print_link_cur" href="http://kyleabaker.com/2010/05/26/ambiance-skin-and-speed-dial-backgrounds/print/1/">Print this page</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/05/26/ambiance-skin-and-speed-dial-backgrounds/feed/</wfw:commentRss>
		<slash:comments>98</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 Browser Comparisons</title>
		<link>http://kyleabaker.com/2010/05/04/ubuntu-10-04-browser-comparisons/</link>
		<comments>http://kyleabaker.com/2010/05/04/ubuntu-10-04-browser-comparisons/#comments</comments>
		<pubDate>Tue, 04 May 2010 21:41:16 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[arora]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[dooble]]></category>
		<category><![CDATA[epiphany]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[midori]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4028</guid>
		<description><![CDATA[While this is by no means a perfect test for comparing web browsers, I thought I might share my results from the latest browsers available for Linux and more specifically Ubuntu 10.04. Your results may vary, however, the overall trend should be very similar. So take my results with a grain of salt. Processor: AMD [...]]]></description>
			<content:encoded><![CDATA[<p>While this is by no means a perfect test for comparing web browsers, I thought I might share my results from the latest browsers available for Linux and more specifically Ubuntu 10.04.</p>
<p>Your results may vary, however, the overall trend should be very similar. So take my results with a grain of salt. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Ubuntu 10.04 Browser Comparisons" class='wp-smiley' title="Ubuntu 10.04 Browser Comparisons" /> </p>
<blockquote><p>Processor: AMD Atholon(tm) 64 X2 Dual Core Processor 6000+<br />
Graphics card: VGA ASUS N EN7300LE/HTD/128M<br />
Memory: 2GB<br />
OS: Ubuntu 10.04 x86_64<br />
Form factor: Desktop<br />
Borwsers tested: Arora, Chromium, Dooble, Epiphany, Firefox, Midori, Opera<br />
Date: 2008-05-04</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><a href="http://sputnik.googlelabs.com/">http://sputnik.googlelabs.com/</a><br />
<strong>Opera 10.53.6330</strong><br />
1. &#8211; 5165/5246<br />
<strong>Chromium 5.0.396.0 (46318)</strong><br />
2. &#8211; 5112/5246<br />
<strong>Epiphany 2.30.2</strong><br />
3. &#8211; 5060/5246<br />
<strong>Midori 0.2.2</strong><br />
3. &#8211; 5060/5246<br />
<strong>Firefox 3.6.3</strong><br />
4. &#8211; 4978/5246<br />
<strong>Arora 0.10.2</strong><br />
0. &#8211; Unable to complete (Froze on 3746)<br />
<strong>Dooble 0.07</strong><br />
0. &#8211; Unable to complete (Froze on 3746)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html">http://www2.webkit.org/perf/sunspider-0.9/sunspider.html</a><br />
<strong> Opera 10.53.6330</strong><br />
1. &#8211; Total: 426.4ms  +/- 18.1%<br />
<strong>Midori 0.2.2</strong><br />
2. &#8211; Total: 455.0ms  +/- 6.7%<br />
<strong>Chromium 5.0.396.0 (46318)</strong><br />
3. &#8211; Total: 480.0ms  +/- 20.7%<br />
<strong>Epiphany 2.30.2</strong><br />
4. &#8211; Total: 514.2ms +/- 21.5%<br />
<strong>Arora 0.10.2</strong><br />
5. &#8211; Total: 1852.4ms +/- 12.5%<br />
<strong>Firefox 3.6.3</strong><br />
6. &#8211; Total: 2946.8ms +/- 9.7%<br />
<strong>Dooble 0.07</strong><br />
7. &#8211; 3151.8ms +/- 10.0%</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><a href="http://service.futuremark.com/peacekeeper/">http://service.futuremark.com/peacekeeper/</a><br />
<strong>Chromium 5.0.396.0 (46318)</strong><br />
1. &#8211; 5492<br />
<strong>Opera 10.53.6330</strong><br />
2. &#8211; 3575<br />
<strong>Firefox 3.6.3</strong><br />
3. &#8211; 1603<br />
<strong>Dooble 0.07</strong><br />
4. &#8211; 1268<br />
<strong>Arora 0.10.2</strong><br />
0. &#8211; Unable to complete<br />
<strong>Epiphany 2.30.2</strong><br />
0. &#8211; Unable to complete<br />
<strong>Midori 0.2.2</strong><br />
0. &#8211; Unable to complete</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><a href="http://acid3.acidtests.org/">http://acid3.acidtests.org/</a><br />
<strong>Arora 0.10.2</strong><br />
1. &#8211; 100/100<br />
<strong>Chromium 5.0.396.0 (46318)</strong><br />
1. &#8211; 100/100<br />
<strong>Dooble 0.07</strong><br />
1. &#8211; 100/100<br />
<strong>Epiphany 2.30.2</strong><br />
1. &#8211; 100/100<br />
<strong>Midori 0.2.2</strong><br />
1. &#8211; 100/100<br />
<strong>Opera 10.53.6330</strong><br />
1. &#8211; 100/100<br />
<strong>Firefox 3.6.3</strong><br />
2. &#8211;  92/100</p></blockquote>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 685px; width: 1px; height: 1px; overflow: hidden;">http://acid3.acidtests.org/</div>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/05/04/ubuntu-10-04-browser-comparisons/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/05/04/ubuntu-10-04-browser-comparisons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera Tab Count in Conky (for Linux)</title>
		<link>http://kyleabaker.com/2010/05/03/opera-tab-count-in-conky-for-linux/</link>
		<comments>http://kyleabaker.com/2010/05/03/opera-tab-count-in-conky-for-linux/#comments</comments>
		<pubDate>Tue, 04 May 2010 02:11:22 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bash shell]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4020</guid>
		<description><![CDATA[Have you ever wanted to keep an eye on the number of tabs that you have open in Opera? Now you can very easily! Check Out The Script! I came across a link a while back (sorry, I can&#8217;t remember who posted this) for a script in windows that fetches the window count from Opera&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to keep an eye on the number of tabs that you have open in Opera? Now you can very easily!</p>
<p><strong>Check Out The Script!</strong></p>
<p>I came across a link a while back (sorry, I can&#8217;t remember who posted this) for a script in windows that fetches the window count from Opera&#8217;s autosave.win file (this file stores your currently open windows and tabs so it can restore them if Opera crashes or for the next time you open Opera).</p>
<p>If you&#8217;re using Windows, you can probably do something with <a href="http://pastie.org/276610">this script</a>, though I have not tested it yet.</p>
<p>If you&#8217;re using Linux then you can take advantage of a script that I wrote and I&#8217;ll tell you how below.</p>
<ol>
<li>Open a text editor and copy the 10 lines of script from the following ﻿page:<br />
﻿﻿<a href="http://kyleabaker.pastebin.com/HngpxisB">http://kyleabaker.pastebin.com/HngpxisB</a></li>
<li>Save this file anywhere you would like to. I saved mine as &#8220;<em>opera-tab-count.sh</em>&#8221; on my desktop for testing, but it should work fine from any directory.</li>
<li>Right click on the file you created and select &#8220;<em>Properties -&gt; Permissions -&gt; Execute = True</em>&#8220;. This allows the script file to run.</li>
<li>Now you can open up a terminal window and find out how many tabs you have open by using the following command:<br />
﻿<span style="color: #993300;">$ ./.opera-tab-count.sh</span></li>
</ol>
<p><strong>Add This To Conky!</strong></p>
<p>One of the main reasons that I wrote this script is to start showing more Opera stats on my desktop via Conky which <a href="http://kyleabaker.com/2010/03/30/want-cool-desktop-stats-conky/">I wrote about a while back</a>!</p>
<div id="attachment_4021" class="wp-caption alignnone" style="width: 310px"><a href="http://kyleabaker.com/wp-content/uploads/2010/05/opera-tabs-count-in-conky.png"><img class="size-medium wp-image-4021" title="opera-tabs-count-in-conky" src="http://kyleabaker.com/wp-content/uploads/2010/05/opera-tabs-count-in-conky-300x185.png" alt="opera tabs count in conky 300x185 Opera Tab Count in Conky (for Linux)" width="300" height="185" /></a><p class="wp-caption-text">Opera tab count as it will appear in Conky!</p></div>
<p>If you&#8217;re interested in displaying some stats via Conky then all you have to do to get what I&#8217;ve got is:</p>
<ol>
<li>Move the &#8220;opera-tab-count.sh&#8221; file that you&#8217;ve saved from the steps above into your Home directory.</li>
<li>Rename your &#8220;opera-tab-count.sh&#8221; file to &#8220;.opera-tab-count.sh&#8221; (notice the leading period). This makes it a hidden file in the future so it won&#8217;t waste space in your file browser unless you choose to view Hidden files via &#8220;View menu -&gt; Show Hidden Files&#8221;.</li>
<li>Add the following lines to your &#8220;.conkyrc&#8221; file (located in your root directory)<br />
<span style="color: #993300;">${color orange}OPERA ${hr 2}$color<br />
Opera currently has ${exec ./.opera-tab-count.sh} tabs open</span></li>
<li>Save your &#8220;.conkyrc&#8221; file and launch Conky or wait for it to refresh with your update!</li>
</ol>
<p>If you did everything correctly then you should see something similar to what the image above.</p>
<p>I do plan to add more stats to this soon and will probably post a link to my script when I&#8217;m done, so keep an eye out!</p>
<p>*You Mac users may be able to modify this to work with Mac as well. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Opera Tab Count in Conky (for Linux)" class='wp-smiley' title="Opera Tab Count in Conky (for Linux)" /> </p>
<p><strong>UPDATE 1 (2010-05-04):</strong><br />
If you want to use my latest update with more details, create a file named &#8220;.opera-stats.sh&#8221; that is executable and stored in your Home directory (<em>old</em>: <span style="text-decoration: line-through;">with the <a href="http://kyleabaker.pastebin.com/LAgBbg9k">script from here</a></span>) with the script that <a href="http://gist.github.com/631467">fearphage has updated here</a>. Now add two lines (or edit the two you added from above) to your &#8220;.conkyrc&#8221; file:<br />
<span style="color: #993300;">${color  orange}OPERA ${hr 2}$color<br />
${exec ./.opera-stats.sh}</span><br />
..that should give you the following:</p>
<div id="attachment_4024" class="wp-caption alignnone" style="width: 310px"><a href="http://kyleabaker.com/wp-content/uploads/2010/05/opera-stats-in-conky-v0-1.png"><img class="size-medium wp-image-4024" title="opera-stats-in-conky-v0-1" src="http://kyleabaker.com/wp-content/uploads/2010/05/opera-stats-in-conky-v0-1-300x262.png" alt="opera stats in conky v0 1 300x262 Opera Tab Count in Conky (for Linux)" width="300" height="262" /></a><p class="wp-caption-text">Opera Stats v0.1 in Conky</p></div>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/05/03/opera-tab-count-in-conky-for-linux/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/05/03/opera-tab-count-in-conky-for-linux/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

