2007-12-17

keeping up with the Joneses

I thought I'd mention a couple blogs I follow to keep abreast of what is happening with other browsers.

First, Bernie Zimmerman (author of the GrayModern theme) tracks news about multiple browsers at his Browsersphere blog.  Second, WebKit and Safari news has long been available at Surfin' Safari, although I suspect the WebKit part of that will slowly move over to the new Planet WebKit.

What blogs do you read to track the coopetition?

2007-11-29

Video of Joseph Smarr on High Performance JavaScript

Last month Joseph Smarr, Chief Platform Architect at Plaxo, came to the MoCo office to talk about High Performance JavaScript: Why Everything You've Been Taught is Wrong.

Joseph has tons of experience optimizing JavaScript for a large-scale AJAX application and gave a great presentation chock full of useful info for web app and Firefox chrome developers on improving the performance of JavaScript-based applications.

A video of Joseph's presentation is now available, and the presentation slides are also online, so check it out.  Unless you've already seen it or are Joseph, you're going to learn something.

2007-11-15

Alt-Tab-like history navigation

Here's an idea for an extension that I'll probably never get around to writing (but one of you might, perhaps for the extension contest!):

Overload Alt-(Left|Right)Arrow, the history back and forward keyboard shortcuts (Cmd-Arrows on Mac), to create an Alt-Tab-like experience with a row of thumbnail previews to which you can navigate by holding down the Alt key, pressing the arrow keys multiple times until you reach the target page, and then releasing the Alt key.

In other words, do the same thing for history navigation that Dão Gottwald is doing for tab navigation with his Ctrl-Tab extension.

(Bonus points for version 2: track non-linear meanderings and expose them as parallel tracks to which you can navigate with the up and down arrows.)

tabs for Thunderbird 2.0.0.9

Anticipating requests, I've spun some tab-enabled builds of the latest version of Mozilla's mail/news desktop app for Linux, Mac, and Windows.

Note that the Mac version is no longer compatible with Mac OS X 10.2, as my Mac build machine (a.k.a. my laptop) has been upgraded to Leopard and XCode 3.0 and no longer has the 10.2.8 SDK on it.  It should work on 10.3.9+, 10.4, and 10.5, however.

p.s. Congrats to the Thunderbird team on the release of 2.0.0.9!  Getting a security and stability release out the door is no mean feat, requiring careful coordination between several groups of talented folk with a high standard for software quality that they consistently achieve.  Bravo!

2007-10-31

Mac OS 10.5 First Glance

I spend most of my time in an Ubuntu VM, so I don't use many of the features of my MacBook Pro's host OS.  But I upgraded to 10.5 yesterday for dtrace and checked out a few other features in the process.

Spaces

Spaces works about as well as VirtueDesktops.  It's easier to configure, and it's less crashy, but it doesn't let me give my spaces names, which has been a palpable visual cue in VirtueDesktops that I've landed on the right one.

And although moving to the right of the rightmost space usefully wraps around to the leftmost one, the transition animation shows me moving left (but not across the intermediate spaces), which confuses me every time.

But most significantly, like VirtueDesktops it makes navigating to a window even more complex than it already was, with three somewhat-overlapping keyboard shortcuts: Control-ArrowKeys to change spaces, Command-Tab to change applications (across all spaces), and Command-BackQuote to change windows within an application.

I'm constantly hitting the wrong key.  Maybe I'll get used to it, but I think I'll continue to prefer how I've configured multiple desktops in Ubuntu, where one shortcut (Control-Alt-ArrowKeys) switches between desktops and another (Control-Tab) switches between windows on that desktop.  I wish there was a way to do that on Mac.

Time Machine

Time Machine looks like it could replace the manual backups I currently do with SuperDuper!.  It seems to lack a "back up everything now" button, which I want to press before leaving for a trip, but perhaps its automatic hourly backups are good enough.

Nevertheless, it's unclear when and how it'll back up my 40GB Ubuntu virtual disk file, which is almost always open.  Maybe I could exclude that file from Time Machine backups and then back up the files inside it from within the VM.

Unfortunately, there's no Time Machine (or even SuperDuper!) for Ubuntu, as far as I can tell, just a hundred blog posts describing how various smart folks have used some arcane combination of tar and rsync commands to back up their systems.

Networking

The Network preferences dialog is much better organized, which is nice, since I seem to visit it more often than I'd like.  But perhaps I'll be visiting it less now that Mac OS X no longer turns up its nose at my home network's WPA personal security after every taste of the office network's WPA2 enterprise security.

The WPA2 enterprise username/password dialog also no longer goes away while I'm in the middle of filling it out if I take more than three seconds to do so, a welcome change.

VMWare Fusion

