0
votes
1answer
10 views
Does Google Gears Allow Metadata Access
Loving Gears, but does anyone here know how to access Google Gears metadata? Like system tables or tables that will show me a list of the tables within the database?
Thanks!
1
vote
2answers
241 views
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 …
1
vote
2answers
37 views
Session data storage
Does anyone know of a reliable way to store data to use across pages of a site?... Here is what I've found so far:
Cookies - Not enough capacity to store what I need atm.
URL hash - Same as above
…
0
votes
2answers
257 views
Google Geolocation API library
Hey all,
Is there a library out there that will get you your approximate location using the google service (https://www.google.com/loc/json)?
Google Gears has support for it as described here …
1
vote
1answer
48 views
how to store blob data in sqlite database from javascript with google gear ?
Hi,
We have a very special requirement to store blob data in SQLite database, where We have to store documents. We have static html page which is in user disk, so we want user to upload document …
3
votes
9answers
359 views
How does Google calculate my location on a desktop?
Right this is confusing me quite a bit, i'm not sure if any of you have noticed or used the "my location" feature on google maps using your desktop (or none GPS/none mobile device). If you have a …
0
votes
0answers
61 views
Calling Java methods in a GWT module via Javacript of a Google Gears worker in a workerpool
I would like to know if it would be possible to call Java method of a GWT module
within a worker in a Google Gears workerpool. For example given the class and
method of a GWT module.
package …
6
votes
2answers
498 views
Is there a good jQuery Drag-and-drop file upload plugin?
Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this:
$j('#MyForm').enableDragDropUploads('.upload-area')
…
0
votes
1answer
35 views
how to create database in the specific folder with google gear ?
Hi,
When we are using any gear enable site, and we go offline the gear automatically creating folder with /dbName#database ...
assume 2 diff. website is there www.abc.com and www.xyz.com.
when I …
0
votes
1answer
30 views
getting null for google.gears object when working offline …
Hi,
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 …
0
votes
2answers
443 views
“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 …
0
votes
2answers
187 views
Google Gears upload: strange error
Hi guys,
I've got this very strange error and I don't know how to deal with it.
My setup is a page in which I can select one image file, (gears beta.desktop) and then it should upload. But it …
3
votes
1answer
74 views
Can I access Gears from a Chrome extension?
Developing extensions for Google Chrome 4.x. I'd like to keep a couple of parameters persistent, and thought about using Google Gears' Database object - since it's always installed with Chrome.But I …
0
votes
0answers
55 views
Webkit.framework and Google Gears drag and drop support
I would like to support drag and drop from Google Gears in my MacOS application (Google Wave client Waveboard - http://www.getwaveboard.com). Although the Gears plugin seems to work in my WebView it …
0
votes
1answer
72 views
detect geode, fire eagle, or google gear installed on browser
is there any demo on how to detect geode ,fire eagle, google gear installed on user browsers and get user location?
