<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Shadowmaster’s Blog - Web browsers</title>
    <link>http://shadowm.rewound.net/blog/</link>
    <description>A light in the darkness, where everything is possible...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Playing around with upstream Mozilla Firefox on Debian GNU/Linux 7.0 (wheezy)</title>
    <link>http://shadowm.rewound.net/blog/archives/260-Playing-around-with-upstream-Mozilla-Firefox-on-Debian-GNULinux-7.0-wheezy.html</link>
            <category>Miscellaneous</category>
            <category>Software</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/260-Playing-around-with-upstream-Mozilla-Firefox-on-Debian-GNULinux-7.0-wheezy.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=260</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=260</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;Because of &lt;a href=&quot;http://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2013-January/013617.html&quot;&gt;a situation&lt;/a&gt; with the Debian &lt;a href=&quot;http://mozilla.debian.net/&quot;&gt;Iceweasel maintainers’&lt;/a&gt; packages for the current release (18) on Testing (&lt;cite&gt;wheezy&lt;/cite&gt;), I decided I could as well take this opportunity to try to install upstream Firefox in the cleanest fashion possible.&lt;/p&gt;

&lt;p&gt;I have actually run upstream Firefox on Debian GNU/Linux (even Nightly, or Minefield back when it was called that) in the past on multiple occasions, facing various awkward desktop integration issues along the way. Additionally, the Firefox binaries had to reside deep within my home directory, which seemed a little tacky. But I just found out that this does not &lt;em&gt;necessarily&lt;/em&gt; have to be the case.&lt;/p&gt;

&lt;p&gt;While searching for information about installing the original-brand Firefox on Debian, I came across &lt;a href=&quot;http://techpatterns.com/forums/about1435.html&quot;&gt;this forum topic&lt;/a&gt; and quickly worked out my way from the instructions presented there. I think I’m missing the OP’s context for the switch (Iceweasel 3.5 on &lt;cite&gt;squeeze&lt;/cite&gt; maybe?), but that is not terribly important now, three years after the fact.&lt;/p&gt;

&lt;p&gt;There are alternative guides floating around which advise adding foreign distribution repositories to your APT sources. Needless to say, this is a &lt;strong&gt;really bad idea&lt;/strong&gt; unless you are &lt;strong&gt;very&lt;/strong&gt; sure of what you are doing. (Hint: You are not.)&lt;/p&gt;

&lt;p&gt;Many of the following instructions are pretty much the same as in the forum post, just adapted to account for some minor changes over time, as well as some personal preferences. I also find my version of this guide much more palatable in presentational terms. Additionally, I am particularly adamant about not changing anything in &lt;tt&gt;/usr&lt;/tt&gt; for this procedure, preferring &lt;tt&gt;/usr/local&lt;/tt&gt; instead in order to avoid package conflicts in the future.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://shadowm.rewound.net/blog/archives/260-Playing-around-with-upstream-Mozilla-Firefox-on-Debian-GNULinux-7.0-wheezy.html#extended&quot;&gt;Continue reading &quot;Playing around with upstream Mozilla Firefox on Debian GNU/Linux 7.0 (wheezy)&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 21 Jan 2013 07:33:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/260-guid.html</guid>
    
</item>
<item>
    <title>The problem with Firefox and toolbar icons</title>
    <link>http://shadowm.rewound.net/blog/archives/239-The-problem-with-Firefox-and-toolbar-icons.html</link>
            <category>Software</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/239-The-problem-with-Firefox-and-toolbar-icons.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=239</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=239</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;The other day &lt;a href=&quot;http://shadowm.rewound.net/blog/archives/234-Switching-web-browsers.html&quot;&gt;I said&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;If one takes any XUL (e.g. Firefox, Thunderbird) application and tests it against Gtk+ theme engines or color schemes other than the Ubuntu defaults*, various design shortcomings become evident, including things such as the developers’ inability to choose a toolbar icon set for Linux/X11 that doesn’t become uncomfortably unreadable against bright backgrounds.&lt;/blockquote&gt;

