Archive for the ‘Firefox’ Category.
11th May 2008, 03:05 pm
We have a litter of fox kits in the back field at our house. Today we managed to catch them on film. Please enjoy our very own foxkehs.

Edited to add: Some people apparently don’t know Foxkeh…for comparison:

You can view the whole set here:
http://flickr.com/photos/lauraxthomson/sets/72157605003262452/
13th February 2008, 12:12 pm
Yesterday the beta 3 of Firefox 3 was released to the world. This beta contains the new Add-ons Manager, and people seem to be liking it so far - ArsTechnica says
One of the most promising and impressive new features in beta 3 is an
integrated add-on installer system that allows users to search for and
install add-ons from addons.mozilla.org directly through the Add-ons
Manager user interface.
The new Add-ons Manager is the result of collaboration between a bunch of smart Mozilla people - Madhava Enros and Dave Townsend to name two - and a small contribution from yours truly.
The Add-ons Manager pulls data about Recommended addons and search results from the main addons.mozilla.org (AMO) website via the AMO API, which is my project. When you ask for a recommendation, the Add-ons manager pulls a RESTian URL like
https://services.addons.mozilla.org/en-US/firefox/api/list/recommended/all/
checks for addons that you don’t yet have installed from that list, and displays details of the remaining addons.
The API will be (is) available to the community as well, and promoted once testing is complete. If you’d like to experiment with the API then draft documentation is available at
http://wiki.mozilla.org/Update:Remora_API_Docs
(This will move to the Mozilla Developer Center once it’s more fleshed out.) Please file any bugs you find.
I’m still working on tweaks and bug fixes: I’ve already fixed a bunch of character encoding issues in different languages, and applied some performance tweaks. (Some still to go into production.) Right now, I’m working on speeding up search. Search is slow on the whole of AMO, and later this year I plan to implement a full text search. Right now it’s just tweaking - it’s slow because when you search all the possible translations are searched (think many left joins), and the plan is to rejig the database to only search your local translation plus English (since many add-ons are only available in English, and we wouldn’t want you to miss out).
Anyway, it’s been great fun working on this project so far, and it’s incredibly rewarding to think that something I wrote is incorporated into my favorite browser.