Monday, January 29, 2007

Introducing the Developer Knowledge Base



The good folks over at code.google.com have launched a Developer Knowledge Base, where most of the Google developer products are represented, including Google Desktop Gadgets. There's a series of Getting Started articles, which combined with the improved documentation and new tutorial makes it easier than ever to learn how to create gadgets. And there's a growing collection of How To's and Gadget Best Practices that can help elevate your skills.

This is just the beginning, so please post any suggestions, feedback or article ideas to our Developer Forum.

Monday, January 22, 2007

New Tutorial: Modifying Hello World



If you're at all interested in writing desktop gadgets, take a look at Modifying Hello World. It's the first of several tutorials we plan to offer. Even if you don't know XML or JavaScript, you can complete this tutorial — it gives you all the code you need. Of course, we hope that you'll go on to write your own code. To encourage that, the tutorial lists a bunch of ideas for what to do next.

Even if you're an experienced developer, you might learn something here. (OK, maybe you won't, but you'll almost certainly have ideas for improving this tutorial or writing new ones, and we'd love to hear from you.)

This tutorial covers everything you need to create your first gadget, from downloading the SDK to editing a gadget's code and packaging the gadget so other users can run it. Along the way, you'll add a bit of pizazz to the SDK's Hello World sample, in the form of animated text.

Snapshot: Hello World with boring dialog Snapshot: Hello World, upside down
The original Hello World gadget The improved Hello World gadget (with rotating text!)

And make sure to check out our Developer Forum to share your thoughts about creating desktop gadgets.