posts tagged with “mozilla”

Firefox at Blogher ’10

the Mozilla Hospitality Suite at BlogHer

Friday and Saturday, I and a few others were at the BlogHer ’10 conference in New York to promote Firefox Add-ons to more than a thousand bloggers in attendance. I had a great time and think our presence there was very effective.

This is the second event I’ve been to where we’ve focused on getting the word out about add-ons to consumers, the first being last year’s Renegade Craft Fair in San Francisco. Almost all of my time is spent talking with developers and other technical people, so getting the chance to talk to real people who use Firefox and add-ons is fun and educational. I get to learn about things that aren’t obvious to normal users and the problems they encounter.

I spent both days of the conference in our hospitality suite answering questions, telling people about Firefox, add-ons, and Personas, promoting the new BlogHer Toolbar, and showing off Firefox 4 features. Our suite was packed with bloggers all day both days; I’d estimate we saw at least 600 people come through, most of whom we had personal conversations with.

continue reading »

Making Add-ons People Will Love

4 comments

add-on hugThis week I presented a talk called Making Add-ons People Will Love at the Mozilla Add-ons Workshop in London. The event went really well thanks to engaged attendees and excellent organization by William and Julie.

Nick and Julie suggested the topic for my talk a couple months ago and I knew I’d have fun working on it, as it’s really important to me that the add-ons people make are enjoyable. A single bad experience with an add-on can turn someone off to the idea of customizing their browser for a long time, but a great experience with an add-on can have the opposite effect.

more, please! »

Ambient Displays at Mozilla HQ

3 comments

It’s been just under a year since we moved into the new Mozilla office in downtown Mountain View. When we first got settled in I started working on a little dashboard specific to AMO stats, bug counts, and our upcoming releases, but never finished it. A couple months ago a friend showed me the excellent Panic Status Board and I was inspired to start work on a new dashboard for everyone. The result:

Screenshot of the display

continue reading »

What’s Next for Collections

8 comments

Since their launch last year, users have created more than 56,000 collections of add-ons. Collections and user reviews are the two ways in which everyday users can contribute content to the add-ons site.

I’ve been thinking about ways to improve collections since last year, especially as many other sites now support similar groups of content. Facebook has groups of friends, Twitter has lists of followers, Youtube has playlists of videos, and we have collections of add-ons. We’re a bit different though: collections were designed primarily as a sharing vehicle, which is why we have a public directory listing them when other sites don’t.

But one thing I really love about others’ list features is their simplicity of creation and management. We’re well underway in rewriting addons.mozilla.org in Django, so now is the perfect time to make some improvements to the feature as we rewrite it for the new site. With the goals of making collections easier to create and manage, using them to power other features across the site, and making them more personal, here are a few changes in store for collections in the coming months.
read the rest of this entry »

Building A Better Button

4 comments
history of AMO's buttonshistory of add-on install buttons

If you’ve ever installed an add-on from Mozilla’s add-ons website, you’ve probably clicked on one of the cute, innocent-looking buttons that stand between you and the add-on you want. They’re really important, but also really complicated little devils.

Originally, the job of this button was just to link to the add-on file, and the only complication occurred if the add-on was platform-specific. Things have gotten quite a bit more complex over the years, and the role of the button changed to be a guide as to what the user should and shouldn’t install with the introduction of “smart install buttons” two years ago. Today, buttons are more complicated than ever, taking into account:

  • which application’s part of the website you’re browsing in
  • which browser you’re using
  • whether the browser add-on is incompatible due to not having compatibility bumped after your browser version’s release
  • whether the browser add-on is incompatible because your browser is outdated and requires a newer version
  • whether the browser add-on is incompatible because it requires an alpha/beta version that has not yet been released
  • whether you have JavaScript enabled
  • what type of add-on it is
  • whether the add-on is compatible with your operating system
  • whether the add-on is featured
  • whether the add-on has been reviewed
  • whether the add-on is self-hosted
  • whether the add-on has a EULA
  • whether the add-on has a contributions roadblock or post-download page
  • whether the button’s context requires it to be large or small
  • whether you’re logged in

continue reading »