Saturday, November 12, 2005

Code your own plugin for Google Desktop!

You can read more on the article here. The article show you how to code the usual, basic hello world "program" to be plug into your Google Desktop. It's simple and easy. This is how to code looks like;

pluginHelper.title = "Hello World!";
var item = new ContentItem();
item.heading = "Bonjour Monde!";
item.snippet = "Hello World! translated in French...";
pluginHelper.AddContentItem(item, gddItemDisplayInSidebar);

And the output..
Image Hosted by ImageShack.us

Your Ad Here