Gears
Gears is an open source project that improves the Web browser by allowing web applications to interact naturally with your desktop, store data locally in a fully-searchable database, and run JavaScript in the background to improve performance.
Monday, June 4th, 2007
Category: Gears
, Google
, JavaScript
, Library
I had a feeling that this would happen pretty quickly. The Google Gears APIs are fairly low level, which leaves room for higher level abstractions. I ported an old abstraction over with gears-dblib, which allows me to not repeat myself in a number of areas. I personally prefer working with objects than result sets for Read the rest...
Friday, June 1st, 2007
Category: Adobe
, Gears
, Google
, Showcase
Christophe Coenraets always brings the goods when you need a quick demo. He created the SQLAdmin tool for Google Gears that Kevin Lynch demonstrated yesterday. This app does have the side effect of showing me that I am not a mousey person. I kept clicking on "CREATE DATABASE" when I was meant to drag and Read the rest...
Category: Flash
, Gears
, Google
Paul Colton quickly took Google Gears and created a simple example of using it from Flash, and his Aflax framework. Kevin Lynch demonstrated an Apollo application that used Gears at the California Google Developer Day event today. You could also have applets that use the JavaScript. PLAIN TEXT JAVASCRIPT: function displayRecentPhrases() { var Read the rest...
Wednesday, May 30th, 2007
Category: Gears
, Google
I couldn't resist taking RSS Bling, and adding modern offline support to it (instead of HTA/Mozilla specific support from 2+ years ago). I tackled a very narrow problem. Instead of grabbing feed and post data directly from an online store, I changed the code to: Display the feeds and posts, pulling them from the local Read the rest...