<?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>Neyric.com &#187; gears</title>
	<atom:link href="http://neyric.com/tag/gears/feed/" rel="self" type="application/rss+xml" />
	<link>http://neyric.com</link>
	<description>projects, programming, blogging...</description>
	<lastBuildDate>Sat, 29 Jan 2011 19:51:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Building Google Gears 0.3.2.0</title>
		<link>http://neyric.com/2008/01/03/building-google-gears-0320/</link>
		<comments>http://neyric.com/2008/01/03/building-google-gears-0320/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 13:06:22 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[Google Gears]]></category>
		<category><![CDATA[gears]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=9</guid>
		<description><![CDATA[The google gears team recently announced the features that will be added in gears 0.3 One of them particularly caught my eyes: the Desktop API. It provides a simple method that lets you create a shortcut icon on the user &#8230; <a href="http://neyric.com/2008/01/03/building-google-gears-0320/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img src="http://gears.google.com/images/gears_sm.png" style="border: 0pt none" /></p>
<p>The google gears team recently <a href="http://code.google.com/apis/gears/upcoming/history.html">announced</a> the features that will be added in gears 0.3</p>
<p>One of them particularly caught my eyes: the <a href="http://code.google.com/apis/gears/upcoming/api_desktop.html">Desktop API</a>. It provides a simple method that lets you create a shortcut icon on the user desktop, to launch your web application. Is&#8217;s particularly interesting for an offline-enabled web application, and improves the user experience while making web applications one step closer to Rich Desktop Applications.</p>
<p>However, google doesn&#8217;t provide the 0.3.2.0 version yet. If you want to try it, you&#8217;ll have to compile it yourself from the gears svn version. (There&#8217;s a <a href="http://code.google.com/p/google-gears/wiki/BuildingGearsForWindows">tutorial to build it under windows</a>, for MacOS, a simple &#8220;make&#8221; will work)</p>
<p>As the compilation procedure was not so straightforward under windows, here are the xpi files (firefox only) from the latest svn revision (revision 638) :</p>
<ul>
<li><a href="http://www.neyric.com/files/gears-osx-opt-0.3.2.0.xpi">gears-osx-opt-0.3.2.0.xpi (Mac OS X)</a></li>
<li><a href="http://www.neyric.com/files/gears-win32-opt-0.3.2.0.xpi">gears-win32-opt-0.3.2.0.xpi (Windows)</a></li>
</ul>
<p>Once you&#8217;ve installed it, you can try this snippet : (it won&#8217;t work unless you change the icon urls to REAL icon files)</p>
<pre>
var desktop = google.gears.factory.create('beta.desktop');
desktop.createShortcut("Test Application",
       "An application at http://www.test.com/index.html",
       "http://www.test.com/index.html",
      {"16x16": "http://www.test.com/icon16x16.png",
       "32x32": "http://www.test.com/icon32x32.png",
       "48x48": "http://www.test.com/icon48x48.png",
       "128x128": "http://www.test.com/icon128x128.png"});</pre>
<p>I&#8217;m now impatient to be able to launch firefox without the browser chrome (like <a href="http://labs.mozilla.com/2007/10/prism/">Prism</a>) ! I think I&#8217;ll have to wait for Firefox 3 <img src='http://neyric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-9"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2008/01/03/building-google-gears-0320/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Gears performances issue</title>
		<link>http://neyric.com/2007/12/03/google-gears-performances-issue/</link>
		<comments>http://neyric.com/2007/12/03/google-gears-performances-issue/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 11:10:49 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[Google Gears]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[gears]]></category>
		<category><![CDATA[Gears In Motion]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=11</guid>
		<description><![CDATA[I&#8217;ve been using Google Gears rather intensively (see Gears In Motion) during the last few months. I started building an interface that uses all the components of Google Gears (Local Database, Local Server and WorkerPool), and implemented a synchronization engine. &#8230; <a href="http://neyric.com/2007/12/03/google-gears-performances-issue/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I&#8217;ve been using Google Gears rather intensively (see <a href="http://neyric.com/blog/running-demo-for-gears-in-motion">Gears In Motion</a>) during the last few months.</p>
<p>I started building an interface that uses all the components of Google Gears (Local Database, Local Server and WorkerPool), and implemented a synchronization engine. The result was a much more responsive offline application with many features that couldn&#8217;t have been easily implemented without the local database, and that works great !</p>
<p>Until&#8230; one of my coworker tried to import 20.000 records: <strong>It took 40 minutes to execute the SQL INSERT statements !</strong> (approx. 120ms/insertion)</p>
<p>We then decided to write this <a href="http://www.neyric.com/files/ggperfs/index.html" target="_new">100 insertions test</a>, which revealed to have surprising results :</p>
<ul>
<li>On MacOS 10.4.11: <strong>2.6ms</strong> by insertion (approx. 385 insertions/second)</li>
<li>On Windows XP and Vista: <strong>107ms</strong> by insertion (approx. 9 insertions/second)</li>
</ul>
<p>Please <a href="http://www.neyric.com/files/ggperfs/index.html" target="_new">run the test</a> and post your results as a comment indicating your OS/Browser version/Google Gears version.</p>
<p>Any idea why it is so slow on Windows ?</p>
<div class="shr-publisher-132"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2007/12/03/google-gears-performances-issue/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Running demo for Gears In Motion</title>
		<link>http://neyric.com/2007/10/17/running-demo-for-gears-in-motion/</link>
		<comments>http://neyric.com/2007/10/17/running-demo-for-gears-in-motion/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 13:04:09 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[Gears In Motion]]></category>
		<category><![CDATA[gears]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=12</guid>
		<description><![CDATA[I just added a demo to show Gears In Motion in use: Gears In Motion (v0.2.1) demonstration]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I just added a demo to show Gears In Motion in use:</p>
<p><a href="http://javascript.neyric.com/gearsinmotion/gim-demo.html">Gears In Motion (v0.2.1) demonstration</a></p>
<div class="shr-publisher-131"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2007/10/17/running-demo-for-gears-in-motion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

