<?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>techno.blog(&#34;Dion&#34;) &#187; desktop</title>
	<atom:link href="http://almaer.com/blog/tag/desktop/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Tue, 28 Aug 2012 14:41:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gears Future APIs: Desktop Shortcut API</title>
		<link>http://almaer.com/blog/gears-future-apis-desktop-shortcut-api</link>
		<comments>http://almaer.com/blog/gears-future-apis-desktop-shortcut-api#comments</comments>
		<pubDate>Thu, 20 Dec 2007 15:09:00 +0000</pubDate>
		<dc:creator>dion</dc:creator>
				<category><![CDATA[Gears]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false">http://almaer.com/blog/gears-future-apis-desktop-shortcut-api</guid>
		<description><![CDATA[
A common task you see people using AIR and Prism for, is just a wrapper around a Web application that you use all the time such as Gmail, or your Web based calendar or what have you. It would be nice to be able to automate the creation of a shortcut in a very simple [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/apis/gears/upcoming/api_desktop.html"><img src='http://almaer.com/blog/uploads/gearsdesktopapi.png' alt='Google Gears Desktop API' style="float: right; padding: 5px; border: 0" /></a></p>
<p>A common task you see people using AIR and Prism for, is just a wrapper around a Web application that you use all the time such as Gmail, or your Web based calendar or what have you. It would be nice to be able to automate the creation of a shortcut in a very simple way. This is where the <a href="http://code.google.com/apis/gears/upcoming/api_desktop.html">Shortcut API</a> comes into play.</p>
<p>The current thinking is that there will be other desktop-y features that people may want to tie into, so the shortcut API sits inside a Desktop module.</p>
<p>It looks like this:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> desktop <span style="color: #339933;">=</span> google.<span style="color: #660066;">gears</span>.<span style="color: #660066;">factory</span>.<span style="color: #660066;">create</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'beta.desktop'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
desktop.<span style="color: #660066;">createShortcut</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Test Application&quot;</span><span style="color: #339933;">,</span>
                       <span style="color: #3366CC;">&quot;An application at http://www.test.com/index.html&quot;</span><span style="color: #339933;">,</span>
                       <span style="color: #3366CC;">&quot;http://www.test.com/index.html&quot;</span><span style="color: #339933;">,</span>
                       <span style="color: #009900;">&#123;</span><span style="color: #3366CC;">&quot;16x16&quot;</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;http://www.test.com/icon16x16.png&quot;</span><span style="color: #339933;">,</span>
                        <span style="color: #3366CC;">&quot;32x32&quot;</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;http://www.test.com/icon32x32.png&quot;</span><span style="color: #339933;">,</span>
                        <span style="color: #3366CC;">&quot;48x48&quot;</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;http://www.test.com/icon48x48.png&quot;</span><span style="color: #339933;">,</span>
                        <span style="color: #3366CC;">&quot;128x128&quot;</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;http://www.test.com/icon128x128.png&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Maybe you would use this as an install step. Maybe you give people the ability to export files in some way. What would you like to see here? This is still early stage, and we are thinking about features you would like to add. For example, the ability to say &#8220;open this Web application without the URL bar and other browser chrome&#8221;.</p>
<p><b>Other Future APIs</b></p>
<ul>
<li><a href="http://almaer.com/blog/gears-future-apis-image-manipulation-api">Image Manipulation API</a></li>
<li><a href="http://almaer.com/blog/google-gears-upgrading-from-a-1950s-chevy-in-cuba">Introduction to the series</a></li>
</ul>
<p><em>Disclaimer: This is early days, and who knows what the final API will look like, and how far it goes. Do you have ideas for cool Gears that make the Web better? <a href="http://groups.google.com/group/google-gears/">Let us know!</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://almaer.com/blog/gears-future-apis-desktop-shortcut-api/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