&lt;p&gt;I have to &lt;strong&gt;apologize&lt;/strong&gt; for not doing the research on the icon part of this particular statement. It turns out this isn’t Firefox’s fault; it is just using the platform icons as it’s supposed to do on Linux/X11 since version 3.0 or so. So where do these icons come from? Let’s take a look at &lt;tt&gt;chrome://browser/skin/browser.css&lt;/tt&gt;:&lt;/p&gt;

&lt;pre&gt;/* 24px primary toolbar buttons */
#back-button {
  list-style-image: url(&quot;moz-icon://stock/gtk-go-back-ltr?size=toolbar&quot;);
}
#back-button[disabled=&quot;true&quot;] {
  list-style-image: url(&quot;moz-icon://stock/gtk-go-back-ltr?size=toolbar&amp;amp;state=disabled&quot;);
}
&lt;/pre&gt;

&lt;p&gt;Since I use the Oxygen style in KDE for Qt 4 applications, I have set &lt;a href=&quot;http://kde-look.org/content/show.php/Oxygen+Gtk?content=136216&quot;&gt;Oxygen Gtk&lt;/a&gt; for Gtk+ 2 and Gtk+ 3 applications, so those applications will use the Oxygen icon theme as well. But checking &lt;tt&gt;/usr/share/icons/oxygen/16x16/actions/&lt;/tt&gt;, there are no files named &lt;tt&gt;gtk-*.png&lt;/tt&gt; like Firefox wants. So it must obviously be using icons from the GNOME theme instead.&lt;/p&gt;

&lt;div class=&quot;center scrollable&quot;&gt;
   &lt;img src=&quot;/images/r/screenshots/gtk-stock-icons.png&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Bingo.&lt;/p&gt;

&lt;p&gt;Mozilla’s decision to have Firefox use native icons on X11 seems questionable to me, since it breaks cross-platform consistency and tends to look like crap (compare Firefox on Windows, even on XP). But the actual bug here is quite clearly not theirs. The icons in question come from the &lt;tt&gt;gnome-icon-theme&lt;/tt&gt; (3.4.0-2 installed) in Debian, and according to its &lt;tt&gt;copyright&lt;/tt&gt; file:&lt;/p&gt;

&lt;blockquote&gt;It was downloaded from &amp;lt;&lt;a href=&quot;http://download.gnome.org/sources/gnome-icon-theme/&quot;&gt;http://download.gnome.org/sources/gnome-icon-theme/&lt;/a&gt;&amp;gt;&lt;/blockquote&gt;

&lt;p&gt;One would think these people know better than this since there are other popular Linux distributions out there using bright color schemes by default, such as Fedora. The good thing about colorful icons is that they are generally designed to stand out regardless of the background color; it’s quite hard to achieve the same effect with monochrome designs.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 04 Jul 2012 22:30:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/239-guid.html</guid>
    
</item>
<item>
    <title>Unswitching browsers</title>
    <link>http://shadowm.rewound.net/blog/archives/238-Unswitching-browsers.html</link>
            <category>Miscellaneous</category>
            <category>Personal</category>
            <category>Software</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/238-Unswitching-browsers.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=238</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=238</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;I could not bear using Chromium for a week as I originally intended. All right, I admit I &lt;em&gt;always&lt;/em&gt; intended to go back to Firefox, but the whole exercise didn’t go as planned for various reasons.&lt;/p&gt;

&lt;p&gt;The thing is, I have always used Firefox since version 1.0 or so and it has basically become part of my &lt;em&gt;personal life&lt;/em&gt; — it’s impossible for me to stay mad at it for too long after all we have been through together.&lt;/p&gt;

