Tagged Questions

1
vote
1answer
121 views

File uploads with Gears & PHP

We provide the ability to submit images to a user's gallery. While the normal method we have employed works just fine, some people will upload multiple files, which can take a long time, and is ...
1
vote
2answers
342 views

Gears and Mysql sync

I am making an offline website that needs to sync every night with a server. Our employees work outside and sometimes underground and need to access the site for its database. But once home they must ...
1
vote
2answers
875 views

Encrypting JSON in Google Gears Workerpool

I need to encrypt JSON (stringified) data in a Google Gears Workerpool. So far, any implementation I tried either makes the Gears Workerpool bug out, or gives me unwanted encrypted strings. For ...
1
vote
2answers
210 views

how to include javascript files in Google Gears Worker (no DOM access)

how does one include other .js files in the .js of a Worker. Every "include" solution for Javascript that I've found does it by loading into a tag, which is not an option for Workers since they don't ...
1
vote
1answer
491 views

Issue with Google Gears and jQuery creating a managedStore

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 = ...
0
votes
1answer
124 views

How do I check if GEARS is installed, using javascript?

Is it windows.gears != undefined or something??? I just want to use javascript to return true or false if the person has google Gears.
0
votes
1answer
133 views

Is it possible to use canvas functionality from a worker in FF 3.6?

I'm currently migrating my image uploader from Gears to Firefox 3.6/HTMLv5. I used a Gears Worker in conjunction with Gears Canvas to scale down the selected photos before upload. By doing this, I ...
0
votes
1answer
142 views

getting null for google.gears object when working offline

I am new to gear, We are using gear in our web application were flow is ... When ever user assign with some task user will get message attached with static html file, In that html we are showing work ...
0
votes
2answers
261 views

Is it possible to upload to Cloudfront via Javascript preferably using Gears for uploading

Is it possible to upload to Amazon Cloudfront using Javascript preferably with the use of (Google) Gears for uploading chunks? I'm building a CMS for images and video data and want to integrate ...