Let my enthusiasm get the better of me and pitched a lightning talk on
Device::Ericsson::AccessoryMenu to the Birmingham.pm folks.
They accepted.
Still, the demo is strong enough to carry it, especially with my super
secret ending (well I've blabbed about it on #london.pm already but
with luck it'll still be a surprise to Birmingham.pm)
Figured out some bookmarklets to follow site navigation links by
adapting code from Subotniks guide
LE = document.getElementsByTagName('LINK');
for (i = 0; i < LE.length; i++) {
if (LE[i].rel == 'prev') document.location = LE[i].href;
}
Added them to the Galeon menu of my remote, so now I can present stuff
with navigation links easily. It is no coincidence that podblog
already generates them.