Tuesday, December 25, 2007

We're now pulling Mozilla lists (10,000 emails a month)

It's Christmas today, and while I could be playing with my new gifts (an electric toothbrush, how thoughtful!) I instead loaded the Mozilla list histories into MarkMail.

Now, don't get me wrong: I'm not saying this to complain. As a child I used to organize pennies, sorting each one into different holders based on its year and mint. My favorite modern penny was the 1973-S, a coin minted in the year of my birth year at the exotic-sounding San Francisco mint. I still have all 75 of those coins I ever found.

Looking at Mozilla, we have 100 mailing lists and a little over 270,000 historical emails. Everything from Firefox to Thunderbird to Seamonkey. Choose your favorite!

Monday, December 17, 2007

We've loaded the MySQL lists and their 360,000 emails

Some projects are small, and some are big. MySQL is big. According to MarkMail analytics, people on the various MySQL lists have exchanged over 360,000 emails since March 1999. That's a new MarkMail activity record for lists concerning a single project.


What are all these people saying? Who has time to follow along? I don't know, but I expect if you have a MySQL question, you can find an answer in MarkMail's new MySQL archive.

Thursday, December 13, 2007

May I Take Your Order (By)

Almost immediately after launching MarkMail we started to get feedback. After we calmed ourselves down from the excitement of having users that care, a few things started to stand out. One of those items was the desire to order the search results by something other than relevance.

Adding basic support for this feature was done with 5 minutes of work and a few lines of code. This basic support allowed you to change the ordering by adding an order: in your query (eg: order:date-forward, order:date-backward). Being geeks that can't live without a command line, this level of support was fine for us, but we figured the population at large would appreciate the ability to change the ordering in the UI.

So after a bit of discussion we've done exactly that. There is now a drop down right above the search results that you can use to adjust how the results are ordered.


Keep that feedback coming and let us know what's important to you.

Loaded By Request: AppFuse, XWiki, and WSO2

We have a long queue of lists we plan to load, but here's a little secret. If you write in to us, we load your list sooner. It's true what they say: the squeaky wheel gets the grease.

So in the last month, by request, we've loaded a few new project lists:

  • AppFuse (an open source tool for writing Java apps faster)
  • XWiki (a platform for wiki apps)
  • WSO2 (web services software)

Thursday, December 6, 2007

Keynoting XML 2007

This week I gave the closing keynote at XML 2007 in Boston.

The opening keynote had a three-person panel debating the question, Does XML have a future on the Web? I decided with the closing keynote to bookend that topic and answer the question with a talk titled You're Darn Right XML Has a Future on the Web, using MarkMail and its XML-centric model as supporting evidence. I've posted the talk's slides as an interactive Flash file. Click to advance.


During the rest of the week I was handing out "list:xml-dev" T-shirts, just like we had for ApacheCon but with a new list community.

My favorite quote was from Jon Bosak (often called the father of XML) who, upon receiving his T-shirt and learning how MarkMail was built on XML, said to me: This is cool on so many levels.

Lack of History is History

Before we launched the site we quickly recognized how annoying it was that the browsers back button didn't work while searching and reading messages. Because the site has some Ajax goodness, we knew that getting browser history working properly would take a bit of effort so we skipped it for the launch.

However, when I saw this post on Ajaxian about the new release of Really Simple History I figured I'd play around a bit. The documentation for the library could be a bit more extensive, but because it truly is so simple to use I got things figured out in no time. Even better than being simple, its support for various browsers is fantastic.

Even though the library does a ton of the heavy lifting for you, there was thankfully some fun left for me. The library works by adding on a fragment identifier in the url (you know, that bit in the location bar after the #). Fragment identifiers are usually used to jump you to a specific part of a page. This jump doesn't cause a page refresh but fortunately it does add an item in the browsers history.

So to get things to work I had to figure out a way to encode the state of the browser into a fragment identifier. The state includes things like your current query, what page of search results you're on and what message you're reading. I ended up using a scheme similar to GET variables (key:value pairs) so that part was pretty easy.

So now I was able to add items in the browsers history, sweet! But that's only half of the story. When the user actually uses this history, it's up to us to decode the fragment identifier and properly restore the state of the browser. This turns out to be a touch tricker than it sounds. Mostly because we don't want to refresh parts of the page that don't need to be refreshed.

The site required a few other tricks to get things working, but overall the process was much easier than expected. So have some fun now that you no longer need to think so hard about that click. Thanks to Brad Neuberg and Brian Dillard for their work on Really Simple History.

Thursday, November 29, 2007

Now archiving css-discuss

OK, Ryan, we can load css-discuss now.

This is what I said yesterday to Ryan Grimm, my compatriot behind MarkMail, who's been wanting to load the css-discuss list archives since we started the project.

Ryan's our front end guru, expert at JavaScript and CSS, and responsible for most of the goodness you see in our user interface. He tells me when it comes to figuring out browser display quirks there's no better resource than the css-discuss mailing list. So OK, Ryan, enjoy.

Hope it's equally helpful to everyone.

Wednesday, November 28, 2007

After Apache: XML

As anyone who's read the MarkMail FAQ knows, the site runs almost completely on XML. So it seemed fitting and proper that, after launching with the Apache Software Foundation mail archives, we should next load the lists from the XML community.

Here are the XML-related lists we've loaded so far:

Friday, November 16, 2007

ApacheCon Report

The core MarkMail development team (Ryan Grimm, John Mitchell, and myself) just returned from the ApacheCon conference in Atlanta. In between some fabulous meals, we schmoozed and spread the word about MarkMail hosting the full Apache mail archives.

We found an inventive way to get the word out. We printed a series of T-shirts, a different design for each of the most active Apache projects. The top of each shirt says "list:apache" or "list:tomcat"; something different for each project. Underneath we put the histogram chart you see on MarkMail if you perform that list-constraining search. The design looked like this:


Now, marketing people will tell you that T-shirts are an expensive give-away and something most people just throw to the back of their closet and forget about. Our theory (hope?) was that by making these shirts personal, as much about the receiver as the giver, they might be more meaningful. Happily, that's exactly what happened. People were excited to wear their project histories proudly on their chest. It sparked conversations, memories, and buzz.

Santiago Gala

We're still looking for a way to do reasonably-priced, high-quality, short-run printing. I'd love to give each person a shirt showing their own traffic histogram. "from:you"!

Thursday, November 1, 2007

MarkMail is launched, break the champagne bottle!

OK, because we're just now launching there's almost no one subscribed here to read this post, but as the history will be archived I might as well note the date and our excitement. :)