<?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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Mozilla Launches New Add-ons Site a Little Prematurely!</title> <atom:link href="http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/feed/" rel="self" type="application/rss+xml" /><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/</link> <description>Technology News</description> <lastBuildDate>Sun, 27 May 2012 02:30:18 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Ryan</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-91961</link> <dc:creator>Ryan</dc:creator> <pubDate>Sun, 01 Apr 2007 06:15:59 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-91961</guid> <description>I was wondering the same thing! Thanks for clarifying that...I guess that is kinda a nice feature?</description> <content:encoded><![CDATA[<p>I was wondering the same thing! Thanks for clarifying that&#8230;I guess that is kinda a nice feature?</p> ]]></content:encoded> </item> <item><title>By: netster007x</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-91949</link> <dc:creator>netster007x</dc:creator> <pubDate>Sun, 01 Apr 2007 01:52:02 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-91949</guid> <description>I just discovered the main difference between &quot;comments&quot; and &quot;reviews.&quot; = Writing a Review edits your old review, rather than creating a new one.</description> <content:encoded><![CDATA[<p>I just discovered the main difference between &#8220;comments&#8221; and &#8220;reviews.&#8221; = Writing a Review edits your old review, rather than creating a new one.</p> ]]></content:encoded> </item> <item><title>By: ClausValca</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90923</link> <dc:creator>ClausValca</dc:creator> <pubDate>Sat, 24 Mar 2007 08:03:59 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90923</guid> <description>Oh yeah, to confirm....Firefox 3.0a3 has just been released: &lt;a href=&quot;http://www.mozilla.org/projects/firefox/3.0a3/releasenotes/&quot; rel=&quot;nofollow&quot;&gt;Gran Paradiso Alpha 3&lt;/a&gt;Changes in this Development Milestone Gecko 1.9 Alpha 3 introduces several new features which can be tested by using Gran Paradiso Alpha 3: * Animated PNG (APNG) images are now supported. * The DOM clientLeft and clientTop attributes are now supported. * Introduced support for , which puts resources into the browser&#039;s offline cache. This allows a web application to ensure that its resources are available in the cache when the browser goes into offline mode. See Marking Resources for Offline Use for further details on offline support. * Improved precision of layout and scaling across a wide range of screen and printer resolutions. * Implemented cycle collection in XPCOM, which detects cases where two released objects hold one another, but neither is held by anyone else. In this scenario, both objects can safely be purged. Previously, the holds each has on the other would have prevented them from being purged. * Added support for the HttpOnly cookie attribute, which marks a cookie as readable only by the server and not by client-side scripts. * Added a new preference, &quot;Warn me when web sites try to redirect or reload the page&quot;, which notifies the user when the page specifies HTTP-EQUIV=refresh. Some of the changes in Alpha versions of Gecko 1.9 affect the web and platform compatibiltity of Gran Paradiso Alpha 3: * Windows 95, Windows 98, and Windows ME are not supported for Gecko 1.9. * OS X 10.2 is no longer supported, and OS X 10.3.9 or better is required. * The non-standard JavaScript Script object is no longer supported. * Moving DOM nodes between documents now requires a call to importNode or adoptNode as per the DOM specification.It&#039;s pretty stable, though I have run into some form-fields issues tonight (as well as the most recent Minefield nightly build) where I went to type in text in a login field and no input was created/displayed/entered.  Doesn&#039;t happen on every website, just a few.I like playing with Minefield (nightlies) when I am just joy-surfing...I pick at Gran Paradiso just to see where it&#039;s at, but I must confess to still rely on the latest release version of Firefox (now at 2. 0.0.3) for all my daily Web surfing/banking/shopping/etc. for stability and security reasons. :)</description> <content:encoded><![CDATA[<p>Oh yeah, to confirm&#8230;.</p><p>Firefox 3.0a3 has just been released: [<a href='http://www.mozilla.org/projects/firefox/3.0a3/releasenotes/' rel='nofollow'>mozilla.org</a>]</p><p>Changes in this Development Milestone<br /> Gecko 1.9 Alpha 3 introduces several new features which can be tested by using Gran Paradiso Alpha 3:<br /> * Animated PNG (APNG) images are now supported.<br /> * The DOM clientLeft and clientTop attributes are now supported.<br /> * Introduced support for , which puts resources into the browser&#8217;s offline cache. This allows a web application to ensure that its resources are available in the cache when the browser goes into offline mode. See Marking Resources for Offline Use for further details on offline support.<br /> * Improved precision of layout and scaling across a wide range of screen and printer resolutions.<br /> * Implemented cycle collection in XPCOM, which detects cases where two released objects hold one another, but neither is held by anyone else. In this scenario, both objects can safely be purged. Previously, the holds each has on the other would have prevented them from being purged.<br /> * Added support for the HttpOnly cookie attribute, which marks a cookie as readable only by the server and not by client-side scripts.<br /> * Added a new preference, &#8220;Warn me when web sites try to redirect or reload the page&#8221;, which notifies the user when the page specifies HTTP-EQUIV=refresh.<br /> Some of the changes in Alpha versions of Gecko 1.9 affect the web and platform compatibiltity of Gran Paradiso Alpha 3:<br /> * Windows 95, Windows 98, and Windows ME are not supported for Gecko 1.9.<br /> * OS X 10.2 is no longer supported, and OS X 10.3.9 or better is required.<br /> * The non-standard JavaScript Script object is no longer supported.<br /> * Moving DOM nodes between documents now requires a call to importNode or adoptNode as per the DOM specification.</p><p>It&#8217;s pretty stable, though I have run into some form-fields issues tonight (as well as the most recent Minefield nightly build) where I went to type in text in a login field and no input was created/displayed/entered.  Doesn&#8217;t happen on every website, just a few.</p><p>I like playing with Minefield (nightlies) when I am just joy-surfing&#8230;I pick at Gran Paradiso just to see where it&#8217;s at, but I must confess to still rely on the latest release version of Firefox (now at 2. 0.0.3) for all my daily Web surfing/banking/shopping/etc. for stability and security reasons. <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: ClausValca</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90919</link> <dc:creator>ClausValca</dc:creator> <pubDate>Sat, 24 Mar 2007 07:52:32 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90919</guid> <description>&lt;p&gt;Ryan,&lt;/p&gt; &lt;p&gt;More good and detailed nuggets of info on what&#039;s going on with the Add-on switcheroo as well as a more &quot;formal&quot; presentation of the Sandbox concepts:&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://blog.mozilla.com/webdev/2007/03/23/amo-site-updated-rolled-back/&quot; rel=&quot;nofollow&quot;&gt;AMO Site Updated, Rolled Back&lt;/a&gt; -via Mozilla Webdev blog.&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;AMO was updated on Thursday, March 22nd around 8pm. Overnight, we watched the web infrastructure to ensure that AMO could withstand peak load times, but this morning near peak time cluster load levels became too high and we were forced to rollback yet again to prevent affecting other critical applications.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;a href=&quot;http://blog.mozilla.com/webdev/2007/03/23/reviewing-the-sandbox-and-missing-add-ons/&quot; rel=&quot;nofollow&quot;&gt;Reviewing, the Sandbox, and â€œmissingâ€ add-ons&lt;/a&gt; -via Mozilla Webdev blog.&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;The goals of the sandbox system, distilled down to the shortest version I can manage, are:&lt;br /&gt; 1. Assist developers and site administrators in making sure that the users of AMO have great experiences with great add-ons.&lt;br /&gt; 2. Expand the review system to allow participation from a much wider cross-section of the Mozilla community.&lt;/p&gt; &lt;p&gt;(snip)&lt;/p&gt; &lt;p&gt;So we now have the sandbox, and as youâ€™ve already read itâ€™s where add-ons start their lives. We chose a threshold to start with to seed the public site, and we expect and hope that users of add-ons that they feel belong in the public side of AMO will write informative reviews and help the AMO editors find those gems that we â€” I, if you want to point a finger more closely â€” didnâ€™t have in the public site on day 1.&lt;/p&gt; &lt;p&gt;Over time, I expect that we will make the sandbox more visible to new users, as we learn more about how to balance the need to protect unwitting users from add-ons that have not been tested with the desire to match more users up with â€œnicheâ€ add-ons or up-and-coming experiments. Weâ€™re already looking, based on just the pre-release feedback, at making direct links to non-public add-ons work with appropriate caveats and warnings. (They would still be hidden from search and browsing.)&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;I guess this helps explain why it was so difficult to find out how to get into the Sandbox area to begin with during the final/not-so-fast/revert-back-quick! Add-ons rollout period Thurs/Fri.&lt;/p&gt; &lt;p&gt;Finally, the new Add-on/Sandbox concept and processes are well described in a detailed &lt;a href=&quot;http://preview.addons.mozilla.org/en-US/firefox/pages/policy&quot; rel=&quot;nofollow&quot;&gt;Add-ons policy page&lt;/a&gt;.Hopefully most Add-ons developers already know this stuff by now ;) but if not it would be good for them to review....as well as those of us baser-souls who hunt Add-ons.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Ryan,</p><p>More good and detailed nuggets of info on what&#8217;s going on with the Add-on switcheroo as well as a more &#8220;formal&#8221; presentation of the Sandbox concepts:</p><p>[<a href='http://blog.mozilla.com/webdev/2007/03/23/amo-site-updated-rolled-back/' rel='nofollow'>blog.mozilla.com</a>] -via Mozilla Webdev blog.</p><blockquote><p>AMO was updated on Thursday, March 22nd around 8pm. Overnight, we watched the web infrastructure to ensure that AMO could withstand peak load times, but this morning near peak time cluster load levels became too high and we were forced to rollback yet again to prevent affecting other critical applications.</p></blockquote><p>[<a href='http://blog.mozilla.com/webdev/2007/03/23/reviewing-the-sandbox-and-missing-add-ons/' rel='nofollow'>blog.mozilla.com</a>] -via Mozilla Webdev blog.</p><blockquote><p>The goals of the sandbox system, distilled down to the shortest version I can manage, are:<br /> 1. Assist developers and site administrators in making sure that the users of AMO have great experiences with great add-ons.<br /> 2. Expand the review system to allow participation from a much wider cross-section of the Mozilla community.</p><p>(snip)</p><p>So we now have the sandbox, and as youâ€™ve already read itâ€™s where add-ons start their lives. We chose a threshold to start with to seed the public site, and we expect and hope that users of add-ons that they feel belong in the public side of AMO will write informative reviews and help the AMO editors find those gems that we â€” I, if you want to point a finger more closely â€” didnâ€™t have in the public site on day 1.</p><p>Over time, I expect that we will make the sandbox more visible to new users, as we learn more about how to balance the need to protect unwitting users from add-ons that have not been tested with the desire to match more users up with â€œnicheâ€ add-ons or up-and-coming experiments. Weâ€™re already looking, based on just the pre-release feedback, at making direct links to non-public add-ons work with appropriate caveats and warnings. (They would still be hidden from search and browsing.)</p></blockquote><p>I guess this helps explain why it was so difficult to find out how to get into the Sandbox area to begin with during the final/not-so-fast/revert-back-quick! Add-ons rollout period Thurs/Fri.</p><p>Finally, the new Add-on/Sandbox concept and processes are well described in a detailed [<a href='http://preview.addons.mozilla.org/en-US/firefox/pages/policy.' rel='nofollow'>preview.addons.mozilla.org</a>]</p><p>Hopefully most Add-ons developers already know this stuff by now <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> but if not it would be good for them to review&#8230;.as well as those of us baser-souls who hunt Add-ons.</p> ]]></content:encoded> </item> <item><title>By: AOM (was) Launched &#171; Firefox Extension Guru&#8217;s Blog</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90847</link> <dc:creator>AOM (was) Launched &#171; Firefox Extension Guru&#8217;s Blog</dc:creator> <pubDate>Fri, 23 Mar 2007 23:31:39 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90847</guid> <description>[...] Source: CyberNet News [...]</description> <content:encoded><![CDATA[<p>[...] Source: CyberNet News [...]</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90844</link> <dc:creator>Ryan</dc:creator> <pubDate>Fri, 23 Mar 2007 22:07:02 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90844</guid> <description>I know that they had a bunch of people pick out the extensions that should make the cut, so I don&#039;t think they really automated anything. There are many extensions that didn&#039;t make it though that I also believe should have because they are some of the most downloaded ones.I&#039;m not quite what&#039;s going on with Firefox 3 but I haven&#039;t heard any info regarding Alpha 3. It was already supposed to be released but I&#039;m thinking that they are going to start falling behind already.</description> <content:encoded><![CDATA[<p>I know that they had a bunch of people pick out the extensions that should make the cut, so I don&#8217;t think they really automated anything. There are many extensions that didn&#8217;t make it though that I also believe should have because they are some of the most downloaded ones.</p><p>I&#8217;m not quite what&#8217;s going on with Firefox 3 but I haven&#8217;t heard any info regarding Alpha 3. It was already supposed to be released but I&#8217;m thinking that they are going to start falling behind already.</p> ]]></content:encoded> </item> <item><title>By: netster007x</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90842</link> <dc:creator>netster007x</dc:creator> <pubDate>Fri, 23 Mar 2007 20:46:31 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90842</guid> <description>I was annoyed as well at the deletion of all our comments.  Right now while the old site is back I just copied my recent review for the excellent &quot;All IN 1 Gestures&quot; ext over to the new site.I disagree with many of Mozilla&#039;s choices for inclusion on the main addons site.  For example, Myfirefox which (although oddly named) is an excellent theme that almost perfectly emulates IE7/vista, and is constantly updated with support all the way thru Fx3.0a3 somehow got stuck in the sandbox.  On the other hand, Firefox vista does a far worse job of emulating IE7, has been discontinued, and only supports thru Fx1.5 made the public site.  This is why there &lt;strong&gt;must&lt;/strong&gt; be a way to search both public and sandbox simultaneously.Also, what the heck is going on with Fx3???</description> <content:encoded><![CDATA[<p>I was annoyed as well at the deletion of all our comments.  Right now while the old site is back I just copied my recent review for the excellent &#8220;All IN 1 Gestures&#8221; ext over to the new site.</p><p>I disagree with many of Mozilla&#8217;s choices for inclusion on the main addons site.  For example, Myfirefox which (although oddly named) is an excellent theme that almost perfectly emulates IE7/vista, and is constantly updated with support all the way thru Fx3.0a3 somehow got stuck in the sandbox.  On the other hand, Firefox vista does a far worse job of emulating IE7, has been discontinued, and only supports thru Fx1.5 made the public site.  This is why there <strong>must</strong> be a way to search both public and sandbox simultaneously.</p><p>Also, what the heck is going on with Fx3???</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90839</link> <dc:creator>Ryan</dc:creator> <pubDate>Fri, 23 Mar 2007 19:45:16 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90839</guid> <description>Yep, they have reverted to the old site. No announcement on their blog but this is very weird since yesterday was the scheduled release date.I&#039;m guessing that they are fixing the problem that I noticed where the links to Sandboxed extensions are broken. That is a huge problem and I&#039;m sure several people (like myself) tried to notify them of it.</description> <content:encoded><![CDATA[<p>Yep, they have reverted to the old site. No announcement on their blog but this is very weird since yesterday was the scheduled release date.</p><p>I&#8217;m guessing that they are fixing the problem that I noticed where the links to Sandboxed extensions are broken. That is a huge problem and I&#8217;m sure several people (like myself) tried to notify them of it.</p> ]]></content:encoded> </item> <item><title>By: Jack of all Trades</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90836</link> <dc:creator>Jack of all Trades</dc:creator> <pubDate>Fri, 23 Mar 2007 18:03:42 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90836</guid> <description>&lt;div id=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-90831&quot;&gt;Andy Mitchell wrote:&lt;/a&gt;&lt;blockquote&gt;I think they&#039;ve reverted to the old site temporarily. You can still get the new site at &lt;a href=&quot;http://preview.addons.mozilla.org&quot; rel=&quot;nofollow&quot;&gt;preview.addons.mozilla.org&lt;/a&gt;&lt;/blockquote&gt;&lt;/div&gt;you r right according &lt;a href=&quot;http://blog.mozilla.com/webdev/2007/03/15/amo-deployment-bumped-to-march-22nd/#comment-2104&quot; rel=&quot;nofollow&quot;&gt;to this comment&lt;/a&gt;. but no official word yet.</description> <content:encoded><![CDATA[<div id="commentquote"><a href="#comment-90831">Andy Mitchell wrote:</a><br /><blockquote>I think they&#8217;ve reverted to the old site temporarily. You can still get the new site at [<a href='http://preview.addons.mozilla.org' rel='nofollow'>preview.addons.mozilla.org</a>]</p></blockquote></div><p>you r right according [<a href='http://blog.mozilla.com/webdev/2007/03/15/amo-deployment-bumped-to-march-22nd/#comment-2104.' rel='nofollow'>blog.mozilla.com</a>]<br /> but no official word yet.</p> ]]></content:encoded> </item> <item><title>By: Andy Mitchell</title><link>http://cybernetnews.com/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90831</link> <dc:creator>Andy Mitchell</dc:creator> <pubDate>Fri, 23 Mar 2007 17:01:30 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2007/03/22/mozilla-launches-new-add-ons-site-a-little-prematurely/#comment-90831</guid> <description>I think they&#039;ve reverted to the old site temporarily. You can still get the new site at &lt;a href=&quot;http://preview.addons.mozilla.org&quot; rel=&quot;nofollow&quot;&gt;preview.addons.mozilla.org&lt;/a&gt;</description> <content:encoded><![CDATA[<p>I think they&#8217;ve reverted to the old site temporarily. You can still get the new site at [<a href='http://preview.addons.mozilla.org' rel='nofollow'>preview.addons.mozilla.org</a>]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 306/327 objects using disk: basic

Served from: cybernetnews.com @ 2012-05-27 04:18:09 -->