&lt;p&gt;Nothing of this renders the points &lt;a href=&quot;http://shadowm.rewound.net/blog/archives/234-Switching-web-browsers.html&quot;&gt;I previously raised&lt;/a&gt; here any less valid, but I have coped with those annoyances for a good while already — let’s not get too demanding in the usability department here, otherwise I may as well invest a zillion dollars in Apple products right now.&lt;/p&gt;

&lt;p&gt;Besides, Chromium insists on taking up preposterous amounts of CPU time in the background every once in a while, even after getting rid of a &lt;a href=&quot;https://lkml.org/lkml/2012/6/30/122&quot;&gt;certain&lt;/a&gt; &lt;a href=&quot;https://lkml.org/lkml/2012/7/1/27&quot;&gt;bug&lt;/a&gt; with the Linux kernel and &lt;a href=&quot;http://en.wikipedia.org/wiki/Leap_second&quot;&gt;leap seconds&lt;/a&gt;. Despite all its inefficiencies, I have never seen Firefox indulge in such erratic (and potentially harmful for laptops) behavior like that while idle. I already did my best to diagnose the issue, but I never had that much interest in using Chromium as my primary web browser in the long term anyway. After all, I am a KDE user, which means I like options — the Chromium design philosophy is more or less the antithesis of that, and it shows.&lt;/p&gt;

&lt;p&gt;There’s also &lt;a href=&quot;http://shadowm.rewound.net/blog/archives/235-Chromium-day-two.html&quot;&gt;these two&lt;/a&gt; &lt;em&gt;seemingly&lt;/em&gt; minor annoyances, and &lt;a href=&quot;https://twitter.com/shikadilord/statuses/218912317943975936&quot;&gt;this&lt;/a&gt; — which makes more sense if you take &lt;a href=&quot;https://twitter.com/shikadilord/statuses/218565557740515329&quot;&gt;this&lt;/a&gt; (from about 10:58 hours earlier) into consideration.&lt;/p&gt;

&lt;p&gt;Not to mention that there’s no Chromium add-on providing a Bookmarks menu that looks nice, probably due to the previously mentioned design limitations. It’s also somehow more natural for me to have the Home button at the right end of the toolbar, but this might just be Firefox inculcating habits.&lt;/p&gt;

&lt;p&gt;Going back to Firefox, it &lt;em&gt;does&lt;/em&gt; seem like resetting its configuration and clearing all of my old web history before March 2012 improved overall performance. In case someone else wants to try resetting their own configuration:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Backup your profile or the whole &lt;tt&gt;.mozilla&lt;/tt&gt; directory (on Linux/X11, no idea about other platforms);&lt;/li&gt;
  &lt;li&gt;Go to the &lt;tt&gt;about:support&lt;/tt&gt; page, and choose the &lt;em&gt;Reset Firefox&lt;/em&gt; option;&lt;/li&gt;
  &lt;li&gt;Follow the instructions on the screen to create a new profile preserving your browsing history, bookmarks, cookies, and saved passwords.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;When done, you will be left with an additional copy of your old profile that might or might not still work — I didn’t check this. You can start Firefox with the &lt;code&gt;-P&lt;/code&gt; switch to see the previous profile, and possibly delete it after you are done making sure all the information you need is present in the new one. &lt;strong&gt;You will lose all your installed add-ons, their configuration, and your browser preferences&lt;/strong&gt;; this is pretty much the whole point of the procedure.&lt;/p&gt;

&lt;p&gt;I for one had accumulated heaps and heaps of unused or obsolete configuration entries (both from add-ons and old Firefox versions) carried over since late 2008. That can’t possibly be healthy, especially considering that I have tried many, &lt;em&gt;many&lt;/em&gt; add-ons and hidden configuration options over the years, and used pretty much all versions since Firefox 3.0.&lt;/p&gt;

