Skip to main content


developerWorks  >  Web development | XML | Java technology  >

Building Google gadgets, Part 2: Working with the user interface

Learn techniques for creating a compelling user experience.

developerWorks

Level: Intermediate

John Muchow (Technical.tutorials@gmail.com), Writer, Freelance

22 May 2007

Register now or sign in using your IBM ID and password.

Part 2 of the Building Google gadgets series introduces the advanced features of gadgets, including creating a tabbed user interface, drag and drop, and MiniMessages, and gets you started creating your own.

In this tutorial

This tutorial is the second in a two-part series on creating Google gadgets. Part 1 built the foundation for gadgets, teaching you about data types and the specifics of the gadget XML file. This tutorial addresses the more advanced gadget features, including creating tabbed interfaces, adding drag-and-drop support, and displaying messages.


Objectives

Meet the programming APIs for various Google gadgets features, and view the code for several complete gadgets.


Prerequisites

This tutorial is written for developers who are familiar with XML, working application programming interfaces (APIs), and coding in JavaScript. To get the most from this tutorial, you should have a general familiarity with these concepts. Also, read Part 1: Fundamentals of Google gadgets.


System requirements

To build and run the examples in this tutorial, you need nothing more than a text editor, an Internet connection, and a passion for coding and debugging.



Duration

1 hour





Formats

html, pdf


Share this....

digg Digg this story del.icio.us del.icio.us Slashdot Slashdot it!


Back to top


Document options

Document options requiring JavaScript are not displayed


More in this series:
Building Google gadgets