<?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>The Mozilla Blog</title>
	<atom:link href="http://blog.mozilla.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com</link>
	<description>News, notes and ramblings from the Mozilla project</description>
	<lastBuildDate>Sat, 06 Feb 2010 02:05:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Weave Sync: New APIs and Resources for Developers</title>
		<link>http://blog.mozilla.com/blog/2010/02/05/weave-sync-new-apis-and-resources-for-developers/</link>
		<comments>http://blog.mozilla.com/blog/2010/02/05/weave-sync-new-apis-and-resources-for-developers/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 02:05:36 +0000</pubDate>
		<dc:creator>Erica Jostedt</dc:creator>
				<category><![CDATA[Mozilla Labs]]></category>
		<category><![CDATA[Mozilla News]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1578</guid>
		<description><![CDATA[Editor’s note: On Feb 5, Mozilla Labs released new Weave Sync APIs and resources for developers. For  more details, check out Ragavan  Srinivasan’s blog announcement, reposted below.
Last  week we announced that the Weave Sync add-on for Firefox  is now  generally  available to seamlessly bridge your desktop and mobile Firefox experiences.
Using [...]]]></description>
			<content:encoded><![CDATA[<p><em>Editor’s note: On Feb 5, Mozilla Labs released new Weave Sync APIs and resources for developers. For  more details, check out </em><em><a href="http://mozillalabs.com/weave/2010/02/05/weave-sync-new-apis-and-resources-for-developers/">Ragavan  Srinivasan’s blog announcement</a>, reposted below.</em></p>
<p>Last  week we <a href="http://mozillalabs.com/weave/2010/01/28/synchronize-your-firefox-experience-across-desktop-and-mobile/">announced</a> that the Weave Sync add-on for Firefox  is <strong>now  generally  available</strong> to seamlessly bridge your <a href="http://www.getfirefox.com/">desktop</a> and <a href="http://www.mozilla.com/en-US/mobile/">mobile</a> Firefox experiences.</p>
<p>Using  this <a href="https://addons.mozilla.org/services/install.php?addon_id=weave">free  browser add-on</a> from Mozilla Labs, you can use secure mechanisms to  access all of your personal data (including your bookmarks, saved  passwords, browsing history, and open browser tabs) across all of your  supported devices, making your Web experience instantly more personal  and useful.   <em>And all of your data is encrypted end-to-end to help  ensure your privacy.</em></p>
<p>This week we’re launching the first set of <a href="https://wiki.mozilla.org/Labs/Weave/Developer">developer resources</a> including Weave <a href="https://wiki.mozilla.org/Labs/Weave/Sync/1.0/API">Sync</a> &amp; <a href="https://wiki.mozilla.org/Labs/Weave/User/1.0/API">User</a> APIs, <a href="https://wiki.mozilla.org/Labs/Weave/Developer">documentation</a>,  and <a href="http://hg.mozilla.org/labs/weaveclient-python">Python</a> &amp; <a href="http://hg.mozilla.org/labs/weaveweb">Javascript</a> client libraries — to increase the number of places where you can  securely access, and have your personal data readily available to you,  independent of whether or not Firefox is available.</p>
<p>This first set of APIs focuses on enabling Weave clients to provide  user’s access to their stored data from other devices and environments.</p>
<p>Future APIs will provide third-party web sites and applications the  ability to request permission and obtain explicit access only to  specific user data to augment a users’  Web experience, e.g. providing  personalized recommendations based upon a  user’s bookmarks or search  history.</p>
<p>We’re also releasing a number of early prototypes and sample code  that have been developed alongside the Weave APIs, including:</p>
<ul>
<li> <a href="https://wiki.mozilla.org/Weave/Experimental_Clients/Web">Web-based  Weave client</a>: A complete Weave data viewer implemented in  Javascript.<br />
<a href="http://mozillalabs.com/weave/files/2010/02/Screen-shot-2010-02-05-at-11.20.00-AM2.png"><img title="A complete Weave  data viewer on the web" src="http://mozillalabs.com/weave/files/2010/02/Screen-shot-2010-02-05-at-11.20.00-AM2-300x147.png" alt="A complete Weave data viewer on the web" width="362" height="177" /></a></li>
<li><a href="https://wiki.mozilla.org/Weave/Experimental_Clients/iPhone">iPhone  Weave client</a>: A complete Weave data viewer on the iPhone, including  support for a  Firefox-like URL bar as a standalone application.</li>
</ul>
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="368" height="701" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9241963&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="368" height="701" src="http://vimeo.com/moogaloop.swf?clip_id=9241963&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<ul>
<li> <a href="https://wiki.mozilla.org/Weave/Experimental_Clients/Python">commandline  Weave client</a>: Command-line application and library written in  Python.</li>
<li> <a href="https://wiki.mozilla.org/Weave/Experimental_Clients/WebOS">WebOS  Weave client</a>: A complete Weave data viewer for Palm’s WebOS.</li>
</ul>
<p><strong>How to Get Involved</strong></p>
<ul>
<li>Dive into the <a href="https://wiki.mozilla.org/Labs/Weave/Developer">Weave Services  Developer Resource</a> site</li>
<li><span>Post your design and early prototypes to </span><span><a href="http://groups.google.com/group/mozilla-labs-weave-dev">Weave   developers discussion group</a></span></li>
<li><span>Join us in <a href="irc://irc.mozilla.org/#labs">#labs</a> on  irc.mozilla.org</span></li>
</ul>
<p>We’ve also tried to anticipate your questions, and have posted an <a href="https://wiki.mozilla.org/Labs/Weave/Developer/FAQ">FAQ</a> .</p>
<p><em>– Ragavan Srinivasan and Mike Hanson,  on behalf of the Weave  team</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/02/05/weave-sync-new-apis-and-resources-for-developers/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Mozilla Sponsors GNOME Accessibility Efforts</title>
		<link>http://blog.mozilla.com/blog/2010/02/04/mozilla-gnome-accessibility/</link>
		<comments>http://blog.mozilla.com/blog/2010/02/04/mozilla-gnome-accessibility/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:31:09 +0000</pubDate>
		<dc:creator>Melissa Shapiro</dc:creator>
				<category><![CDATA[Mozilla News]]></category>
		<category><![CDATA[Press Releases]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1572</guid>
		<description><![CDATA[Editor’s note: Today, the GNOME Foundation announced a $10,000 grant from Mozilla to advance accessibility.  See  the full press release for full details.  Included below is an excerpt from the release:
The GNOME Foundation and Mozilla are committed to open source, open standards, and open formats. Both organizations and their contributors contribute to [...]]]></description>
			<content:encoded><![CDATA[<p><em>Editor’s note: Today, the GNOME Foundation announced a $10,000 grant from Mozilla to advance accessibility.  See <a href="http://www.gnome.org/press/releases/2010-02-mozilla-accessibility.html"> the full press release for full details</a>.  Included below is an excerpt from the release:</em></p>
<blockquote><p>The GNOME Foundation and Mozilla are committed to open source, open standards, and open formats. Both organizations and their contributors contribute to numerous projects to ensure an open Web and open desktop platform for all users. Part of that effort is working hard to ensure users with physical disabilities are able to make use of a free desktop and Web browser.</p>
<p>&#8220;The GNOME Foundation&#8217;s commitment to accessibility improves the desktop and Internet experience for millions of people, and Mozilla is proud to support this work,&#8221; said Mitchell Baker, Chair of the Mozilla Foundation. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/02/04/mozilla-gnome-accessibility/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox for Mobile Now Available on Nokia&#8217;s Maemo Platform!</title>
		<link>http://blog.mozilla.com/blog/2010/01/29/firefox-for-maemo-now-available/</link>
		<comments>http://blog.mozilla.com/blog/2010/01/29/firefox-for-maemo-now-available/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 23:10:57 +0000</pubDate>
		<dc:creator>Erica Jostedt</dc:creator>
				<category><![CDATA[Fennec]]></category>
		<category><![CDATA[Mozilla News]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1556</guid>
		<description><![CDATA[We’re pleased to announce that Firefox is now available for Nokia&#8217;s Maemo platform. Starting today, Nokia N900 owners can enjoy many of the same Firefox features they know and love on the desktop on their mobile device.
Bringing Firefox to mobile devices is the next step toward fulfilling Mozilla’s mission of providing one Web that everyone [...]]]></description>
			<content:encoded><![CDATA[<p>We’re pleased to announce that Firefox is now available for <a href="http://www.forum.nokia.com/Technology_Topics/Device_Platforms/Maemo.xhtml">Nokia&#8217;s Maemo platform</a>. Starting today, <a href="http://maemo.nokia.com/n900/">Nokia N900</a> owners can enjoy many of the same Firefox features they know and love on the desktop on their mobile device.</p>
<p>Bringing Firefox to mobile devices is the next step toward fulfilling Mozilla’s mission of providing one Web that everyone can access, regardless of device or location. Secure, powerful, and customizable, Firefox is the most modern mobile Web browser available and is optimized for a mobile experience. Key design principles are at the heart of the mobile browsing experience including minimal typing, seamless synchronization with desktop Firefox and the ability to take your Firefox with you, to name a few.</p>
<p>Firefox for mobile is packed with your <a href="https://www.mozilla.com/en-US/mobile/features/">favorite features</a>, including:</p>
<ul>
<li>Awesome Bar – Go to your      favorite sites in just a couple of keystrokes with intelligent and      personalized searching</li>
<li>Weave Sync – Sync your Firefox      tabs, history, bookmarks and passwords between your desktop and mobile      device for a seamless browsing experience</li>
<li>Add-ons – Customize your      Firefox by adding small pieces of functionality, like games and news      readers, that help make the mobile Web browser your own</li>
<li>Location-Aware Browsing – Get      maps and information relevant to your location</li>
<li>Tabbed browsing – View open      tabs as thumbnails to easily identify and select the Web page you&#8217;d like      to go to next</li>
<li>Safe Browsing – Get an Instant      Web Site ID and easily access and edit security settings</li>
<li>Available in more than 30      languages and counting</li>
</ul>
<p>Firefox is the first mobile Web browser to support add-ons. With add-ons, you can customize your Firefox by adding features that help make your browser your own. Add-ons like AdBlock Plus, URL Fixer, TwitterBar, language translators, and geo guides become especially handy when you’re out and about on your mobile device. You can both discover and install add-ons directly from your Nokia N900. There are <a href="https://addons.mozilla.org/mobile/">currently more than 40 Firefox add-ons available for mobile</a> and the number is growing every day.</p>
<p>We <a href="http://madhava.com/egotism/archive/005041.html">strongly recommend that you install the YouTube Enabler</a> add-on from within the Add-ons Manager.  Tap on the install button, restart Firefox, and you&#8217;re all set to watch YouTube videos.</p>
<p>Just as Firefox does for the desktop, Firefox for mobile provides a platform for developers to create rich applications. Developers can use the latest Web technologies like HTML5, CSS and JavaScript to improve, modify and customize the browser. <a href="http://www.mozilla.com/mobile/developers/">Visit the Develop for mobile page to learn more</a>.</p>
<p>Firefox is currently supported on Nokia’s Maemo5 platform and is available for download on the Nokia N900. Users can download and learn more by visiting Firefox.com/mobile. <a href="https://www.mozilla.com/mobile/faq/">Visit the FAQ for more information.</a></p>
<p>This is an exciting entrance into the mobile ecosystem and Firefox for Maemo5 is just the beginning – look out for <a href="https://wiki.mozilla.org/Mobile/Platforms">lots more to come from Firefox for mobile this year.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/01/29/firefox-for-maemo-now-available/feed/</wfw:commentRss>
		<slash:comments>262</slash:comments>
		</item>
		<item>
		<title>Mozilla Labs Releases Weave 1.0</title>
		<link>http://blog.mozilla.com/blog/2010/01/29/mozilla-labs-releases-weave-1-0/</link>
		<comments>http://blog.mozilla.com/blog/2010/01/29/mozilla-labs-releases-weave-1-0/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:04:01 +0000</pubDate>
		<dc:creator>Erica Jostedt</dc:creator>
				<category><![CDATA[Mozilla Labs]]></category>
		<category><![CDATA[Mozilla News]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1551</guid>
		<description><![CDATA[Editor’s note: On Jan 28, Mozilla Labs released Weave 1.0. For more details, check out Ragavan Srinivasan&#8217;s blog announcement, reposted below.

We’re pleased to announce that the  Weave  Sync add-on for Firefox is now generally  available to seamlessly  bridge your desktop and mobile Firefox  experiences.


Using this free browser  add-on from [...]]]></description>
			<content:encoded><![CDATA[<p><em>Editor’s note: On Jan 28, Mozilla Labs released Weave 1.0. For more details, check out </em><em><a href="http://mozillalabs.com/weave/2010/01/28/synchronize-your-firefox-experience-across-desktop-and-mobile/">Ragavan Srinivasan&#8217;s blog announcement</a>, reposted below.</em></p>
<div>
<div id="magicdomid1076"><span>We’re pleased to announce that the  Weave  Sync add-on for Firefox is now <a href="https://addons.mozilla.org/services/install.php?addon_id=weave">generally  available</a> to seamlessly  bridge your <a href="http://www.getfirefox.com/">desktop</a> and <a href="http://www.mozilla.com/en-US/mobile/">mobile</a> Firefox  experiences.</span></div>
<div><span><br />
</span></div>
<div id="magicdomid1023"><span>Using </span><span>this free browser  add-on from Mozilla  Labs</span><span>, you can </span><span>securely </span><span>access  all of your personal data </span><span>across all of your supported  devices</span><span>, making </span><span>your Web</span><span> </span><span>experience </span><span>i</span><span>nstantly</span><span> more personal</span><span> and useful</span><span>. </span></div>
<div><span><br />
</span></div>
<div id="magicdomid1037"><span>Weave Sync synchronizes your  bookmarks,  saved passwords, browsing history and open browser tabs. And  all of  your data is encrypted end-to-end to ensure your privacy.</span></div>
</div>
<div>
<div style="width: 710px;"><img title="Weave Sync in action" src="http://mozillalabs.com/weave/files/2010/01/weave_tabs.jpg" alt="Weave Sync in action" width="700" height="500" align="center" />Get Up and Go! &#8211; With Weave Sync, open web sites  on your desktop are instantly available on your mobile device.</div>
</div>
<div><em><span><br />
</span></em></div>
<div><span>Future  releases of Weave Sync will add support for  synchronizing your browser  add-ons, search plugins and other  customizations and ultimately </span><span>everything that makes your  Firefox </span><span>and Web experience </span><span>personal.</span></div>
<div><span><br />
</span></div>
<div><span><em>Weave Sync is open source  software developed by Mozilla  Labs and released under the GPL/MPL/LGPL  tri-license.</em></span></div>
<div><span><em><br />
</em></span></div>
<div><span><strong>Get  Weave Sync</strong></span><span> </span></div>
<div><span>Install the <a href="https://addons.mozilla.org/services/install.php?addon_id=weave">Weave   Sync 1.0 Add-on for Firefox and Fennec</a>.</span></div>
<div><span><br />
</span></div>
<div><span><strong>How to Get Involved</strong></span></div>
<ul>
<li><span>Learn more about the <a href="https://mozillalabs.com/weave/">Mozilla  Labs Weave project</a></span></li>
<li><span>Read the <a href="https://services.mozilla.com/sync/relnotes/1.0.html">Release Notes</a> for the 1.0 release for important information.<br />
</span></li>
<li><span>Get </span><span><a href="http://getsatisfaction.com/mozilla_labs/products/mozilla_labs_weave_sync">technical  support and  help</a></span></li>
<li><span>Report <a href="https://wiki.mozilla.org/Labs/Weave/ReportingBugs">bugs</a></span></li>
<li><span>Get the <a href="https://hg.mozilla.org/labs/weave/">source  code</a></span></li>
<li><span>Discuss, debate and add to the design in the </span><span><a href="http://groups.google.com/group/mozilla-labs-weave">Weave   discussion group</a></span></li>
<li><span>Join us in #labs on irc.mozilla.org</span></li>
</ul>
<div><span><br />
</span></div>
<div id="magicdomid55"><span>—  <em>Ragavan S, on behalf of the Weave  team</em></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/01/29/mozilla-labs-releases-weave-1-0/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox 3.6 Release Day: Behind the Scenes</title>
		<link>http://blog.mozilla.com/blog/2010/01/28/firefox-3-6-release-day-behind-the-scenes/</link>
		<comments>http://blog.mozilla.com/blog/2010/01/28/firefox-3-6-release-day-behind-the-scenes/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 22:59:34 +0000</pubDate>
		<dc:creator>Sarah Doherty</dc:creator>
				<category><![CDATA[About Mozilla]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1536</guid>
		<description><![CDATA[It&#8217;s been a week since Firefox 3.6 release day and after more than 21 million downloads we are still going strong!  We spent some time last Thursday capturing the magic of the release and have put together a behind the scenes video.  Enjoy!

]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a week since Firefox 3.6 release day and after more than <a href="http://www.mozilla.com/firefox/stats/">21 million downloads</a> we are still going strong!  We spent some time last Thursday capturing the magic of the release and have put together a behind the scenes video.  Enjoy!</p>
<p><video controls="true"><source src="http://videos.mozilla.org/serv/marketing/fx36launch_releaseday/fx36_releaseday.ogv" type="video/ogg"/><source src="http://videos.mozilla.org/serv/marketing/fx36launch_releaseday/fx36_releaseday.mp4" type="video/mp4"/><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nsVinusmoG4&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/nsVinusmoG4&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></video></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/01/28/firefox-3-6-release-day-behind-the-scenes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://videos.mozilla.org/serv/marketing/fx36launch_releaseday/fx36_releaseday.ogv" length="17890013" type="video/ogg" />
		</item>
		<item>
		<title>What will you do this summer&#8230;make Firefox?</title>
		<link>http://blog.mozilla.com/blog/2010/01/28/what-will-you-do-this-summer-make-firefox/</link>
		<comments>http://blog.mozilla.com/blog/2010/01/28/what-will-you-do-this-summer-make-firefox/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 22:06:26 +0000</pubDate>
		<dc:creator>Mary Colvig</dc:creator>
				<category><![CDATA[Mozilla News]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1539</guid>
		<description><![CDATA[Editor&#8217;s note: Cross-posted from Julie Deroche&#8217;s Blog.

Over the years, Mozilla went from hiring only a handful of interns to  now having over 30 students during the summer. They come from different  academic backgrounds and different countries, with the shared objective  of improving the web. At Mozilla, our goal is to expose the [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Editor&#8217;s note:</strong> Cross-posted from Julie Deroche&#8217;s Blog.</em></p>
<p><img class="alignleft size-medium wp-image-1540" title="interns" src="http://blog.mozilla.com/files/2010/01/interns-300x200.jpg" alt="interns" width="300" height="200" /></p>
<p>Over the years, Mozilla went from hiring only a handful of interns to  now having over 30 students during the summer. They come from different  academic backgrounds and different countries, with the shared objective  of improving the web. At Mozilla, our goal is to expose the students  to our open source environment, and therefore demonstrate the importance  of a community-driven project.</p>
<p>What Mozilla offers is more than a  summer internship: it&#8217;s an open invitation to becoming a meaningful  contributor to the project. And when we say that your work matters, we  actually mean it. Let&#8217;s take the recent release of Firefox 3.6 for  example. All of our 2009 engineering interns actually committed code  that became part of Firefox 3.6! Where else can you say that your work  positively impacted more than 350 million users?</p>
<p>But don&#8217;t take  my words for it, go to our <a href="http://interns.mozilla.com/">interns  website</a> and check out our interns presentations.</p>
<p>We also  have both full-time and internship positions available on our <a href="http://www.jobvite.com/CompanyJobs/Jobs.aspx?c=qpX9Vfwa">careers  page</a>. Don&#8217;t be shy, check it out and send us your resume! .</p>
<p>Starting  next week, we&#8217;ll be attending a few career fairs and also hosting some  info sessions, and we hope to meet you then! For more information  regarding our program, you can always drop by #interns on IRC  (irc.mozilla.org).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/01/28/what-will-you-do-this-summer-make-firefox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Firefox for Maemo RC3 Available Now</title>
		<link>http://blog.mozilla.com/blog/2010/01/27/firefox-for-maemo-rc3-available-now/</link>
		<comments>http://blog.mozilla.com/blog/2010/01/27/firefox-for-maemo-rc3-available-now/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 00:10:55 +0000</pubDate>
		<dc:creator>Erica Jostedt</dc:creator>
				<category><![CDATA[Fennec]]></category>
		<category><![CDATA[Mozilla News]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1526</guid>
		<description><![CDATA[Editor’s note: Today, Mozilla released the third Firefox for Maemo Release Candidate. Check out Director of Mobile, Stuart Parmenter&#8217;s blog post reposted below.
We’re excited to bring you the third release candidate of Firefox  for Maemo.  Since RC2, we fixed several usability bugs that were  found, as well as addressed a number of performance [...]]]></description>
			<content:encoded><![CDATA[<p><em>Editor’s note: Today, Mozilla released the third Firefox for Maemo Release Candidate. Check out <a href="http://blog.pavlov.net/2010/01/27/firefox-for-maemo-rc3">Director of Mobile, Stuart Parmenter&#8217;s blog post</a></em><em> reposted below.</em></p>
<p>We’re excited to bring you the third release candidate of <a href="https://www.mozilla.com/en-US/mobile/1.0/releasenotes/">Firefox  for Maemo</a>.  Since RC2, we fixed several usability bugs that were  found, as well as addressed a number of performance issues.  Based on  feedback we’ve received so far, we were able to find and fix several  crash bugs.  To improve page load times and responsiveness, we tuned a  number of preferences and improved several algorithms.  We’ve sped up  zooming and made our panning even better.</p>
<p>If you’ve already got RC2 installed on your N900 or N810, you will be  receiving a software update shortly.  Otherwise, if you’re viewing this  on your device, you can <a href="http://firefox.com/m">install it from  here</a>.</p>
<p>We’ve decided to disable plugin (not to be confused with <a href="http://addons.mozilla.org/mobile">add-ons</a>, which are  supported) support for this release.  The Adobe Flash plugin used on  many sites degraded the performance of the browser to the point where it  didn’t meet our standards.  If you wish to enable our experimental  plugin support, you will be able to manually via about:config, but do so  at your own risk.  We are working on an add-on that will allow the user  to have control of which sites to enable plugins for, as some sites,  like YouTube, do work quite well.</p>
<p>As always, we’re looking for feedback and <a href="https://mobile.support.mozilla.com/tiki-view_forum.php?locale=en-US&amp;forumId=5">suggestions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/01/27/firefox-for-maemo-rc3-available-now/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>The Mozilla Store Needs Your Help!</title>
		<link>http://blog.mozilla.com/blog/2010/01/27/the-mozilla-store-needs-your-help/</link>
		<comments>http://blog.mozilla.com/blog/2010/01/27/the-mozilla-store-needs-your-help/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 23:57:55 +0000</pubDate>
		<dc:creator>John Slater</dc:creator>
				<category><![CDATA[Mozilla Community]]></category>
		<category><![CDATA[Mozilla News]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1525</guid>
		<description><![CDATA[We want to make sure that Firefox t-shirts (and other Mozilla swag) are always readily available to community members around the world who want them. So, as we think about the future of the Mozilla Store it&#8217;s really important that we get ideas and input from as many people as possible. 
If you have a [...]]]></description>
			<content:encoded><![CDATA[<p>We want to make sure that Firefox t-shirts (and other Mozilla swag) are always readily available to community members around the world who want them. So, as we think about the future of the Mozilla Store it&#8217;s really important that we get ideas and input from as many people as possible. </p>
<p>If you have a minute, please <a href="http://bit.ly/dvQRfS">take this short survey</a> about the Mozilla Store. Your feedback will be a huge help!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/01/27/the-mozilla-store-needs-your-help/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mitchell Baker Honored with Aenne Burda Award at DLD-Conference in Munich, Germany</title>
		<link>http://blog.mozilla.com/blog/2010/01/26/mitchell-baker-honored-with-aenne-burda-award-at-dld-conference-in-munich-germany/</link>
		<comments>http://blog.mozilla.com/blog/2010/01/26/mitchell-baker-honored-with-aenne-burda-award-at-dld-conference-in-munich-germany/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:38:30 +0000</pubDate>
		<dc:creator>bhueppe</dc:creator>
				<category><![CDATA[International]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1516</guid>
		<description><![CDATA[Mitchell Baker, chairperson of the Mozilla Foundation, was awarded the Aenne Burda Award at the international Digital Life Design Conference in Munich, Germany. Mitchell is the fifth recipient of the award that honors successful, creative female entrepreneurs that are visionaries of the digital world. She received the award for alternative and transparent developments in software.
To quote [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1520" class="wp-caption alignnone" style="width: 400px"><img class="size-full wp-image-1520 " title="DLD award" src="http://blog.mozilla.com/files/2010/01/DLD-award.jpg" alt="Mitchell with Lisa Burda, granddaughter of Aenne, at award ceremony. DLD conference, Munich 2010." width="390" height="560" /><p class="wp-caption-text">Mitchell with Lisa Burda, granddaughter of Aenne, at award ceremony. DLD conference, Munich 2010.</p></div>
<p>Mitchell Baker, chairperson of the Mozilla Foundation, was awarded the Aenne Burda Award at the international <a href="http://www.dld-conference.com/about.php">Digital Life Design Conference</a> in Munich, Germany. Mitchell is the fifth recipient of the award that honors successful, creative female entrepreneurs that are visionaries of the digital world. She received the award for alternative and transparent developments in software.</p>
<p>To quote from the press release issued by DLD-Conference: “Mitchell is a pioneer in the internet industry. The Mozilla Foundation calls for transparency and self-determination in the digital world and develops open-source software that allows everyone to contribute. With the popular browser Firefox Mozilla was able to take a significant amount of market share from the market leader.”</p>
<p>Mitchell Baker comments on receiving the award: &#8220;I am honored for the recognition, both personally and on behalf of the many thousands of Mozilla community members who contribute to Mozilla every day to bring innovation and self-determination to Internet life.  I am proud to receive this award and proud that hundreds of millions of people today trust Mozilla to make their digital world better.&#8221;</p>
<p>The award commemorates visionary entrepreneur Aenne Burda. The German business woman was a role-model for many of the post-war generation. Starting with a small publishing house, Aenne Burda created the world’s largest fashion publishing house.</p>
<p>Previous recipients of the award are Marissa Mayer of Google, Caterina Fake, Flickr-founder, Martha Stewart, TV-host and entrepreneur, as well as investor and internet pioneer Esther Dyson who presented the award to Mitchell together with Lisa Burda, granddaughter of Aenne.</p>
<p>Please join us in congratulating Mitchell for this award!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/01/26/mitchell-baker-honored-with-aenne-burda-award-at-dld-conference-in-munich-germany/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Personas:  So what&#8217;s your style?</title>
		<link>http://blog.mozilla.com/blog/2010/01/21/personas-so-whats-your-style/</link>
		<comments>http://blog.mozilla.com/blog/2010/01/21/personas-so-whats-your-style/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:41:02 +0000</pubDate>
		<dc:creator>Mary Colvig</dc:creator>
				<category><![CDATA[Mozilla Community]]></category>
		<category><![CDATA[Personas]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/?p=1471</guid>
		<description><![CDATA[Are you a Personas fan or want to change the look of your Firefox?  Firefox 3.6 makes it possible for you to change the appearance of your browser by selecting new themes  called Personas in a single click and without a restart!   There are over 30,000 designs to choose from thanks to our wonderful [...]]]></description>
			<content:encoded><![CDATA[<p>Are you a <a href="http://www.getpersonas.com/gallery?source=mozblog">Personas</a> fan or want to change the look of your Firefox?  Firefox 3.6 makes it possible for you to change the appearance of your browser by selecting new themes  called <a title="Personas" href="http://www.getpersonas.com/gallery?source=mozblog">Personas</a> in a single click and without a restart!   There are over 30,000 designs to choose from thanks to our wonderful community of designers.  Help <a href="https://www.spreadfirefox.com/get-personas">celebrate the launch</a> of Firefox 3.6 and the hard work of our Personas designers by telling the world about  your favorite Persona &#8212; in pictures.</p>
<div id="attachment_1477" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.flickr.com/photos/mozilla-mk/4280881873/"><img class="size-medium wp-image-1477" title="gorjan" src="http://blog.mozilla.com/files/2010/01/gorjan-300x225.jpg" alt="Gorjan Jovanovski flaunts his style" width="300" height="225" /></a><p class="wp-caption-text">Gorjan Jovanovski flaunts his style</p></div>
<p>Just showcase a Persona that reflects your individuality by taking a photo  with it.  Here&#8217;s how:</p>
<ul>
<li>Select your favorite Persona on Firefox and create a screen  capture of your browser window.  Cut it out and take a photo with it.   Here&#8217;s a great <a href="http://www.brinkhurstdesign.co.uk/personas">template</a> to help you.</li>
<li>Take a <a href="http://www.flickr.com/photos/9345516@N06/4284276409/">photo</a> upclose with you next to your computer and your Persona-clad browser.</li>
<li>If you&#8217;re super creative, have fun with digital imaging software  and put your picture in your browser like this <a href="http://www.flickr.com/photos/mozilla-mk/4280881873/">one</a>.</li>
<li>Or you can copy and enlarge design elements from your favorite  Persona  into an image editor to create a placard, a mask and more!</li>
</ul>
<p>Feel free to get creative. You can also gather friends for a <a href="http://www.flickr.com/photos/9345516@N06/4276522167/in/set-72157623091815355/">group  photo</a>.  Whatever you do, share it with the world.  Here are a few  ways:</p>
<ul>
<li>Upload to <a href="http://www.flickr.com/groups/1290167@N25/">Flickr</a> or your favorite photo sharing site and tag  with &#8220;personas&#8221;.  If you use Flickr, make sure to add it to our <a href="http://bit.ly/8ehQTI  ">group</a>.</li>
<li>Post on <a href="http://twitter.com/">Twitter</a>, <a href="http://identi.ca/">Identi.ca</a> or <a href="http://mozillaca.com/">Mozillaca</a> using <a href="http://twitpic.com/">Twitpic</a> or <a href="http://bit.ly/">bit.ly</a> to shorten your Flickr URL along with a link to our new Personas video (http://bit.ly/4EMJ7<span id="OBJ_PREFIX_DWT361"><span id="OBJ_PREFIX_DWT362"><a href="http://bit.ly/fx36pyt" target="_blank"></a>)</span></span></li>
<li>Make it your new profile picture on <a href="http://www.facebook.com/">Facebook</a>, <a href="http://www.ning.com/">Ning</a> or <a href="http://www.orkut.com/">Orkut</a>.</li>
<li>Add it to our <a href="http://www.facebook.com/Firefox?v=photos">fan  photos</a> on Firefox&#8217;s Facebook page.</li>
</ul>
<p>Have  fun and stay-tuned for a showcase of all the great Personas  pictures  like we did for <a href="http://blog.mozilla.com/blog/2010/01/11/five-years-of-firefox-in-pictures/">Five  Years of Firefox</a>.</p>
<p class="rtecenter"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="275" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.dailymotion.com/swf/xbyarx&amp;related=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="275" src="http://www.dailymotion.com/swf/xbyarx&amp;related=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blog/2010/01/21/personas-so-whats-your-style/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
