<?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>Bryan Clark &#187; theme</title>
	<atom:link href="http://clarkbw.net/blog/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://clarkbw.net/blog</link>
	<description>Change thrives on me</description>
	<lastBuildDate>Tue, 28 Dec 2010 23:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Looking at User Experience for Thunderbird 3</title>
		<link>http://clarkbw.net/blog/2009/01/19/looking-at-user-experience-for-thunderbird-3/</link>
		<comments>http://clarkbw.net/blog/2009/01/19/looking-at-user-experience-for-thunderbird-3/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 04:25:16 +0000</pubDate>
		<dc:creator>Bryan Clark</dc:creator>
				<category><![CDATA[mozilla]]></category>
		<category><![CDATA[activity manager]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[auto configuration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://clarkbw.net/blog/?p=550</guid>
		<description><![CDATA[Over the past year the Thunderbird platform has received a large number of updates, however it is also seeing a number of improvements to it&#8217;s over all user experience.   In a recent email I tried to write out some of the major improvements that are in the works for the next bird release, here&#8217;s a &#8230; <a href="http://clarkbw.net/blog/2009/01/19/looking-at-user-experience-for-thunderbird-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the past year the Thunderbird platform has received a large number of updates, however it is also seeing a number of improvements to it&#8217;s over all user experience.   In a recent email I tried to write out some of the major improvements that are in the works for the next bird release, here&#8217;s a summary of that mail.</p>
<p><strong>Search</strong></p>
<p>With some needed changes to the Thunderbird platform it has become possible to provide efficient <a href="http://www.visophyte.org/blog/2008/08/19/thunderbird-full-text-search-prototype-a-la-sqlite-fts3/">full text search over messages</a> and their headers.  This will enable Thunderbird to offer a much improved search experience over the previous search methods.  Search can start over the full text of a message and then be filtered against specific attributes like sender or subject to narrow down the set of results.  We can also offer <a href="http://clarkbw.net/blog/2008/05/13/auto-complete-on-subjects/">auto-complete on subjects</a> and <a href="http://www.visophyte.org/blog/2008/08/19/thunderbird-contact-auto-completion-with-bubbles/">people in the search entry</a> to help prevent spelling mistakes and partial matches from slowing down the search process.</p>
<p><strong>Tabs</strong></p>
<p>We&#8217;ve been doing a lot of thinking about <a href="http://clarkbw.net/blog/2008/05/20/tabulation/">how people use tabs</a> which lead us to a <a href="http://clarkbw.net/blog/2008/09/25/thunder-tab/">tab mail</a> implementation that should improve searching, reading, and processing; hopefully also <a href="http://clarkbw.net/blog/2008/10/09/thunderbird-tab-session-restore/">saving that state</a>.  Currently a search over mail will destroy the state of your message list by filtering down the messages in the exposed view.  With searches opening in new tabs your current view can remain intact while you explore your mailboxes in new tabs.   Messages can be opened with a middle click, just like in Firefox, to help you process mail quickly by queuing the messages you&#8217;d like to read later in tabs; later you can close your opened tabs as you read each message.</p>
<p><strong>Account Auto Configuration</strong></p>
<p>When trying to setup Thunderbird the details of your email accounts host, port, and security settings are so 2008, lets evolve.  Long in the works has been a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=422814">better, easier way to setup an email account</a>.  Our design goal was to get an email account setup with absolute the minimal number of questions.</p>
<ul>
<li>Name</li>
<li>Email Address</li>
<li>Password</li>
</ul>
<p>With those 3 items Thunderbird can infer all other details automatically, with exception cases handled gracefully.  It has been difficult work to make this happen, but we are well on our way and we know that when we finish it will have been worth it.</p>
<p><strong>Message Archive</strong></p>
<p>Thanks to the recent improvements to enabling cross-folder search we are able to implement an archive system for IMAP and  POP clients.  With a single button Thunderbird users can automatically file messages from their Inbox and other folders into the archive folder system.  We&#8217;ve pushed the Archives folder into the list of special folders such that it will sort with your Inbox, Sent Mail, and Drafts.  If you&#8217;re interested, take a look at the <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=451995">archive bug</a> for more of the technical details, otherwise just take a deep breath&#8230; its coming.</p>
<p><strong>Activity Manager</strong></p>
<p>Notifications and download progress concerning your mail accounts are important events, however they aren&#8217;t events that require your full attention.  Earlier last year we looked at how we could reduce the amount of <a href="http://clarkbw.net/blog/2008/07/30/this-is-dialog-invasion/">dialog noise</a> Thunderbird generates in order to handle your account details in a more civilized manner.  We took a good look at the Firefox Download Manager and created, what we called, an <a href="http://clarkbw.net/blog/2008/06/04/activity-is-the-new-download/">Activity Manager</a>.   Recent <a href="http://clarkbw.net/blog/2008/12/12/activity-manager-activity/">activity on the activity manager</a> has lead to new patches in the review cycle headed toward a coming release.</p>
<p><strong>Theme Improvements</strong></p>
<p>With recent steps forward Thunderbird has finally made room for the <a href="http://clarkbw.net/blog/2008/12/04/this-bird-can-dance/">Linux Desktop theme</a> space.  I don&#8217;t even need to say much else about this change, this list says it all.</p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview ('/outbound/bugzilla.mozilla.org');" href="https://bugzilla.mozilla.org/show_bug.cgi?id=406742">gnomestripe theme space</a></li>
<li><a onclick="javascript:pageTracker._trackPageview ('/outbound/bugzilla.mozilla.org');" href="https://bugzilla.mozilla.org/show_bug.cgi?id=459286">menu icons</a></li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=415415">application icons</a> ( the indomitable scrapper <a onclick="javascript:pageTracker._trackPageview ('/outbound/blogs.gnome.org');" href="http://blogs.gnome.org/mmonreal/">Michael Monreal</a> has provided his <a href="https://bugzilla.mozilla.org/attachment.cgi?id=357420">userChrome</a> for checking out that <a href="https://bugzilla.mozilla.org/attachment.cgi?id=348539">screenshot</a> )</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=472541">tango palette for messages</a> ( <a href="https://bugzilla.mozilla.org/attachment.cgi?id=356915">screenshot</a> )</li>
</ul>
<p><strong>And of course lots more</strong></p>
<p>There are many more changes, from the auto-sync offline work to preference cleanups that have happened and/or are still in the works; this list is just a grouping of major areas.  We&#8217;ve come a long way, but have an even longer road ahead.</p>
]]></content:encoded>
			<wfw:commentRss>http://clarkbw.net/blog/2009/01/19/looking-at-user-experience-for-thunderbird-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>This bird can dance!</title>
		<link>http://clarkbw.net/blog/2008/12/04/this-bird-can-dance/</link>
		<comments>http://clarkbw.net/blog/2008/12/04/this-bird-can-dance/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:48:19 +0000</pubDate>
		<dc:creator>Bryan Clark</dc:creator>
				<category><![CDATA[mozilla]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tango]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://clarkbw.net/blog/?p=515</guid>
		<description><![CDATA[Thunderbird can finally do the Tango For a long time Thunderbird has been using the same theme for Linux and Windows, resulting in an ugly and out of place Linux theme.  However now Magnus has a patch is up to create a gnomestripe theme space.  Magnus already moved Thunderbird menus over to using the gtk &#8230; <a href="http://clarkbw.net/blog/2008/12/04/this-bird-can-dance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong><a href="http://www.getthunderbird.com/">Thunderbird</a> can finally do the <a href="http://tango.freedesktop.org/">Tango</a></strong></p>
<p style="text-align: left;">For a long time Thunderbird has been using the same theme for Linux and Windows, resulting in an ugly and out of place Linux theme.  However now Magnus has a patch is up to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=406742">create a gnomestripe theme space</a>.  Magnus already moved Thunderbird menus over to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=459286">using the gtk stock icons</a>.</p>
<p style="text-align: left;">Here&#8217;s a <a href="https://bugzilla.mozilla.org/attachment.cgi?id=348539">screenshot</a> (courtesy of <a href="http://blogs.gnome.org/mmonreal/">Michael Monreal</a>) of Thunderbird using the desktop icon spec.</p>
<p style="text-align: center;"><a href="https://bugzilla.mozilla.org/attachment.cgi?id=348539"><img class="size-medium wp-image-516 alignnone" title="Thunderbird using the Desktop Icon Spec" src="http://clarkbw.net/blog/wp-content/uploads/2008/12/tb-desktop-icon-set-300x214.png" alt="" width="300" height="214" /></a></p>
<p style="text-align: left;">
<p style="text-align: center;">Now we can start the move over to using the <span style="text-decoration: underline;"><strong><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=415415">Tango icon set!</a></strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://clarkbw.net/blog/2008/12/04/this-bird-can-dance/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.475 seconds -->

