<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Mozilla Firefox 3 Alpha 2 Released!</title>
	<atom:link href="http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/</link>
	<description>Technology News</description>
	<pubDate>Sun, 07 Sep 2008 06:14:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Early Look at Firefox 3.0</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-89061</link>
		<dc:creator>Early Look at Firefox 3.0</dc:creator>
		<pubDate>Tue, 27 Feb 2007 03:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-89061</guid>
		<description>[...] reaches its beta phase, so I turn to CyberNet News for all my updates on the alpha version of the Firefox 3.0 web browser.Â  Ryan has posted about the new features he&#8217;s found while using Firefox 3.0.Â Â Â  While [...]</description>
		<content:encoded><![CDATA[<p>[...] reaches its beta phase, so I turn to CyberNet News for all my updates on the alpha version of the Firefox 3.0 web browser.Â  Ryan has posted about the new features he&#8217;s found while using Firefox 3.0.Â Â Â  While [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88549</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 12 Feb 2007 15:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88549</guid>
		<description>@natmaster: That was a really great explanation and I think you explained it on a level that a lot of people can understand. Even I learned a few things from that!</description>
		<content:encoded><![CDATA[<p>@natmaster: That was a really great explanation and I think you explained it on a level that a lot of people can understand. Even I learned a few things from that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88542</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 12 Feb 2007 09:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88542</guid>
		<description>All of the extensions I listed above are working in FF3A2.

Please add any others you know that will install and work.</description>
		<content:encoded><![CDATA[<p>All of the extensions I listed above are working in FF3A2.</p>
<p>Please add any others you know that will install and work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natmaster</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88541</link>
		<dc:creator>natmaster</dc:creator>
		<pubDate>Mon, 12 Feb 2007 08:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88541</guid>
		<description>&lt;div id="commentquote"&gt;&lt;a href="#comment-88503"&gt;netster007x wrote:&lt;/a&gt;&lt;blockquote&gt;I don't get it.

When Firefox2 came out everyone was upset that it had "few improvements."  I found Fx2 to be the biggest improvement in my Firefox usage.  I though that they had pretty much added all there was to put in a browser, and that Fx3 would be short of potential updates.

Then, I read that page here of brainstormed Fx/browser improvements, and I saw a ton of good ideas.  I knew they couldn't implement them all in 1 release, but expected at least a few.

Now Firefox3 to the average user is EXACTLY THE SAME as Firefox2 (entirely under the hood modifications) and everyone seems excited at the new browser.  I understand that it's still only alpha 2, but I would have expected at least one of the brainstormed features (other that the standards compliance) to be implemented.

Unbelievably, it seems the Places feature Mozilla controversially removed from Fx2 won't even be put in Fx3.

Am I the only one that sees it like this?

Also, I really want the feature to minimize Firefox to the tray.  I tried the minimize to tray extension but it seems to be defective.  Any other options for Fx2?&lt;/blockquote&gt;&lt;/div&gt;

I think your confusion fundamentally derives from your ignorance about the Firefox development process. Hopefully some explanation there will clear up a few things.

First, Fx3 has been worked on since Fx2 has been worked on, so even when 2 was being released there were several improvements already in the trunk, and even more waiting on braches. What is a branch? This is probably the most important part to understand. See, when developers are working on a major feature, they don't want to screw up what everyone else is working on until they have it pretty much ready and got rid of most of their lone bugs by themselves. To do this, they work in a sandbox environment called a branch, so whenever they make changes, it doesn't screw with other people's code. When they are done with the major parts of a feature, they will then merge it back with the rest of the code on the trunk. Whenever this happens, they usually tell everyone else to lay off the trunk so they can QA out regressions for about a week after they merged a major change.
Why are branches so important? I'll get to that in a bit, but I think you should understand one more thing for this to all make sense. Browsers are not just user tools, but development platforms - so browser developers have to develop for two audiences. It takes a while to update websites and make sure they work (well) with new features to the development aspect. They need some extra time to make their sites compatible before they can expect people to be actually using it. Because of this, Mozilla works on major changes to the core first (also because their UI is based on the core too). They then release alphas for developers (not users) to test new features in the core with their sites, extensions, and programs built on XULRunner.
How does this all come together? Well, you might not notice and user changes in the trunk alphas - they are NOT meant for users, so why include those changes? Get the core bugs ironed out, and then add user changes when they are actually needed. However, don't think user changes aren't happening - this is what branches are for! When places was removed from inclusion in Fx2 it was still kept on its branch and is still being worked on. This is also true of other features, in fact some of the core rendering changes existed on a branch until recently. However, not all the user interface changes that will exist in Fx3 have their own branch. Mozilla just barely released Fx2 so they are still working on what they think should really be included. The development work that has already gone on is stuff they knew they wanted included a long time ago. So expect a lot of new Fx3 user changes to come when it is closer to release time. I don't expect any changes until the first beta, maybe the last alpha (but who knows which will be the last). But, as a developer, I am indeed very excited with the backend changes. That doesn't leave you out though, a lot of the backend changes will be readily beneficial to you. Besides having more powerful, faster websites, you will notice significant speedups, especially with graphics hardware for acceleration. Also, some of the core changes lend themselves to cool user features like better printing support, and full page zoom. These features are impossible without some of the core changes. The two backend changes for better printing support and full page zoom are the units patch, and Cairo.

I hope this cleared things up, and you'll be hearing more from me with every release. :)</description>
		<content:encoded><![CDATA[<div id="commentquote"><a href="#comment-88503">netster007x wrote:</a><br />
<blockquote>I don&#8217;t get it.</p>
<p>When Firefox2 came out everyone was upset that it had &#8220;few improvements.&#8221;  I found Fx2 to be the biggest improvement in my Firefox usage.  I though that they had pretty much added all there was to put in a browser, and that Fx3 would be short of potential updates.</p>
<p>Then, I read that page here of brainstormed Fx/browser improvements, and I saw a ton of good ideas.  I knew they couldn&#8217;t implement them all in 1 release, but expected at least a few.</p>
<p>Now Firefox3 to the average user is EXACTLY THE SAME as Firefox2 (entirely under the hood modifications) and everyone seems excited at the new browser.  I understand that it&#8217;s still only alpha 2, but I would have expected at least one of the brainstormed features (other that the standards compliance) to be implemented.</p>
<p>Unbelievably, it seems the Places feature Mozilla controversially removed from Fx2 won&#8217;t even be put in Fx3.</p>
<p>Am I the only one that sees it like this?</p>
<p>Also, I really want the feature to minimize Firefox to the tray.  I tried the minimize to tray extension but it seems to be defective.  Any other options for Fx2?</p></blockquote>
</div>
<p>I think your confusion fundamentally derives from your ignorance about the Firefox development process. Hopefully some explanation there will clear up a few things.</p>
<p>First, Fx3 has been worked on since Fx2 has been worked on, so even when 2 was being released there were several improvements already in the trunk, and even more waiting on braches. What is a branch? This is probably the most important part to understand. See, when developers are working on a major feature, they don&#8217;t want to screw up what everyone else is working on until they have it pretty much ready and got rid of most of their lone bugs by themselves. To do this, they work in a sandbox environment called a branch, so whenever they make changes, it doesn&#8217;t screw with other people&#8217;s code. When they are done with the major parts of a feature, they will then merge it back with the rest of the code on the trunk. Whenever this happens, they usually tell everyone else to lay off the trunk so they can QA out regressions for about a week after they merged a major change.<br />
Why are branches so important? I&#8217;ll get to that in a bit, but I think you should understand one more thing for this to all make sense. Browsers are not just user tools, but development platforms - so browser developers have to develop for two audiences. It takes a while to update websites and make sure they work (well) with new features to the development aspect. They need some extra time to make their sites compatible before they can expect people to be actually using it. Because of this, Mozilla works on major changes to the core first (also because their UI is based on the core too). They then release alphas for developers (not users) to test new features in the core with their sites, extensions, and programs built on XULRunner.<br />
How does this all come together? Well, you might not notice and user changes in the trunk alphas - they are NOT meant for users, so why include those changes? Get the core bugs ironed out, and then add user changes when they are actually needed. However, don&#8217;t think user changes aren&#8217;t happening - this is what branches are for! When places was removed from inclusion in Fx2 it was still kept on its branch and is still being worked on. This is also true of other features, in fact some of the core rendering changes existed on a branch until recently. However, not all the user interface changes that will exist in Fx3 have their own branch. Mozilla just barely released Fx2 so they are still working on what they think should really be included. The development work that has already gone on is stuff they knew they wanted included a long time ago. So expect a lot of new Fx3 user changes to come when it is closer to release time. I don&#8217;t expect any changes until the first beta, maybe the last alpha (but who knows which will be the last). But, as a developer, I am indeed very excited with the backend changes. That doesn&#8217;t leave you out though, a lot of the backend changes will be readily beneficial to you. Besides having more powerful, faster websites, you will notice significant speedups, especially with graphics hardware for acceleration. Also, some of the core changes lend themselves to cool user features like better printing support, and full page zoom. These features are impossible without some of the core changes. The two backend changes for better printing support and full page zoom are the units patch, and Cairo.</p>
<p>I hope this cleared things up, and you&#8217;ll be hearing more from me with every release. <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netster007x</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88540</link>
		<dc:creator>netster007x</dc:creator>
		<pubDate>Mon, 12 Feb 2007 06:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88540</guid>
		<description>Wuhu, the minimize to tray guy fixed the ext https://addons.mozilla.org/firefox/2110/

The external app is probably good, but this is really the only program I need this feature for (that doesn't already have it by default).</description>
		<content:encoded><![CDATA[<p>Wuhu, the minimize to tray guy fixed the ext <a href="https://addons.mozilla.org/firefox/2110/" rel="nofollow">https://addons.mozilla.org/firefox/2110/</a></p>
<p>The external app is probably good, but this is really the only program I need this feature for (that doesn&#8217;t already have it by default).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: List of Planned Features for Firefox 3.0</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88539</link>
		<dc:creator>List of Planned Features for Firefox 3.0</dc:creator>
		<pubDate>Mon, 12 Feb 2007 01:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88539</guid>
		<description>[...] web browser, you might have been tracking the progress of their next scheduled major release, Firefox 3.0. In case you haven&#8217;t, rest assured that many of us are for [...]</description>
		<content:encoded><![CDATA[<p>[...] web browser, you might have been tracking the progress of their next scheduled major release, Firefox 3.0. In case you haven&#8217;t, rest assured that many of us are for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88522</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 11 Feb 2007 07:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88522</guid>
		<description>Well, it is tough at this point to find out what extensions are compatible because most of the developers haven't even tried them out in Firefox 3. With all of the extensions that you have listed I'm sure one of them is bound not to work.</description>
		<content:encoded><![CDATA[<p>Well, it is tough at this point to find out what extensions are compatible because most of the developers haven&#8217;t even tried them out in Firefox 3. With all of the extensions that you have listed I&#8217;m sure one of them is bound not to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88521</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 11 Feb 2007 06:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88521</guid>
		<description>Updated list:

About This Site 1.4
Adblock Plus 0.7.2.4
Advanced Dork: 2.1.1
Allow Right-Click 0.4
Always Remember Password 0.6
Bookmark Backup 0.4.2
Bookmarks Scrollbar 1.0.5
BugMeNot 1.3
DOM Inspector 1.9a2
ErrorZilla 0.2
FlashGot 0.5.97.03
IE Tab 1.3.1.20070126
MR Tech Local Install 5.3.2.3
Nightly Tester Tools 1.2.1
NoScript 1.1.4.5.061221
Screen grab! 0.8
Splash 1.2.2
Talkback 3.0a2
Toolbar Control 2.5
Toolbar Extras 2.5.3
UI Tweaker (Formerly Toolbar Cleanup) 1.7.0
Word Count 0.4</description>
		<content:encoded><![CDATA[<p>Updated list:</p>
<p>About This Site 1.4<br />
Adblock Plus 0.7.2.4<br />
Advanced Dork: 2.1.1<br />
Allow Right-Click 0.4<br />
Always Remember Password 0.6<br />
Bookmark Backup 0.4.2<br />
Bookmarks Scrollbar 1.0.5<br />
BugMeNot 1.3<br />
DOM Inspector 1.9a2<br />
ErrorZilla 0.2<br />
FlashGot 0.5.97.03<br />
IE Tab 1.3.1.20070126<br />
MR Tech Local Install 5.3.2.3<br />
Nightly Tester Tools 1.2.1<br />
NoScript 1.1.4.5.061221<br />
Screen grab! 0.8<br />
Splash 1.2.2<br />
Talkback 3.0a2<br />
Toolbar Control 2.5<br />
Toolbar Extras 2.5.3<br />
UI Tweaker (Formerly Toolbar Cleanup) 1.7.0<br />
Word Count 0.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88520</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 11 Feb 2007 06:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88520</guid>
		<description>Please give a list of add ons (extensions) that will work with this version FF3A2, here is mine:

Adblock Plus 0.7.2.4
Allow Right-Click 0.4
Always Remember Password 0.6
Bookmarks Scrollbar 1.0.5
DOM Inspector 1.9a2
MR Tech Local Install 5.3.2.3
Nightly Tester Tools 1.2.1
NoScript 1.1.4.5.061221
Talkback 3.0a2</description>
		<content:encoded><![CDATA[<p>Please give a list of add ons (extensions) that will work with this version FF3A2, here is mine:</p>
<p>Adblock Plus 0.7.2.4<br />
Allow Right-Click 0.4<br />
Always Remember Password 0.6<br />
Bookmarks Scrollbar 1.0.5<br />
DOM Inspector 1.9a2<br />
MR Tech Local Install 5.3.2.3<br />
Nightly Tester Tools 1.2.1<br />
NoScript 1.1.4.5.061221<br />
Talkback 3.0a2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88513</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 10 Feb 2007 22:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88513</guid>
		<description>&lt;div id="commentquote"&gt;&lt;a href="#comment-88503"&gt;netster007x wrote:&lt;/a&gt;&lt;blockquote&gt;I don't get it.

When Firefox2 came out everyone was upset that it had "few improvements."  I found Fx2 to be the biggest improvement in my Firefox usage.  I though that they had pretty much added all there was to put in a browser, and that Fx3 would be short of potential updates.

Then, I read that page here of brainstormed Fx/browser improvements, and I saw a ton of good ideas.  I knew they couldn't implement them all in 1 release, but expected at least a few.

Now Firefox3 to the average user is EXACTLY THE SAME as Firefox2 (entirely under the hood modifications) and everyone seems excited at the new browser.  I understand that it's still only alpha 2, but I would have expected at least one of the brainstormed features (other that the standards compliance) to be implemented.

Unbelievably, it seems the Places feature Mozilla controversially removed from Fx2 won't even be put in Fx3.

Am I the only one that sees it like this?&lt;/blockquote&gt;&lt;/div&gt;
The thing is that they only need to have all of the new features implemented (not even perfect) before the first Beta version is released. They have been trying to focus on the rendering engine which is pretty obvious but according to their plan page they still have at least two more Alpha's planned. That means the new features are still yet to come, but I am really excited about this release simply because I am a Web developer. Fonts look a lot crisper, pages load faster, images scale better, and overall I am very impressed with what Firefox 3 offers thus far.

&lt;div id="commentquote"&gt;&lt;a href="#comment-88503"&gt;netster007x wrote:&lt;/a&gt;&lt;blockquote&gt;Also, I really want the feature to minimize Firefox to the tray.  I tried the minimize to tray extension but it seems to be defective.  Any other options for Fx2?&lt;/blockquote&gt;&lt;/div&gt;
I haven't tried to find a minimize to tray extension because I just use TrayDevil now:
http://tech.cybernetnews.com/2007/01/23/cybernotes-traydevil-goes-beyond-minimizing-to-the-system-tray/
That way I can use it for more than just Firefox.</description>
		<content:encoded><![CDATA[<div id="commentquote"><a href="#comment-88503">netster007x wrote:</a><br />
<blockquote>I don&#8217;t get it.</p>
<p>When Firefox2 came out everyone was upset that it had &#8220;few improvements.&#8221;  I found Fx2 to be the biggest improvement in my Firefox usage.  I though that they had pretty much added all there was to put in a browser, and that Fx3 would be short of potential updates.</p>
<p>Then, I read that page here of brainstormed Fx/browser improvements, and I saw a ton of good ideas.  I knew they couldn&#8217;t implement them all in 1 release, but expected at least a few.</p>
<p>Now Firefox3 to the average user is EXACTLY THE SAME as Firefox2 (entirely under the hood modifications) and everyone seems excited at the new browser.  I understand that it&#8217;s still only alpha 2, but I would have expected at least one of the brainstormed features (other that the standards compliance) to be implemented.</p>
<p>Unbelievably, it seems the Places feature Mozilla controversially removed from Fx2 won&#8217;t even be put in Fx3.</p>
<p>Am I the only one that sees it like this?</p></blockquote>
</div>
<p>The thing is that they only need to have all of the new features implemented (not even perfect) before the first Beta version is released. They have been trying to focus on the rendering engine which is pretty obvious but according to their plan page they still have at least two more Alpha&#8217;s planned. That means the new features are still yet to come, but I am really excited about this release simply because I am a Web developer. Fonts look a lot crisper, pages load faster, images scale better, and overall I am very impressed with what Firefox 3 offers thus far.</p>
<div id="commentquote"><a href="#comment-88503">netster007x wrote:</a><br />
<blockquote>Also, I really want the feature to minimize Firefox to the tray.  I tried the minimize to tray extension but it seems to be defective.  Any other options for Fx2?</p></blockquote>
</div>
<p>I haven&#8217;t tried to find a minimize to tray extension because I just use TrayDevil now:<br />
<a href="http://tech.cybernetnews.com/2007/01/23/cybernotes-traydevil-goes-beyond-minimizing-to-the-system-tray/" rel="nofollow">http://tech.cybernetnews.com/2.....stem-tray/</a><br />
That way I can use it for more than just Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netster007x</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88503</link>
		<dc:creator>netster007x</dc:creator>
		<pubDate>Sat, 10 Feb 2007 01:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88503</guid>
		<description>I don't get it.

When Firefox2 came out everyone was upset that it had "few improvements."  I found Fx2 to be the biggest improvement in my Firefox usage.  I though that they had pretty much added all there was to put in a browser, and that Fx3 would be short of potential updates.

Then, I read that page here of brainstormed Fx/browser improvements, and I saw a ton of good ideas.  I knew they couldn't implement them all in 1 release, but expected at least a few.

Now Firefox3 to the average user is EXACTLY THE SAME as Firefox2 (entirely under the hood modifications) and everyone seems excited at the new browser.  I understand that it's still only alpha 2, but I would have expected at least one of the brainstormed features (other that the standards compliance) to be implemented.

Unbelievably, it seems the Places feature Mozilla controversially removed from Fx2 won't even be put in Fx3.

Am I the only one that sees it like this?


Also, I really want the feature to minimize Firefox to the tray.  I tried the minimize to tray extension but it seems to be defective.  Any other options for Fx2?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it.</p>
<p>When Firefox2 came out everyone was upset that it had &#8220;few improvements.&#8221;  I found Fx2 to be the biggest improvement in my Firefox usage.  I though that they had pretty much added all there was to put in a browser, and that Fx3 would be short of potential updates.</p>
<p>Then, I read that page here of brainstormed Fx/browser improvements, and I saw a ton of good ideas.  I knew they couldn&#8217;t implement them all in 1 release, but expected at least a few.</p>
<p>Now Firefox3 to the average user is EXACTLY THE SAME as Firefox2 (entirely under the hood modifications) and everyone seems excited at the new browser.  I understand that it&#8217;s still only alpha 2, but I would have expected at least one of the brainstormed features (other that the standards compliance) to be implemented.</p>
<p>Unbelievably, it seems the Places feature Mozilla controversially removed from Fx2 won&#8217;t even be put in Fx3.</p>
<p>Am I the only one that sees it like this?</p>
<p>Also, I really want the feature to minimize Firefox to the tray.  I tried the minimize to tray extension but it seems to be defective.  Any other options for Fx2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Web Design Blog</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88500</link>
		<dc:creator>The Web Design Blog</dc:creator>
		<pubDate>Fri, 09 Feb 2007 23:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88500</guid>
		<description>[...] 2 (codename Gran Paradiso) and it is the first release of Firefox that passes the Acid 2 test. Link       &#171; How can you best embed Flash content? [...]</description>
		<content:encoded><![CDATA[<p>[...] 2 (codename Gran Paradiso) and it is the first release of Firefox that passes the Acid 2 test. Link       &laquo; How can you best embed Flash content? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Motang</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88455</link>
		<dc:creator>Motang</dc:creator>
		<pubDate>Thu, 08 Feb 2007 15:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88455</guid>
		<description>&lt;div id="commentquote"&gt;&lt;a href="#comment-88437"&gt;natmaster wrote:&lt;/a&gt;&lt;blockquote&gt;&lt;a href="http://digg.com/software/Firefox_3_alpha_2_to_be_released_today" rel="nofollow"&gt;Digg it&lt;/a&gt;!

And what, no credit to me? ;)&lt;/blockquote&gt;&lt;/div&gt;
Alright you are dugged in my book.  And it is good to know that it passes the Acid2 test. Kudos Mozilla team.</description>
		<content:encoded><![CDATA[<div id="commentquote"><a href="#comment-88437">natmaster wrote:</a><br />
<blockquote><a href="http://digg.com/software/Firefox_3_alpha_2_to_be_released_today" rel="nofollow">Digg it</a>!</p>
<p>And what, no credit to me? <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p></blockquote>
</div>
<p>Alright you are dugged in my book.  And it is good to know that it passes the Acid2 test. Kudos Mozilla team.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88450</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 08 Feb 2007 15:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88450</guid>
		<description>&lt;div id="commentquote"&gt;&lt;a href="#comment-88447"&gt;CoryC wrote:&lt;/a&gt;&lt;blockquote&gt;I'm sorry guys but using a Aplha version as my primary browser seems a bit premature.  I can see myself using a beta version but that's as extreme as I go. There are too many extension and themes that won't work.&lt;/blockquote&gt;&lt;/div&gt;
Maybe in some instances but it normally isn't a problem for me. I was using Firefox 2 before it even hit the alpha stage and there was only a couple of times where I found it to be unusable for a short period.</description>
		<content:encoded><![CDATA[<div id="commentquote"><a href="#comment-88447">CoryC wrote:</a><br />
<blockquote>I&#8217;m sorry guys but using a Aplha version as my primary browser seems a bit premature.  I can see myself using a beta version but that&#8217;s as extreme as I go. There are too many extension and themes that won&#8217;t work.</p></blockquote>
</div>
<p>Maybe in some instances but it normally isn&#8217;t a problem for me. I was using Firefox 2 before it even hit the alpha stage and there was only a couple of times where I found it to be unusable for a short period.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian C.</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88449</link>
		<dc:creator>Ian C.</dc:creator>
		<pubDate>Thu, 08 Feb 2007 14:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88449</guid>
		<description>I've been using Firefox 3 as my primary browser since before the final alpha 1.  I get the new nightly builds as they're available.  Only had one or two days with any problems, where it crashed a few times.  All my extensions work without a hitch.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using Firefox 3 as my primary browser since before the final alpha 1.  I get the new nightly builds as they&#8217;re available.  Only had one or two days with any problems, where it crashed a few times.  All my extensions work without a hitch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CoryC</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88447</link>
		<dc:creator>CoryC</dc:creator>
		<pubDate>Thu, 08 Feb 2007 13:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88447</guid>
		<description>I'm sorry guys but using a Aplha version as my primary browser seems a bit premature.  I can see myself using a beta version but that's as extreme as I go. There are too many extension and themes that won't work.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry guys but using a Aplha version as my primary browser seems a bit premature.  I can see myself using a beta version but that&#8217;s as extreme as I go. There are too many extension and themes that won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natmaster</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88445</link>
		<dc:creator>natmaster</dc:creator>
		<pubDate>Thu, 08 Feb 2007 10:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88445</guid>
		<description>There's lots of memory improvements, but a few new bugs that are high profile, so it kinda counter-acts it. Good thing tho - there are only a few of those and they should be fairly easy to fix. So alpha3 should have BETTER memory consumption compared to Fx2.</description>
		<content:encoded><![CDATA[<p>There&#8217;s lots of memory improvements, but a few new bugs that are high profile, so it kinda counter-acts it. Good thing tho - there are only a few of those and they should be fairly easy to fix. So alpha3 should have BETTER memory consumption compared to Fx2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88441</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 08 Feb 2007 06:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88441</guid>
		<description>&lt;div id="commentquote"&gt;&lt;a href="#comment-88437"&gt;natmaster wrote:&lt;/a&gt;&lt;blockquote&gt;And what, no credit to me? ;)&lt;/blockquote&gt;&lt;/div&gt;
Oops, I meant to credit you but it slipped my mind since you sent me the link this morning when it hadn't been released yet. After that I was watching the FTP all day waiting for it to show up. ;)

Yeah, I did see that bug but it still seems to be a little better on my memory usage than Firefox 2 which is currently taking up 300MB  of memory. I'm actually really excited to see if their new garbage collection system will fix the memory leaks or just create new ones that will never seem to be tracked down.</description>
		<content:encoded><![CDATA[<div id="commentquote"><a href="#comment-88437">natmaster wrote:</a><br />
<blockquote>And what, no credit to me? <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p></blockquote>
</div>
<p>Oops, I meant to credit you but it slipped my mind since you sent me the link this morning when it hadn&#8217;t been released yet. After that I was watching the FTP all day waiting for it to show up. <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Yeah, I did see that bug but it still seems to be a little better on my memory usage than Firefox 2 which is currently taking up 300MB  of memory. I&#8217;m actually really excited to see if their new garbage collection system will fix the memory leaks or just create new ones that will never seem to be tracked down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natmaster</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88438</link>
		<dc:creator>natmaster</dc:creator>
		<pubDate>Thu, 08 Feb 2007 05:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88438</guid>
		<description>Oh, and I definitely wouldn't recommend this as your primary browser due to the huge memory leaks. From the release notes, under general issues:

&lt;blockquote&gt;The browser may consume excessive amounts of memory after prolonged browsing. In order to better handle memory issues, a new garbage collection system has been implemented. However, as the process of integrating Gecko into this system is still ongoing, there are some known leaks that result in large memory usage when the browser is used for a long period of time. A restart should resolve the problem, which will be fixed in Alpha 3.&lt;/blockquote&gt;

And believe me, this is no exaggeration. I found myself easily exceeding 200mb of memory after 20min of usage.</description>
		<content:encoded><![CDATA[<p>Oh, and I definitely wouldn&#8217;t recommend this as your primary browser due to the huge memory leaks. From the release notes, under general issues:</p>
<blockquote><p>The browser may consume excessive amounts of memory after prolonged browsing. In order to better handle memory issues, a new garbage collection system has been implemented. However, as the process of integrating Gecko into this system is still ongoing, there are some known leaks that result in large memory usage when the browser is used for a long period of time. A restart should resolve the problem, which will be fixed in Alpha 3.</p></blockquote>
<p>And believe me, this is no exaggeration. I found myself easily exceeding 200mb of memory after 20min of usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natmaster</title>
		<link>http://cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88437</link>
		<dc:creator>natmaster</dc:creator>
		<pubDate>Thu, 08 Feb 2007 05:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://tech.cybernetnews.com/2007/02/07/mozilla-firefox-3-alpha-2-released/#comment-88437</guid>
		<description>&lt;a href="http://digg.com/software/Firefox_3_alpha_2_to_be_released_today" rel="nofollow"&gt;Digg it&lt;/a&gt;!

And what, no credit to me? ;)</description>
		<content:encoded><![CDATA[<p><a href="http://digg.com/software/Firefox_3_alpha_2_to_be_released_today" rel="nofollow">Digg it</a>!</p>
<p>And what, no credit to me? <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
