<?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>CSSquirrel &#187; firefox</title>
	<atom:link href="http://cssquirrel.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssquirrel.com/blog</link>
	<description>opinions and news on web design</description>
	<lastBuildDate>Fri, 18 May 2012 16:26:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting Delicious on Firefox 4</title>
		<link>http://cssquirrel.com/blog/2011/04/21/getting-delicious-on-firefox-4/</link>
		<comments>http://cssquirrel.com/blog/2011/04/21/getting-delicious-on-firefox-4/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 16:19:11 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[james moss]]></category>
		<category><![CDATA[miracle whip]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/blog/?p=892</guid>
		<description><![CDATA[Yahoo is really pissing me off. I&#8217;m glad that Delicious hasn&#8217;t gone the way of the dodo (by all accounts a delicious bird that pirates feasted upon), but I&#8217;m annoyed beyond all belief that since I&#8217;ve upgraded to Firefox 4 that I can&#8217;t make use of the add-on anymore. Manually going to Delicious and doing [...]]]></description>
			<content:encoded><![CDATA[<p>Yahoo is really pissing me off.</p>
<p>I&#8217;m glad that <a title="Delicious" href="http://www.delicious.com/">Delicious</a> hasn&#8217;t gone the way of the dodo (by all accounts a delicious bird that pirates feasted upon), but I&#8217;m annoyed beyond all belief that since I&#8217;ve upgraded to Firefox 4 that I can&#8217;t make use of the add-on anymore.</p>
<p>Manually going to Delicious and doing the bookmarking directly on the site is like being forced to create mayonnaise by scratch for every sandwich. Somewhere, at some point, you just switch to Miracle Whip.</p>
<p>Gentlemen, I hate Miracle Whip.</p>
<p>Seriously, what&#8217;s in that stuff?</p>
<p>Today, like most days, I went to hit the Delicious icon to store a lovely page in the cloud for my perusal later. And today, like every day since Firefox 4, I cursed as I remembered I can&#8217;t do that anymore. So I went searching in a futile hunt for an update. It&#8217;s been weeks. Surely some Yahoo engineer somewhere fixed it already. Right?</p>
<p>Wrong.</p>
<p>But as fortune has it, someone else shared my distaste for waiting, and was more clever than I. <a title="James Moss: Installing Delicious Bookmarks Extension in Firefox 4" href="http://jamesmoss.co.uk/blog/installing-delicious-bookmarks-extension-in-firefox-4-rc/">Go here for instructions</a> by <a title="James Moss" href="http://jamesmoss.co.uk/">James Moss</a> on how to make the add-on work in eight easy steps. Thank you, James. You&#8217;ve saved my sanity.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2011/04/21/getting-delicious-on-firefox-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firefox 3.6, box-shadow &amp; transform</title>
		<link>http://cssquirrel.com/blog/2011/03/18/firefox-3-6-box-shadow-transform/</link>
		<comments>http://cssquirrel.com/blog/2011/03/18/firefox-3-6-box-shadow-transform/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 21:01:56 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[box-shadow]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[test case]]></category>
		<category><![CDATA[transform]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/blog/?p=863</guid>
		<description><![CDATA[As long as you&#8217;re not on a legacy browser, to the left you&#8217;ll see an image that is rotated 90 degrees. If you&#8217;re using the current version of Firefox (3.6 as I write this), you&#8217;ll also notice a rather unpleasant visual effect on the box-shadow, which isn&#8217;t properly surrounding the rotated image like it should [...]]]></description>
			<content:encoded><![CDATA[<div style="width: 260px; height: 260px; margin-right: -120px; float: left;"><img class="wp-image" style="width:250px;margin-top:-125px;-o-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg); -o-transform-origin: left bottom;-ms-transform-origin: left bottom;-moz-transform-origin: left bottom;-webkit-transform-origin: left bottom;transform-origin: left bottom;" src="http://cssquirrel.com/testcases/transform-box-shadow/browser-friends.jpg" alt="The Forest Browser Friends posing together for a photo." /></div>
<p>As long as you&#8217;re not on a legacy browser, to the left you&#8217;ll see an image that is rotated 90 degrees.  </p>
<p>If you&#8217;re using the current version of <a title="Firefox" href="http://mozilla.com/" target="_blank">Firefox</a> (3.6 as I write this), you&#8217;ll also notice a rather unpleasant visual effect on the <a title="Box-Shadow" href="http://www.css3.info/preview/box-shadow/" target="_blank">box-shadow</a>, which isn&#8217;t properly surrounding the rotated image like it should be.  </p>
<p>I came across this by accident while working on some 2d transforms for a series of photos in a client&#8217;s project. I didn&#8217;t catch it at first because it only happens somewhere between 82 degrees and 108 degrees (and the direct opposite around 262 degrees to 278 degrees). I might be off by a degree or two, but that&#8217;s about the range where the shadow sheers off and snaps down to the picture&#8217;s height in its original orientation.  </p>
<p><a href="/testcases/transform-box-shadow/">I&#8217;ve got a test case here</a>. You&#8217;ll note Chrome, Safari, Opera and Internet Explorer (yes, even IE) are doing it right in their current versions. Only Firefox isn&#8217;t.  </p>
<p>Considering how long Firefox has been implementing transforms in comparison to Internet Explorer (infamous inbred step-child of the browser market), this is really disappointing. It&#8217;s details like this that are slowly costing me my love for the flaming-tailed fox. </p>
<p>The bug is fixed in the Firefox 4 beta, thankfully. But that begs the question, how much longer do we need to wait for Firefox 4 to release?</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2011/03/18/firefox-3-6-box-shadow-transform/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Forest Browser Friends: The Great Race</title>
		<link>http://cssquirrel.com/blog/2011/03/16/forest-browser-friends-the-great-race/</link>
		<comments>http://cssquirrel.com/blog/2011/03/16/forest-browser-friends-the-great-race/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 20:49:02 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[forest browser friends]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/blog/?p=844</guid>
		<description><![CDATA[Even if haters can&#8217;t admit it out loud, they probably need to admit it to themselves deep down inside: Nine is a contender. For years, Internet Explorer has been out of the game when it comes to any discussion of what constitutes a modern browser. Version 8, as much as it was a drastic improvement [...]]]></description>
			<content:encoded><![CDATA[<div class="comic"><img longdesc="http://cssquirrel.com/comicscripts/script84.htm" src="/images/comic/cs084.png" alt="CSSquirrel #84: Forest Browser Friends - The Great Race!" /></div>
<p>Even if haters can&#8217;t admit it out loud, they probably need to admit it to themselves deep down inside: <a title="IE9: Beauty of the Web" href="http://www.beautyoftheweb.com/" target="_blank">Nine</a> is a contender.</p>
<p>For years, Internet Explorer has been out of the game when it comes to any discussion of what constitutes a modern browser. Version 8, as much as it was a drastic improvement over what had come before, was something I viewed more as a correction of 6 and 7&#8242;s many errors, and clearly not an effort towards embracing more modern features.</p>
<p>But Nine? Hardware acceleration. A blazingly fast JavaScript engine. Robust CSS3 support (missing things, but includes a decent chunk of what I wanted to see). HTML5 features like &lt;video&gt;, &lt;audio&gt; and even &lt;canvas&gt;. SVG support. On top of it all it&#8217;s got a slick, minimalist interface.</p>
<p>Internet Explorer 9 <em>is</em> a modern browser. Period. Dissenters and naysayers are at best nitpicking and at worse lashing out due to old habit.</p>
<p>There are downsides. I wish that they&#8217;d made it for XP, but as Microsoft is in the habit of selling operating systems I understand how complex of an issue that might be for their business model. It doesn&#8217;t include all the CSS3 I want to see (gradients, anyone?) but they do give a reasonable-sounding reasoning why (ostensibly, they don&#8217;t want to add a feature that has to be changed or removed later, and gradients currently have at least two exclusive syntaxes).</p>
<p>But the bottom line is that although IE9 isn&#8217;t perfect, it&#8217;s also not the flawed, stunted beast of ill-will and developer-consuming horror that its ancestors were. We, as designers, should be grateful that we&#8217;ve got another modern browser making our websites look better (and capable of doing more) without requiring us to craft different code for different browsers.</p>
<p>(But feel free to kvetch about the challenge in getting XP users to upgrade to a modern browser. My opinion on that? Tell them to use <a title="Google Chrome" href="http://www.google.com/chrome" target="_blank">Chrome</a> or <a title="Opera" href="http://www.opera.com/" target="_blank">Opera</a>.)</p>
<h3>The Orange, Flaming Elephant In The Room</h3>
<p>I don&#8217;t, as a rule, use Internet Explorer as my daily browser. After all, I want the whole, real web, and historically it was not the best candidate for that. Now that Nine is out, I&#8217;ve found in the past couple days that my tolerance levels for my de facto browser, one Mr. <a title="Mozilla | Firefox" href="http://www.mozilla.com/" target="_blank">Firefox</a>, is suddenly waning.</p>
<p>Firefox is slow.</p>
<p><a title="CSSquirrel #84: Forest Browser Friends: The Great Race" href="http://squeee.org/c/84">Today&#8217;s comic</a> makes light of this sad, sad bit of information.</p>
<p>Additionally, when using some newer &#8220;HTML5&#8243; JS features (such as <a title="Local Storage - Dive Into HTML5" href="http://diveintohtml5.org/storage.html" target="_blank">localStorage</a>) I&#8217;ve found Firefox even locking up on what seems like a quick, trivial task for competitors like Chrome. And the old mainstay of my reason to keep Firefox, the plugins, is no longer as unique a feature as it was. I&#8217;ve been trying to stick it out until Firefox 4 is released, but I&#8217;m losing confidence rapidly in Mozilla&#8217;s formerly delicious love child. When using a laptop or trying to quickly load a page to show a friend a neat bit of code or a cute cat video, I&#8217;ve lost my patience with Firefox. I&#8217;ll fire up Chrome&#8230; or Heaven forfend, I&#8217;ve even used IE9 in the past day.</p>
<p>I&#8217;m not convinced that Internet Explorer&#8217;s plunge in its percentage of browser users is going to change yet, despite IE9. I do think, however, that if current trends continue then Firefox is going to find itself facing a plunge of its own while IE&#8217;s fortune improves. Of all the modern browsers out there it currently seems to be lagging the most.</p>
<p>That&#8217;s right, I said it. I think Firefox is lagging behind Internet Explorer now in terms of modernity.</p>
<p>It&#8217;s all well and good to support gradients and other CSS3 features. But right now with the blossoming trend of web apps and the general push to a web-based computer culture, speed is becoming the king of relevance in making a browser worth using. And at the moment, I&#8217;m not convinced Firefox 4 is improving enough to close the gap.</p>
<p>Nine isn&#8217;t going to be my browser of choice. It&#8217;ll take some time yet before Microsoft can convince me to get back to using the big blue e on a regular basis. But its dramatic improvement has made me strongly examine my current browser of choice. I hear Chrome has <a title="Firebug Lite for Google Chrome" href="https://chrome.google.com/extensions/detail/bmagokdooijbeehmkpknfglimnifench?hl=en" target="_blank">Firebug</a>.</p>
<p>Good show, Nine. Firefox, time to pony up.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2011/03/16/forest-browser-friends-the-great-race/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Comic Update: The Cake Is A Lie</title>
		<link>http://cssquirrel.com/blog/2008/12/21/comic-update-the-cake-is-a-lie/</link>
		<comments>http://cssquirrel.com/blog/2008/12/21/comic-update-the-cake-is-a-lie/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 00:05:28 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Comic]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=166</guid>
		<description><![CDATA[I don&#8217;t believe that Google Chrome is going to kill Firefox as today&#8217;s comic implies (with a Portal-inspired twist), but I do believe that if there&#8217;s a non-Microsoft browser that stands a chance of overtaking Firefox&#8217;s #2 position in the browser usage market, I see Chrome as the most likely candidate. The reasons seem pretty [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t believe that Google Chrome is going to kill Firefox as <a title="Link to CSSquirrel comic #10" href="http://www.cssquirrel.com/comic/?comic=10" target="_blank">today&#8217;s comic</a> implies (with a <a title="Link to a Wikipedia article on Portal" href="http://en.wikipedia.org/wiki/Portal_(video_game)" target="_blank">Portal</a>-inspired twist), but I do believe that if there&#8217;s a non-Microsoft browser that stands a chance of overtaking Firefox&#8217;s #2 position in the browser usage market, I see Chrome as the most likely candidate.</p>
<p>The reasons seem pretty straightforward to me, but I&#8217;ll enumerate them for those that think I&#8217;m off my rocker:</p>
<p>1. Safari is too Apple-centric to ever catch Firefox, with the possible exception of a far future where Mac OS is in the market position Windows is. Of course, it won&#8217;t ever be, because Mac OS is tied exclusively to Apple hardware, and I don&#8217;t foresee Apple computers reaching the price point where they&#8217;ll take such a commanding lead in sales. Then, if Apple reached that point, they&#8217;d probably be sued for monolopy-related software bundling just like the challenges IE/Window is always receiving.</p>
<p>2. Opera is too preachy to ever escape its small market share. They don&#8217;t want to build the software that people want. They&#8217;d rather build the software that they think is best and then try to evangelize to the masses until they convert to Opera&#8217;s way of thinking. One example of what I mean here: addons. It&#8217;s more than clear at this point that end-users want to customize their browser with any doodad they can dream up. Opera&#8217;s adamantly against that. It&#8217;s a shame, because they have a GREAT browser.</p>
<p>3. Google&#8217;s a verb of the 21st century. It&#8217;s gone past being a product, or a web app, or a service. It&#8217;s something you do to find something on the Internet. And with their main portal and their other big sites like YouTube quietly recommending Chrome, it&#8217;s going to get exposure to hundreds of millions of &#8220;average&#8221; web surfers who&#8217;ve never even heard of Opera or Firefox.</p>
<p>4. So far, Google appears to be positioned to making Chrome into the kind of browser people want. It&#8217;s fast and streamlined, but at the same time they plan to make it capable of supporting addons and other features that will let people make of it what they will. Give someone a car, and they&#8217;ll drive it. Give someone a fast car and a garage to tinker in, and they&#8217;ll obsess over it their entire life.</p>
<p>Take into account all that and the fact that many major hardware vendors are talking about making <a title="Google Chrome To Become Default Browser" href="http://www.newsoxy.com/google/article11515.html" target="_blank">Chrome the default installed browser</a> on machines they ship, and you&#8217;ve got a good reason to claim that Chrome could rapidly rise in the ranks.</p>
<p>To me, the question isn&#8217;t whether Chrome will overtake Safari and Opera. It will (and as it finally gets Apple and Linux versions that should accelerate adoption). The question will be whether Firefox&#8217;s head start, existing community of users and addon-makers, and equal devotion to constantly improving standard compliance and JavaScript speed increases will be enough to keep the lead.</p>
<p>Frankly, whichever keeps ahead in standards support, speed, and expandibility (addons, etc) will be the one that I make my browser of choice. Regardless of which wins, I hope they collectively continue to chip away at the undeserved lead of clunky, slow Internet Explorer.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2008/12/21/comic-update-the-cake-is-a-lie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 Is Go</title>
		<link>http://cssquirrel.com/blog/2008/06/17/firefox-3-is-go/</link>
		<comments>http://cssquirrel.com/blog/2008/06/17/firefox-3-is-go/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 20:03:24 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=37</guid>
		<description><![CDATA[I doubt anyone needs me to tell them this, but Firefox 3 is launched. Go get it. Well, get it if you can manage to load Mozilla&#8217;s page. Talk about a heavy server load.]]></description>
			<content:encoded><![CDATA[<p>I doubt anyone needs me to tell them this, but <a title="Link to Firefox" href="http://www.mozilla.com/firefox" target="_blank">Firefox 3</a> is launched. Go get it. Well, get it if you can manage to load Mozilla&#8217;s page. Talk about a heavy server load.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2008/06/17/firefox-3-is-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Launch Day On Tuesday</title>
		<link>http://cssquirrel.com/blog/2008/06/16/firefox-launch-day-on-tuesday/</link>
		<comments>http://cssquirrel.com/blog/2008/06/16/firefox-launch-day-on-tuesday/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:11:21 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=35</guid>
		<description><![CDATA[When it comes to browsers, Firefox is my primary choice. It&#8217;s combination of strong standards support and large addons library makes it not only desirable, but indispensable in how I browse and work on the Net. I know I can do web development without Firebug, but I certainly don&#8217;t know why I&#8217;d want to. Although [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to browsers, Firefox is my primary choice. It&#8217;s combination of strong standards support and large addons library makes it not only desirable, but indispensable in how I browse and work on the Net. I know I can do web development without Firebug, but I certainly don&#8217;t know why I&#8217;d want to.</p>
<p>Although I&#8217;ve been running the beta (then later the release candidates) for some time now, I&#8217;m excited for the upcoming official release of Firefox 3 tomorrow. Although I hadn&#8217;t planned out a release party like Mozilla has encouraged as part of their <a title="Link to Download Day 2008" href="http://www.spreadfirefox.com/en-US/worldrecord" target="_blank">Download Day 2008</a> event, I&#8217;ll definitely be upgrading to the release version to help with their &#8220;most downloads in one day&#8221; goal.</p>
<p>In related news, while I&#8217;ve made it clear how much I dislike their tendancy to swing at IE without checking if their own zipper is up, I am also glad to see <a title="Link to Opera 9.5 product page" href="http://www.opera.com/products/desktop/" target="_blank">Opera 9.5</a> has been officially released, bringing with it a slick upgraded interface, more speed, and overall better standards support (but still no CSS3 rgba color support yet.) Between those two and Safari, a lot more CSS3 and other standards-related features are becoming available in 2008.</p>
<p>Now if only Microsoft would get off it&#8217;s lazy rear and announce a general target for when they plan to release IE8. Preferably this year&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2008/06/16/firefox-launch-day-on-tuesday/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comic Update: Lining Up for Firefox</title>
		<link>http://cssquirrel.com/blog/2008/06/03/comic-update-lining-up-for-firefox/</link>
		<comments>http://cssquirrel.com/blog/2008/06/03/comic-update-lining-up-for-firefox/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 06:21:17 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=34</guid>
		<description><![CDATA[When I first started thinking up the idea for this week&#8217;s comic, I thought it was an absurd intrusion of the adoration video games receive into an the stately field of browser software. After all, despite the fact that web browsers are probably some of the most ubiquitous bits of software floating around on people&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>When I first started thinking up the idea for this week&#8217;s <a title="Link to CSSquirrel comic #5" href="/comic/?comic=5" target="_blank">comic</a>, I thought it was an absurd intrusion of the adoration video games receive into an the stately field of browser software. After all, despite the fact that web browsers are probably some of the most ubiquitous bits of software floating around on people&#8217;s computers, your average Joe doesn&#8217;t go bananas for a new release, do they?</p>
<p>Apparently, as I learned from this little <a title="Link to WSL's article on Mozilla Download Day" href="http://www.webstandards.org/2008/05/29/mozilla-download-day/" target="_blank">tidbit</a> at the Web Standards Project, the idea isn&#8217;t as far fetched as I thought. It turns out that Mozilla is looking to get Firefox 3 to be the most downloaded piece of software in a single day, with an event they call <a title="Link to Download Day 2008" href="http://www.spreadfirefox.com/en-US/worldrecord" target="_blank">Download Day 2008</a>, and among other things they&#8217;re building excitement for it by encouraging people to have <a title="Link to Mozilla Party" href="http://mozillaparty.com/en-US/" target="_blank">launch parties</a>.</p>
<p>Don&#8217;t get me wrong, I&#8217;m super excited for Firefox 3. I&#8217;ve been using the beta (now the release candidate) for weeks now, and I can&#8217;t help but feel that it&#8217;s an upgrade in every way, shape, and form. It&#8217;s faster, it&#8217;s sleeker, has sweet add-ons, and among many other things it now supports <strong>inline-block</strong> (the most neglected of CSS display types). Of course, it doesn&#8217;t have multiple-backgrounds yet, and is only supporting border-radius with a proprietary version&#8230; but I&#8217;m not expecting it to be perfect out of the gate (this doesn&#8217;t mean you have <a title="Link to Carte Blanche on Definr" href="http://definr.com/carte%20blanche" target="_blank">carte blanche</a> to drag your feet on that, Mozilla.)</p>
<p>However, I never thought that browser software actually <em>needed </em>a launch party (well, outside of the company that slaved and toiled to make it.) But now that the topic has arisen, why not? As web professionals, we rely on constantly improving, standards compliant browsers to render our websites and run our web apps properly. Approaching 20% of the user browser share, Firefox is the forerunner in providing us with just that. It&#8217;s not only acceptable to encourage and celebrate it&#8217;s success, it makes great sense.</p>
<p>Of course, as near as I can tell from my short time in the field as a paid &#8216;professional&#8217;, developers don&#8217;t need a lot of excuses for a party.</p>
<p>Anyone going to be celebrating in Bellingham?</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2008/06/03/comic-update-lining-up-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 &#8211; Three Days In</title>
		<link>http://cssquirrel.com/blog/2008/05/06/firefox-3-three-days-in/</link>
		<comments>http://cssquirrel.com/blog/2008/05/06/firefox-3-three-days-in/#comments</comments>
		<pubDate>Tue, 06 May 2008 16:01:40 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=19</guid>
		<description><![CDATA[It&#8217;s been three days so far with the Firefox 3 beta on my home computer, and I&#8217;m loving it. I&#8217;ve manged to find FF3-capable versions of the add-ons I use the most, including Firebug, FireFTP, and del.icio.us, which was the major hurdle in my experimenting with earlier betas. It is tremendously faster. I can&#8217;t get [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been three days so far with the Firefox 3 beta on my home computer, and I&#8217;m loving it. I&#8217;ve manged to find FF3-capable versions of the add-ons I use the most, including Firebug, FireFTP, and del.icio.us, which was the major hurdle in my experimenting with earlier betas.</p>
<p>It is tremendously faster. I can&#8217;t get over how quickly it loads by comparison to version 2. Also, the interface is looking pretty slick. There&#8217;s bound to be a number of feature upgrades and functionality that I haven&#8217;t even noticed yet, but everything just feels like it&#8217;s working more smoothly.</p>
<p>Good work, Mozilla.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2008/05/06/firefox-3-three-days-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Firefox 3 Beta 5</title>
		<link>http://cssquirrel.com/blog/2008/05/03/testing-firefox-3-beta-5/</link>
		<comments>http://cssquirrel.com/blog/2008/05/03/testing-firefox-3-beta-5/#comments</comments>
		<pubDate>Sat, 03 May 2008 18:01:52 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fireftp]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=16</guid>
		<description><![CDATA[I&#8217;ve once again downloaded the Firefox 3 beta to my home system to check it out. The most obvious new thing that gets me excited is the faster speed and the smaller memory usage. My machine isn&#8217;t exactly new, smaller equals better. What made me drop FF3 last time was the lack of add-on support [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve once again downloaded the <a title="Link to Firefox 3 Beta Downloads" href="http://www.mozilla.com/firefox/all-beta.html" target="_blank">Firefox 3 beta</a> to my home system to check it out. The most obvious new thing that gets me excited is the faster speed and the smaller memory usage. My machine isn&#8217;t exactly new, smaller equals better.</p>
<p>What made me drop FF3 last time was the lack of add-on support thus far. But I&#8217;m running betas of both <a title="Link to FireFTP" href="http://fireftp.mozdev.org/" target="_blank">FireFTP</a> and <a title="Link to Firebug" href="http://www.getfirebug.com/" target="_blank">Firebug</a>, which are practically impossible for me to function without these days.</p>
<p>I did just notice that the spell checker doesn&#8217;t seem to be doing its job. At least not in the blog editor. Hmmm. Oh, wait, now it kicked in. Very slowly.</p>
<p>I&#8217;ll see if I can tolerate this for a couple days, or if I&#8217;ll be regressing back to Firefox 2 until 3 goes out of beta.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2008/05/03/testing-firefox-3-beta-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

