Showing posts with label mail. Show all posts
Showing posts with label mail. Show all posts

02 September 2008

Ubiquity: Arf-arf ! smooch ! Achoo! Wee Woo !

Ok, after a few others (Pawel, Thomas Lemberger, Egon, )I've succumbed to Mozilla Ubiquity, an experimental Firefox extension that (they say) gives you a powerful way to interact with the Web. The following useless script comics inserts a speech balloon using the font samples from http://www.dafont.com/

CmdUtils.CreateCommand({
name: "comics",
author: { name: "Pierre Lindenbaum", email: "plindenbaum@yahoo.fr"},
description: "Comics",
takes: {"Your text": noun_arb_text},
help: "Insert a speech balloon with a comic font ",

preview: function( pblock, theShout ) {
var msg = "Inserts a speech balloon : (<i>"+ theShout.summary+"</i>)";
pblock.innerHTML = CmdUtils.renderTemplate( msg );
},

execute: function(theShout) {
CmdUtils.setSelection(
"<img src=\'http://img.dafont.com/preview.php?text=" +
escape(theShout.text)+
"&ttf=badaboom_bb0&size=49&psize=m&y=58'/>"
);
}
})


It worked fine with GMail !



Update: The script is available here.

Pierre

02 September 2007

I did it again

Okay, In a previous post I said that "I would not spam the Nature Network with the data collected from the NCBI" using the batch invitations, but this was before it was possible to add a custom message with the single invitations. The desire to test the method was too strong and I sent more than 2700 personalized invitations ("....as you published an article titled xxxx in 2003 in Bioinformatics...") to join bioformatics group. The number of members jumped to more than 300 persons in 3 weeks.... Corie then asked me kindly but strongly to "not do to this again...". Oups.... :-)

By the way, I also created a group called History Of Science where I asked for a structured source of data about History.

Pierre

10 June 2007

I will not SPAM Nature Network with NCBI/Pubmed.

This summary is not available. Please click here to view the post.