google-gears

Offline access to MoinMoin wiki using Google Gears

How to add offline access functionality to MoinMoin wiki? As a minimum, I would love to have browsing access to all pages on a server-based wiki (while being offline). Search and other things, which do not modify the content, are secondary. An added bonus would be if this solution allowed to update wiki content while offline and push i...

Complete list of Google Gears enabled sites

Is there a complete list of Google Gears enabled sites? I'm aware of rememberthemilk.com, google docs and google calendar ...

Is there a secure browser cache?

Note: this is a different problem to https - it's related to privacy security I'm trying to figure out if there's a way to take load off our server [cache] by pushing information to the browser. Is there any technology that will provide secure caching that is bound to a session? We have privacy-sensitive data that's often used, but wi...

Is there a way to get the users location without having the user install Google Gears?

I don't want to have the user install Google Gears so I can show him his guessed location. Is there a way to get the location without having to use Google Gears? I have found http://www.wipmania.com/de/blog/google-geolocation-api/ but it does not offer an example. ...

Will web applications replace desktop applications?

Will everything go to the cloud? If so, in which direction? Google-Gears? Flash,AIR,JavaFX? See also: Does desktop development matter? ...

Has anyone used Google Gears in an Enterprise scenario?

Hi All, I want to create an application which will have a client and server components. The client may not be connected to the internet all the time, and hence will have to store data locally and then sync with the server whenever the internet connection is available. The data sync will be both ways: client to server and server to clien...

Google Gears - To what level is synchronization supported?

Hi All, I have a few questions about data synchronization. The architecture does not seem to be clear about this: Does Google Gears provide from automatic synchronization of data (from client to server and server to client)? If it does provide for automatic data synchronization, then can i write functions to hook into the sync mechani...

HTML 5 Reference Implementations

I'm looking for a good article or description of what HTML 5 actually is or isn't. At Google I/O last year, I kept hearing that Google Gears can be thought of as a reference implementation of HTML 5. Shortly thereafter Yahoo's BrowserPlus plugin came out with similar functionality. And Firefox has some offline support, I think? So again,...

Is Google Gears Really a Long-term Solution?

I am thinking about using Gears in a project, but I have doubts about it. Do you think that Gears will really be (or already were) accepted by the community as the state-of-art solution for what it purposes? Although Gears seems to be awesome, I think that the community is kind of scared to use it. What do you think about it? ...

To use the Gears WorkerPool in GWT do I have to write the same code in Java and Javascript?

In order to use the WorkerPool (Javascript Threads) class and functionality in GWT/Gears, do I need to write my code in both Java and Javascript? Upon inspection of WorkerPool - Getting Started and the sample WorkerPool application in the GWT-Gears-1.1 download package it seems that I need to. It seems that the Java code is used to dem...

Google Gears SQL Lite DB and C#

Under the covers, Google Gears uses SQL Lite as its data store. Has anyone successfully connected to the Google Gears SQL Lite DB with C#? Thanks ...

"google is undefined"

I'm using Gears which works well in FF3 and Safari; IE6/7 both report a "google is undefined" error on page load, appearing in gears_init.js. A quick web search showed that Javascripts by Google are actually causing problems in IE7. Does anybody have an idea for a workaround? ...

Transparent google gears scenario validation

I want to use google gears, not for functionality but for optimization. I.e. if gears is detected in the browser side, then we will silently use it to do some optimizations and caching in the client side. If it isn't installed we silently work against the server only. Somewhere in the FAQ or help pages of our website we will tell the u...

Using Google Gears with Rails

I have been tasked with exploring the possibility of offline access of my webapp. What are people's experiences using google gears with rails? I am aware of the gearsonrails project, but it has some really strange constructs and doesn't appear to be under significant, active development. Are there other options? Has anyone added gears t...

XDomain reference to Gears JavaScript library?

I don't want to download gears library into my local computer. I prefer to use gears library by cross domain (xDomain) loading. Can I use Google gears library files by xDomain loading like this: <script type="text/javascript" src="http://.../grears_init.js"&gt;&lt;/script&gt; where is the public HTTP URL for the gears library if poss...

http get/post request and google geolocation api

I'm using the web application at http://m.rummble.com website and when I click find my location using gears. The application returns my current location (approximate city location) with various establishments in a given mile radius. To further understand how this works, I opened up wireshark and what I notice is that a POST request is se...

Flex/air or google gears or other...

Hello, I'm starting a new project divided into two parts: a php application and a desktop application that will use information from the php application. The desktop application needs to meet the following requirement : easy to install easy to launch allow off-line data view allow synchronization with php app. which solution is bet...

offline data storage & access using jQuery

does anybody have any experience writing up a offline data storage & access app on jquery. my server side app would be an ASP.Net app. basically, i would be providing a trimmed down version of my web app so that users could access some of the data while they are offline and can sync the data when they connect again. I have heard of googl...

Issue with Google Gears and jQuery creating a managedStore

Hello! I'm trying to create a managedStore to cache all the js, img, swf and css from a web app I'm developing. Here is the code: $(document).ready(function() { var manifestName = 'cache_manifest.json'; var storeName = 'cache'; var localServer; var localStore; if (window.google && google.gears) { localReque...

Problem in accessing google gears on diffrent-2 machine

Hello, I have implemented google gears in my website to access the quiz offline. But i am very surprise to see that, on few system it is working fine and on few systems its not working well. Working not well means: we have two mode of quiz. online as well as offline. When i go for offline where i have used google gears, it start downl...