Modal Mappings

As part of the design phase I produced a map of the modes of interaction in the various application components – this again is inspired by the approach to design used by Bill Verplank.

This map takes four modes into account:

1. Feel: split into seeing and hearing
2. Do: split into mouse and keyboard

See it here (click for full version):

modal_mappings

One thing this does is develop a feel for the different modes of access.

Actually implementing these modes is very difficult in today’s applications as things like keyboard and text-to-speech are platform-specific. So seeing the full keyboard and speech experience will have to wait until M2 at the earliest.

Implementing conduits (services)

I’ve just implemented the Conduits plugin, which is what provides things like services for publishing items to blogs, social bookmarking services, repositories, citation services (etc). Its not much to look at, but it does basically follow the design wireframes. In the image below, the Radar plugin is the panel on the left; the Conduits are on the right:

conduits

The plugin drag-and-drop model uses standard URLs, so there is an interesting side-effect: you can just drag any URL from any application onto the services in FF, and it will publish them to the service. So, you can actually just use the Conduits plugin as a standalone publishing “droplet”, like so:

droplet

So far I’ve ported the del.icio.us and APP conduits from Plex, our earlier prototype system.