Its funny you ask about ubiquity. We've been chatting about it a little on the 
internal list. Very interesting stuff, I'm sure there could be some amazing 
some thing which could be done with iplayer, audio&music, etc 

Go play

Ian Forrester

This e-mail is: [x] private; [] ask first; [] bloggable

Senior Producer, BBC Backstage
Room 1044, BBC Manchester BH, Oxford Road, M60 1SJ
email: [EMAIL PROTECTED]
work: +44 (0)2080083965
mob: +44 (0)7711913293
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Hannen
Sent: 28 August 2008 21:48
To: [email protected]
Subject: [backstage] Ubiquity

Has anyone been playing with Ubiquity?  It is kind of a command-line for 
Firefox, a bit like Quicksilver for the mac...  It only works on Firefox 3, but 
looks really interesting.... ..

http://labs.mozilla.com/2008/08/introducing-ubiquity/

A "get-bbcnews" verb would be a wonderful thing - someone has already made a 
Google News one here:
http://cokeeffe.wordpress.com/get-news-for-ubiquity/

Which uses this code:
CmdUtils.CreateCommand({
name: "get-news",
takes: {"news title": noun_arb_text},
preview: function( pblock, theShout ) {
pblock.innerHTML = "Will search for news titles containing: " + theShout.text; 
},
execute: function( directObject ) {
var url = "http://news.google.com/news?q={QUERY}";
var query = directObject.text;
var urlString = url.replace("{QUERY}", query); 
Utils.openUrlInBrowser(urlString);
}
})

from Tom
-
Sent via the backstage.bbc.co.uk discussion group.  To unsubscribe, please 
visit http://backstage.bbc.co.uk/archives/2005/01/mailing_list.html.  
Unofficial list archive: http://www.mail-archive.com/[email protected]/

-
Sent via the backstage.bbc.co.uk discussion group.  To unsubscribe, please 
visit http://backstage.bbc.co.uk/archives/2005/01/mailing_list.html.  
Unofficial list archive: http://www.mail-archive.com/[email protected]/

Reply via email to