VMWare Fusion has a few minor issues in 10.5.  It no longer resizes my Linux VM's resolution when I plug my laptop into my external monitor, nor does it recenter the desktop when I go from the external monitor back to my laptop's display until I switch from full screen mode to window mode and back.

And using Command-Tab to go to Fusion alternates between open Fusion VMs on two different spaces instead of taking me to the last one I used.  Plus the tools need some munging to properly integrate with X.

But on the whole it still works fine, and I can continue to live in my full-screen Linux VM (from where I'm typing up this blog post now).

Appearance

I like the new darkness, with its multitude of gray tones.  But I bemoan the addition of even more rounded edges, like those at the bottoms of menus.  I prefer sharp edges in both virtual designs and physical ones (like cars and clothing), and its too bad everything has become a blobject since computers made it easy to draw a spline.  Bubble buttons, bubble cars, bleh.

2007-10-15

automated JS code rewriting

Taras Glek has been doing awesome work on a framework for automated C++ code rewriting.  I'd love to see something like that for JS code, since there are potential optimizations that are hard to do by hand (like changing the way we memoize nullary methods or removing the names of function expressions assigned to object properties).

Maybe Narcissus could be repurposed to provide round-trip JavaScript parsing, modification, and reserializing?  This'd be a great project for someone who wants to help improve Firefox performance.

2007-10-04

Bo Yang's Advanced Microsummary Builder

This summer Bo Yang, a student at NanKai University in Tianjin, China, worked on a microsummary builder extension.  His goal was to make it easy for regular users to create custom live titles for pages while experimenting with some additional features for power users.

He's recently uploaded the extension to addons.mozilla.org, and I've created a screencast showing it in action.  Check out the screencast, then try out the extension (Firefox 3 pre-releases or nightly builds only).

Don't forget to file any bugs you find, and let Bo know (in comments on this blog post or by emailing him directly) what kinds of pages you're summarizing and how the extension works for you.

(For example, I used it to create a live title of timeandate.com's World Clock page showing the approximate time in Bo's time zone so I knew when I could expect to see him online.)

2007-09-20

tabs for Thunderbird 2.0

A user of one of the "Thunderbird 1.5 with tabs" builds I made a couple years ago recently asked me if it would be possible to update the patch for Thunderbird 2.0.  After some wrangling, I got the patch to apply and behave itself in my testing, and I've spun some tab-enabled builds of 2.0.0.6 for Linux, Mac OS X, and Windows.

Note that the Thunderbird developers are implementing a different version of tabs for Thunderbird 3 over in bug 218999.  So I won't be porting this patch to the trunk.  But if you can't wait for that release to get your tabs, these builds may be useful to you.

To open a message in a tab, context-click it and select "Open message in new tab" from the context menu.  To make this the default behavior when opening messages, set Preferences > Advanced > General > "Open new messages in" to "A new message tab".

p.s. congrats to Thunderbird on the new organization!  I'm looking forward to great things from it.

2007-08-17

Dave Winer's take on feed reading in Firefox

Dave Winer came to MoCo yesterday for a chat about feed reading.

He gave us some food for thought, in particular the idea that limiting Firefox's feed reading functionality to a mere conduit for transferring feeds to the user's third-party reader of choice doesn't meet the needs of users who don't already understand the benefits of aggregated feed reading (which may well be a large majority of users).

Dave suggested we instead integrate feed reading directly into Firefox (while preserving choice for users who want to use another app).  I'm inclined to agree, but I'll note that there's a third option: we could simply choose a default third-party feed reader, just as we've chosen a default search engine, and direct users there when they click on a feed.

2007-07-27

it's not just about Thunderbird

Folks seem to have missed half of Mitchell's recent email call to action.  It wasn't only about finding a new home for Thunderbird.

Mitchell also says that "we would also like to find contributors committed to creating and implementing a new vision of mail" and that "Mozilla has a range of resources - funds, code, etc. - that can be applied to this problem. We're looking for people with expertise, vision and leadership capabilities."

MoCo's raison d'être isn't Firefox, it's improving the Internet through Firefox and other initiatives.  That's why it's investing in the mobile space with projects like Joey, and it's why Mitchell and others (like me) are interested in mail.

But Thunderbird only has 5-10 million users (including me), while Firefox has 100 million, which means that at least 90% of Firefox users (and many more users of other browsers) are not being helped by Thunderbird.

That's not because MoCo hasn't invested enough into Thunderbird, it's because Thunderbird isn't the right solution for those users.  And, based on its development trajectory to date, I don't expect that to change.

But neither do the other extant mail apps serve their users particularly well.  As Mitchell says, we need a new vision for mail, and for me it's one that combines the portability of webmail with the usability of a desktop app and provides innovative new features for presenting and participating in conversations.

So let's not only focus on what to do with Thunderbird, let's also figure out what to do about mail and how to do it.