summaryrefslogtreecommitdiff
path: root/old/published/Webmonkey/Monkey_Bites/2007/05.29.07/Thu/ggears.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/05.29.07/Thu/ggears.txt')
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/05.29.07/Thu/ggears.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/05.29.07/Thu/ggears.txt b/old/published/Webmonkey/Monkey_Bites/2007/05.29.07/Thu/ggears.txt
new file mode 100644
index 0000000..53134d0
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/05.29.07/Thu/ggears.txt
@@ -0,0 +1,26 @@
+Google has released a new Javascript API this morning dubbed Gears that adds offline support for web application. A browser plugin is available for both IE and Firefox and works on Windows, Mac and Linux machines.
+
+In conjunction with the [new toolkit][1], Google has updated Google Reader to offer offline support for reading RSS feeds. But the technology is not limited to just Google apps.
+
+Like other APIs, Google is offering [Gears][2] as a free, open source platform that can be used by any web application.
+
+Using Gears, web developers now have access to a toolkit which enables them to take advantage of offline capabilities such as local file storage and caching, a client-side SQL database and asynchronous background processes.
+
+From the user side the new plug-in comes with a domain selection tool similar to that of Mozilla's add-on tools. Only approved domains can store information, though for now there are no fine-grained tools like storage size limits or per-app permissions.
+
+Also worth noting, the installation server is not a <code>https</code> URL which means the new plug-in is potentially vulnerable to the scripting exploits recently discovered in Firefox plugins. Hopefully Google will address that oversight in the near future.
+
+So far the Gears toolkit only works with Firefox and IE, but support for Opera and Safari is in the works.
+
+In fact Google says it will submit the code behind Gears to a standards body and hopes that eventually the functionality will be built into all standards-compliant browsers.
+
+For the time being Gears is a beta, but Google hopes to have a consumer-ready version available in the next few months.
+
+While utilizing Google Reader offline is nice, the real power of Gears will likely come from integration with the Google Docs and Google Spreadsheet applications. Offline access to Google Docs would solve one the the chief complaints about the service.
+
+It will be interesting to see how Gears ends up being used, but one things is for certain it opens a lot of doors to developers looking to bridge the narrowing gap between desktop and web-based applications.
+
+
+
+[1]: http://www.google.com/intl/en/press/pressrel/gears_20070530.html "Google Launches Gears Open Source Project to Bring Offline Capabilities to Web Applications"
+[2]: http://gears.google.com "Google Gears" \ No newline at end of file