Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
586 views

What are the reasons to store documents into DBMS when using Alfresco CMS

I have interview for an internship with company that wants to implement document management system and they are considering on the first place open source solutions, their top choice being Alfresco, ...
4
votes
4answers
91 views

object consisting of jQuery element

current code I've built function to do something over collection of jQuery elements: var collection = $([]); //empty collection I add them with: collection = collection.add(e); and remove with: ...
3
votes
3answers
612 views

JAVA: storing input into array

I need to write a program where the program would generate random letter and i would need to store this random character into an array char[] arrayRandom = new char[10]; for (int i ...
2
votes
1answer
38 views

What technology for storing data of desktop, object-oriented application?

Say I'm coding a standalone desktop application. Say it's object-oriented and it needs to save its data into a file. The data is normally stored in different classes. Inheritance is involved. SQLite ...
1
vote
1answer
41 views

storing the graph with unknown nodes order

What is the best approach to store the graph with unknown order of nodes in a vector. For example i have node coming in an unknown order like 35,23,89,200,12,89,569 etc... I want to store them in such ...
1
vote
2answers
63 views

Best Way to store time (Only Time and Not date) in database

I'm developing an application using Java (J2SE). I need to store a Time in database (e.g. 16:30:12). When I need to store date (Or date+time) I convert it to Unix timestamp and I store it as a Long ...
1
vote
1answer
185 views

GM_setvalue not carrying values over every time,only some times…need help

I'm currently trying to carry variables over in a GM script when a page refreshes. Basically I'm using the script from "Using Greasemonkey and jQuery to intercept JSON/AJAX data from a page, and ...
1
vote
1answer
179 views

Storing or loggin data with greasemonkey which can be processed later

I'm curently busy on a site for which i want to write a greasemonkey script that logs all the data, or at least certain postions of it, and saves in an file that will be interperatable fo ms excell. ...
1
vote
4answers
198 views

using SQL server to store data

I'm right now using SQL server 2008 in my project to store and fetch data . this is going perfect till now . I can fetch 20000 records in less than 50ms (JSON) . but facing a problem with inserts ...
1
vote
1answer
459 views

Storing json data on the iPhone: save the json string as it is VS make an object from json and use NSCoding + NSKeyedArchiver

In my iPhone application I get json data from a remote server, parse it using the Json Framework and present it in a UIview. Also want to be able to give the user the option to store the data on the ...
1
vote
2answers
1k views

Best Ways to Store iPad/iPhone Application Data

I'm developing an iPad application and I'm not sure what's the best way to store application data. So far I've been using a .plist that stores hundreds of strings for a puzzle game and that works ...
0
votes
2answers
45 views

How to store multiple List<NameValuePairs> for later post to server?

I want to be able to store multiple List<NameValuePairs> for when multiple users enter information into my Android application using the same device. Later on, the user should then be able to ...
0
votes
0answers
52 views

Storing articles in database vs filesystem

I have a specific to JSP/JSF question related to storing articles and I need your thoughts on this. Please review the following options and let me know which is a better choice in terms of ...
0
votes
2answers
63 views

Storing an html page into a php variable

Hi i'd like to store a dinamically generated(with php) html code into a variable and be able to send it as a reply to an ajax request. Let's say i randomly generate a table like: <?php ...
0
votes
0answers
15 views

Appropriate folder for storing application data (Windows)

I'm building a desktop application and need a folder to store my data. I want to make sure I won't have any troubles writing and reading to this folder due to unknown writing permissions, etc.. Will ...
0
votes
1answer
52 views

NSMutableArray of nsstrings (in one of the UISearchBar delegates) possible with persistent storage?

I would like to make a history list in my app. I have surfed and looked at many questions here, but so far I haven“t found the answer to my question. My codes: ...
0
votes
2answers
144 views

Storing data in matrix in for and if loops

I have a problem in storing the data in matrix in for and if loops, The results give me only the last value of the last iteration. I want all the results of all iterations to be stored in a matrix ...
0
votes
3answers
60 views

Problem storing data

I can't getting my stored data.... This is the code: if ([string isEqualToString:@""]) { //RECUPERO DATA NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, ...
0
votes
2answers
217 views

Reading XML online and Storing It (Using Java)

I found and followed an example from Stackoverflow (http://stackoverflow.com/questions/2310139/how-to-read-xml-response-from-a-url-in-java) of how to read an XML file from a URL (as you can see in my ...
0
votes
1answer
257 views

best way to store data in wpf application

i just want to know about the best way to store sensitive and secured data in wpf application that will not appear inside the exe file like databases and will store data and retrieve it when program ...
0
votes
1answer
62 views

How to structure a data driven site?

I can't seem to get my head around structuring a data heavy website. I understand you can break up the sections with php, but when it comes to the main content - how do you store that externally, and ...
0
votes
1answer
114 views

Storing relationship in mysql database

I'm creating a many to many relationship between content, but to simplify it I'll use an easier relationship for now. An example would be a relationship between movies. What would be the right way to ...
0
votes
3answers
2k views

java arraylist to store userinput

Hi I am new to arraylists and java and I was wondering if someone could help me or give me pointers on how to create a program that allows the user to repeatedly enter directory entries from the ...
0
votes
2answers
52 views

Storing simple data in mysql database

I'm wondering what would be the best and most efficient way for storing simple data in the database. For example, say I have a column in my table called status with values such as complete, ...
0
votes
2answers
45 views

Oraganize Pictures on the website

I am designing a website which will involve too many photos. There are two modules Restaurants and Dishes. which is the best way to create the directory strcuture ? images/Restaurants/ID ...