Tagged Questions
-1
votes
0answers
22 views
Client-side jQuery form storage not working
I've been trying to use sisyphus.js to run a textarea that autosaves, but it repeatedly fails. I've checked all of the code, and really can't see what's wrong. Here's the site.
The relevant ...
0
votes
1answer
27 views
ways to access a variable from any domain?
I'm looking for a solution to an issue with storing data. let me explain.
I've written a browser plugin which positions elements on specific pages. when the element is clicked it opens an iFrame ...
0
votes
1answer
35 views
Alternatives to store data with Javascript
Im writing a browser plugin that needs to store a time variable specific to the user. Only thing is the js file which needs the data is "on every page" and cant really do local storage.
I need some ...
0
votes
1answer
74 views
Best Method to persist data locally in Windows 8 app
I'm creating a Windows 8 App (using HTML 5 and JavaScript) for someone and they've changed up the requirements on me as far as data storage and I could use some guidance. What I need is a data source ...
0
votes
1answer
135 views
retrieve the saved state for a collection of checkboxes from local storage after page reload
i've got a collection of 20 checkboxes like this here:
<div class="cbcell">
<input type="checkbox" class="checkbox" id="home_swimming_pool" name="Basen" value="35"> Basen
</div>
...
0
votes
1answer
110 views
Expiry of sessionStorage
I am building a form in which i have to store the data in html5's sessionStorage i don't know where the sessionStorage expires. Can anyone tell me about the expiration time of the sessionStorage
0
votes
1answer
51 views
can the key used in chrome storage API set calls be a variable?
I am trying to use the Chrome Storage API and want to use a key that is determined at runtime. However, when I try something like
var d = 'random string';
chrome.storage.sync.set({d : ...
2
votes
1answer
229 views
chrome.storage set\get clarification
I want to save information in my extenstion. I use Chrome.storage.sync to do that, however when I read right after saving I am unable to rightly retrieve the value. Probably doing something stupid....
...
0
votes
0answers
29 views
Is there library for a database interface on a file?
In the application I am writing, I have a need for a very light storage solution embeded in the appliaction. I want to use a file for that storage.
Then I need an interface for access the data, is ...
0
votes
1answer
261 views
Chrome extension and local storage
I'm trying to make a Chrome extension. For that extension, I need some info that is dynamically created, but I want that data to be added even later on (on a different page).
This is some sort of ...
-1
votes
1answer
405 views
take photo and to save in SD CARD or camera album PHONEGAP
I took this code that other participants mentioned and I tested it and it works fine, the only thing I want is to save the photo in a new folder that I create or even among album of photos from the ...
0
votes
1answer
115 views
JavaScript Application Storage Best Practices
This question is more of a theoretical one, than a programming one.
I am currently in the process of writing a single page javascript application with Knockout.js. I choose Knockout because I love ...
0
votes
1answer
63 views
Internal storage [closed]
I'm a new kid programmer i have finished hello world too but my dad wants me to make the object Cat remember what it said last but i don't know were to start Help!
1
vote
5answers
351 views
How to read and write JSON offline on local machine?
Problem
I need a way to store and collect JSON data in an entirely offline(!) web application, hosted on a local (shared) machine. Several people will access the app but it will never actually be ...
4
votes
1answer
108 views
Storing HTML, CSS, JS for individual users on sites like jsfiddle.net and cssdeck.com
Does anyone have insight into how html, css, and js are stored for each user on sites like jsfiddle.net and cssdeck.com, i.e. sites that let users create/store their own front-end projects?
Are they ...
0
votes
1answer
105 views
'Storage' is not defined on JSHint
I'm checking my code with JSHint and I found the following problem that I can't find on the internet!
(im using jQuery.js)
Storage.prototype.setObject = function(key, value) {
'Storage' is not ...
1
vote
0answers
119 views
chrome.storage is undefined for some users, but not most (and not me)
I have an extension (tab wrangler - https://chrome.google.com/webstore/detail/egnjhciaieeiiohknchakcodbpgjnchh).
I implemented chrome.storage.sync in the last version. It works fine on my machine, ...
0
votes
1answer
53 views
Calling a Javascript function on a button
I'm trying to developed an android app with PhoneGap. I'm using the Storage Plugin and following the documentation provided by PhoneGap on that. I came across a function definition of a Select Query. ...
0
votes
5answers
112 views
Keeping a counter after page is refreshed?
I need to keep a counter for a game that I am making. Each time they win a game, I want to add one to the counter. However, each time they win, the page is refreshed to start a new game. Is there a ...
0
votes
1answer
149 views
Javascript store for frontend In Joomla 2.5
Anybody know where we store the Javascript for frontend of joomla component.Joomla searches the javascript from the default path like [http://joomla.com/index.php/file.js]
Even i have set the path but ...
0
votes
0answers
70 views
Javascript storage in joomla for frontend of component
I am trying to call the javascript in frontend of Joomla 2.5.I have successfully called the 1 javascript that javascipt will call the other javascript.
It shows an error on debugging
404 Not Found - ...
0
votes
1answer
120 views
Compressing string stored in session storage
I have a large string that is getting stored in session storage and at some point it gets sent to a server. The string gets quite large sometime (up wards of 2mb). Are there any compression algorithms ...
5
votes
1answer
168 views
Is there something like Solr or Elasticsearch that can be used on the client only in Javascript?
We have a small data set and would like to search through it in a clever way in order to populate an auto-complete input box. The user wants to search for one type of entity, but should be able to put ...
0
votes
2answers
237 views
How to get the value of SELECT COUNT(*)?
I've literally been trying all day to make Firefox to obey my will...
I want :
int c = SELECT COUNT(*) FROM ...
I've tried executeAsync({...});, but I believe it's the wrong paradigm, as I want ...
2
votes
1answer
244 views
return data from executeAsync to the calling function (javascript/mozilla)
I'm new to Javascript and trying to write a firefox add-on.
I am trying to pass/ extract the data returned from a SQL query to the calling function.
It doesn't seem to work.
I searched info on ...
1
vote
2answers
343 views
How to initialize SQLite file for Firefox add-on?
Is it possible for an SQLite data file used by an add-on to be one of the files accessed with data.url()?
If so, how does one hand it off to Services.storage.openDatabase()
If not, is it possible for ...
-1
votes
2answers
147 views
What is best/good way to store objects in javascript? [closed]
Like title says, what is best or good way to store objects in javascript?
var stop = lines[i].split('~');
newStop = new Object();
newStop.index = (parseInt(i) + 1);
newStop.packages = stop[0];
...
0
votes
2answers
775 views
Options-enabled content-script Chrome extension without background page?
I'm making a content script extension for Google Chrome, it adds functionality to a website's page. I want to add a couple of options, not big deal really, I'd just need two strings (none of which are ...
0
votes
2answers
81 views
Accessing and storing data sets in javascript
I am trying to figure out what is the best way to store and access data in javascript.
I want to select the data associated with a "identifier" who´s value is unknown before, or add a new data set ...
2
votes
3answers
1k views
can't setting a array or object to html5 web storage?
i'm new to html5 web storage
setting to a web storage is easy.
sessionStorage.someKey = 'someValue';
but when i setting a array or object to a key like
sessionStorage.name = ['abc','def'];
typeof ...
0
votes
1answer
132 views
Javascript to Load and Save Files Temporarily
I am working on a thing where I have an iframe. I want to load a static javascript file to this iframe every time user clicks on a button. The javascript file is located at the server and because this ...
2
votes
2answers
263 views
Reading “binary” characters from a file in JS?
Now when I say binary, I mean ghjkl54╞←‼╝454┴ and not 10101110.
I wanna load a tilemap in JavaScript, but I don't want to rewrite my map editor, written in Java, which exports maps as binary files. ...
0
votes
1answer
87 views
How does websites store persistent/temporary states w/o cookies or local storage or database storage?
I'm not sure how a certain website is storing its state. I have disabled setting cookies from that website( running in Chrome ). I have deleted all local and database storage from that site, but for ...
4
votes
1answer
179 views
Are HTML attributes good for storing data?
(Please disregard any security concerns you may have with this approach, I have a already taken more than enough precautions to make sure that there are no blatant vulnerabilities with this approach)
...
1
vote
2answers
1k views
Javascript: How to save an object with circular references?
I want to save locally an object which has circular references. What are my options?
My first thought was using HTML5 local storage but I can't stringify this object due to the circular references. ...
1
vote
1answer
307 views
Mozilla storageService: “Cannot execute statement :Error: Permission denied ”
(cross-posted on Mozilla: http://forums.mozillazine.org/viewtopic.php?f=7&t=2254955 )
I'm trying to work with the Mozilla storageService. In the following code, the user is asked to grant the ...
1
vote
3answers
460 views
Is there a wrapper for HTML5 sessionStorage that provides a good compatability implementation?
We would like to use the HTML5 sessionStorage (or something like it) in a new project but you can't rely on it on some browsers. There's this project (http://code.google.com/p/sessionstorage/) which ...
0
votes
3answers
84 views
is this way of saving true/false options in js efficient?
In some places, you'll se options saved as numbers. For example, when setting file permissions, you pass them using a value ranging from 0 to 7 for each group of users.
Each one of the bits in the ...
0
votes
1answer
224 views
handleResult called multiple times on executeAsync?
Following the Storage doc on MDC I've written something to read some history and show it in a textbox:
var dbConnection = database.getDBConnection();
var getHistoryStatement = ...
3
votes
1answer
1k views
Chrome extension alternatives to local storage?
I'm looking for a storage mechanism which will persist across websites. I've got primitive data types numbers / strings which I need to store. localStorage doesn't work for me because it falls under ...
9
votes
2answers
1k views
Can session storage be safe?
I would like to use session storage to query user data in the database only once and then simply use JS to retrieve it, so I'm thinking about using session storage. My question is next, is that safe?
...
3
votes
3answers
155 views
What is the best approach for storing YouTube content appended to user contributed content?
So I'm trying to implement similar functionality to Facebook where I am including information from YouTube should a users post contain a link, and when clicked it embeds the video.
I've accomplished ...
0
votes
2answers
355 views
Upload files to the cloud from web application
I need to upload files from an HTML 5 application (used in desktop/mobile/tablet device)(there's no server side) to an online storage. Any storage would be fine, still, using a free service would be ...
0
votes
1answer
1k views
Saving data from a form field in a Titanium app
I am writing a program on titanium using html and javascript, and i have a form settings page that sets the values for other form fields ineed to save the data entered in the text boxes and load them ...
1
vote
1answer
198 views
firefox extension javascript storage
I want to program a firefox formfiller extension. What I don't quite understand is how do I save my content. To a sqllite file or are there other ways to do it and how would the javascript code look ...
1
vote
4answers
214 views
JQuery - Most elegant way for storing data to be used by javascript
I was just curious what's the best way to store data for use by JQuery - I'm setting up a basic mp3 player, and the title, artist, track and file name all need be held somewhere to be retrieved by ...
2
votes
1answer
923 views
html5 Web SQL storage using different js files
I have a first.js which I open the database:
$(function(){
initDatabase();
});
function initDatabase() {
try {
if (!window.openDatabase) {
alert('Local Databases are ...
1
vote
3answers
121 views
Data storage with javascript on clients computer?
Anybody knows ways to store data with javascript clients computer? Except using cookies.
May be there is such lib ?
By the way the data I want to be stored isn't secret if that matters.
0
votes
2answers
336 views
HTML 5 DOM Storage in IE6/7
Anyone knows a better way to storage data in IE6/7 using HTML DOM Storage? I found the ExDomStorage
But it limits data to 64Kb.
3
votes
3answers
1k views
Is it possible to store javascript in a database?
I have an idea for a web application where a user can submit Javascript code that can then be served up to other users. I'm wondering what's the best way of going about this. Is it possible to store ...

