<?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>Alex Faaborg</title>
	<atom:link href="http://blog.mozilla.com/faaborg/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/faaborg</link>
	<description>User Experience Design at Mozilla</description>
	<lastBuildDate>Tue, 13 Oct 2009 21:45:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Browsing Your Personal Web</title>
		<link>http://blog.mozilla.com/faaborg/2009/10/13/browsing-your-personal-web/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/10/13/browsing-your-personal-web/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 08:03:52 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=240</guid>
		<description><![CDATA[I&#8217;ve been wanting to write this post for a few years now.  During the development of Firefox 3, I worked on the design of the awesome bar (iteration 1, iteration 2), and on the design of Places (an internal name for History and Bookmarks in Firefox).  This post details what I&#8217;ve imagined as [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to write this post for a few years now.  During the development of Firefox 3, I worked on the design of the awesome bar (<a href="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/UnifyingSearch_i1.png">iteration 1</a>, <a href="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/UnifyingSearch_i2.png">iteration 2</a>), and on the design of <a href="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/OrganizerWindowLayout_i6.png">Places</a> (an internal name for History and Bookmarks in Firefox).  This post details what I&#8217;ve imagined as the next chapter for both, but here&#8217;s the interesting part: it&#8217;s actually the same story.<br />
<strong><br />
The Fundamentals: Search vs. Browse Interactions</strong></p>
<p>Searching and browsing are completely different styles of interaction.  Search-based interfaces (like <a href="http://www.google.com/">Google</a>, <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">Quicksilver</a>, or the awesome bar), are very fast, they rely heavily on keyboard interaction, and they require you to know for the most part what it is that you are looking for.  By contrast, browse-based interfaces (like <a href="http://dir.yahoo.com/">Yahoo&#8217;s Directory</a>, <a href="http://www.dmoz.org/">DMOZ</a>, or Firefox&#8217;s Bookmarks Sidebar) are slow, rely heavily on mouse interaction, and are most effective when you only have a general idea what it is that you are looking for.</p>
<p>User interface designers usually differentiate between which interface, search or browse, is better suited for a particular task with the terms &#8220;recall&#8221; and &#8220;recognition,&#8221; referring to what is going on in the user&#8217;s mind.  If the user is relying on recall, they are able to proactively retrieve what it is they want out of their memory.  For instance, the traditional command line, is a recall, or search (with tab completion), based interface.  In contrast, if the user is relying on recognition, they need to be able to see particular terms or objects on the screen before they are able to make a decision on what to do next.  For instance, the standard GUI is fundamentally a recognition, or browse-based interface.</p>
<p>Often people focus more on the examples given than the fundamentally different aspects of the two types of interfaces, and assume that one type of UI is better than the other:</p>
<p>I used to use the command line, but then the GUI became popular, I hate remembering stuff, <strong><em>browse is better!  Recognition beats recall!<br />
</em></strong><br />
I used to use the Yahoo Directory to find stuff on the Web, but then Google came out, I can quickly get to stuff, <strong><em>search is superior!  Fast beats slow!</em></strong></p>
<p>Or, in the case of the Firefox UI: I used to use the bookmarks sidebar to access things, but now I just use the awesome bar, it&#8217;s so much faster, <strong><em>search is the future!</em></strong></p>
<p><img src="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/searchVBrowse.png" border="0" alt="Searchvbrowse" hspace="0" vspace="0" width="440" height="799" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
But battling the different interface examples against each other somewhat misses the point.  It isn&#8217;t about which interface, search or browse, is better than the other, it&#8217;s about which is a better match for the user&#8217;s particular task, and which is a better match for the user&#8217;s mind.  So it is critical to provide the user with both, and to make sure that both are extremely well designed.</p>
<p>In Firefox 3 we spent most of our time focusing on improving search to navigate to specific bookmarks and history, with the introduction of changes to the location bar that a lot of people felt were awesome.  The awesome bar redefined how we handled search in our UI, allowing users to match any part of the title or URL, monitoring the rate that users revisited sites, and learning to adapt to which search results they were most likely to select for particular search queries.  After a little while you and your awesome bar started to know each other really well: in many cases you could type in a single letter, and it would serve up the exact page you were looking for.  We pretty much nailed search.</p>
<p>But for user interfaces and information retrieval, getting search right is really only the first half the story.</p>
<p><strong>Bookmarks == Files?</strong></p>
<p>Historically Web browsers have handled bookmarks and history with an interface similar to the OS file system (and in some cases browsers have literally used the file system).  Web pages are usually cast as little 16&#215;16 files, and you can move them around using a traditional two pane window with folders.  Perhaps because computer scientists were involved, there are a lot of hierarchical structures to expand broadly or deeply.</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/organizers.png" border="0" alt="Organizers" hspace="0" vspace="0" width="440" height="567" /></p>
<p>Firefox:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/organizerFirefox.png" border="0" alt="Organizerfirefox" hspace="0" vspace="0" width="440" height="220" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
What&#8217;s really ironic is that these interfaces are always completely removed from direct act of browsing the Web.  Sometimes they are in a totally separate window, sometimes they are sort of tacked onto the side of the browser in a sidebar, and sometimes they are layered over the browser in a tab.  But these browse-based interfaces never really leverage the fact that the user is interacting with an application whose sole purpose is to <strong>browse things</strong>.</p>
<p><strong>Browsing Your Personal Web</strong></p>
<p>The Web browser UI has a lot of useful core controls for browsing information, a home control to take you back to the beginning, back and forward to explore a timeline of recent navigation, and a location bar lets you jump directly to an entirely new destination.  These controls could be really useful for browsing history and bookmarks, in addition to browsing Web pages.  So I believe we should fully integrate bookmarks and history into the Web browser interface.</p>
<p>Here is what this means specifically:</p>
<p><em>1.  You can start to dive into history and bookmarks from the Home Tab</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/homeTab.png" border="0" alt="Hometab" hspace="0" vspace="0" width="440" height="140" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
A lot of browsers have provided access to commonly visited pages.  That&#8217;s great since it is a zero-configuration interface, and it&#8217;s something that we are looking into doing on our home tab as well.  But in addition to viewing commonly visited pages, we want users to be able to navigate from the home tab into the bookmark folders and tags that they have specifically created.  So for instance users can click through the chain of <em>Home &gt; Bookmarks &gt; Recipes &gt; Salmon with Mustard and Brown Sugar Glaze</em>.  You might be thinking, this seems slow, why not just type &#8220;salmon&#8221; into the awesome bar?  Perhaps the user wasn&#8217;t able to recall (or perhaps even decide) what they wanted to cook for dinner.  Or, perhaps they didn&#8217;t even realize that it was time to cook dinner until they recognized their recipes folder and it triggered the thought.</p>
<p>On a side note: recognition interfaces always have the potentially dangerous side effect of influencing and manipulating the user&#8217;s behavior.  Perhaps the user was headed to &#8220;research&#8221; but then redirected to &#8220;recipes&#8221; instead.  Or in the case of commonly visited pages being displayed on a new tab (Safari, Chrome): &#8220;I was going to get work done, but instead I went to slashdot and digg.&#8221;  This is one of the reasons that we want to have a home tab.  The home tab lets us have an interface that is entirely <strong><em>recognition</em></strong> based, rich, functional, but distracting as hell.  And the new tab can remain purely <strong><em>recall</em></strong> based, a blank zen sea of perfect nothingness, but by itself completely useless.</p>
<p><em>2.  History and Bookmarks are displayed in the content area</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/bookmarksInContent.png" border="0" alt="Bookmarksincontent" hspace="0" vspace="0" width="440" height="333" /><br />
(<a href="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/bookmarksContentAreaFirefox4-i1.png">Full Size</a>)</p>
<p>Perhaps the most obvious way in which bookmarks and history can be fully integrated into the Web browsing experience is by rendering them not in a sidebar or separate window, but in the content area itself.  The content area has a lot of nice properties:  This gives us enough space to display thumbnails of bookmarks and history which allows users to quickly identify pages that they have seen before with a broad glance (we have an uncanny ability to remember colors and images and lizards).  Additionally, the content area can be combined with a hierarchical sidebar for a traditional two pane organization interface.</p>
<p><em>3.  These content area pages are part of your back/forward navigation queue</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/backForwardHistory.png" border="0" alt="Backforwardhistory" hspace="0" vspace="0" width="440" height="217" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
Another nice property of displaying bookmarks and history ranges in the content area is that these locally hosted meta-pages can enter into the user&#8217;s back and forward queue.  So for instance, you can go to your folder of bills, pay the first bill, and then return back to the bills folder to pay the next one.  Or if you are scanning your favorite sources of news, you can use the back button to take you to the page that contains the rest of the sites you like to read.</p>
<p><em>4.  You can navigate directly to a collection of bookmarks, or a range of history&#8230;</em></p>
<p>Of all of the aspects of integration, this is the one that I am the most excited about&#8230;</p>
<p><strong>Search + Browse Operations: the Best of Both Worlds</strong></p>
<p>Above I stated that it isn&#8217;t about which interface is better, search or browse, but which is the most effective for the particular task.  Does the user need <strong><em>recognition-based, but slow</em></strong>, or <strong><em>recall-based, but fast</em></strong>.  But there is also a third option, which is to seamlessly merge the search and browse interfaces, and create a UI that is perfectly optimized with the user&#8217;s ability to recall specific or general information, while minimizing the time spent navigating!</p>
<p>Here is what I mean: even if you can&#8217;t recall the information you want down to the most specific level of detail, you <strong><em>search</em></strong> on the slightly more general information that you do remember, and then<strong><em> browse from one step out</em></strong>.</p>
<p>So, ideally I would remember all of the different companies that I pay bills to each month, and I could enter each of them into the location bar (recall, fastest).</p>
<p>But instead, currently I have them all in a folder, which I access by displaying the Bookmarks sidebar, expanding the &#8220;bookmarks menu&#8221; folder, finding the &#8220;apartment&#8221; folder, expanding the &#8220;bills&#8221; folder&#8230; (recognition, slow).</p>
<p>However by fully integrating bookmarks and history into the Web browser UI, I can use the location bar to navigate immediately to my bills folder, and then start paying my specific bills (recall, followed by recognition, fast-ish):</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/navigateBookmarkFolder.png" border="0" alt="Navigatebookmarkfolder" hspace="0" vspace="0" width="440" height="339" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
In this example &#8220;bills&#8221; happens to be a folder, but it could just as easily have been one of the user&#8217;s tags.</p>
<p>This hybrid interface also makes our history UI a lot faster.  If someone is using the history sidebar, it&#8217;s usually because they can only remember partial information about what they are looking for (if they had all the information they would just use the awesome bar to navigate straight there), but they can recall the time range to search.</p>
<p>So instead of a small and clunky tree view, why not just let the user navigate straight to the time range they want to view:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/navigateHistoryRange.png" border="0" alt="Navigatehistoryrange" hspace="0" vspace="0" width="440" height="166" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
This of course means a lot of potential history range terms and string localization, but this is a considerably more efficient way to locate a page out of your history, especially when it is combined with viewing thumbnails in the full content area and leveraging your visual memory.</p>
<p><strong>Introducing the Not-So-Universal URL</strong></p>
<p><img src="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/personalURL.png" border="0" alt="Personalurl" hspace="0" vspace="0" width="440" height="150" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
Using the Web browser&#8217;s location bar to navigate your personal Web somewhat breaks the current nature of URLs.  While the user is using the location bar to navigate to pages that have Resource Locators, these Resource Locators are certainly not Universal.  However, I think there are two interesting caveats:</p>
<p>When you sync your bookmarks and history with Weave, and log in to any instance of Firefox (4?), you will now be able to navigate your personal Web.  So while not completely global (that would be a massive privacy violation), these bookmark and history pages are more universal than being stored only on a single machine.</p>
<p>Additionally, while <a href="https://services.mozilla.com/">Weave</a> locally encrypts all of your data before transmitting it to guarantee total privacy, it would be interesting if users could choose to publicly share a particular folder or tag of bookmarks, which would subsequently give the page an actual URL, which is of course Universal and shareable.</p>
<p><strong>Very Early Design Mockups</strong></p>
<p>Here is the current set of mockups to document the new functionality.  This project is still in a very early conceptual phase, and as always we would love to hear your feedback.</p>
<p><a href="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/bookmarksLocationBar-i1.png">Accessing Bookmarks with the Location Bar</a><br />
<a href="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/historyLocationBar-i1.png">Accessing History Ranges with the Location Bar</a><br />
<a href="http://people.mozilla.com/~faaborg/files/20091012-personalWeb/bookmarksContentAreaFirefox4-i1.png">Viewing Bookmarks in the Content Area</a> (in progress)<br />
Viewing History in the Content Area (coming soon)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/10/13/browsing-your-personal-web/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>No Ribbon Planned for the Firefox UI</title>
		<link>http://blog.mozilla.com/faaborg/2009/09/24/no-ribbon-planned-for-the-firefox-ui/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/09/24/no-ribbon-planned-for-the-firefox-ui/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 20:46:26 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=232</guid>
		<description><![CDATA[Yesterday a story circulated around the Web and Twitter that Firefox was planning to Tidy Up With Office 2007&#8217;s Ribbon.  The mockup of Firefox in the article didn&#8217;t actually have a Ribbon in it, and the nice folks over at PCPro quickly added an update to the story.  However word spreads fast on [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday a story circulated around the Web and Twitter that Firefox was planning to <a href="http://www.pcpro.co.uk/news/351808/firefox-tidies-up-with-office-2007s-ribbon">Tidy Up With Office 2007&#8217;s Ribbon</a>.  The mockup of Firefox in the article didn&#8217;t actually have a Ribbon in it, and the nice folks over at PCPro quickly added an update to the story.  However word spreads fast on the Web, and there is now a good bit of confusion.</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090924-noRibbonUI/word2007.png" border="0" alt="Word2007" hspace="0" vspace="0" width="440" height="220" /><br />
<em>The Ribbon UI is designed to hold a large number of document creation and editing tools, Word (2007)</em></p>
<p>So to clarify: a tab based and contextual UI designed for holding a massive number of commands for document creation (a Ribbon) doesn&#8217;t actually make any sense for a Web browser, and <strong>we do not have any plans to use a Ribbon for commands in Firefox</strong>.</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090924-noRibbonUI/firefox4Proposal-left.png" border="0" alt="Firefox4Proposal-Left" hspace="0" vspace="0" width="440" height="220" /><br />
<em>Firefox 4.0 Proposal</em></p>
<p>The one thing about all of this confusion that strikes me as really ironic is that the feedback coming in has been based primarily around two points:</p>
<p>1) A UI designed for document creation and editing (a Ribbon) makes no sense for a present day Web browser (indeed, we agree)<br />
2) We should not get rid of the traditional menu bar on Vista and Windows 7!</p>
<p>While I totally agree with the first point, the ironic part is that a traditional menu bar is <em>also</em> a UI designed primarily for document creation and editing.  For instance, the most prominent commands in the traditional menu bar are File, Edit, New, Open and Save:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090924-noRibbonUI/Word1992.png" border="0" alt="Word1992" hspace="0" vspace="0" width="440" height="220" /><br />
<em>Word 2.0 (1992)</em></p>
<p>Web browsers actually have a long history of illogically following the lead of Office&#8217;s UI, for instance look at the interface of Mosaic 1.0, where document creation and editing controls like File, Edit, Open and Save are displayed as being more important than core navigational controls like Back and Home:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090924-noRibbonUI/mosaic.png" border="0" alt="Mosaic" hspace="0" vspace="0" width="440" height="220" /><br />
<em>Mosaic (1993), note the number of similarities to Word 2.0</em></p>
<p>This is where it all started, although to their credit they were actually working on a Web that had notions of document creation and editing.</p>
<p>Now while I&#8217;m all in favor of one day creating a full read/write Web browser where it is just as easy to create a page as it is to view one, we aren&#8217;t there yet.  So interfaces based around document creation, like the old menu bar, or the new Ribbon, simply aren&#8217;t a good fit.</p>
<p>And that&#8217;s why we (as well as all other major browsers) are shifting towards minimizing the command UI, and having a single button that acts on the page, and a single button that acts on the browser.  Additionally, both of these commands are de-emphasized by placing them far on the right side, while core navigation commands get placement in the upper left (this is of course reversed for RTL languages):</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090924-noRibbonUI/firefox4Proposal-right.png" border="0" alt="Firefox4Proposal-Right" hspace="0" vspace="0" width="440" height="220" /><br />
<em>Firefox 4.0 Proposal, right side contains a minimal command UI</em></p>
<p>So I believe that for the same reasons a Ribbon makes little sense for the Firefox UI, which is primarily about tabs and navigation, a traditional menu bar (despite 16 years of history in Web browsers) also makes little sense.  And now after 16 years, mainstream browsers like IE, Chrome, Safari and Firefox are exposing a UI that is designed for the specific task of browsing the Web, instead of just mindlessly mirroring Office.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/09/24/no-ribbon-planned-for-the-firefox-ui/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Eradicating Start Up Dialogs</title>
		<link>http://blog.mozilla.com/faaborg/2009/08/28/eradicating-start-up-dialogs/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/08/28/eradicating-start-up-dialogs/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 06:00:51 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=224</guid>
		<description><![CDATA[I&#8217;m starting up a new project, which from the title is rather self describing.  Firefox&#8217;s purpose is to let you access the Web, but it unfortunately often blocks users from accessing the Web until they have responded to some form of question.  This is particularly ironic given the massive amounts of time and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m starting up a <a href="https://wiki.mozilla.org/Firefox/Projects/Eradicate_Startup_Dialogs">new project</a>, which from the title is rather self describing.  Firefox&#8217;s purpose is to let you access the Web, but it unfortunately often blocks users from accessing the Web until they have responded to some form of question.  This is particularly ironic given the massive amounts of time and developer resources that we&#8217;ve been pouring into <a href="https://wiki.mozilla.org/Firefox/Projects/Startup_Time_Improvements">improving our start up time</a>.  What&#8217;s the point of loading 300ms faster if the user is about to spend 7000ms on reading, 2000ms on thought, and 4000ms on interaction?</p>
<p>In many cases start up dialogs represent some form of failing, ranging from a failing of engineering (unable to find or implement a cleaner solution), a failing of design (unable to determine the best approach) or a failing of security (delegating a decision so that we can blame the victim).  In all of these cases the dialog itself is simply the manifestation of a larger problem that we need to attack.  So perhaps &#8220;eradicating start up dialogs&#8221; is an overly negative title, this is really more about &#8220;solving a range of complex problems, but entirely behind the scenes.&#8221;</p>
<p>To help up us prioritize and also make sure we have everything covered, I have two questions:</p>
<p>1) What do you think is the most annoying start up dialog<br />
2) What do you think is the most obscure start up dialog that hasn&#8217;t been mentioned yet in the comments above the comment you are about to write <img src='http://blog.mozilla.com/faaborg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/08/28/eradicating-start-up-dialogs/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Feedback on Scrolling Changes for Windows</title>
		<link>http://blog.mozilla.com/faaborg/2009/08/14/feedback-on-scrolling-changes-for-windows/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/08/14/feedback-on-scrolling-changes-for-windows/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 06:39:15 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=219</guid>
		<description><![CDATA[The acceleration based scrolling model on Windows has been landed in the nightly builds for a little over a week now, so I wanted to get a post up for people to provide feedback on how well they think the current implementation is working, now that everyone has had some time to acclimate to the [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://margaret.mit.edu/2009/08/making-firefox-feel-faster/">acceleration based scrolling model</a> on Windows has been landed in the nightly builds for a little over a week now, so I wanted to get a post up for people to provide feedback on how well they think the current implementation is working, now that everyone has had some time to acclimate to the change.</p>
<p><em>Caveat: One really significant issue we are working on is correctly handling the case where the user already has an acceleration model being provided by their mouse or mouse driver, in which case adding another one is obviously really problematic.  If you are finding scrolling to be a bit out of control at the moment, you may be encountering double acceleration.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/08/14/feedback-on-scrolling-changes-for-windows/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Next for the Perception of Performance?</title>
		<link>http://blog.mozilla.com/faaborg/2009/08/07/whats-next-for-the-perception-of-performance/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/08/07/whats-next-for-the-perception-of-performance/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 21:49:01 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=217</guid>
		<description><![CDATA[The title isn&#8217;t a rhetorical question.  Now that Margaret&#8217;s acceleration based scrolling model has landed for feedback, we are trying to figure out what perception of performance improvement we should target next.
You can check out the full list of ideas on the mozilla wiki.  If you have ideas on other things we should [...]]]></description>
			<content:encoded><![CDATA[<p>The title isn&#8217;t a rhetorical question.  Now that Margaret&#8217;s <a href="http://margaret.mit.edu/2009/08/making-firefox-feel-faster/">acceleration based scrolling model</a> has landed for feedback, we are trying to figure out what perception of performance improvement we should target next.</p>
<p>You can check out the <a href="https://wiki.mozilla.org/Perceived_Performance">full list of ideas</a> on the mozilla wiki.  If you have ideas on other things we should be considering please add them to the wiki or comment below.</p>
<p>But more importantly: what do you think is the single perceptual trick you believe would have the biggest impact on how fast Firefox feels? (simply saying &#8220;actually make ___ faster&#8221; doesn&#8217;t really count, and yes we are working on that as well).</p>
<p>I&#8217;m thinking we might next work on changing the rate of progress for all of our progress bars.  <a href="http://www.codinghorror.com/blog/archives/001058.html">Jeff Atwood over at Coding Horror has a fantastic blog post on the topic</a> that really gets to the root of perceived performance vs. actual performance:</p>
<p><strong><em>The idea that performance is determined largely by the user&#8217;s perception rather than actual wall-clock time can be liberating. Like a magician using skillful sleight of hand to perform magic tricks, you can seemingly alter reality.</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/08/07/whats-next-for-the-perception-of-performance/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Sure it&#8217;s Fast, But How Does it Handle?</title>
		<link>http://blog.mozilla.com/faaborg/2009/08/05/sure-its-fast-but-how-does-it-handle/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/08/05/sure-its-fast-but-how-does-it-handle/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:23:19 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=213</guid>
		<description><![CDATA[
From the Firefox 3.5 video by community member Vineel Reddy
Currently all the browser vendors are engaged in a pretty exciting race to see who can engineer the fastest Web browser.  A lot of different aspects come into play when you are focusing on raw performance, including top speed (captured by a range of different [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://people.mozilla.com/~faaborg/files/20090805-handling/car.png" border="0" alt="Car" hspace="0" vspace="0" width="440" height="195" /><br />
<em>From the </em><em><a href="http://vimeo.com/4786676">Firefox 3.5 video</a></em><em> by community member Vineel Reddy</em></p>
<p>Currently all the browser vendors are engaged in a pretty exciting race to see who can engineer the fastest Web browser.  A lot of different aspects come into play when you are focusing on raw performance, including top speed (captured by a range of different benchmarks), zero to 60 (cold start up time, page load), and the slightly more amorphous topic of how well the thing handles (to quote Jobs, does it &#8220;scroll like butter&#8221;).  We have loads of engineering resources focused on areas like top speed and start up, but we are also taking handling seriously.</p>
<p><a href="http://margaret.mit.edu/">Margaret Leibovic</a>, an intern on the Firefox team has been working on what I believe will be one of the most important handling (or &#8220;perceptual performance&#8221;) improvements: <a href="http://margaret.mit.edu/2009/08/making-firefox-feel-faster/">adding an acceleration based scrolling model</a> to Firefox on Windows and Linux.</p>
<p><strong>Feedback</strong></p>
<p>Check out her <a href="http://margaret.mit.edu/2009/08/making-firefox-feel-faster/">post for details</a>, and please <a href="http://margaret.mit.edu/2009/08/making-firefox-feel-faster/#comments">comment there with feedback</a> so we can start to refine the scrolling model and work out any bugs.</p>
<p>If you have other ideas of how we can improve handling, please add them to this <a href="https://wiki.mozilla.org/Perceived_Performance">wiki page about perceived performance</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/08/05/sure-its-fast-but-how-does-it-handle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 and Privacy</title>
		<link>http://blog.mozilla.com/faaborg/2009/06/30/firefox-35-and-privacy/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/06/30/firefox-35-and-privacy/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:00:29 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=205</guid>
		<description><![CDATA[One of the major themes in Firefox 3.5&#8217;s user interface is a focus on privacy.  So far Firefox&#8217;s approach to privacy has been essentially all or nothing.  Users previously had the ability to easily clear all of the data the browser had stored about them, but this destroyed absolutely everything.  Instead of [...]]]></description>
			<content:encoded><![CDATA[<p>One of the major themes in Firefox 3.5&#8217;s user interface is a focus on privacy.  So far Firefox&#8217;s approach to privacy has been essentially all or nothing.  Users previously had the ability to easily clear all of the data the browser had stored about them, but this destroyed absolutely everything.  Instead of being able to go off the record, this was kind of like shooting the reporter.  Now users have considerably more control over their privacy, both proactively and retroactively.</p>
<p>There are 5 new privacy features introduced to Firefox with the 3.5 release.  Here is a description of how each one works:</p>
<p><strong>Tools &gt; Private Browsing (Proactive Privacy)</strong></p>
<p>If you would like to browse the Web without Firefox recording history, Private Browsing allows you to quickly launch a browsing session that will be completely off the record:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/privateBrowsingMenu.png" height="250" width="440" align="" border="0" hspace="0" vspace="0" alt="Privatebrowsingmenu" longdesc="" /></p>
<p>After launching into private browsing mode, you receive a confirmation explaining that Firefox isn&#8217;t going to remember anything:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/privateBrowsingStart.png" height="220" width="440" align="" border="0" hspace="0" vspace="0" alt="Privatebrowsingstart" longdesc="" /></p>
<p>It&#8217;s great to get private browsing mode into a shipping copy of Firefox, since private browsing mode was previously both targeted and canceled for Firefox 3 (and in the interim it was added to IE and Chrome, which is really great for users).  Private browsing mode actually has a long history of not quite making it into a final release, way back in 2002 Blake and Asa prototyped it for Netscape.  We all owe a huge thanks to Ehsan Akhgari who worked incredibly hard to get the feature fully implemented.</p>
<p><strong>Tools &gt; Clear Recent History (Retroactive Privacy)</strong></p>
<p>Let&#8217;s say that you&#8217;ve been browsing around the Web for awhile, perhaps shopping for an engagement ring, or researching a medical condition, and you realize that you really should have been in private browsing mode.  The Clear Recent History feature is kind of like Private Browsing, except it works in reverse. (All good interfaces support undo!)</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/clearRecentHistoryMenu.png" height="250" width="440" align="" border="0" hspace="0" vspace="0" alt="Clearrecenthistorymenu" longdesc="" /></p>
<p>After selecting Clear Recent History, you will be asked what time period you would like to erase:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/clearRecentHistoryWindow.png" height="220" width="440" align="" border="0" hspace="0" vspace="0" alt="Clearrecenthistorywindow" longdesc="" /></p>
<p>If you expand details you can see the somewhat arcane list of things being removed, but the short version is that &#8220;history&#8221; refers to everything that is implicitly collected by Firefox as you browse the Web (and we really mean everything).  You can also use this dialog to max out the time range and effectively reset Firefox, similar to the old dialog.</p>
<p>Thanks go to Drew Willcoxon, Shawn Wilsher and Johnathan Nightingale for implementing this feature.</p>
<p><strong>History &gt; Forget about this Site (Retroactive Privacy)</strong></p>
<p>If you don&#8217;t want to clear a specific time range but would rather selectively delete items out of your history, Firefox now offers the ability to remove all of the history of a particular Web site.  For instance you can select this article in your history (either through the Library window, or the History Sidebar), and then use &#8220;Forget About this Site&#8221; to remove every visit to blog.mozilla.com.</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/forgetAboutThisSite.png" height="250" width="440" align="" border="0" hspace="0" vspace="0" alt="Forgetaboutthissite" longdesc="" /></p>
<p>This is a bit more powerful than deleting individual visits if you are interested in pruning your history.  This feature was implemented by Shawn Wilsher.</p>
<p><strong>Simplified Privacy Options (Proactive Privacy)</strong></p>
<p>We&#8217;ve also significantly simplified Firefox&#8217;s privacy options.  By default Firefox will remember where you go on the Web:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/optionsRememberHistory.png" height="220" width="440" align="" border="0" hspace="0" vspace="0" alt="Optionsrememberhistory" longdesc="" /></p>
<p>However, if you are extremely privacy conscious, or you are setting up a computer that will be in a public location and used by many different people, like a hotel lobby or a computer lab, you can now very easily set Firefox to never remember history.  This is basically the same thing as always running Firefox in private browsing mode, except that the mode is always on.</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/optionsNeverRememberHistory.png" height="220" width="440" align="" border="0" hspace="0" vspace="0" alt="Optionsneverrememberhistory" longdesc="" /></p>
<p>Of course if you have previously changed your history settings, or are interested in micromanaging exactly what Firefox will and will not store as you browse the Web, the full range of settings are still available:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/optionsCustomSettings.png" height="384" width="440" align="" border="0" hspace="0" vspace="0" alt="Optionscustomsettings" longdesc="" /></p>
<p>This feature was implemented by Ehsan Akhgari.</p>
<p><strong>Ability to Control What Appears in the Location Bar Search Results (Proactive Privacy)</strong></p>
<p>When we expanded the capabilities of the location bar to search against all history and bookmarks in Firefox 3, a lot of people contacted us to say that they had certain bookmarks they didn&#8217;t really want to have displayed.  In some cases users had intentionally hidden these bookmarks in deep hierarchies of folders, somewhat similar to how one might hide a physical object.  Having something from your previous browsing displayed to someone else who is using your computer (or even worse) to a large audience of people as you are giving a presentation, is really one of the most embarassing things that Firefox can to do you.  So now in Firefox 3.5, users have complete control over what types of information are displayed in the location bar (or suggestions can be turned off entirely):</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/optionsLocationBar.png" height="220" width="440" align="" border="0" hspace="0" vspace="0" alt="Optionslocationbar" longdesc="" /></p>
<p>This feature was implemented by Ed Lee and Dietrich Ayala.</p>
<p><strong>Even More Control!</strong></p>
<p>But what if the five privacy tools described above still aren&#8217;t enough?  You want to be able to save both bookmarks and history, but in a way that only you can access the information.</p>
<p>The most direct way to do this is to create a new user account in the operating system you are using, and to give it a password.  Firefox will create a separate profile for that user, and you can use this new profile to store bookmarks and history.</p>
<p>Alternatively, you can launch Firefox and display the profile manager.  This is a feature that is intentionally hidden from the normal Firefox UI, since it is a bit more complicated than creating a new user account in your operating system, and is more commonly used by developers who are testing Firefox.  Instructions for accessing Firefox&#8217;s profile manager vary by operating system, but we have a <a href="http://support.mozilla.com/en-US/kb/Managing+Profiles">detailed article explaining the feature</a>.</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090630-privacy/profileManager.png" height="320" width="440" align="" border="0" hspace="0" vspace="0" alt="Profilemanager" longdesc="" /></p>
<p>The third, and perhaps most extreme way to keep your bookmarks and history private, is to use something called <a href="http://en.wikipedia.org/wiki/Mozilla_Firefox,_Portable_Edition">Portable Firefox</a>.  This allows you to put both Firefox and your profile onto a USB thumb drive.  You can then place the thumb drive into a physical box, and literally lock it, bury it, etc.</p>
<p><strong>What&#8217;s Next?</strong></p>
<p>While Firefox&#8217;s profile manager is currently more of a tool designed for developers, with emerging tools like <a href="http://labs.mozilla.com/projects/weave/">Mozilla Lab&#8217;s Weave</a>, users may soon be logging into their Web browsers to access all of their personal information.  The great thing about this is that similar to Web mail and other online services, users can create multiple accounts.  Also (unlike Web mail and most other online services) Mozilla Lab&#8217;s Weave encrypts all of your information, so you can be assured that you are the only one who has the ability to access it.</p>
<p>Firefox takes your privacy incredibly seriously, and we hope that you enjoy using all of the great new features we&#8217;ve added in Firefox 3.5, which is <a href="http://www.mozilla.com/en-US/firefox/firefox.html">available for download starting today</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/06/30/firefox-35-and-privacy/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Refreshing the Thunderbird Icon</title>
		<link>http://blog.mozilla.com/faaborg/2009/06/25/refreshing-the-thunderbird-icon/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/06/25/refreshing-the-thunderbird-icon/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 00:34:36 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=201</guid>
		<description><![CDATA[Rafael Ebron of Mozilla Messaging will be managing the update of the Thunderbird icon.  The process will be similar to the recent update of the Firefox icon, and they will be working with the very talented Iconfactory, so that the icons continue to visually reference each other, and feel like they are part of [...]]]></description>
			<content:encoded><![CDATA[<p>Rafael Ebron of <a href="http://www.mozillamessaging.com/en-US/">Mozilla Messaging</a> will be managing the <a href="http://www.rebron.org/2009/06/25/refreshing-the-thunderbird-icon/">update of the Thunderbird icon</a>.  The process will be similar to the recent update of the Firefox icon, and they will be working with the very talented <a href="http://iconfactory.com">Iconfactory</a>, so that the icons continue to visually reference each other, and feel like they are part of the same application suite. Rafael has an initial draft of the <a href="http://www.rebron.org/marketing/logo/creative-brief-thunderbird-3.png">creative brief</a> posted, and is <a href="http://www.rebron.org/2009/06/25/refreshing-the-thunderbird-icon/">looking for feedback</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/06/25/refreshing-the-thunderbird-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Several (Small) Changes to the Firefox Icon in RC3</title>
		<link>http://blog.mozilla.com/faaborg/2009/06/23/several-small-changes-to-the-firefox-icon-in-rc3/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/06/23/several-small-changes-to-the-firefox-icon-in-rc3/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 01:48:40 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=195</guid>
		<description><![CDATA[We are now preparing builds of a third release candidate of Firefox 3.5 which should be available shortly.  RC3 is being created to fix a few important issues, but it will also include several small changes to the new Firefox icon.
New 16&#215;16 Version (All Platforms, but primarily Linux and Windows)
Based on the feedback coming [...]]]></description>
			<content:encoded><![CDATA[<p>We are now preparing builds of a third release candidate of Firefox 3.5 which should be available shortly.  RC3 is being created to fix a few important issues, but it will also include several small changes to the new Firefox icon.</p>
<p><em>New 16&#215;16 Version (All Platforms, but primarily Linux and Windows)</em></p>
<p>Based on the feedback coming in to the <a href="http://blog.mozilla.com/faaborg/2009/06/18/the-new-firefox-icon/">previous post about the new Firefox icon</a>, we&#8217;ve gone through several quick iterations on the 16&#215;16 version.  Here is the set of iterations which appear in chronological order from left to right.  The icon now packaged in RC3 appears on the far right:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090623-firefoxIconRC3/new16x16.png" height="750" width="440" align="" border="0" hspace="0" vspace="0" alt="New16X16" longdesc="" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>Dock Shadow Cropping (OS X)</em></p>
<p>We moved the position of the 128&#215;128 icon on OS X down slightly so that the automatically generated shadow created by the dock is not as cropped off.  This is technically an OS X bug, but the problem isn&#8217;t as obvious now (and we are in alignment with other OS X icons):</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090623-firefoxIconRC3/dockShadow.png" height="500" width="440" align="" border="0" hspace="0" vspace="0" alt="Dockshadow" longdesc="" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>Higher DPI Shadow Effect for 512&#215;512 (OS X)</em></p>
<p>This was something that we missed but <a href="http://people.mozilla.com/~faaborg/files/20090623-firefoxIconRC3/feedbackDPI.png">someone in the community caught</a>: the previous shadow on the highest resolution OS X icon wasn&#8217;t being rendered by Illustrator at a high enough DPI:</p>
<p><img src="http://people.mozilla.com/~faaborg/files/20090623-firefoxIconRC3/shadowDPI.png" height="500" width="440" align="" border="0" hspace="0" vspace="0" alt="Shadowdpi" longdesc="" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
As always feedback is welcome in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/06/23/several-small-changes-to-the-firefox-icon-in-rc3/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>The New Firefox Icon</title>
		<link>http://blog.mozilla.com/faaborg/2009/06/18/the-new-firefox-icon/</link>
		<comments>http://blog.mozilla.com/faaborg/2009/06/18/the-new-firefox-icon/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 11:45:21 +0000</pubDate>
		<dc:creator>Alex Faaborg</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[MCC]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/faaborg/?p=189</guid>
		<description><![CDATA[Later this week we will be shipping the first Release Candidate build of Firefox 3.5, which is currently in the process of being evaluated by our exceptional QA team and testing community.  This also means that we are now ready to finalize the design of the new Firefox icon.
I want to thank everyone who [...]]]></description>
			<content:encoded><![CDATA[<p>Later this week we will be shipping the first Release Candidate build of Firefox 3.5, which is currently in the process of being evaluated by our exceptional QA team and testing community.  This also means that we are now ready to finalize the design of the new Firefox icon.</p>
<p>I want to thank everyone who provided feedback on the icon during the design process.  But more importantly I want to thank the new icon&#8217;s creator <a href="http://onebuttonmouse.com/">Anthony Piraino</a> from the <a href="http://iconfactory.com/">Iconfactory</a>.  He did a great job with the design work, he very quickly adapted iterations as we changed our direction and sent feedback, and he wasn&#8217;t the slightest bit fazed by a completely transparent process that designers often find to be a bit uncomfortable.</p>
<p>The updated Firefox icon is based on sketches and conceptual artwork by Jon Hicks and Stephen Horlander.  It is also of course an evolution of the previous rendering of the Firefox icon which was created by Jon Hicks, based on a sketch by Stephen DesRoches and the creative direction of Daniel Burka and Steven Garrity.  More information about the history of the Firefox icon is available in our <a href="http://people.mozilla.com/~faaborg/files/20090515-creativeBrief/creativeBrief-i1-wm.png_large.png">creative brief</a>.  All of the designers on Mozilla&#8217;s original visual identity team provided feedback on this update, along with Mike Beltzner, Asa Dotzler, John Slater, Paul Kim, Tara Shahian, Alexander Limi, Jennifer Boriss, and the broader Mozilla community.</p>
<p>Files for the new Firefox icon are below, as well as on <a href="https://wiki.mozilla.org/Firefox3.5/Logos">wiki.mozilla.org</a>.</p>
<p><a href="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefoxIcon.zip">Download everything</a> (2.9 MB)</p>
<p><strong>Shadow</strong></p>
<p><em>16&#215;16</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-16.png" border="0" alt="Firefox-16" hspace="0" vspace="0" width="16" height="16" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>22&#215;22</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-22.png" border="0" alt="Firefox-22" hspace="0" vspace="0" width="22" height="22" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>24&#215;24</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-24.png" border="0" alt="Firefox-24" hspace="0" vspace="0" width="24" height="24" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>32&#215;32</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-32.png" border="0" alt="Firefox-32" hspace="0" vspace="0" width="32" height="32" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>48&#215;48</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-48.png" border="0" alt="Firefox-48" hspace="0" vspace="0" width="48" height="48" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>64&#215;64</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-64.png" border="0" alt="Firefox-64" hspace="0" vspace="0" width="64" height="64" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>128&#215;128</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-128.png" border="0" alt="Firefox-128" hspace="0" vspace="0" width="128" height="128" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>256&#215;256</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-256.png" border="0" alt="Firefox-256" hspace="0" vspace="0" width="256" height="256" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>512&#215;512</em></p>
<p><img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-512.png" border="0" alt="Firefox-512" hspace="0" vspace="0" width="512" height="512" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<strong>No Shadow</strong></p>
<p><em>16&#215;16<br />
</em><br />
<img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-16-noshadow.png" border="0" alt="Firefox-16-Noshadow" hspace="0" vspace="0" width="16" height="16" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>22&#215;22<br />
</em><br />
<img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-22-noshadow.png" border="0" alt="Firefox-22-Noshadow" hspace="0" vspace="0" width="22" height="22" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>24&#215;24<br />
</em><br />
<img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-24-noshadow.png" border="0" alt="Firefox-24-Noshadow" hspace="0" vspace="0" width="24" height="24" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>32&#215;32<br />
</em><br />
<img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-32-noshadow.png" border="0" alt="Firefox-32-Noshadow" hspace="0" vspace="0" width="32" height="32" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>48&#215;48<br />
</em><br />
<img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-48-noshadow.png" border="0" alt="Firefox-48-Noshadow" hspace="0" vspace="0" width="48" height="48" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>64&#215;64<br />
</em><br />
<img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-64-noshadow.png" border="0" alt="Firefox-64-Noshadow" hspace="0" vspace="0" width="64" height="64" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>128&#215;128<br />
</em><br />
<img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-128-noshadow.png" border="0" alt="Firefox-128-Noshadow" hspace="0" vspace="0" width="128" height="128" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>256&#215;256<br />
</em><br />
<img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-256-noshadow.png" border="0" alt="Firefox-256-Noshadow" hspace="0" vspace="0" width="256" height="256" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<em>512&#215;512<br />
</em><br />
<img src="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-512-noshadow.png" border="0" alt="Firefox-512-Noshadow" hspace="0" vspace="0" width="512" height="512" /><span style="font-family:sans-serif;font-size:12pt"><br />
</span><br />
<strong>Icon Files</strong></p>
<p><a href="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox.ico">Windows ico<br />
</a><a href="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox.icns">OS X icns</a><br />
(Linux: just packages individual png files)</p>
<p><a href="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/favicon.ico">Favicon</a> (to replace an ico)<br />
<a href="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/favicon.png">Favicon</a> (to replace a png)</p>
<p><a href="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox_grid_combined.psd">PSD grid with all pixel polished resolutions</a></p>
<p><strong>Word Marks</strong></p>
<p><a href="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefoxWordMarkVertical.png">Logo + word mark vertical</a><br />
<a href="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefoxWordMarkHorizontal.png">Logo + word mark horizontal</a><br />
<a href="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefoxWordmark.png">Word mark</a></p>
<p><strong>Vector Files</strong></p>
<p>We will also be releasing vector files for the new Firefox icon (to help with <a href="http://lug.oregonstate.edu/gallery/v/Summer-06/firefox-crop-circle/dscn1004.jpg.html">crop circle planning</a>, etc).  However we need to finalize a license agreement to accompany them (please do not sell <em>unauthorized</em> physical copies of Firefox with nice box art).  We should have those files ready soon.</p>
<p>More information about the project can be found in these earlier posts:</p>
<p>5/06/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/06/thinking-about-refreshing-the-firefox-icon/">Thinking about Refreshing the Firefox Icon</a><br />
5/14/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/14/evolving-a-product-brand/">Evolving a Product Brand</a><br />
5/15/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/15/creative-brief-for-the-new-firefox-icon/">Creative Brief for the New Firefox Icon</a><br />
5/15/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/15/new-firefox-icon-iteration-1/">New Firefox Icon: Iteration 1</a><br />
5/15/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/15/new-firefox-icon-iteration-2/">New Firefox Icon: Iteration 2</a><br />
5/17/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/17/new-firefox-icon-concept-rendering-by-stephen-horlander/">New Firefox Icon: Concept Rendering by Stephen Horlander</a><br />
5/20/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/20/new-firefox-icon-qa/">New Firefox Icon: Q&amp;A</a><br />
5/20/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/20/new-firefox-icon-iteration-4-modified-creative-direction/">New Firefox Icon: Iteration 4 + Modified Creative Direction</a><br />
5/20/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/20/new-firefox-icon-iteration-5/">New Firefox Icon: Iteration 5</a><br />
5/21/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/21/new-firefox-icon-qa-mostly-about-orange-juice/">New Firefox Icon: Q&amp;A, Mostly about Orange Juice</a><br />
5/22/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/22/new-firefox-icon-iteration-6/">New Firefox Icon: Iteration 6</a><br />
5/22/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/22/new-firefox-icon-iteration-7/">New Firefox Icon: Iteration 7</a><br />
5/26/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/26/new-firefox-icon-iterations-8-and-9/">New Firefox Icon: Iterations 8 and 9</a><br />
5/28/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/28/new-firefox-icon-iteration-10/">New Firefox Icon: Iteration 10</a><br />
5/30/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/05/30/new-firefox-icon-iteration-10-in-context/">New Firefox Icon: Iteration 10 in Context</a><br />
6/02/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/06/02/new-firefox-icon-iterations-11-to-14/">New Firefox Icon: Iterations 11 to 14</a><br />
6/06/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/06/06/new-firefox-icon-iteration-14-in-context/">New Firefox Icon: Iteration 14 in Context</a><br />
6/17/09 &#8211; <a href="http://blog.mozilla.com/faaborg/2009/06/17/new-firefox-icon-qa-2/">New Firefox Icon: Q&amp;A</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/faaborg/2009/06/18/the-new-firefox-icon/feed/</wfw:commentRss>
		<slash:comments>94</slash:comments>
		</item>
	</channel>
</rss>
