<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Google Data &#187; Google Desktop API</title>
	<atom:link href="/category/google-desktop-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://googledata.org</link>
	<description>Everything Google: News, Products, Services, Content, Culture</description>
	<lastBuildDate>Tue, 10 Jan 2017 00:16:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.13</generator>
	<item>
		<title>Google Desktop Update</title>
		<link>https://googledata.org/google-desktop-api/google-desktop-update/</link>
		<comments>https://googledata.org/google-desktop-api/google-desktop-update/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 19:48:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=c333d9263cca91a9f62caa68e07a24e2</guid>
		<description><![CDATA[In 2004, Google launched Google Desktop, a program designed to make it easy for users to search their own PCs for emails, files, music, photos, Web pages and more. 
<br /><br />Desktop has been used by tens of millions of people and we&#8217;ve been humbled by its usage and great user feedback. However, over the past seven years we&#8217;ve also witnessed some big changes in how users store and access their own data, with many moving to web-based applications. There has been a significant shift from local to cloud-based storage and computing, as well as integration of Google Desktop functionality (like local search) into most modern operating systems. This is a positive development for users and we&#8217;re excited that most people now have instant access to their personal information. As such, we&#8217;ll be discontinuing support for Google Desktop, including all of the associated APIs, services, plugins and gadgets. 
<br /><br />As of September 14, Google Desktop will no longer be available for download, and existing installations will not be updated to include new features or fixes.
<br /><br />Thanks again to all of our users. It&#8217;s been a fun journey.
<br /><br /><span>Posted by the Google Desktop Team</span>]]></description>
				<content:encoded><![CDATA[In 2004, Google launched Google Desktop, a program designed to make it easy for users to search their own PCs for emails, files, music, photos, Web pages and more. 
<br />
<br />Desktop has been used by tens of millions of people and we’ve been humbled by its usage and great user feedback. However, over the past seven years we’ve also witnessed some big changes in how users store and access their own data, with many moving to web-based applications. There has been a significant shift from local to cloud-based storage and computing, as well as integration of Google Desktop functionality (like local search) into most modern operating systems. This is a positive development for users and we’re excited that most people now have instant access to their personal information. As such, we’ll be discontinuing support for Google Desktop, including all of the associated APIs, services, plugins and gadgets. 
<br />
<br />As of September 14, Google Desktop will no longer be available for download, and existing installations will not be updated to include new features or fixes.
<br />
<br />Thanks again to all of our users. It’s been a fun journey.
<br />
<br /><span class="byline-author">Posted by the Google Desktop Team</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/google-desktop-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Tip: Build a quality gadget</title>
		<link>https://googledata.org/google-desktop-api/tip-build-a-quality-gadget/</link>
		<comments>https://googledata.org/google-desktop-api/tip-build-a-quality-gadget/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:48:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What makes a quality gadget?      Platform specification: If you create a gadget only for Windows, make sure that the gadget is not installable on Mac or Linux:&#60;windows minimumGadgetHostVersion="5.1.0.0"/>  &#60;!-- Windows is supported -->&#60;mac su...]]></description>
				<content:encoded><![CDATA[What makes a quality gadget?<br /><ul><li>      <span style="font-weight: bold;">Platform specification:</span> If you create a gadget only for Windows, make sure that the gadget is not installable on Mac or Linux:<br /><pre>&lt;windows minimumGadgetHostVersion="5.1.0.0"/>  &lt;!-- Windows is supported --><br />&lt;mac supported="no"/>                          &lt;!-- No support for Mac --></pre>For more information, check the <a href="http://code.google.com/apis/desktop/docs/script.html#gmanifest">gadget.gmanifest</a> documentation.</li><br /><li><span style="font-weight: bold;">Good performance:</span> The gadget should make optimum use of  the hardware and operating system services. The efficiency of software can usually be greatly improved by an intelligent choice of high-level algorithms, rather than  using local "tricks" or optimizations that can lead to maintenance problems. Factors that may be of interest are response time and memory requirements.<br /><br /></li><li><span style="font-weight: bold;">Robustness:</span> The gadget should continue to function in non-standard conditions such as incorrect user input. For example, when the user types something wrong, you can warn the user with a basic message box.<br /><br /></li><li><span style="font-weight: bold;">Appropriate interface:</span> The gadget should be friendly and inviting to users. The design and choice of the interface should take into account the needs and capabilities of the users. Many times, gadget features are not utilized because the interface is difficult.<br /><br /></li><li><span style="font-weight: bold;">Documentation:</span> The gadget must link to a website that provides support and information about the gadget. On the website, you can write detailed descriptions about what the gadget can do. And don’t forget to display your email address so the users can easily provide feedback about your gadget, offer to translate it, or report a bug. Try to always include a page with frequently asked questions. One good idea is to add a YouTube video about your gadget on the website to show what it can do.<br /></li></ul><span class="byline-author">Posted by Stefan Van Damme, Gadget Developer</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-6475403964875537310?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-build-a-quality-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Build a quality gadget</title>
		<link>https://googledata.org/google-desktop-api/tip-build-a-quality-gadget-2/</link>
		<comments>https://googledata.org/google-desktop-api/tip-build-a-quality-gadget-2/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:48:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=052becae0e981fc9b60a877dafab183d</guid>
		<description><![CDATA[What makes a quality gadget?<br /><ul><li>      <span>Platform specification:</span> If you create a gadget only for Windows, make sure that the gadget is not installable on Mac or Linux:<br /><pre>&#60;windows minimumGadgetHostVersion="5.1.0.0"/&#62;  &#60;!-- Windows is supported --&#62;<br />&#60;mac supported="no"/&#62;                          &#60;!-- No support for Mac --&#62;</pre>For more information, check the <a href="http://code.google.com/apis/desktop/docs/script.html#gmanifest">gadget.gmanifest</a> documentation.</li><br /><li><span>Good performance:</span> The gadget should make optimum use of  the hardware and operating system services. The efficiency of software can usually be greatly improved by an intelligent choice of high-level algorithms, rather than  using local "tricks" or optimizations that can lead to maintenance problems. Factors that may be of interest are response time and memory requirements.<br /><br /></li><li><span>Robustness:</span> The gadget should continue to function in non-standard conditions such as incorrect user input. For example, when the user types something wrong, you can warn the user with a basic message box.<br /><br /></li><li><span>Appropriate interface:</span> The gadget should be friendly and inviting to users. The design and choice of the interface should take into account the needs and capabilities of the users. Many times, gadget features are not utilized because the interface is difficult.<br /><br /></li><li><span>Documentation:</span> The gadget must link to a website that provides support and information about the gadget. On the website, you can write detailed descriptions about what the gadget can do. And don&#8217;t forget to display your email address so the users can easily provide feedback about your gadget, offer to translate it, or report a bug. Try to always include a page with frequently asked questions. One good idea is to add a YouTube video about your gadget on the website to show what it can do.<br /></li></ul><span>Posted by Stefan Van Damme, Gadget Developer</span>]]></description>
				<content:encoded><![CDATA[What makes a quality gadget?<br /><ul><li>      <span style="font-weight: bold;">Platform specification:</span> If you create a gadget only for Windows, make sure that the gadget is not installable on Mac or Linux:<br /><pre>&lt;windows minimumGadgetHostVersion="5.1.0.0"/>  &lt;!-- Windows is supported --><br />&lt;mac supported="no"/>                          &lt;!-- No support for Mac --></pre>For more information, check the <a href="http://code.google.com/apis/desktop/docs/script.html#gmanifest">gadget.gmanifest</a> documentation.</li><br /><li><span style="font-weight: bold;">Good performance:</span> The gadget should make optimum use of  the hardware and operating system services. The efficiency of software can usually be greatly improved by an intelligent choice of high-level algorithms, rather than  using local "tricks" or optimizations that can lead to maintenance problems. Factors that may be of interest are response time and memory requirements.<br /><br /></li><li><span style="font-weight: bold;">Robustness:</span> The gadget should continue to function in non-standard conditions such as incorrect user input. For example, when the user types something wrong, you can warn the user with a basic message box.<br /><br /></li><li><span style="font-weight: bold;">Appropriate interface:</span> The gadget should be friendly and inviting to users. The design and choice of the interface should take into account the needs and capabilities of the users. Many times, gadget features are not utilized because the interface is difficult.<br /><br /></li><li><span style="font-weight: bold;">Documentation:</span> The gadget must link to a website that provides support and information about the gadget. On the website, you can write detailed descriptions about what the gadget can do. And don’t forget to display your email address so the users can easily provide feedback about your gadget, offer to translate it, or report a bug. Try to always include a page with frequently asked questions. One good idea is to add a YouTube video about your gadget on the website to show what it can do.<br /></li></ul><span class="byline-author">Posted by Stefan Van Damme, Gadget Developer</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-build-a-quality-gadget-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Adam Hotz!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-adam-hotz-2/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-adam-hotz-2/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 19:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=cad34f4a88c970059541796b16239e2e</guid>
		<description><![CDATA[A new gadget by Adam Hotz is featured on the Inside Google Desktop blog. See the post Featured gadget: Task List and Timer.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Adam Hotz is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2009/04/featured-gadget-task-list-and-timer.html">Featured gadget: Task List and Timer</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-adam-hotz-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Adam Hotz!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-adam-hotz/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-adam-hotz/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 19:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new gadget by Adam Hotz is featured on the Inside Google Desktop blog. See the post Featured gadget: Task List and Timer.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Adam Hotz is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2009/04/featured-gadget-task-list-and-timer.html">Featured gadget: Task List and Timer</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-2270776395048657150?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-adam-hotz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to Rosie Ojo!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-rosie-ojo-2/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-rosie-ojo-2/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=b890761530118f1c77ae4f3405f74bd5</guid>
		<description><![CDATA[Yet another gadget by Rosie Ojo is featured on the Inside Google Desktop blog. See the post Featured gadget: Periodic Table Interactive.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[Yet another gadget by Rosie Ojo is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2009/04/featured-gadget-periodic-table.html">Featured gadget: Periodic Table Interactive</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-rosie-ojo-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Rosie Ojo!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-rosie-ojo/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-rosie-ojo/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Yet another gadget by Rosie Ojo is featured on the Inside Google Desktop blog. See the post Featured gadget: Periodic Table Interactive.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[Yet another gadget by Rosie Ojo is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2009/04/featured-gadget-periodic-table.html">Featured gadget: Periodic Table Interactive</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-4098768132760875932?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-rosie-ojo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to Teodor Filimon!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-teodor-filimon-2/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-teodor-filimon-2/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=b9ad6a7d77b1e3c864bd096431843d48</guid>
		<description><![CDATA[A gadget by Teodor Filimon is featured on the Inside Google Desktop blog. See the post Featured gadget: Tabbed Todo List.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A gadget by Teodor Filimon is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2009/04/featured-gadget-tabbed-todo-list.html">Featured gadget: Tabbed Todo List</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-teodor-filimon-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Teodor Filimon!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-teodor-filimon/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-teodor-filimon/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A gadget by Teodor Filimon is featured on the Inside Google Desktop blog. See the post Featured gadget: Tabbed Todo List.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A gadget by Teodor Filimon is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2009/04/featured-gadget-tabbed-todo-list.html">Featured gadget: Tabbed Todo List</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-7740193248294299402?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-teodor-filimon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to Prithvi Prabhu!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-prithvi-prabhu-2/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-prithvi-prabhu-2/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 04:28:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=1a29deaadef92d3d953efc0b240f2b2a</guid>
		<description><![CDATA[A new gadget by Prithvi Prabhu is featured on the Inside Google Desktop blog. See the post Featured gadget: Resource Hog Tracker.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Prithvi Prabhu is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2009/04/featured-gadget-resource-hog-tracker.html">Featured gadget: Resource Hog Tracker</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-prithvi-prabhu-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Prithvi Prabhu!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-prithvi-prabhu/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-prithvi-prabhu/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 04:28:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new gadget by Prithvi Prabhu is featured on the Inside Google Desktop blog. See the post Featured gadget: Resource Hog Tracker.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Prithvi Prabhu is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2009/04/featured-gadget-resource-hog-tracker.html">Featured gadget: Resource Hog Tracker</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-8157770478065832138?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-prithvi-prabhu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Provide a better About dialog</title>
		<link>https://googledata.org/google-desktop-api/tip-provide-a-better-about-dialog-2/</link>
		<comments>https://googledata.org/google-desktop-api/tip-provide-a-better-about-dialog-2/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:35:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=96ea3943f72d87b48ddd8581ce417f13</guid>
		<description><![CDATA[What information must be in a gadget's About dialog? The About dialog certainly needs to display the gadget name. It should also contain:The gadget creator's name (your name or your company's name)A short description of what the gadget can doThe gadget...]]></description>
				<content:encoded><![CDATA[What information must be in a gadget's About dialog? The About dialog certainly needs to display the <b>gadget name</b>. It should also contain:<ul><li>The <b>gadget creator's name</b> (your name or your company's name)<br /></li><li>A <b>short description</b> of what the gadget can do<br /></li><li>The gadget's <b>license</b>, if any (for example, CC-License or Apache License)<br /></li></ul>Optionally, you can add information such as:<ul><li>The <b>version number</b> of the gadget<br /></li><li>A list of <b>features</b> introduced in this version of the gadget</li><li>A link to your <b>website</b>, so happy customers can get more gadgets from you or contact you</li></ul>Here's an example of a good About dialog in my <a href="http://desktop.google.com/plugins/i/fastshutdown.html?hl=en" >Fast shutdown</a> gadget.<div><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_eeoi-8Kj-hI/SbqN0YWynJI/AAAAAAAAAX8/4CQyPN401iA/s1600-h/svd.png"><img style="cursor:pointer; cursor:hand;width: 354px; height: 319px;" src="http://4.bp.blogspot.com/_eeoi-8Kj-hI/SbqN0YWynJI/AAAAAAAAAX8/4CQyPN401iA/s400/svd.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5312714641467677842" /></a><br /><span class="byline-author">Posted by Stefan Van Damme, Gadget Developer </span><br /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-provide-a-better-about-dialog-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Tip: Provide a better About dialog</title>
		<link>https://googledata.org/google-desktop-api/tip-provide-a-better-about-dialog/</link>
		<comments>https://googledata.org/google-desktop-api/tip-provide-a-better-about-dialog/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:35:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What information must be in a gadget's About dialog? The About dialog certainly needs to display the gadget name. It should also contain:The gadget creator's name (your name or your company's name)A short description of what the gadget can doThe gadget...]]></description>
				<content:encoded><![CDATA[What information must be in a gadget's About dialog? The About dialog certainly needs to display the <b>gadget name</b>. It should also contain:<ul><li>The <b>gadget creator's name</b> (your name or your company's name)<br /></li><li>A <b>short description</b> of what the gadget can do<br /></li><li>The gadget's <b>license</b>, if any (for example, CC-License or Apache License)<br /></li></ul>Optionally, you can add information such as:<ul><li>The <b>version number</b> of the gadget<br /></li><li>A list of <b>features</b> introduced in this version of the gadget</li><li>A link to your <b>website</b>, so happy customers can get more gadgets from you or contact you</li></ul>Here's an example of a good About dialog in my <a href="http://desktop.google.com/plugins/i/fastshutdown.html?hl=en" >Fast shutdown</a> gadget.<div><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_eeoi-8Kj-hI/SbqN0YWynJI/AAAAAAAAAX8/4CQyPN401iA/s1600-h/svd.png"><img style="cursor:pointer; cursor:hand;width: 354px; height: 319px;" src="http://4.bp.blogspot.com/_eeoi-8Kj-hI/SbqN0YWynJI/AAAAAAAAAX8/4CQyPN401iA/s400/svd.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5312714641467677842" /></a><br /><span class="byline-author">Posted by Stefan Van Damme, Gadget Developer </span><br /></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-3450333311463551549?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-provide-a-better-about-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Tip: Use keyboard shortcuts in the Gadget Designer</title>
		<link>https://googledata.org/google-desktop-api/tip-use-keyboard-shortcuts-in-the-gadget-designer/</link>
		<comments>https://googledata.org/google-desktop-api/tip-use-keyboard-shortcuts-in-the-gadget-designer/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 17:48:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When writing code in the Google Desktop Gadget Designer, you most likely have used the Ctrl+C and Ctrl+V keyboard shortcuts to copy and paste text.Here are some other shortcuts to work faster in the Gadget Designer. They work only while editing text su...]]></description>
				<content:encoded><![CDATA[When writing code in the Google Desktop Gadget Designer, you most likely have used the Ctrl+C and Ctrl+V keyboard shortcuts to copy and paste text.<br /><br />Here are some other shortcuts to work faster in the Gadget Designer. They work only while editing text such as JavaScript and XML files.<br /><br /><table> <tbody><tr><td width="20%">Ctrl+D</td><td>Inserts a copy of the current line below the current line</td></tr><tr><td>Ctrl+L</td><td> Deletes the current line</td></tr><tr><td>Ctrl+T</td><td> Swaps the current line and the line above it</td></tr><tr><td>Ctrl+[0-9] </td><td> Switches the current tab. For example, if the Preview window is positioned in the second tab, Ctrl+2 switches to that tab.</td></tr></tbody></table><br /><span class="byline-author">Posted by Stefan Van Damme, Gadget Developer</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-6514960356562425088?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-use-keyboard-shortcuts-in-the-gadget-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Use keyboard shortcuts in the Gadget Designer</title>
		<link>https://googledata.org/google-desktop-api/tip-use-keyboard-shortcuts-in-the-gadget-designer-2/</link>
		<comments>https://googledata.org/google-desktop-api/tip-use-keyboard-shortcuts-in-the-gadget-designer-2/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 17:48:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=b0e69bb6fce0a51a583a60b91e743876</guid>
		<description><![CDATA[When writing code in the Google Desktop Gadget Designer, you most likely have used the Ctrl+C and Ctrl+V keyboard shortcuts to copy and paste text.Here are some other shortcuts to work faster in the Gadget Designer. They work only while editing text su...]]></description>
				<content:encoded><![CDATA[When writing code in the Google Desktop Gadget Designer, you most likely have used the Ctrl+C and Ctrl+V keyboard shortcuts to copy and paste text.<br /><br />Here are some other shortcuts to work faster in the Gadget Designer. They work only while editing text such as JavaScript and XML files.<br /><br /><table> <tbody><tr><td width="20%">Ctrl+D</td><td>Inserts a copy of the current line below the current line</td></tr><tr><td>Ctrl+L</td><td> Deletes the current line</td></tr><tr><td>Ctrl+T</td><td> Swaps the current line and the line above it</td></tr><tr><td>Ctrl+[0-9] </td><td> Switches the current tab. For example, if the Preview window is positioned in the second tab, Ctrl+2 switches to that tab.</td></tr></tbody></table><br /><span class="byline-author">Posted by Stefan Van Damme, Gadget Developer</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-use-keyboard-shortcuts-in-the-gadget-designer-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>A completely new Gadget Designer</title>
		<link>https://googledata.org/google-desktop-api/a-completely-new-gadget-designer/</link>
		<comments>https://googledata.org/google-desktop-api/a-completely-new-gadget-designer/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new and improved Google Desktop Gadget Designer is out, with a couple of major new features. The Designer editor now includes autocompletion support and function call tips for the Google Desktop Gadget API and the JavaScript language.You can start a...]]></description>
				<content:encoded><![CDATA[A new and improved <a href="http://code.google.com/apis/desktop/docs/designer.html">Google Desktop Gadget Designer</a> is out, with a couple of major new features. The Designer editor now includes autocompletion support and function call tips for the <a href="http://code.google.com/apis/desktop/docs/gadgetapi.html">Google Desktop Gadget API</a> and the JavaScript language.<br /><br />You can start autocompletion by typing the "." key or pressing Ctrl+Space. A list appears that displays objects, methods, properties, events, and constants to choose from, along with visual indicators to help you distinguish between them. Non-object related variables and functions are also dynamically recognized as you type them, and you'll see autocompletion suggestions based on your current scope. The following screenshot shows how Designer displays autocompletion suggestions for <a href="http://code.google.com/apis/desktop/docs/gadget_apiref.html#view"><code>view</code></a> object properties and methods that start with "s".<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsTl7owJ6I/AAAAAAAAAXs/xyYDbB5iNDs/s1600-h/image1.png"><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsTl7owJ6I/AAAAAAAAAXs/xyYDbB5iNDs/s400/image1.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5303854528543598498" style="cursor: pointer; width: 299px; height: 127px; " /></a><br /><br />Call tips display function prototypes and short descriptions. They appear when you type an opening brace "(" or press Shift+Space. The following screenshot shows the call tip for the <code>view.setInterval()</code> method.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsT1WqqdjI/AAAAAAAAAX0/SnCC7k_w-Rc/s1600-h/image2.png"><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsT1WqqdjI/AAAAAAAAAX0/SnCC7k_w-Rc/s400/image2.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5303854793497409074" style="cursor: pointer; width: 327px; height: 87px; " /></a><br /><br />We sincerely hope that these new features will save you a lot of time while developing gadgets, making it that much more fun to bring your ideas to life. Please download the <a href="http://desktop.google.com/downloadsdksubmit">latest SDK</a> and try out the new Gadget Designer.<br /><br /><span class="byline-author"> Posted by Paneendra Ba, Software Engineer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-5053280408122058386?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/a-completely-new-gadget-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>A completely new Gadget Designer</title>
		<link>https://googledata.org/google-desktop-api/a-completely-new-gadget-designer-2/</link>
		<comments>https://googledata.org/google-desktop-api/a-completely-new-gadget-designer-2/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=52f70a29ae5322c8e75eee5f7a6f28de</guid>
		<description><![CDATA[A new and improved <a href="http://code.google.com/apis/desktop/docs/designer.html">Google Desktop Gadget Designer</a> is out, with a couple of major new features. The Designer editor now includes autocompletion support and function call tips for the <a href="http://code.google.com/apis/desktop/docs/gadgetapi.html">Google Desktop Gadget API</a>&#160;and the JavaScript language.<br /><br />You can start autocompletion by typing the "." key or pressing Ctrl+Space. A list appears that displays objects, methods, properties, events, and constants to choose from, along with visual indicators to help you distinguish between them. Non-object related variables and functions are also dynamically recognized as you type them, and you'll see autocompletion suggestions based on your current scope. The following screenshot shows how Designer displays autocompletion suggestions for <a href="http://code.google.com/apis/desktop/docs/gadget_apiref.html#view"><code>view</code></a> object properties and methods that start with "s".<br /><br /><a href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsTl7owJ6I/AAAAAAAAAXs/xyYDbB5iNDs/s1600-h/image1.png"><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsTl7owJ6I/AAAAAAAAAXs/xyYDbB5iNDs/s400/image1.png" border="0" alt=""></a><br /><br />Call tips display function prototypes and short descriptions. They appear when you type an opening brace "(" or press Shift+Space. The following screenshot shows the call tip for the <code>view.setInterval()</code> method.<br /><br /><a href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsT1WqqdjI/AAAAAAAAAX0/SnCC7k_w-Rc/s1600-h/image2.png"><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsT1WqqdjI/AAAAAAAAAX0/SnCC7k_w-Rc/s400/image2.png" border="0" alt=""></a><br /><br />We sincerely hope that these new features will save you a lot of time while developing gadgets, making it that much more fun to bring your ideas to life. Please download the <a href="http://desktop.google.com/downloadsdksubmit">latest SDK</a> and try out the new Gadget Designer.<br /><br /><span> Posted by Paneendra Ba, Software Engineer (Google Desktop Team)</span>]]></description>
				<content:encoded><![CDATA[A new and improved <a href="http://code.google.com/apis/desktop/docs/designer.html">Google Desktop Gadget Designer</a> is out, with a couple of major new features. The Designer editor now includes autocompletion support and function call tips for the <a href="http://code.google.com/apis/desktop/docs/gadgetapi.html">Google Desktop Gadget API</a> and the JavaScript language.<br /><br />You can start autocompletion by typing the "." key or pressing Ctrl+Space. A list appears that displays objects, methods, properties, events, and constants to choose from, along with visual indicators to help you distinguish between them. Non-object related variables and functions are also dynamically recognized as you type them, and you'll see autocompletion suggestions based on your current scope. The following screenshot shows how Designer displays autocompletion suggestions for <a href="http://code.google.com/apis/desktop/docs/gadget_apiref.html#view"><code>view</code></a> object properties and methods that start with "s".<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsTl7owJ6I/AAAAAAAAAXs/xyYDbB5iNDs/s1600-h/image1.png"><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsTl7owJ6I/AAAAAAAAAXs/xyYDbB5iNDs/s400/image1.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5303854528543598498" style="cursor: pointer; width: 299px; height: 127px; " /></a><br /><br />Call tips display function prototypes and short descriptions. They appear when you type an opening brace "(" or press Shift+Space. The following screenshot shows the call tip for the <code>view.setInterval()</code> method.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsT1WqqdjI/AAAAAAAAAX0/SnCC7k_w-Rc/s1600-h/image2.png"><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SZsT1WqqdjI/AAAAAAAAAX0/SnCC7k_w-Rc/s400/image2.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5303854793497409074" style="cursor: pointer; width: 327px; height: 87px; " /></a><br /><br />We sincerely hope that these new features will save you a lot of time while developing gadgets, making it that much more fun to bring your ideas to life. Please download the <a href="http://desktop.google.com/downloadsdksubmit">latest SDK</a> and try out the new Gadget Designer.<br /><br /><span class="byline-author"> Posted by Paneendra Ba, Software Engineer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/a-completely-new-gadget-designer-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>IIT Google Desktop Developer Challenge II (2008)</title>
		<link>https://googledata.org/google-desktop-api/iit-google-desktop-developer-challenge-ii-2008/</link>
		<comments>https://googledata.org/google-desktop-api/iit-google-desktop-developer-challenge-ii-2008/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 23:05:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Google Desktop has active ambassadors all over the world who have successfully held programming contests and seminars at their schools.As a stepping stone for bigger events, we held IIT Google Desktop Developer Challenge II at Informatics Institute of ...]]></description>
				<content:encoded><![CDATA[Google Desktop has <a href="http://desktop.google.com/ambassadors">active ambassadors</a> all over the world who have successfully held programming contests and seminars at their schools.<br /><br />As a stepping stone for bigger events, we held IIT Google Desktop Developer Challenge II at <a href="http://www.iit.ac.lk/">Informatics Institute of Technology (IIT)</a>, Sri Lanka, last summer.<br /><br />This is the second event we organized at IIT Sri Lanka; you can <a href="http://googledesktopapis.blogspot.com/2008/05/iit-google-desktop-gadget-challenge-i.html">read about the first event</a>.<br /><br />IIT Google Desktop Developer Challenge II was a Google Desktop Gadget contest organized for student developers at our institute. Any student enrolled at IIT was eligible to take part, and the main purpose of the contest was to inspire new developers to try the <a href="http://code.google.com/apis/desktop/">Google Desktop APIs</a> and develop gadgets.<br /><br />First, the students who wished to participate in this contest had to hand in proposals, which contained a brief introduction to the gadget they planned to develop. After that, it was time for them to develop their gadgets. The completed gadgets were forwarded to a panel of experts including <a href="http://groups.google.com/group/google-desktop-developer">API Gurus</a> and the Google Desktop team. All these steps were done online through the <a href="http://gdc.appspot.com/">official website</a> for the contest, powered by <a href="http://code.google.com/appengine/">Google App Engine</a>.<br /><br />And now, we are very happy to announce the winners of the second successful ambassador event in Sri Lanka.      <br /><br />Nadeeshani Jayathilaka was selected as third runner up for the gadget <a href="http://nadeeshanistar.googlepages.com/GreetingBird.gg">Greeting Bird</a>, while Shazin was selected as the second runner up the gadget <a href="http://shazin.sadakath.googlepages.com/Radio.gg">Radio Pro</a>. The first runner up was Hanitha Gnanathesigar for her gadget <a href="http://ghanitha.googlepages.com/GHealthNFitness.gg">GHealth N Fitness</a>.<br /><br />The winner of the contest was Lakmal Jayathilaka, who created the gadget <a href="http://desktop.google.com/plugins/i/text2wav_2832.html">Text 2 Wav Converter</a>.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_eeoi-8Kj-hI/SZC4xVeeSyI/AAAAAAAAAXU/xDoIt_zdhgM/s1600-h/iit.jpg"><img style="cursor:pointer; cursor:hand;width: 400px; height: 246px;" src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/SZC4xVeeSyI/AAAAAAAAAXU/xDoIt_zdhgM/s400/iit.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5300939919133133602" /></a><br /><br />We congratulate all the winners and would like to thank everyone who took part in this competition and who helped to make this event a success. You can view <a href="http://picasaweb.google.com/llahiru/GDDevChallengeII2008">photos of the award ceremony</a> on Picasa Web Albums. Last but not least, a special thanks to the Google Desktop team for the greatest support given. <br /><br /><span class="byline-author">Posted by Lahiru Lakmal Priyadarshana, Google Desktop Ambassador and Gadget Developer</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-7723986284036697847?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/iit-google-desktop-developer-challenge-ii-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>IIT Google Desktop Developer Challenge II (2008)</title>
		<link>https://googledata.org/google-desktop-api/iit-google-desktop-developer-challenge-ii-2008-2/</link>
		<comments>https://googledata.org/google-desktop-api/iit-google-desktop-developer-challenge-ii-2008-2/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 23:05:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=1fc6bb923afbb5a705042b665e885903</guid>
		<description><![CDATA[Google Desktop has active ambassadors all over the world who have successfully held programming contests and seminars at their schools.As a stepping stone for bigger events, we held IIT Google Desktop Developer Challenge II at Informatics Institute of ...]]></description>
				<content:encoded><![CDATA[Google Desktop has <a href="http://desktop.google.com/ambassadors">active ambassadors</a> all over the world who have successfully held programming contests and seminars at their schools.<br /><br />As a stepping stone for bigger events, we held IIT Google Desktop Developer Challenge II at <a href="http://www.iit.ac.lk/">Informatics Institute of Technology (IIT)</a>, Sri Lanka, last summer.<br /><br />This is the second event we organized at IIT Sri Lanka; you can <a href="http://googledesktopapis.blogspot.com/2008/05/iit-google-desktop-gadget-challenge-i.html">read about the first event</a>.<br /><br />IIT Google Desktop Developer Challenge II was a Google Desktop Gadget contest organized for student developers at our institute. Any student enrolled at IIT was eligible to take part, and the main purpose of the contest was to inspire new developers to try the <a href="http://code.google.com/apis/desktop/">Google Desktop APIs</a> and develop gadgets.<br /><br />First, the students who wished to participate in this contest had to hand in proposals, which contained a brief introduction to the gadget they planned to develop. After that, it was time for them to develop their gadgets. The completed gadgets were forwarded to a panel of experts including <a href="http://groups.google.com/group/google-desktop-developer">API Gurus</a> and the Google Desktop team. All these steps were done online through the <a href="http://gdc.appspot.com/">official website</a> for the contest, powered by <a href="http://code.google.com/appengine/">Google App Engine</a>.<br /><br />And now, we are very happy to announce the winners of the second successful ambassador event in Sri Lanka.      <br /><br />Nadeeshani Jayathilaka was selected as third runner up for the gadget <a href="http://nadeeshanistar.googlepages.com/GreetingBird.gg">Greeting Bird</a>, while Shazin was selected as the second runner up the gadget <a href="http://shazin.sadakath.googlepages.com/Radio.gg">Radio Pro</a>. The first runner up was Hanitha Gnanathesigar for her gadget <a href="http://ghanitha.googlepages.com/GHealthNFitness.gg">GHealth N Fitness</a>.<br /><br />The winner of the contest was Lakmal Jayathilaka, who created the gadget <a href="http://desktop.google.com/plugins/i/text2wav_2832.html">Text 2 Wav Converter</a>.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_eeoi-8Kj-hI/SZC4xVeeSyI/AAAAAAAAAXU/xDoIt_zdhgM/s1600-h/iit.jpg"><img style="cursor:pointer; cursor:hand;width: 400px; height: 246px;" src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/SZC4xVeeSyI/AAAAAAAAAXU/xDoIt_zdhgM/s400/iit.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5300939919133133602" /></a><br /><br />We congratulate all the winners and would like to thank everyone who took part in this competition and who helped to make this event a success. You can view <a href="http://picasaweb.google.com/llahiru/GDDevChallengeII2008">photos of the award ceremony</a> on Picasa Web Albums. Last but not least, a special thanks to the Google Desktop team for the greatest support given. <br /><br /><span class="byline-author">Posted by Lahiru Lakmal Priyadarshana, Google Desktop Ambassador and Gadget Developer</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/iit-google-desktop-developer-challenge-ii-2008-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Open source from the get-go</title>
		<link>https://googledata.org/google-desktop-api/open-source-from-the-get-go/</link>
		<comments>https://googledata.org/google-desktop-api/open-source-from-the-get-go/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In the past few weeks, we launched the YouTube, Calendar, and Google Docs gadgets, making them open source from the very beginning. We also wrote a short story on the Google Open Source blog about our experiences with these projects and how open sourci...]]></description>
				<content:encoded><![CDATA[In the past few weeks, we launched the <a href="http://code.google.com/p/google-youtube-gadget/" title="YouTube" >YouTube</a>, <a href="http://code.google.com/p/google-calendar-gadget/" title="Calendar" >Calendar</a>, and <a href="http://code.google.com/p/google-docslist-gadget/" title="Google Docs" >Google Docs</a> gadgets, making them open source from the very beginning. We also wrote a <a href="http://google-opensource.blogspot.com/2009/01/open-sourcing-google-desktop-gadgets.html" title="short story">short story</a> on the Google Open Source blog about our experiences with these projects and how open sourcing benefits the developer community. Once again, we'd like to encourage everyone to <a href="http://code.google.com/apis/desktop/articles/4.html" title="open source your gadgets">open source your gadgets</a> and share your code. If you're new to Desktop gadgets, looking at <a href="http://code.google.com/hosting/gadgets.html" title="open sourced gadgets">open sourced gadgets</a> is a great way to learn.<br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-3594353975236656460?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/open-source-from-the-get-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source from the get-go</title>
		<link>https://googledata.org/google-desktop-api/open-source-from-the-get-go-2/</link>
		<comments>https://googledata.org/google-desktop-api/open-source-from-the-get-go-2/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=e03b9e63c258842563de29b005c7abfa</guid>
		<description><![CDATA[In the past few weeks, we launched the YouTube, Calendar, and Google Docs gadgets, making them open source from the very beginning. We also wrote a short story on the Google Open Source blog about our experiences with these projects and how open sourci...]]></description>
				<content:encoded><![CDATA[In the past few weeks, we launched the <a href="http://code.google.com/p/google-youtube-gadget/" title="YouTube" >YouTube</a>, <a href="http://code.google.com/p/google-calendar-gadget/" title="Calendar" >Calendar</a>, and <a href="http://code.google.com/p/google-docslist-gadget/" title="Google Docs" >Google Docs</a> gadgets, making them open source from the very beginning. We also wrote a <a href="http://google-opensource.blogspot.com/2009/01/open-sourcing-google-desktop-gadgets.html" title="short story">short story</a> on the Google Open Source blog about our experiences with these projects and how open sourcing benefits the developer community. Once again, we'd like to encourage everyone to <a href="http://code.google.com/apis/desktop/articles/4.html" title="open source your gadgets">open source your gadgets</a> and share your code. If you're new to Desktop gadgets, looking at <a href="http://code.google.com/hosting/gadgets.html" title="open sourced gadgets">open sourced gadgets</a> is a great way to learn.<br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/open-source-from-the-get-go-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>YouTube gadget open sourced</title>
		<link>https://googledata.org/google-desktop-api/youtube-gadget-open-sourced-2/</link>
		<comments>https://googledata.org/google-desktop-api/youtube-gadget-open-sourced-2/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 18:52:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=cfdf21a8d449cea0283976a4f4ce5ae9</guid>
		<description><![CDATA[Wanted to let you all know that the just-released&#160;<a href="http://desktop.google.com/plugins/i/youtubegadget.html">YouTube gadget</a>&#160;was open sourced at launch. Please check out the&#160;<a href="http://code.google.com/p/google-youtube-gadget/">Google Code project</a>&#160;and the&#160;<a href="http://apiblog.youtube.com/2008/12/youtube-google-desktop-gagdet.html">announcement</a>&#160;on the&#160;YouTube API blog.<br /><br /><span> Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span>]]></description>
				<content:encoded><![CDATA[Wanted to let you all know that the just-released <a href="http://desktop.google.com/plugins/i/youtubegadget.html">YouTube gadget</a> was open sourced at launch. Please check out the <a href="http://code.google.com/p/google-youtube-gadget/">Google Code project</a> and the <a href="http://apiblog.youtube.com/2008/12/youtube-google-desktop-gagdet.html">announcement</a> on the YouTube API blog.<br /><br /><span class="byline-author"> Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/youtube-gadget-open-sourced-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>YouTube gadget open sourced</title>
		<link>https://googledata.org/google-desktop-api/youtube-gadget-open-sourced/</link>
		<comments>https://googledata.org/google-desktop-api/youtube-gadget-open-sourced/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 18:52:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Wanted to let you all know that the just-released YouTube gadget was open sourced at launch. Please check out the Google Code project and the announcement on the YouTube API blog. Posted by James Yum, Developer Programs Engineer (Google Desktop ...]]></description>
				<content:encoded><![CDATA[Wanted to let you all know that the just-released <a href="http://desktop.google.com/plugins/i/youtubegadget.html">YouTube gadget</a> was open sourced at launch. Please check out the <a href="http://code.google.com/p/google-youtube-gadget/">Google Code project</a> and the <a href="http://apiblog.youtube.com/2008/12/youtube-google-desktop-gagdet.html">announcement</a> on the YouTube API blog.<br /><br /><span class="byline-author"> Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-1839892003577328419?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/youtube-gadget-open-sourced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aiming for a better user experience</title>
		<link>https://googledata.org/google-desktop-api/aiming-for-a-better-user-experience/</link>
		<comments>https://googledata.org/google-desktop-api/aiming-for-a-better-user-experience/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 21:40:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Although Google Desktop gadgets are getting easier and easier to develop, you still might want to spend time on improving the overall experience of using your gadget. There are a lot of features you may want to consider, and many resources exist to hel...]]></description>
				<content:encoded><![CDATA[Although Google Desktop gadgets are getting easier and easier to develop, you still might want to spend time on improving the overall experience of using your gadget. There are a lot of features you may want to consider, and many resources exist to help you implement these features.<br /><br />For example, my latest article about <a href="http://code.google.com/apis/desktop/articles/e20.html">Improving User Experience</a> deals with following useful standards in your gadget. It describes ways to achieve attractive and intuitive interfaces, gather user feedback, and implement an update system. It also touches on related topics such as attracting users and planning for updates. The article has links to other articles and API references, where you can find further details.<br /><br /><span class="byline-author">Posted by Teodor "Teo" Filimon, Gadget Developer</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-2398205862754046615?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/aiming-for-a-better-user-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aiming for a better user experience</title>
		<link>https://googledata.org/google-desktop-api/aiming-for-a-better-user-experience-2/</link>
		<comments>https://googledata.org/google-desktop-api/aiming-for-a-better-user-experience-2/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 21:40:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=5bfeb3f36be705c2715c4750191bb378</guid>
		<description><![CDATA[Although Google Desktop gadgets are getting easier and easier to develop, you still might want to spend time on improving the overall experience of using your gadget. There are a lot of features you may want to consider, and many resources exist to hel...]]></description>
				<content:encoded><![CDATA[Although Google Desktop gadgets are getting easier and easier to develop, you still might want to spend time on improving the overall experience of using your gadget. There are a lot of features you may want to consider, and many resources exist to help you implement these features.<br /><br />For example, my latest article about <a href="http://code.google.com/apis/desktop/articles/e20.html">Improving User Experience</a> deals with following useful standards in your gadget. It describes ways to achieve attractive and intuitive interfaces, gather user feedback, and implement an update system. It also touches on related topics such as attracting users and planning for updates. The article has links to other articles and API references, where you can find further details.<br /><br /><span class="byline-author">Posted by Teodor "Teo" Filimon, Gadget Developer</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/aiming-for-a-better-user-experience-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Report: Gadget Development Workshop at Vellore Institute of Technology</title>
		<link>https://googledata.org/google-desktop-api/report-gadget-development-workshop-at-vellore-institute-of-technology-2/</link>
		<comments>https://googledata.org/google-desktop-api/report-gadget-development-workshop-at-vellore-institute-of-technology-2/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:31:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=3f5b9f1f7056ffde10a11163d3e3690c</guid>
		<description><![CDATA[It was my immense pleasure to conduct this Desktop gadget development workshop at <a href="http://www.vit.ac.in/">Vellore Institute of Technology</a> (VIT) on 22 Oct as part of Phreak 08. Phreak is a National Level Technical Symposium organized by VIT every year to discuss, share, and learn about the latest and future technologies. The time allotted for this workshop was 3 hours, including a 15-minute break.<br /><br />It started off with a 45-minute technical presentation similar to what was presented at <a href="http://www.youtube.com/watch?v=bkvyG2eAvt4">Google Developer Day</a>. I covered the basic introduction, structure, and benefits of Google Desktop gadgets. This also included a demo of the <a href="http://code.google.com/apis/desktop/docs/designer.html">Designer</a> and an explanation of developer resources. I showed the <a href="http://code.google.com/apis/desktop/docs/gadget_apiref.html">Gadget API Reference page</a>, and from that we used a few API methods to quickly create the <a href="http://desktop.google.com/plugins/i/memorysmiley.html">Memory Smiley</a> gadget.<br /><br /><img src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/STbEXdto0MI/AAAAAAAAAU8/yPNM98HkAoU/s200/1.jpg" border="0" alt=""><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/STbEgZMnpGI/AAAAAAAAAVM/XXYRIEfN4Ls/s200/3.jpg" border="0" alt=""><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/STbEctuGh6I/AAAAAAAAAVE/yTfWPcuePLE/s200/2.jpg" border="0" alt=""><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/STbEkY3vJvI/AAAAAAAAAVU/-FRvtmHRuMY/s200/4.jpg" border="0" alt=""><br /><br />The second part of the session was a fun-filled one. I started with the basics of XML and JavaScript, as most of the students were in their first year and were new to these. After that, I opened the Designer and added some images and a single button. Then students were challenged to come up with ideas on how to develop a gadget out of it. We received more than 35 ideas. Some had real potential, and others were just funny.<br /><br />A few of the ideas: a dictionary with language converter, a gadget to automatically download videos as you watch them on YouTube/Orkut, phone dialers, file restorer, and a shortcut to clear history. Some of the ideas that came up &#8212; such as a to-do list, a weather gadget, and a program runner &#8212; already existed in the gallery. We had a few Google T-shirts and gave them away to people that suggested the best ideas.<br /><br /><img src="http://3.bp.blogspot.com/_eeoi-8Kj-hI/STbEyE6WMZI/AAAAAAAAAV0/GwOOhiOQrfI/s200/2-4.jpg" border="0" alt=""><img src="http://3.bp.blogspot.com/_eeoi-8Kj-hI/STbEuGaOC_I/AAAAAAAAAVs/qvTuSql6VlE/s200/2-3.jpg" border="0" alt=""><img src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/STbEq3y68TI/AAAAAAAAAVk/oilO8Hc208I/s200/2-2.jpg" border="0" alt=""><img src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/STbEoDf1rEI/AAAAAAAAAVc/wrc3PXT9uA4/s200/2-1.jpg" border="0" alt=""><br /><br /><img src="http://4.bp.blogspot.com/_eeoi-8Kj-hI/STbE4ol1PkI/AAAAAAAAAV8/i1nasUqPKP8/s320/3-1.jpg" border="0" alt=""><br /><br />After the brainstorming session, we took two of the ideas and implemented them on the spot. One was <a href="http://gdgadgets-bijoy.googlecode.com/svn/trunk/Workshop_VIT_22Oct2008/Thought%20for%20the%20click.gg">Thought for the Click</a>; the other was a <a href="http://gdgadgets-bijoy.googlecode.com/svn/trunk/Workshop_VIT_22Oct2008/Play%20Audio.gg">Simple Music Player</a>. I've posted the slides and the code from the workshop in <a href="http://gadgetsbybijoy.blogspot.com/2008/10/slides-and-code-for-google-desktop.html">my blog</a>.<br /><br />I would like to thank the ambassadors, <a href="http://desktop.google.com/author/287.html">Vishnu S</a> and <a href="http://desktop.google.com/author/378.html">Ajay Amritraj</a>, who made this all possible. They did all they could to book the hall and get people registered. It was an opportunity for me to showcase my passion for sharing technology. It was a great experience, and I would love to conduct more of these kind of workshops in the future.<br /><br />If you'd like to see more photos, here's the <a href="http://picasaweb.google.com/jsplashindia/GoogleDesktopGadgetsWorkshopAtVIT">complete set of pictures</a>.<br /><br /><span>Posted by Bijoy Thangaraj R, Gadget Developer &#38; API Guru</span>]]></description>
				<content:encoded><![CDATA[It was my immense pleasure to conduct this Desktop gadget development workshop at <a href="http://www.vit.ac.in/">Vellore Institute of Technology</a> (VIT) on 22 Oct as part of Phreak 08. Phreak is a National Level Technical Symposium organized by VIT every year to discuss, share, and learn about the latest and future technologies. The time allotted for this workshop was 3 hours, including a 15-minute break.<br /><br />It started off with a 45-minute technical presentation similar to what was presented at <a href="http://www.youtube.com/watch?v=bkvyG2eAvt4">Google Developer Day</a>. I covered the basic introduction, structure, and benefits of Google Desktop gadgets. This also included a demo of the <a href="http://code.google.com/apis/desktop/docs/designer.html">Designer</a> and an explanation of developer resources. I showed the <a href="http://code.google.com/apis/desktop/docs/gadget_apiref.html">Gadget API Reference page</a>, and from that we used a few API methods to quickly create the <a href="http://desktop.google.com/plugins/i/memorysmiley.html">Memory Smiley</a> gadget.<br /><br /><img src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/STbEXdto0MI/AAAAAAAAAU8/yPNM98HkAoU/s200/1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275619920903196866" style="width: 100px; height: 56px; " /> <img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/STbEgZMnpGI/AAAAAAAAAVM/XXYRIEfN4Ls/s200/3.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620074309788770" style="width: 100px; height: 56px; " /> <img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/STbEctuGh6I/AAAAAAAAAVE/yTfWPcuePLE/s200/2.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620011099457442" style="width: 100px; height: 56px; " /> <img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/STbEkY3vJvI/AAAAAAAAAVU/-FRvtmHRuMY/s200/4.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620142941677298" style="width: 100px; height: 56px; " /><br /><br />The second part of the session was a fun-filled one. I started with the basics of XML and JavaScript, as most of the students were in their first year and were new to these. After that, I opened the Designer and added some images and a single button. Then students were challenged to come up with ideas on how to develop a gadget out of it. We received more than 35 ideas. Some had real potential, and others were just funny.<br /><br />A few of the ideas: a dictionary with language converter, a gadget to automatically download videos as you watch them on YouTube/Orkut, phone dialers, file restorer, and a shortcut to clear history. Some of the ideas that came up — such as a to-do list, a weather gadget, and a program runner — already existed in the gallery. We had a few Google T-shirts and gave them away to people that suggested the best ideas.<br /><br /><img src="http://3.bp.blogspot.com/_eeoi-8Kj-hI/STbEyE6WMZI/AAAAAAAAAV0/GwOOhiOQrfI/s200/2-4.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620378102083986" style="width: 100px; height: 56px; " /> <img src="http://3.bp.blogspot.com/_eeoi-8Kj-hI/STbEuGaOC_I/AAAAAAAAAVs/qvTuSql6VlE/s200/2-3.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620309784726514" style="width: 100px; height: 56px; " /> <img src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/STbEq3y68TI/AAAAAAAAAVk/oilO8Hc208I/s200/2-2.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620254322192690" style="width: 100px; height: 56px; " /> <img src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/STbEoDf1rEI/AAAAAAAAAVc/wrc3PXT9uA4/s200/2-1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620205923773506" style="width: 100px; height: 56px; " /><br /><br /><img src="http://4.bp.blogspot.com/_eeoi-8Kj-hI/STbE4ol1PkI/AAAAAAAAAV8/i1nasUqPKP8/s320/3-1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620490758929986" style="width: 320px; height: 200px; " /> <br /><br />After the brainstorming session, we took two of the ideas and implemented them on the spot. One was <a href="http://gdgadgets-bijoy.googlecode.com/svn/trunk/Workshop_VIT_22Oct2008/Thought%20for%20the%20click.gg">Thought for the Click</a>; the other was a <a href="http://gdgadgets-bijoy.googlecode.com/svn/trunk/Workshop_VIT_22Oct2008/Play%20Audio.gg">Simple Music Player</a>. I've posted the slides and the code from the workshop in <a href="http://gadgetsbybijoy.blogspot.com/2008/10/slides-and-code-for-google-desktop.html">my blog</a>.<br /><br />I would like to thank the ambassadors, <a href="http://desktop.google.com/author/287.html">Vishnu S</a> and <a href="http://desktop.google.com/author/378.html">Ajay Amritraj</a>, who made this all possible. They did all they could to book the hall and get people registered. It was an opportunity for me to showcase my passion for sharing technology. It was a great experience, and I would love to conduct more of these kind of workshops in the future.<br /><br />If you'd like to see more photos, here's the <a href="http://picasaweb.google.com/jsplashindia/GoogleDesktopGadgetsWorkshopAtVIT">complete set of pictures</a>.<br /><br /><span class="byline-author">Posted by Bijoy Thangaraj R, Gadget Developer &amp; API Guru</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/report-gadget-development-workshop-at-vellore-institute-of-technology-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Report: Gadget Development Workshop at Vellore Institute of Technology</title>
		<link>https://googledata.org/google-desktop-api/report-gadget-development-workshop-at-vellore-institute-of-technology/</link>
		<comments>https://googledata.org/google-desktop-api/report-gadget-development-workshop-at-vellore-institute-of-technology/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:31:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It was my immense pleasure to conduct this Desktop gadget development workshop at Vellore Institute of Technology (VIT) on 22 Oct as part of Phreak 08. Phreak is a National Level Technical Symposium organized by VIT every year to discuss, share, and le...]]></description>
				<content:encoded><![CDATA[It was my immense pleasure to conduct this Desktop gadget development workshop at <a href="http://www.vit.ac.in/">Vellore Institute of Technology</a> (VIT) on 22 Oct as part of Phreak 08. Phreak is a National Level Technical Symposium organized by VIT every year to discuss, share, and learn about the latest and future technologies. The time allotted for this workshop was 3 hours, including a 15-minute break.<br /><br />It started off with a 45-minute technical presentation similar to what was presented at <a href="http://www.youtube.com/watch?v=bkvyG2eAvt4">Google Developer Day</a>. I covered the basic introduction, structure, and benefits of Google Desktop gadgets. This also included a demo of the <a href="http://code.google.com/apis/desktop/docs/designer.html">Designer</a> and an explanation of developer resources. I showed the <a href="http://code.google.com/apis/desktop/docs/gadget_apiref.html">Gadget API Reference page</a>, and from that we used a few API methods to quickly create the <a href="http://desktop.google.com/plugins/i/memorysmiley.html">Memory Smiley</a> gadget.<br /><br /><img src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/STbEXdto0MI/AAAAAAAAAU8/yPNM98HkAoU/s200/1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275619920903196866" style="width: 100px; height: 56px; " /> <img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/STbEgZMnpGI/AAAAAAAAAVM/XXYRIEfN4Ls/s200/3.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620074309788770" style="width: 100px; height: 56px; " /> <img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/STbEctuGh6I/AAAAAAAAAVE/yTfWPcuePLE/s200/2.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620011099457442" style="width: 100px; height: 56px; " /> <img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/STbEkY3vJvI/AAAAAAAAAVU/-FRvtmHRuMY/s200/4.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620142941677298" style="width: 100px; height: 56px; " /><br /><br />The second part of the session was a fun-filled one. I started with the basics of XML and JavaScript, as most of the students were in their first year and were new to these. After that, I opened the Designer and added some images and a single button. Then students were challenged to come up with ideas on how to develop a gadget out of it. We received more than 35 ideas. Some had real potential, and others were just funny.<br /><br />A few of the ideas: a dictionary with language converter, a gadget to automatically download videos as you watch them on YouTube/Orkut, phone dialers, file restorer, and a shortcut to clear history. Some of the ideas that came up — such as a to-do list, a weather gadget, and a program runner — already existed in the gallery. We had a few Google T-shirts and gave them away to people that suggested the best ideas.<br /><br /><img src="http://3.bp.blogspot.com/_eeoi-8Kj-hI/STbEyE6WMZI/AAAAAAAAAV0/GwOOhiOQrfI/s200/2-4.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620378102083986" style="width: 100px; height: 56px; " /> <img src="http://3.bp.blogspot.com/_eeoi-8Kj-hI/STbEuGaOC_I/AAAAAAAAAVs/qvTuSql6VlE/s200/2-3.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620309784726514" style="width: 100px; height: 56px; " /> <img src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/STbEq3y68TI/AAAAAAAAAVk/oilO8Hc208I/s200/2-2.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620254322192690" style="width: 100px; height: 56px; " /> <img src="http://2.bp.blogspot.com/_eeoi-8Kj-hI/STbEoDf1rEI/AAAAAAAAAVc/wrc3PXT9uA4/s200/2-1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620205923773506" style="width: 100px; height: 56px; " /><br /><br /><img src="http://4.bp.blogspot.com/_eeoi-8Kj-hI/STbE4ol1PkI/AAAAAAAAAV8/i1nasUqPKP8/s320/3-1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5275620490758929986" style="width: 320px; height: 200px; " /> <br /><br />After the brainstorming session, we took two of the ideas and implemented them on the spot. One was <a href="http://gdgadgets-bijoy.googlecode.com/svn/trunk/Workshop_VIT_22Oct2008/Thought%20for%20the%20click.gg">Thought for the Click</a>; the other was a <a href="http://gdgadgets-bijoy.googlecode.com/svn/trunk/Workshop_VIT_22Oct2008/Play%20Audio.gg">Simple Music Player</a>. I've posted the slides and the code from the workshop in <a href="http://gadgetsbybijoy.blogspot.com/2008/10/slides-and-code-for-google-desktop.html">my blog</a>.<br /><br />I would like to thank the ambassadors, <a href="http://desktop.google.com/author/287.html">Vishnu S</a> and <a href="http://desktop.google.com/author/378.html">Ajay Amritraj</a>, who made this all possible. They did all they could to book the hall and get people registered. It was an opportunity for me to showcase my passion for sharing technology. It was a great experience, and I would love to conduct more of these kind of workshops in the future.<br /><br />If you'd like to see more photos, here's the <a href="http://picasaweb.google.com/jsplashindia/GoogleDesktopGadgetsWorkshopAtVIT">complete set of pictures</a>.<br /><br /><span class="byline-author">Posted by Bijoy Thangaraj R, Gadget Developer &amp; API Guru</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-7571822710095695282?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/report-gadget-development-workshop-at-vellore-institute-of-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Edwin Lee!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-edwin-lee-2/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-edwin-lee-2/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 19:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=6b30f200fae4d38d2c44018965e322e2</guid>
		<description><![CDATA[A new gadget by Edwin Lee is featured on the Inside Google Desktop blog. See the post Featured gadget: On-Screen Ruler.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Edwin Lee is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/11/featured-gadget-on-screen-ruler.html">Featured gadget: On-Screen Ruler</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-edwin-lee-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Edwin Lee!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-edwin-lee/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-edwin-lee/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 19:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new gadget by Edwin Lee is featured on the Inside Google Desktop blog. See the post Featured gadget: On-Screen Ruler.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Edwin Lee is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/11/featured-gadget-on-screen-ruler.html">Featured gadget: On-Screen Ruler</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-417883962576932547?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-edwin-lee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Developer Day contest results</title>
		<link>https://googledata.org/google-desktop-api/google-developer-day-contest-results-2/</link>
		<comments>https://googledata.org/google-desktop-api/google-developer-day-contest-results-2/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 00:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=0c1b82b813ea7e47e2d979f200f774e5</guid>
		<description><![CDATA[Thanks to everyone who attended the Developer Day India codelab sessions and participated in the gadget contest. We've completed the judging and have awarded prizes. Here are the final results:<br /><br /><span><span>1st place<br /></span></span><br /><a href="http://desktop.google.com/plugins/i/mwhogtracker_2745.html">Resource Hog Tracker</a>&#160;by Prithvi Prabhu<div><br /></div><div><a href="http://desktop.google.com/plugins/images/mwhogtracker_1157.gif"><img src="http://desktop.google.com/plugins/images/mwhogtracker_1157.gif" border="0" alt=""></a><br /><br /><span><span>2nd place<br /></span></span><br /><a href="http://desktop.google.com/plugins/i/kidstypingtutor.html">Typing Tutor</a> by Shourya Sarcar<br /><br /><a href="http://desktop.google.com/plugins/images/kidstypingtutor.gif"><img src="http://desktop.google.com/plugins/images/kidstypingtutor.gif" border="0" alt=""></a></div><div><br /><span><span>3rd place (tie)</span></span><div><br /><a href="http://desktop.google.com/plugins/i/roman_2714.html">Number Converter</a> by Sathish Kulal<br /><br /><a href="http://desktop.google.com/plugins/images/roman_1014.gif"><img src="http://desktop.google.com/plugins/images/roman_1014.gif" border="0" alt=""></a><br /><br /><span>and </span><a href="http://desktop.google.com/plugins/i/indicsearch.html">Indic Search</a> by Amit Agarwal<br /><br /></div><div><a href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SSWWo1DqmuI/AAAAAAAAAU0/04y0OganOZU/s1600-h/IndicSearch.png"><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SSWWo1DqmuI/AAAAAAAAAU0/04y0OganOZU/s400/IndicSearch.png" border="0" alt=""></a><br /><br />As far as I know, all of these gadgets were created by newcomers to the Desktop Gadget APIs. The entire Google Developer Day team was continually impressed by the skill level of the attendees, and these gadgets prove that point.<br /><br />Many thanks to all the participants, and we hope to see you all next year!<br /><br /><span>Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span></div></div>]]></description>
				<content:encoded><![CDATA[Thanks to everyone who attended the Developer Day India codelab sessions and participated in the gadget contest. We've completed the judging and have awarded prizes. Here are the final results:<br /><br /><span class="Apple-style-span"  style="font-size:large;"><span class="Apple-style-span" style="font-weight: bold;">1st place<br /></span></span><br /><a href="http://desktop.google.com/plugins/i/mwhogtracker_2745.html">Resource Hog Tracker</a> by Prithvi Prabhu<div><br /></div><div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://desktop.google.com/plugins/images/mwhogtracker_1157.gif"><img src="http://desktop.google.com/plugins/images/mwhogtracker_1157.gif" border="0" alt="" style="cursor: pointer; width: 300px; height: 225px; " /></a><br /><br /><span class="Apple-style-span"  style="font-size:large;"><span class="Apple-style-span" style="font-weight: bold;">2nd place<br /></span></span><br /><a href="http://desktop.google.com/plugins/i/kidstypingtutor.html">Typing Tutor</a> by Shourya Sarcar<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://desktop.google.com/plugins/images/kidstypingtutor.gif"><img src="http://desktop.google.com/plugins/images/kidstypingtutor.gif" border="0" alt="" style="cursor: pointer; width: 300px; height: 225px; " /></a></div><div><br /><span class="Apple-style-span"  style="font-size:large;"><span class="Apple-style-span" style="font-weight: bold;">3rd place (tie)</span></span><div><br /><a href="http://desktop.google.com/plugins/i/roman_2714.html">Number Converter</a> by Sathish Kulal<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://desktop.google.com/plugins/images/roman_1014.gif"><img src="http://desktop.google.com/plugins/images/roman_1014.gif" border="0" alt="" style="cursor: pointer; width: 300px; height: 225px; " /></a><br /><br /><span style="font-style:italic;">and </span><a href="http://desktop.google.com/plugins/i/indicsearch.html">Indic Search</a> by Amit Agarwal<br /><br /></div><div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SSWWo1DqmuI/AAAAAAAAAU0/04y0OganOZU/s1600-h/IndicSearch.png"><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SSWWo1DqmuI/AAAAAAAAAU0/04y0OganOZU/s400/IndicSearch.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5270784567088421602" style="cursor: pointer; width: 276px; height: 287px; " /></a><br /><br />As far as I know, all of these gadgets were created by newcomers to the Desktop Gadget APIs. The entire Google Developer Day team was continually impressed by the skill level of the attendees, and these gadgets prove that point.<br /><br />Many thanks to all the participants, and we hope to see you all next year!<br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span></div></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/google-developer-day-contest-results-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Google Developer Day contest results</title>
		<link>https://googledata.org/google-desktop-api/google-developer-day-contest-results/</link>
		<comments>https://googledata.org/google-desktop-api/google-developer-day-contest-results/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 00:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Thanks to everyone who attended the Developer Day India codelab sessions and participated in the gadget contest. We've completed the judging and have awarded prizes. Here are the final results:1st placeResource Hog Tracker by Prithvi Prabhu2nd placeTy...]]></description>
				<content:encoded><![CDATA[Thanks to everyone who attended the Developer Day India codelab sessions and participated in the gadget contest. We've completed the judging and have awarded prizes. Here are the final results:<br /><br /><span class="Apple-style-span"  style="font-size:large;"><span class="Apple-style-span" style="font-weight: bold;">1st place<br /></span></span><br /><a href="http://desktop.google.com/plugins/i/mwhogtracker_2745.html">Resource Hog Tracker</a> by Prithvi Prabhu<div><br /></div><div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://desktop.google.com/plugins/images/mwhogtracker_1157.gif"><img src="http://desktop.google.com/plugins/images/mwhogtracker_1157.gif" border="0" alt="" style="cursor: pointer; width: 300px; height: 225px; " /></a><br /><br /><span class="Apple-style-span"  style="font-size:large;"><span class="Apple-style-span" style="font-weight: bold;">2nd place<br /></span></span><br /><a href="http://desktop.google.com/plugins/i/kidstypingtutor.html">Typing Tutor</a> by Shourya Sarcar<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://desktop.google.com/plugins/images/kidstypingtutor.gif"><img src="http://desktop.google.com/plugins/images/kidstypingtutor.gif" border="0" alt="" style="cursor: pointer; width: 300px; height: 225px; " /></a></div><div><br /><span class="Apple-style-span"  style="font-size:large;"><span class="Apple-style-span" style="font-weight: bold;">3rd place (tie)</span></span><div><br /><a href="http://desktop.google.com/plugins/i/roman_2714.html">Number Converter</a> by Sathish Kulal<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://desktop.google.com/plugins/images/roman_1014.gif"><img src="http://desktop.google.com/plugins/images/roman_1014.gif" border="0" alt="" style="cursor: pointer; width: 300px; height: 225px; " /></a><br /><br /><span style="font-style:italic;">and </span><a href="http://desktop.google.com/plugins/i/indicsearch.html">Indic Search</a> by Amit Agarwal<br /><br /></div><div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SSWWo1DqmuI/AAAAAAAAAU0/04y0OganOZU/s1600-h/IndicSearch.png"><img src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SSWWo1DqmuI/AAAAAAAAAU0/04y0OganOZU/s400/IndicSearch.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5270784567088421602" style="cursor: pointer; width: 276px; height: 287px; " /></a><br /><br />As far as I know, all of these gadgets were created by newcomers to the Desktop Gadget APIs. The entire Google Developer Day team was continually impressed by the skill level of the attendees, and these gadgets prove that point.<br /><br />Many thanks to all the participants, and we hope to see you all next year!<br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span></div></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-2912382840367609052?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/google-developer-day-contest-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Stefan Van Damme!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-stefan-van-damme-2/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-stefan-van-damme-2/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:42:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=01a89757cf4b601ef1ad291b6502267e</guid>
		<description><![CDATA[A new gadget by Stefan Van Damme (aka Stefan vd) is featured on the Inside Google Desktop blog. See the post Featured gadget: VM Wheater Map.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Stefan Van Damme (aka Stefan vd) is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/11/featured-gadget-vtm-wheater-map.html">Featured gadget: VM Wheater Map</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-stefan-van-damme-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Stefan Van Damme!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-stefan-van-damme/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-stefan-van-damme/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:42:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new gadget by Stefan Van Damme (aka Stefan vd) is featured on the Inside Google Desktop blog. See the post Featured gadget: VM Wheater Map.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Stefan Van Damme (aka Stefan vd) is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/11/featured-gadget-vtm-wheater-map.html">Featured gadget: VM Wheater Map</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-7274058882894138245?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-stefan-van-damme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit your winter holiday gadgets</title>
		<link>https://googledata.org/google-desktop-api/submit-your-winter-holiday-gadgets/</link>
		<comments>https://googledata.org/google-desktop-api/submit-your-winter-holiday-gadgets/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 23:18:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It is again that time of the year when we ask the developer community to unleash their creativity and submit holiday-themed gadgets.In the past we've featured gadgets for a long list of holidays such as Valentine's Day, Halloween, New Year, Christmas, ...]]></description>
				<content:encoded><![CDATA[It is again that time of the year when we ask the developer community to unleash their creativity and submit holiday-themed gadgets.<br /><br />In the past we've featured gadgets for a <a href="http://desktop.google.com/plugins/c/sidebar/holiday.html">long list of holidays</a> such as Valentine's Day, Halloween, New Year, Christmas, and Hanukkah; these gadgets were a great success. Many thanks to the developers who submitted them! <br /><br />We would like to repeat this feat with the upcoming winter holidays and New Year 2009. If you have plans to develop a gadget, please let us know. We'll feature holiday gadgets and <a href="http://googledesktop.blogspot.com/2007/12/desktop-gadgets-for-holiday-season.html">blog about them</a>.<br /><br />Please submit your gadgets by December 3, 2008. We're looking forward to seeing what you come up with. Any questions? You can send them to gd-developer AT google DOT com. <br /><br /><span class="byline-author">Mihai Ionescu, Software Engineer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-7666296883473162993?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/submit-your-winter-holiday-gadgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit your winter holiday gadgets</title>
		<link>https://googledata.org/google-desktop-api/submit-your-winter-holiday-gadgets-2/</link>
		<comments>https://googledata.org/google-desktop-api/submit-your-winter-holiday-gadgets-2/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 23:18:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=9e694741b2d54307d35b91ef370655d1</guid>
		<description><![CDATA[It is again that time of the year when we ask the developer community to unleash their creativity and submit holiday-themed gadgets.In the past we've featured gadgets for a long list of holidays such as Valentine's Day, Halloween, New Year, Christmas, ...]]></description>
				<content:encoded><![CDATA[It is again that time of the year when we ask the developer community to unleash their creativity and submit holiday-themed gadgets.<br /><br />In the past we've featured gadgets for a <a href="http://desktop.google.com/plugins/c/sidebar/holiday.html">long list of holidays</a> such as Valentine's Day, Halloween, New Year, Christmas, and Hanukkah; these gadgets were a great success. Many thanks to the developers who submitted them! <br /><br />We would like to repeat this feat with the upcoming winter holidays and New Year 2009. If you have plans to develop a gadget, please let us know. We'll feature holiday gadgets and <a href="http://googledesktop.blogspot.com/2007/12/desktop-gadgets-for-holiday-season.html">blog about them</a>.<br /><br />Please submit your gadgets by December 3, 2008. We're looking forward to seeing what you come up with. Any questions? You can send them to gd-developer AT google DOT com. <br /><br /><span class="byline-author">Mihai Ionescu, Software Engineer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/submit-your-winter-holiday-gadgets-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>New Hall of Fame leader: Alexey Polkovnikov</title>
		<link>https://googledata.org/google-desktop-api/new-hall-of-fame-leader-alexey-polkovnikov/</link>
		<comments>https://googledata.org/google-desktop-api/new-hall-of-fame-leader-alexey-polkovnikov/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 16:02:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We would like congratulate Alexey Polkovnikov, who has grabbed the top spot in the Developer Hall of Fame. The Google Desktop team thanks Alexey for creating so many popular, useful gadgets!Posted by James Yum, Developer Programs Engineer (Google Deskt...]]></description>
				<content:encoded><![CDATA[We would like congratulate <a href="http://desktop.google.com/author/22.html">Alexey Polkovnikov</a>, who has grabbed the top spot in the <a href="http://desktop.google.com/authors">Developer Hall of Fame</a>. The Google Desktop team thanks Alexey for creating so many popular, useful gadgets!<br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-2782165252573570041?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/new-hall-of-fame-leader-alexey-polkovnikov/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Hall of Fame leader: Alexey Polkovnikov</title>
		<link>https://googledata.org/google-desktop-api/new-hall-of-fame-leader-alexey-polkovnikov-2/</link>
		<comments>https://googledata.org/google-desktop-api/new-hall-of-fame-leader-alexey-polkovnikov-2/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 16:02:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=fd1d5c6b000fb8c3839a294f8d9f86b3</guid>
		<description><![CDATA[We would like congratulate Alexey Polkovnikov, who has grabbed the top spot in the Developer Hall of Fame. The Google Desktop team thanks Alexey for creating so many popular, useful gadgets!Posted by James Yum, Developer Programs Engineer (Google Deskt...]]></description>
				<content:encoded><![CDATA[We would like congratulate <a href="http://desktop.google.com/author/22.html">Alexey Polkovnikov</a>, who has grabbed the top spot in the <a href="http://desktop.google.com/authors">Developer Hall of Fame</a>. The Google Desktop team thanks Alexey for creating so many popular, useful gadgets!<br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/new-hall-of-fame-leader-alexey-polkovnikov-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Tip: Automatically update gadget screenshots</title>
		<link>https://googledata.org/google-desktop-api/tip-automatically-update-gadget-screenshots/</link>
		<comments>https://googledata.org/google-desktop-api/tip-automatically-update-gadget-screenshots/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 19:47:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When you submit your gadget, you specify URLs for large and small screenshots of the gadget. These screenshots represent your gadget in listings such as the Add gadgets window, online gadget directories, and the web page that's automatically generated ...]]></description>
				<content:encoded><![CDATA[When you submit your gadget, you specify URLs for large and small screenshots of the gadget. These screenshots represent your gadget in listings such as the Add gadgets window, online gadget directories, and the web page that's automatically generated for each gadget. <br /><br />Unfortunately, there was no direct way to update these locations should they ever change &mdash; until now. This tip tells you how to update the screenshot URLs.<br /><br />Add these tags to the gadget.gmanifest of your published .gg file:<pre>&lt;about><br />  ...<br />  &lt;thumbnailUrl>http://mysite.appspot.com/80x60_screen.png&lt;/thumbnailUrl><br />  &lt;screenshotUrl >http://mysite.appspot.com/300x255_screen.png&lt;/screenshotUrl><br />  ...<br />&lt;/about><br /></pre>The gadget gallery has the smarts to pick up these changes and use the URLs you specify to update the images in the gallery. Check out the <a href="http://code.google.com/apis/desktop/docs/script.html#gmanifest">gadget.gmanifest documentation</a> for more details.<br /><br />Just a reminder, the small screenshot should be <b>80x60 pixels</b>. Also, be sure to take a look at this <a href="http://googledesktopapis.blogspot.com/2008/06/tip-submit-better-screenshots.html">classic tip</a> about submitting better screenshots.<br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-3001091395584514001?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-automatically-update-gadget-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Automatically update gadget screenshots</title>
		<link>https://googledata.org/google-desktop-api/tip-automatically-update-gadget-screenshots-2/</link>
		<comments>https://googledata.org/google-desktop-api/tip-automatically-update-gadget-screenshots-2/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 19:47:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=b2231c17719a7bcd437e032d5fe7668e</guid>
		<description><![CDATA[When you submit your gadget, you specify URLs for large and small screenshots of the gadget. These screenshots represent your gadget in listings such as the Add gadgets window, online gadget directories, and the web page that's automatically generated for each gadget. <br /><br />Unfortunately, there was no direct way to update these locations should they ever change &#8212; until now. This tip tells you how to update the screenshot URLs.<br /><br />Add these tags to the gadget.gmanifest of your published .gg file:<pre>&#60;about&#62;<br />  ...<br />  &#60;thumbnailUrl&#62;http://mysite.appspot.com/80x60_screen.png&#60;/thumbnailUrl&#62;<br />  &#60;screenshotUrl &#62;http://mysite.appspot.com/300x255_screen.png&#60;/screenshotUrl&#62;<br />  ...<br />&#60;/about&#62;<br /></pre>The gadget gallery has the smarts to pick up these changes and use the URLs you specify to update the images in the gallery. Check out the <a href="http://code.google.com/apis/desktop/docs/script.html#gmanifest">gadget.gmanifest documentation</a> for more details.<br /><br />Just a reminder, the small screenshot should be <b>80x60 pixels</b>. Also, be sure to take a look at this <a href="http://googledesktopapis.blogspot.com/2008/06/tip-submit-better-screenshots.html">classic tip</a> about submitting better screenshots.<br /><br /><span>Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span>]]></description>
				<content:encoded><![CDATA[When you submit your gadget, you specify URLs for large and small screenshots of the gadget. These screenshots represent your gadget in listings such as the Add gadgets window, online gadget directories, and the web page that's automatically generated for each gadget. <br /><br />Unfortunately, there was no direct way to update these locations should they ever change &mdash; until now. This tip tells you how to update the screenshot URLs.<br /><br />Add these tags to the gadget.gmanifest of your published .gg file:<pre>&lt;about><br />  ...<br />  &lt;thumbnailUrl>http://mysite.appspot.com/80x60_screen.png&lt;/thumbnailUrl><br />  &lt;screenshotUrl >http://mysite.appspot.com/300x255_screen.png&lt;/screenshotUrl><br />  ...<br />&lt;/about><br /></pre>The gadget gallery has the smarts to pick up these changes and use the URLs you specify to update the images in the gallery. Check out the <a href="http://code.google.com/apis/desktop/docs/script.html#gmanifest">gadget.gmanifest documentation</a> for more details.<br /><br />Just a reminder, the small screenshot should be <b>80x60 pixels</b>. Also, be sure to take a look at this <a href="http://googledesktopapis.blogspot.com/2008/06/tip-submit-better-screenshots.html">classic tip</a> about submitting better screenshots.<br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-automatically-update-gadget-screenshots-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Congratulations to Andreas Horlacher!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-andreas-horlacher/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-andreas-horlacher/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 21:28:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Another new gadget by Andreas Horlacher is featured on the Inside Google Desktop blog. See the post Featured gadget: Radio Energy Zürich.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[Another new gadget by Andreas Horlacher is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/10/featured-gadget-radio-energy-zrich.html">Featured gadget: Radio Energy Zürich</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-6738120385590634476?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-andreas-horlacher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to Andreas Horlacher!</title>
		<link>https://googledata.org/uncategorized/congratulations-to-andreas-horlacher-2/</link>
		<comments>https://googledata.org/uncategorized/congratulations-to-andreas-horlacher-2/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 21:28:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false">https://googledata.org/?guid=19794aea978b01a68312e882c88266f3</guid>
		<description><![CDATA[Another new gadget by Andreas Horlacher is featured on the Inside Google Desktop blog. See the post Featured gadget: Radio Energy Zürich.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[Another new gadget by Andreas Horlacher is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/10/featured-gadget-radio-energy-zrich.html">Featured gadget: Radio Energy Zürich</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-6738120385590634476?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/uncategorized/congratulations-to-andreas-horlacher-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&quot;Vox populi&quot; applies everywhere</title>
		<link>https://googledata.org/google-desktop-api/vox-populi-applies-everywhere/</link>
		<comments>https://googledata.org/google-desktop-api/vox-populi-applies-everywhere/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 22:31:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA["Vox populi" is a Latin phrase that means "the voice of the people" or, in our case, the voice of the users. A good way to tap into this great source of feedback and to get a gratifying feeling, as well, is to compile accurate statistics about how many...]]></description>
				<content:encoded><![CDATA["Vox populi" is a Latin phrase that means "the voice of the people" or, in our case, the voice of the users. A good way to tap into this great source of feedback and to get a gratifying feeling, as well, is to compile accurate statistics about how many people install your gadgets and how long people keep your gadgets.<br /><br />My latest article, <a href="http://code.google.com/apis/desktop/articles/e19.html">Gadget Usage Stats</a>, details a possible implementation of such a system, keeping user privacy in mind. It isn't too complicated; you can reduce it to 3 levels: the gadget, a server-side script, and a database. The interesting part is how all the elements communicate with each other. After reading this article, you should be able to set up this system for your own gadgets. You can take advantage of the system's flexibility by changing it to meet your own needs.<br /><br /><span class="byline-author">Posted by Teodor Filimon, Gadget Developer</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-2811035646792119730?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/vox-populi-applies-everywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: Google Developer Day 2008 India</title>
		<link>https://googledata.org/google-desktop-api/update-google-developer-day-2008-india/</link>
		<comments>https://googledata.org/google-desktop-api/update-google-developer-day-2008-india/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 10:32:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Our very first Developer Day in India will be held on October 18, 2008 at the Chancery Pavilion, Bangalore, India.This is a very special Developer Day for Google Desktop, as many of our team members work out of the Google Bangalore office. If you are g...]]></description>
				<content:encoded><![CDATA[<p>Our very first <a href="http://code.google.com/intl/en_in/events/developerday/2008/home.html">Developer Day</a> in India will be held on October 18, 2008 at the <a href="http://code.google.com/intl/en_in/events/developerday/2008/location.html">Chancery Pavilion</a>, Bangalore, India.<br /><br />This is a very special Developer Day for Google Desktop, as many of our team members work out of the Google Bangalore office. If you are going to attend or happen to know someone who is, allow me to point out a couple of can't-miss sessions:<br /></p><ul><li>Rajesh Chandrashekaran is scheduled to hold a <a href="http://code.google.com/intl/en_in/events/developerday/2008/sessions.html">tech talk</a> about Google Desktop gadgets. The talk introduces the Desktop gadgets platform and provides an overview of the APIs, tools, and incentives for creating gadgets.<br /><br /></li><li>I am conducting two codelab sessions throughout the afternoon, which are actually going to be mini gadget programming competitions. You can be the inaugural winner of the "Google Desktop award for codelab excellence at Developer Day" and win a fabulous prize!</li></ul> <div>Unfortunately, we've reached capacity and are no longer accepting registrations. However, if you are an <a href="http://desktop.google.com/authors">established gadget developer</a>, please send a note to gd-developer AT google DOT com, and we'll try to sneak you in through the side door.</div> <div><br /></div> <div>धन्यवाद (Thank you)<br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-3408056691979692533?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/update-google-developer-day-2008-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to Mehdy Bohlool!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-mehdy-bohlool/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-mehdy-bohlool/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 19:38:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new gadget by Mehdy Bohlool is featured on the Inside Google Desktop blog. See the post Featured gadget: Persian Calendar.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Mehdy Bohlool is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/10/featured-gadget-persian-calendar.html">Featured gadget: Persian Calendar</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-640892334360981646?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-mehdy-bohlool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Extract files from the gadget package</title>
		<link>https://googledata.org/google-desktop-api/tip-extract-files-from-the-gadget-package/</link>
		<comments>https://googledata.org/google-desktop-api/tip-extract-files-from-the-gadget-package/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 06:58:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Did you know that on Windows you can extract a file that's packaged within your Desktop gadget? The following code extracts a file (called sample.xml in this example) to the temporary folder.  var tempFile = gadget.storage.extract("sample.xml"); // ext...]]></description>
				<content:encoded><![CDATA[Did you know that on Windows you can extract a file that's packaged within your Desktop gadget? The following code extracts a file (called <code>sample.xml</code> in this example) to the temporary folder.<pre>  var tempFile = gadget.storage.extract("sample.xml"); // extract the file<br />  debug.trace(tempFile);  // tempFile contains the path of the file</pre>All temporary files created by <a href="http://code.google.com/apis/desktop/docs/gadget_apiref.html#gadget.storage"><code>gadget.storage.extract</code></a> are cleaned up automatically when the gadget is closed.<br /><br /><b>Note:</b> Only on Windows do Desktop gadgets have access to the file system.<br /><br /><span class="byline-author">Posted by Stefan Van Damme, Gadget Developer</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-5909767241181043544?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-extract-files-from-the-gadget-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Put a gadget in its place</title>
		<link>https://googledata.org/google-desktop-api/tip-put-a-gadget-in-its-place/</link>
		<comments>https://googledata.org/google-desktop-api/tip-put-a-gadget-in-its-place/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 17:34:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Help people find your gadget by specifying its category. In your gadget.gmanifest, add a &#60;category> tag containing one or two categories that describe the gadget. Possible values: communication, finance, fun_games, google, holiday, lifestyle, news, ...]]></description>
				<content:encoded><![CDATA[Help people find your gadget by specifying its category. In your <a href="http://code.google.com/apis/desktop/docs/script.html#gmanifest">gadget.gmanifest</a>, add a <code>&lt;category></code> tag containing one or two categories that describe the gadget. Possible values: <code>communication</code>, <code>finance</code>, <code>fun_games</code>, <code>google</code>, <code>holiday</code>, <code>lifestyle</code>, <code>news</code>, <code>sports</code>, <code>technology</code>, <code>tools</code>. Example: <pre>&lt;about><br />  &lt;version>4.8.l5.16&lt;/version><br />  ...<br />  <b>&lt;category>news,sports&lt;/category></b><br />&lt;/about></pre>The gadget directory automatically picks up changes such as these every so often by looking at your hosted gadget files. Go ahead and update your gadgets, and they will be placed in the categories you want.<br /><br /><em>Have a tip you'd like to share? Send it to gd-developer AT google DOT com. To see all tips, choose the <a href="http://googledesktopapis.blogspot.com/search/label/Tips">Tips</a> label.</em><br /><br /><span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-3047104328014980432?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-put-a-gadget-in-its-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Improve resizing performance</title>
		<link>https://googledata.org/google-desktop-api/tip-improve-resizing-performance/</link>
		<comments>https://googledata.org/google-desktop-api/tip-improve-resizing-performance/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 15:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Posted by Benjamin Schirmer, Google Desktop InternIf your gadget has lots of visual elements, resizing might get very slow. This happens because onsize is triggered often when the user resizes your gadget. Use code like this to improve the performance ...]]></description>
				<content:encoded><![CDATA[<span class="byline-author">Posted by Benjamin Schirmer, Google Desktop Intern</span><br /><br />If your gadget has lots of visual elements, resizing might get very slow. This happens because <code>onsize</code> is triggered often when the user resizes your gadget. Use code like this to improve the performance of resizing:<pre>var resizeTimeout = null;<br /><br />function view_onSize() {<br />  clearTimeout(resizeTimeout);<br />  resizeTimeout  = setTimeout(resizeGadget, 10);<br />}<br /><br />function resizeGadget() {<br />  debug.info('Now I really resize everything');<br />  <em>... code to resize and relayout the gadget's contents ...</em><br />}<br /></pre>The <code>resizeGadget()</code> function is called only when the user is either finished with resizing or doesn't resize for a few milliseconds. The result is fewer redraws of your gadget and a smoother resizing experience for your user.<br /><br /><em>Have a tip you'd like to share? Send it to gd-developer AT google DOT com. To see all tips, choose the <a href="http://googledesktopapis.blogspot.com/search/label/Tips">Tips</a> label.</em><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-8703691022934286139?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-improve-resizing-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to Paul Alan Freshney!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-paul-alan-freshney/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-paul-alan-freshney/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 16:20:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new gadget by Paul Alan Freshney is featured on the Inside Google Desktop blog. See the post Featured gadget: Periodic Table.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Paul Alan Freshney is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/09/featured-gadget-periodic-table.html">Featured gadget: Periodic Table</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-6898725972682003934?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-paul-alan-freshney/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Parameters in Desktop Gadget Programming</title>
		<link>https://googledata.org/google-desktop-api/using-parameters-in-desktop-gadget-programming/</link>
		<comments>https://googledata.org/google-desktop-api/using-parameters-in-desktop-gadget-programming/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 23:49:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Posted by Teodor Filimon, Gadget DeveloperWhether the gadget you're building is simple or complex, parameters can make a big improvement in your programming process. Not only do parameters help you isolate constants (avoiding invasive changes to your c...]]></description>
				<content:encoded><![CDATA[<span class="byline-author">Posted by Teodor Filimon, Gadget Developer</span><br /><br />Whether the gadget you're building is simple or complex, parameters can make a big improvement in your programming process. Not only do parameters help you isolate constants (avoiding invasive changes to your code when assumptions change), but you can separate them into their own .js script file.<br /><br />For more about this subject, including implementation details and possible immediate and long-term uses, see my latest article, <a href="http://code.google.com/apis/desktop/articles/e18.html">Using Parameters in Desktop Gadget Programming</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-1272980577792237043?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/using-parameters-in-desktop-gadget-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Desktop 5.8</title>
		<link>https://googledata.org/google-desktop-api/google-desktop-5-8/</link>
		<comments>https://googledata.org/google-desktop-api/google-desktop-5-8/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 21:04:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A brand new version of Google Desktop is here. (See the announcement.) This release fixes several bugs and adds features based on reports from the issue tracker and developer group. Please check the release notes to see what's new.UPDATE (Sept 17): To ...]]></description>
				<content:encoded><![CDATA[<div>A brand new version of Google Desktop is here. (See the <a href="http://googleblog.blogspot.com/2008/09/google-desktop-58-for-windows-increased.html">announcement</a>.) This release fixes several bugs and adds features based on reports from the <a href="http://code.google.com/p/google-desktop-sdk/issues/list">issue tracker</a> and <a href="http://groups.google.com/group/Google-Desktop-Developer/">developer group</a>. Please check the <a href="http://code.google.com/apis/desktop/docs/releasenotes-v58.html">release notes</a> to see what's new.<br /></div><br /><div style="color: rgb(0, 153, 0);">UPDATE (Sept 17): To celebrate this release, we threw an hour-long get-together at our <a href="http://www.lively.com/dr?rid=-6058992854362690611">Lively developer lounge</a> today.</div><br />I think the coolest feature is the ability to embed Flash movies with a <a href="http://code.google.com/apis/desktop/docs/releasenotes-v58.html#flash">few lines of code</a>. We can't wait to start seeing your Flash creations in the gadget gallery. I made a gadget that embeds my <a href="http://www.youtube.com/watch?v=y8Kyi0WNg40">favorite YouTube video</a>, which I play about a hundred times a day.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SM6mxBwMDzI/AAAAAAAAAP8/b0bPo9Z65WA/s1600-h/youtube.png"><img style="cursor: pointer;" src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SM6mxBwMDzI/AAAAAAAAAP8/b0bPo9Z65WA/s320/youtube.png" alt="" id="BLOGGER_PHOTO_ID_5246313977147559730" border="0" /></a><br /><br />Pressing Tab (or Shift+Tab) now moves the focus to the next (or previous) element. <span style="font-weight: bold;">This affects existing gadgets that have implemented Tab traversal manually</span>, so please be sure to test and update those gadgets.<br /><br />We've added new <a href="http://code.google.com/apis/desktop/docs/releasenotes-v58.html#pers.data">Personalization APIs</a> to help you better tailor content for the user. Here's an example of retrieving the user's zip code:<pre>   var zipCode = google.pers.data.getZipCode()</pre>Lastly, for gadgets that are resizable, the heavy resize frame no longer appears. If your gadget has a non-standard visual frame, your users may have difficulty resizing it. To address that, you can now define a <a href="http://code.google.com/apis/desktop/docs/releasenotes-v58.html#resizeBorder">custom resize border area</a>.<br /><br />Thanks everyone for your contributions and please keep letting us know how we can improve Google Desktop.<br /><br /><span class="byline-author"> Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-8185245004236424697?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/google-desktop-5-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>October 18: Google Developer Day in Bangalore</title>
		<link>https://googledata.org/google-desktop-api/october-18-google-developer-day-in-bangalore/</link>
		<comments>https://googledata.org/google-desktop-api/october-18-google-developer-day-in-bangalore/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 15:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Posted by Satish Sampath, Gadget Master (Google Desktop Team)We're excited to invite you to Google Developer Day in Bangalore, India. Google Developer Days are a chance to learn about Google developer products from the engineers who built them.The Bang...]]></description>
				<content:encoded><![CDATA[<span class="byline-author">Posted by Satish Sampath, Gadget Master (Google Desktop Team)</span><br /><br />We're excited to invite you to <a href="http://code.google.com/intl/en_in/events/developerday/2008/home.html">Google Developer Day in Bangalore</a>, India. Google Developer Days are a chance to learn about Google developer products from the engineers who built them.<br /><br />The Bangalore day will include both a tech talk and a code lab session on the Desktop APIs, hosted by members of the Desktop team. You'll get to meet members of the team and in the process learn how to build gadgets and applications using the Desktop APIs. Gadgets can be a desktop presence for your web application or site, keeping it in people's minds even when they're not using a browser.<br /><br />For more information, search the <a href="http://code.google.com/intl/en_in/events/developerday/2008/sessions.html">sessions</a> page for "desktop". Hope to see you in Bangalore!<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-1120409762229529667?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/october-18-google-developer-day-in-bangalore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to Paul Unger!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-paul-unger/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-paul-unger/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 18:53:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new gadget by Paul Unger is featured on the Inside Google Desktop blog. See the post  Featured gadget: Pipes.Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by Paul Unger is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/09/featured-gadget-pipes.html"> Featured gadget: Pipes</a>.<br /><br /><span class="byline-author">Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-684667325213277265?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-paul-unger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Use the string-based listbox methods</title>
		<link>https://googledata.org/google-desktop-api/tip-use-the-string-based-listbox-methods/</link>
		<comments>https://googledata.org/google-desktop-api/tip-use-the-string-based-listbox-methods/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 15:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Posted by James Yum, Developer Programs EngineerIf you have a listbox or combobox that displays text strings, consider using methods such as appendString() and removeString() instead of appending item elements. Read the 5.5 release notes to see the ava...]]></description>
				<content:encoded><![CDATA[<span class="byline-author">Posted by James Yum, Developer Programs Engineer</span><br /><br />If you have a listbox or combobox that displays text strings, consider using methods such as <code>appendString()</code> and <code>removeString()</code> instead of appending item elements. Read the <a href="http://code.google.com/apis/desktop/docs/releasenotes-v55.html#s11">5.5 release notes</a> to see the available methods and examples of their use.   <br /><br />Here is an example that fills a listbox named <code>statesListbox</code>:<pre>var states = ['Alabama', 'Alaska', ... ];<br /><br />for (var i = 0; i &lt; states.length; ++i) {<br />  statesListbox.appendString(states[i]);<br />}<br /><br />// We are not allowed to ship to California.<br />statesListbox.removeString('California');</pre>Have a tip you'd like to share? Send it to gd-developer AT google DOT com. To see all tips, choose the <a href="http://googledesktopapis.blogspot.com/search/label/Tips">Tips</a> label.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-4417408302853735455?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-use-the-string-based-listbox-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why write a gadget?</title>
		<link>https://googledata.org/google-desktop-api/why-write-a-gadget/</link>
		<comments>https://googledata.org/google-desktop-api/why-write-a-gadget/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Posted by Benjamin Schirmer, Intern (Google Desktop Team)If you're new to gadgets and thinking about creating your very first gadget, you might be wondering if it's really worth the time and whether anybody will use your gadget. I thought I'd use mysel...]]></description>
				<content:encoded><![CDATA[<span class="byline-author">Posted by Benjamin Schirmer, Intern (Google Desktop Team)</span><br /><br />If you're new to gadgets and thinking about creating your very first gadget, you might be wondering if it's really worth the time and whether anybody will use your gadget. I thought I'd use myself as an example to show you the impact a gadget can have.<br /><br />I started creating my first gadget in 2005, when the first sidebar version of Google Desktop was released. Back then the gadgets were COM based, so building gadgets wasn't as easy as it is today, and the gadgets didn't look that good. My first gadget created about 3,000,000 hits on my server, gave me my very first Google T-Shirt, put me in contact with some Google Desktop developers, and gave me direct access to the engineers behind Google Desktop. I also met some other gadget developers such as Yannick and Teo, whom I can now call my friends.<br /><br />Since I had such a great experience with the first gadget, I soon started on my second gadget, then my third... and now I have 22 listed gadgets. When the Google Desktop team released the new JavaScript API, creating gadgets became much easier and faster, and the gadgets started to look a lot better. Through my work as a gadget developer I gained more and more experience with the Google Desktop gadget API, which I used to help other developers in the developer group and to write some articles for the knowledge base. The Google Desktop team rewarded this by making me one of the API Gurus -- a small team of experienced gadget developers. I could now use the fancy "[API Guru]" tag after my name, and I received a really nice Google API Guru sweatshirt.<br /><br />At the beginning of this year I applied for an internship in the Google Desktop team; I'm now in Mountain View at Google. I can't tell you what I am working on, but I can tell you that working at Google is a lot of fun and not just because of the free food and snacks. You meet a lot of nice and interesting people, and you get to experience different cultures.<br /><br />I hope this answers the question about whether making a gadget is worth your time. But will anybody use your gadget? The answer largely depends on the quality and features of your gadget. Here are a few download numbers for my gadgets, which show you how many people might download and use your gadgets:<br /><ul><li>Tetramino Games: 756830 downloads since Oct 2007</li><li>Digital Retro Clock: 555172 downloads since Nov 2007</li><li>VolumeControl: 500392 downloads since Oct 2007</li><li>Recycle Bin: 267033 downloads since Nov 2007</li><li>GMail Icon: 194355 downloads since Nov 2007</li></ul>As you can see, quite a lot of users might be interested in your gadget. If your gadget is well done and has some cool and useful features, your gadget could become one of the most popular gadgets, and you could make it into the Google Desktop Developers <a href="http://desktop.google.com/authors">Hall of Fame</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-182701695449922139?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/why-write-a-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to rivus.jp!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-rivus-jp/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-rivus-jp/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 15:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new gadget by rivus.jp is featured on the Inside Google Desktop blog. See the post Featured gadget: Desktop Calendar.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[A new gadget by rivus.jp is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/09/featured-gadget-desktop-calendar.html">Featured gadget: Desktop Calendar</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-811896598663798823?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-rivus-jp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop gadgets and App Engine</title>
		<link>https://googledata.org/google-desktop-api/desktop-gadgets-and-app-engine/</link>
		<comments>https://googledata.org/google-desktop-api/desktop-gadgets-and-app-engine/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 21:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[ Posted by James Yum, Developer Programs Engineer (Google Desktop Team)How many engineers does it take to write a development article? Apparently three.Vishwajith Krishnamurthy, Paneendra Ba, and I joined forces to program a client-server application u...]]></description>
				<content:encoded><![CDATA[<span class="byline-author"> Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span><br /><br />How many engineers does it take to write a development article? Apparently three.<br /><br />Vishwajith Krishnamurthy, Paneendra Ba, and I joined forces to program a client-server application using Desktop gadgets and <a href="http://code.google.com/appengine/">Google App Engine</a>.<br /><br />What we came up with is the <a href="http://code.google.com/p/google-desktop-sdk/source/browse/trunk/AppEngineServer/desktopgadgetsample.py">Question and Answer server</a>. The server sends random yes-no questions to a Desktop gadget client and keeps track of answers. The client can also submit new questions and see a list of the most answered questions.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_eeoi-8Kj-hI/SLQfdNYkV5I/AAAAAAAAAPk/Wq8AagBIp7g/s1600-h/QandAServer.png"><img style="cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_eeoi-8Kj-hI/SLQfdNYkV5I/AAAAAAAAAPk/Wq8AagBIp7g/s400/QandAServer.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5238846853208102802" /></a><br /><br />Writing the app was a lot of fun and easier than we expected. Please read <a href="http://code.google.com/apis/desktop/articles/8.html">Desktop gadgets and App Engine</a> to see how we did it, and take some time to <a href="http://google-desktop-sdk.googlecode.com/files/qna_client_full.gg">try out the application</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-4662233651687986295?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/desktop-gadgets-and-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Articles have moved</title>
		<link>https://googledata.org/google-desktop-api/articles-have-moved/</link>
		<comments>https://googledata.org/google-desktop-api/articles-have-moved/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 15:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Posted by James Yum, Developer Programs Engineer (Google Desktop Team)Desktop gadget development articles have moved to their rightful place on code.google.com:http://code.google.com/apis/desktop/articles/If you've written an article, please check to s...]]></description>
				<content:encoded><![CDATA[<span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span><br /><br />Desktop gadget development articles have moved to their rightful place on code.google.com:<br /><br /><a href="http://code.google.com/apis/desktop/articles/">http://code.google.com/apis/desktop/articles/</a><br /><br />If you've written an article, please check to see if the migration went smoothly for your work. We'll start redirecting the old URLs soon.<br /><br />If you haven't browsed through the articles, take a minute to check them out. We have over twenty articles, covering topics such as <a href="http://code.google.com/apis/desktop/articles/7.html">resizable gadgets</a>, <a href="http://code.google.com/apis/desktop/articles/e9.html">XMLHttpRequest</a>, and <a href="http://code.google.com/apis/desktop/articles/e6.html">element rotation</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-2580512338903389580?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/articles-have-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Detect gadgets running in Linux</title>
		<link>https://googledata.org/google-desktop-api/tip-detect-gadgets-running-in-linux/</link>
		<comments>https://googledata.org/google-desktop-api/tip-detect-gadgets-running-in-linux/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 17:18:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Posted by James Yum, Developer Programs EngineerIf you want to detect a Linux user, look for telltale signs such as stacks of O'Reilly books, an anti-MS worldview, and a stuffed penguin collection.Or you can do this: function isLinux() {  return framew...]]></description>
				<content:encoded><![CDATA[<span class="byline-author">Posted by James Yum, Developer Programs Engineer</span><br /><br />If you want to detect a Linux user, look for telltale signs such as stacks of O'Reilly books, an anti-MS worldview, and a stuffed penguin collection.<br /><br />Or you can do this: <pre>function isLinux() {<br />  return framework.runtime.osName == 'Linux';<br />}</pre><em>Have a tip you'd like to share? Send it to gd-developer AT google DOT com. To see all tips, choose the <a href="http://googledesktopapis.blogspot.com/search/label/Tips">Tips</a> label.</em><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-3084584998806599423?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/tip-detect-gadgets-running-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to nectar1964!</title>
		<link>https://googledata.org/google-desktop-api/congratulations-to-nectar1964/</link>
		<comments>https://googledata.org/google-desktop-api/congratulations-to-nectar1964/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 16:45:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new gadget by nectar1964 is featured on the Inside Google Desktop blog. See the post Featured gadget: Cat Clock.Posted by Kathy Walrath, Technical Writer (Google Desktop Team)]]></description>
				<content:encoded><![CDATA[<div><br /></div>A new gadget by nectar1964 is featured on the Inside Google Desktop blog. See the post <a href="http://googledesktop.blogspot.com/2008/08/featured-gadget-cat-clock.html">Featured gadget: Cat Clock</a>.<br /><br /><span class="byline-author">Posted by Kathy Walrath, Technical Writer (Google Desktop Team)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-5911297177060929208?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/congratulations-to-nectar1964/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Party report: Rooftop lounge open house</title>
		<link>https://googledata.org/google-desktop-api/party-report-rooftop-lounge-open-house/</link>
		<comments>https://googledata.org/google-desktop-api/party-report-rooftop-lounge-open-house/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 20:08:00 +0000</pubDate>
		<dc:creator><![CDATA[Kathy Walrath [GD Team]]]></dc:creator>
				<category><![CDATA[Google Desktop API]]></category>
		<category><![CDATA[desktop api]]></category>
		<category><![CDATA[Google Desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Posted by James Yum, Developer Programs Engineer (Google Desktop Team)If you weren't at the open house for our Lively rooftop lounge, you really missed out. The turnout was good, and we were pleased to see new faces.It wouldn't be a Google gathering wi...]]></description>
				<content:encoded><![CDATA[<span class="byline-author">Posted by James Yum, Developer Programs Engineer (Google Desktop Team)</span><br /><br />If you weren't at the <a title="rooftop lounge" href="http://googledesktopapis.blogspot.com/2008/07/free-rooftop-lounge-for-google-desktop.html" id="n-g4">open house</a> for our <a href="http://www.lively.com/dr?rid=-6058992854362690611">Lively rooftop lounge</a>, you really missed out. The turnout was good, and we were pleased to see new faces.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_eeoi-8Kj-hI/SKMLHiIojvI/AAAAAAAAAPM/uuCE3cKquFI/s1600-h/image1.png"><img style="cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_eeoi-8Kj-hI/SKMLHiIojvI/AAAAAAAAAPM/uuCE3cKquFI/s400/image1.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5234039415984656114" /></a><br /><br />It wouldn't be a Google gathering without T-shirts. Those who attended received special Google Desktop T-shirts, which you can't get anywhere else.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_eeoi-8Kj-hI/SKMLMZOBikI/AAAAAAAAAPU/AsKsVA8IrNc/s1600-h/image2.png"><img style="cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_eeoi-8Kj-hI/SKMLMZOBikI/AAAAAAAAAPU/AsKsVA8IrNc/s400/image2.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5234039499490691650" /></a><br /><br />We did a lot of brainstorming about gadgets and ways to improve Lively and Google Desktop. We also established a new favorite pastime: anvil dropping.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SKMLTlV1QuI/AAAAAAAAAPc/6rwBtMj7sdg/s1600-h/image3.png"><img style="cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_eeoi-8Kj-hI/SKMLTlV1QuI/AAAAAAAAAPc/6rwBtMj7sdg/s400/image3.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5234039623003751138" /></a><br /><br />Here are some interesting snippets from the chat:<pre id="fc_7">Lahiru:<br />well it would be really cool if we have some HTML render element<br />Bijoy:<br />Yes, a web browser control will do...<br />►Bijoy nods yes◄<br />►Sebastian is confused◄<br />me:<br />well, a subset of html might be okay?<br />Lahiru:<br />yes<br />►Lahiru nods yes◄<br />me:<br />&lt;b>&lt;u><br />Yannick:<br />wow guys slow it down<br /><br /><br />Yannick:<br />well, but how would you try them out in lively?<br />I think there should be some developer object<br />Benjamin:<br />I'd love to create an interactive arcade machine with a gadget as the game interface<br />Yannick:<br />just a simple 3d wall<br />►Benjamin is in love◄<br />Yannick:<br />where we can simply<br />me:<br />i very much agree<br />Yannick:<br />change the gadget in some local directory<br />and hit reload<br />Teo:<br />have you guys checked the jedi council room?<br /></pre>Please come out to the next gathering. We all had fun, and it was a great way to meet new friends (and anvil-dropping enemies).<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4907257916066055864-3814231314807849462?l=googledesktopapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-desktop-api/party-report-rooftop-lounge-open-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
	</channel>
</rss>