&lt;p&gt;It’s probably more important to keep the web history under control, though. Older versions of Firefox—if I recall correctly—had a user-visible option in Preferences to limit history to a given amount of time, but that doesn’t seem to be the case as of Firefox 13 and it’s all or nothing. Of course, it’s also possible that the current defaults do limit history and there simply isn’t a way to &lt;em&gt;change&lt;/em&gt; that limit anymore; so if I ever changed it with a previous version, it would have become inaccessible to me later short of using &lt;tt&gt;about:config&lt;/tt&gt;.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 03 Jul 2012 00:46:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/238-guid.html</guid>
    
</item>
<item>
    <title>Chromium: day two</title>
    <link>http://shadowm.rewound.net/blog/archives/235-Chromium-day-two.html</link>
            <category>Miscellaneous</category>
            <category>Personal</category>
            <category>Software</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/235-Chromium-day-two.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=235</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=235</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;A couple of things:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;I cannot press Escape on a loaded page to stop all playing GIF animations.&lt;/li&gt;
  &lt;li&gt;There isn’t an obvious way to search page contents backwards with the keyboard as in Firefox (it is &lt;kbd&gt;Shift+F3&lt;/kbd&gt; there).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What the hell?&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 29 Jun 2012 05:00:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/235-guid.html</guid>
    
</item>
<item>
    <title>Switching web browsers</title>
    <link>http://shadowm.rewound.net/blog/archives/234-Switching-web-browsers.html</link>
            <category>Miscellaneous</category>
            <category>Personal</category>
            <category>Software</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/234-Switching-web-browsers.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=234</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=234</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;For more than a year I have been actively avoiding the web browser that all the cool kids use these days. I’m obviously talking of &lt;a href=&quot;http://chrome.google.com/&quot;&gt;Google Chrome&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For all its excellent performance and ease of use, I kept being bothered by its insistence on breaking the mold and looking like a completely different &lt;em&gt;thing&lt;/em&gt; running on my Linux system, instead of behaving like an &lt;em&gt;application&lt;/em&gt; blending with its environment. I think it was this big annoyance that kept me from adopting it as my regular web browser for all this time. But compared to Mozilla Firefox, I think there’s just no matter of dispute anymore. Chromium/Google Chrome keeps getting better, and Firefox is stuck in the noughties, much like an evolutionary dead end in the history of &lt;strike&gt;fail&lt;/strike&gt; web browsers.&lt;/p&gt;

&lt;p&gt;The fact is, there are perfectly plausible explanations for the blending issue. It was only last night that I decided to do some research, and the first thing I found while looking around in the Chromium issue tracker was &lt;a href=&quot;http://code.google.com/p/chromium/issues/detail?id=10949&quot;&gt;#10949, “Use GTK widget renderering in web content”&lt;/a&gt;. Various valid points are raised by the developers amidst some background noise — courtesy of random users. And truth to be told, it works. If one takes any XUL (e.g. Firefox, Thunderbird) application and tests it against Gtk+ theme engines or color schemes other than the Ubuntu defaults*, various design shortcomings become evident, including things such as the developers’ inability to choose a toolbar icon set for Linux/X11 that doesn’t become uncomfortably unreadable against bright backgrounds.&lt;/p&gt;

