Google Gadgets are mini-applications that work with the Google homepage, Google Desktop, or any page on the web. They can range from simple HTML to complex applications, and can be a calendar, a weather globe, a media player, or anything else you can dream up.
There are two types of Google Gadgets, Universal Gadget and Desktop Gadget.
Universal Gadget
Universal Gadget is works with Google homepage, Google Desktop or any page on the web.
Why create a universal gadget?
- works on webpages where you own the HTML source code, and on multiple Google properties (Personalized Homepage, Google Desktop, Google Page Creator, Blogger)
- easy to create - no downloads necessary, no libraries to learn, and no webserver required
- written in HTML and/or JavaScript
- subject to limitations of the browser environment
- does not work when the user is offline
Desktop Gadget
Desktop Gadget is only works with Google Desktop

- runs on the user's desktop, does not require a web browser to be open
- supports advanced functionality (offline access, client libraries, multi-user support through Google Talk, and free-form shapes)
- written in JavaScript, C, C++, C#, and/or VB.Net
Why not create a desktop gadget?
- only works with Google Desktop
- download required
Functionality details: | ||
Universal Gadgets | Desktop Gadgets | |
Work in | Google Personalized Homepage, Google Desktop, Google Page Creator, and your own webpage | Google Desktop |
Computer languages supported | HTML, JavaScript, generated HTML (e.g. PHP, Perl, Java, ASP) | JavaScript, C, C++, C#, and/or VB.Net |
Features supported |
|
|
Create gadgets without a download | Yes | No |
Works when the user is offline | No | Yes |
Source: Google.com
0 Comments:
Post a Comment