&lt;p&gt;There are many other subtle quirks in Firefox as of late that make it glaringly obvious that it is unable to keep up with my own evolving requirements. Just to provide a few examples:&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;The whole browser often freezes for milliseconds (up to one second) when performing certain operations in the background such as opening a new tab. (Chrome appears to use and abuse &lt;acronym title=&quot;Inter-Process Communication&quot;&gt;IPC&lt;/acronym&gt; on Linux to avoid this at all costs.)&lt;/li&gt;
    &lt;li&gt;Scrolling motion often feels jerky, with occasional momentary rendering artifacts such as large blank chunks that are just displeasing or even &lt;em&gt;painful&lt;/em&gt; to the eye. (In this regard, Chrome &gt; Opera &gt; Firefox here.)&lt;/li&gt;
    &lt;li&gt;Awesome Bar suggestions may take long to appear in some cases due to my extensive browser history, which is pretty much the only way those suggestions can be useful in the first place (I currently have no idea whether Chrome is different in this respect). The main problem with this is that there is no obvious indication as to how much time I should wait for suggestions to come up before giving up.&lt;/li&gt;
    &lt;li&gt;I can’t keep my tabs open and start a Private Browsing session on a new window. (Chrome allows “incognito” windows separate from normal browsing sessions.)&lt;/li&gt;
    &lt;li&gt;Firefox Sync is somewhat cumbersome by design, and yet it refuses to work most of the time for unknown reasons.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As far as &lt;em&gt;I&lt;/em&gt; am concerned, there’s a certain threshold beyond which an application starts to become a nuisance rather than the facility any modern application should strive to be. Those days when everything was a chore are long gone; I want a web browser that’s fast, efficient, effective, and &lt;em&gt;does not get in my way&lt;/em&gt;. Google Chrome/Chromium is rather daring—perhaps a little too much—in these terms, as you can see by yourself under “Content not chrome” in their &lt;a href=&quot;http://www.chromium.org/user-experience&quot;&gt;User Experience&lt;/a&gt; page, but their approach appears to be effective if the browser marketshare trends are anything to go by.&lt;/p&gt;

&lt;p class=&quot;center&quot;&gt;&amp;#8226;&amp;#8226;&amp;#8226;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In conclusion&lt;/strong&gt;, I have decided to give Chromium a more extensive test run for the rest of this week. Yes, Chromium (version 20 from sid), because I tend to feel the Debian packagers know their OS better, and the built-in Flash in the current stable Google Chrome appears to have problems with my machine and/or configuration.&lt;/p&gt;

&lt;p&gt;Thankfully, importing my Firefox bookmarks, saved forms and other cruft took just a few clicks**. I will probably have to adapt to the different user interface design (already had to move some bookmarks around for easy access), but it might as well be a minor one-time hassle if it all works out well.&lt;/p&gt;

&lt;p class=&quot;italic&quot;&gt;&lt;small&gt;* (Seriously, “every Linux operating system is Ubuntu” would become a trope if Linux ever achieved 
mainstream popularity.)&lt;br /&gt;
** (I decided against importing my web history, which goes back as far as June 8th 2011.)&lt;/small&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 28 Jun 2012 01:37:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/234-guid.html</guid>
    
</item>
<item>
    <title>Firefox is dead, long live Firefox</title>
    <link>http://shadowm.rewound.net/blog/archives/191-Firefox-is-dead,-long-live-Firefox.html</link>
            <category>Software</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/191-Firefox-is-dead,-long-live-Firefox.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=191</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=191</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://hacks.mozilla.org/2011/07/announcing-boot-to-gecko-b2g-booting-to-the-web/&quot;&gt;You finally, really did it.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s not &lt;em&gt;entirely&lt;/em&gt; unexpected for me, but it’s the kind of news one hopes to never find in his front door, like a car-bomb if you will. If this goes ahead I can imagine that less and less time and human and economic resources will be spent on the Mozilla Firefox proper for the PC, once B2G catches the OEMs’ attention.&lt;/p&gt;

&lt;p&gt;I guess it’s time for me to accept (&lt;a href=&quot;http://shadowm.rewound.net/blog/archives/181-Firefox-5.html&quot;&gt;again&lt;/a&gt;) that Firefox has ultimately become the open-source Internet Explorer.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 28 Jul 2011 18:35:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/191-guid.html</guid>
    
</item>
<item>
    <title>Firefox 6 beta</title>
    <link>http://shadowm.rewound.net/blog/archives/187-Firefox-6-beta.html</link>
            <category>Software</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/187-Firefox-6-beta.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=187</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=187</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://blog.mozilla.com/futurereleases/2011/07/08/firefoxbeta6-0-2/&quot;&gt;And here it is, at last.&lt;/a&gt; Just like the last time, the new version migrates from Aurora to Beta on Tuesday but it isn’t offered via the update channels until the next Friday, while the newer ex-Nightly is published in Aurora in the meantime.&lt;/p&gt;

&lt;p&gt;I still think this is unnecessarily awkward for users who are interested in one specific Firefox version, or who want to avoid disabling incompatible add-ons as much as possible.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Fri, 08 Jul 2011 22:55:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/187-guid.html</guid>
    
</item>
<item>
    <title>Firefox 7 in Aurora channel, however...</title>
    <link>http://shadowm.rewound.net/blog/archives/186-Firefox-7-in-Aurora-channel,-however....html</link>
            <category>Software</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/186-Firefox-7-in-Aurora-channel,-however....html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=186</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=186</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;… Where’s Firefox 6 beta?&lt;/p&gt;

&lt;p&gt;Supposedly, &lt;a href=&quot;https://wiki.mozilla.org/Features/Release_Tracking#Firefox_6&quot;&gt;Firefox 6 entered the beta channel&lt;/a&gt; on July 5, yet there’s no signs of it in the Mozilla FTP server or in the website proper.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://blog.mozilla.com/futurereleases/2011/07/07/firefoxaurora7/&quot;&gt;With Firefox 7 entering Aurora now&lt;/a&gt;, I’m in a slightly uncomfortable position because I hoped to continue tracking version 6 once it moved to beta — now I’m using an old version 6 snapshot from Aurora hoping that the beta will be packaged and announced &lt;em&gt;soon&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;It seems somewhat inconsistent from my standpoint to let Aurora be replaced by a newer version before the previous Aurora is properly promoted to Beta.&lt;/p&gt;

&lt;p&gt;Interestingly, the same situation appears to have occurred with the announcement of Firefox 5 beta in May, the difference being that I didn’t particularly mind because it was in preparation for the first official release after Firefox 4 and the decision to &lt;a href=&quot;http://blog.mozilla.com/blog/2011/04/13/new-channels-for-firefox-rapid-releases/&quot;&gt;switch to a rapid release schedule&lt;/a&gt;, so a little schedule slip was to be expected for an initial deployment.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 07 Jul 2011 22:56:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/186-guid.html</guid>
    
</item>
<item>
    <title>Firefox 5</title>
    <link>http://shadowm.rewound.net/blog/archives/181-Firefox-5.html</link>
            <category>Software</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/181-Firefox-5.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=181</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=181</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;The announcement that Mozilla was switching to a &lt;a href=&quot;http://blog.mozilla.com/blog/2011/04/13/new-channels-for-firefox-rapid-releases/&quot;&gt;“rapid” release cycle&lt;/a&gt; did not entirely catch me by surprise back in the day. With the advent of Google Chrome to rekindle the fire of the Browser Wars a couple of years ago and its significant contribution to the general adoption of HTML5, I knew Mozilla Firefox 4.0 would have little to offer that wasn’t already the standard in Chrome.&lt;/p&gt;

&lt;p&gt;Now that version numbers are meaningless for Firefox users, &lt;a href=&quot;http://blog.mozilla.com/blog/2011/06/21/mozilla-delivers-new-version-of-firefox-first-web-browser-to-support-do-not-track-on-multiple-platforms/&quot;&gt;Mozilla refers to their latest milestone&lt;/a&gt; simply as &lt;em&gt;new version&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;It’s kind of sad to see those who were once pioneers in open-source web technologies development — in no small part thanks to Microsoft Internet Explorer and the death of the formerly glorious Netscape Navigator — now relegated to following in the footsteps of the youngest actor in the market, an actor which really just took Apple’s Webkit library as a building foundation and released the resultant project under one (if not &lt;em&gt;the one&lt;/em&gt;) of the most recognizable brands of the Internet.&lt;/p&gt;

&lt;p&gt;As far as I understand the &lt;a href=&quot;https://wiki.mozilla.org/Features/Release_Tracking&quot;&gt;roadmap for Firefox 6 and 7&lt;/a&gt;, there’s very little in terms of user-visible features ahead this year, and most improvements are either bug-fixes (like in good old point releases), HTML5 crap or minor polishing. That is not to say that I don’t welcome any performance improvements, but I think that the Mozilla folks need to come up with something really new and &lt;em&gt;unique&lt;/em&gt; if they don’t want to see their market share drop to dangerous levels and lose the war to Google’s over-pretentious product.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 22 Jun 2011 04:11:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/181-guid.html</guid>
    
</item>
<item>
    <title>Choosing an email client with Firefox</title>
    <link>http://shadowm.rewound.net/blog/archives/172-Choosing-an-email-client-with-Firefox.html</link>
            <category>Miscellaneous</category>
            <category>Web browsers</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/172-Choosing-an-email-client-with-Firefox.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=172</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=172</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;Whatever rules Mozilla Firefox follows to determine the user’s default email client don’t seem to work properly on Debian, at least not when GNOME is not the desktop environment originally installed. For whatever reason, what Firefox tries to do with &lt;tt&gt;mailto&lt;/tt&gt; links and the Send Link context menu option is to open the Evolution mail client, which is not installed with the KDE or LXDE desktop environments.&lt;/p&gt;

&lt;p&gt;Fixing this is supposed to be trivial, and it is, but the relevant option is hidden in the worst possible place in Preferences.&lt;/p&gt;

&lt;div class=&quot;center scrollable&quot;&gt;&lt;img src=&quot;http://i144.photobucket.com/albums/r176/shadowm2006/screenshots/mailclientconf.png&quot; alt=&quot;Application Preferences&quot; /&gt;&lt;/div&gt;

&lt;p&gt;Chromium/Google Chrome does not have a user-accessible setting for this, but somehow still appears to get the right idea from the desktop environment.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 22 May 2011 22:57:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/172-guid.html</guid>
    
</item>
<item>
    <title>Cats, rainbows, and stars, oh my</title>
    <link>http://shadowm.rewound.net/blog/archives/164-Cats,-rainbows,-and-stars,-oh-my.html</link>
            <category>Miscellaneous</category>
            <category>Software</category>
            <category>Web browsers</category>
            <category>Web design</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/164-Cats,-rainbows,-and-stars,-oh-my.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=164</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=164</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;I don’t know what’s the worst (or best) part: that HTML 5 is being used for &lt;a href=&quot;http://nyan.cat/&quot;&gt;&lt;em&gt;this&lt;/em&gt;&lt;/a&gt; kind of gimmicks,  or the fact that there’s people who are entertained by a &lt;a href=&quot;http://www.prguitarman.com/index.php?id=348&quot;&gt;gray cat who shits rainbows while flying- er, running across the universe with a pop tart glued to its back&lt;/a&gt;. Does that make sense? No. Does it need to make sense? No — this is the Internet, after all.&lt;/p&gt;

&lt;p&gt;Feel free to click the links, but don’t blame me if your score in future IQ tests drops by a significant amount as a consequence.&lt;/p&gt;

&lt;p&gt;&lt;small&gt;Protip: &lt;a href=&quot;http://nyan.cat/&quot;&gt;nyan.cat&lt;/a&gt; works best with Google Chrome. Firefox 4 and Opera 11.10 miss the rainbow animation for some reason, on Linux at least. &lt;em&gt;Not that I care, really.&lt;/em&gt;&lt;/small&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 18 Apr 2011 20:10:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/164-guid.html</guid>
    
</item>
<item>
    <title>Firefox 4 gets a clue, plus Bonus Track</title>
    <link>http://shadowm.rewound.net/blog/archives/163-Firefox-4-gets-a-clue,-plus-Bonus-Track.html</link>
            <category>Miscellaneous</category>
            <category>Software</category>
            <category>Web browsers</category>
            <category>Web design</category>
    
    <comments>http://shadowm.rewound.net/blog/archives/163-Firefox-4-gets-a-clue,-plus-Bonus-Track.html#comments</comments>
    <wfw:comment>http://shadowm.rewound.net/blog/wfwcomment.php?cid=163</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://shadowm.rewound.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=163</wfw:commentRss>
    

    <author>nospam@example.com (shadowmaster)</author>
    <content:encoded>
    &lt;p&gt;Apparently the people at Mozilla finally decided to give their last Firefox release a try on a Linux/Gtk+ configuration other than Ubuntu 10.10’s default, &lt;strong&gt;or&lt;/strong&gt; some diligent user reported to them how &lt;a href=&quot;http://i144.photobucket.com/albums/r176/shadowm2006/screenshots/web/firefox4-native.png&quot;&gt;awful&lt;/a&gt; the new interface looks to the rest of the world who’s not using Windows. In any case, I seem to be receiving new builds through their beta channel, and a few hours ago I got my hands on &lt;a href=&quot;http://www.mozilla.com/en-US/firefox/4.0.1/releasenotes/&quot;&gt;Firefox 4.0.1 “beta” build 1&lt;/a&gt;, whatever that means.&lt;/p&gt;

&lt;p&gt;The following picture should speak by itself: &lt;small&gt;(Hint: look between the Firefox button and the toolbar.)&lt;/small&gt;&lt;/p&gt;

&lt;div class=&quot;center&quot;&gt;
  &lt;img src=&quot;http://i144.photobucket.com/albums/r176/shadowm2006/screenshots/web/firefox4_toolbar_comparison.png&quot; alt=&quot;Firefox 4.0.1 toolbar comparison&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Before switching to Mozilla Firefox 4’s builds from the Nightly (Minefield) channel some time around mid-2010, I used to follow closely the &lt;a href=&quot;http://glandium.org/&quot;&gt;blog of one of the Debian Iceweasel maintainers&lt;/a&gt;, from which I got goodness such as updates on the status of Iceweasel 3.6 for Debian Sid/Squeeze in Experimental, that I used for a while.&lt;/p&gt;

&lt;p&gt;There’s &lt;a href=&quot;http://glandium.org/blog/?p=1554&quot;&gt;a little piece of customization advice&lt;/a&gt; for Iceweasel/Firefox 4.0 users posted around January that I overlooked until now.&lt;/p&gt;

&lt;p&gt;Turns out that this night after Firefox 4.0.1’s update, I decided that the “Firefox button” should match the Oxygen window decoration in style — because I’m that crazy. I took the &lt;tt&gt;~/.mozilla/firefox/&amp;lt;session&amp;gt;/chrome/userChrome.css&lt;/tt&gt; modifications from the blog post and played around with various combinations until I produced something marginally uniquer.&lt;/p&gt;

&lt;div class=&quot;center&quot;&gt;
  &lt;img src=&quot;http://i144.photobucket.com/albums/r176/shadowm2006/screenshots/web/firefox4_toolbar_custom.png&quot; alt=&quot;Firefox 4.0.1 customization screenshot&quot; /&gt;
&lt;/div&gt;

&lt;pre&gt;
#appmenu-toolbar-button &amp;gt; .toolbarbutton-text {
  /* oxygen &quot;carved&quot; effect */
  text-shadow: 0px 1px 0px white;
  /* bold */
  font-weight: bold;
}
&lt;/pre&gt;

&lt;div class=&quot;float_reset&quot;&gt;&lt;/div&gt;

&lt;p&gt;I am actually &lt;em&gt;afraid&lt;/em&gt; of messing around with the many possibilities of XUL/CSS styling further, lest I spend the rest of the month producing my own full-fledged Firefox theme. The fact that &lt;a href=&quot;/personal.php#webdev&quot;&gt;I can handle CSS&lt;/a&gt; makes this all the more worrisome.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 16 Apr 2011 06:08:00 +0000</pubDate>
    <guid isPermaLink="false">http://shadowm.rewound.net/blog/archives/163-guid.html</guid>
    
</item>

</channel>
</rss>