The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
2answers
32 views

Best way in storing data from input types

I'm creating a simple database for resume' of employees and I only know the basic storing of data from input types to PHP variables. here. $surnamex = $_POST["surname"]; $firstnamex = ...
2
votes
3answers
51 views

replace dash by position with user input then store

I'm working on a hangman app right now. I am now to Programming and am Trying at the moment to replace a dash in tW by position (pos) with the user input (input) then store the array... I can't find ...
0
votes
1answer
28 views

How to keep textfield data when navigating away and back to page

I am writing a golfing application. Each person enters his score in a textbox for each hole and then navigate to another page optionally. The problem I am having is that I want the numbers to stay ...
0
votes
1answer
58 views

Mysql sports league table

I am creating a sports page and I have reached to a point that I can´t solve myself. My problem is that I can´t figure out how to store positions of each team separate after each matchday. Here is ...
-1
votes
1answer
76 views

jqGrid (retain changes in grid after pagination)

I am using a jqgrid: $("list").jqGrid { /* some functions */ colNames : ['Destinaton Id, OrderType, Mesg Seq Number, Replay Status], colModel:[{ name: 'destinationid', ...
0
votes
0answers
37 views

Storing value of form input, because onsubmit form will be removed? Javascript DOM

I'm having an issue where i'm trying to store the value of a form input so I can call it later, but on submit, the form is removed. The process of what I am trying to achieve is that once the form is ...
0
votes
1answer
50 views

Retrieving a users credit card details via paypal

I’m building a site to be based in Australia and I have been researching into saving credit card numbers. Currently I have not had much luck with my questions. Paypal was of little help. The site ...
0
votes
1answer
36 views

What is the best data type to store youtube id database?

What is the best data type to store youtube id database? p.s. youtube code(id) got 11 symbols.
0
votes
1answer
51 views

Map does not save values put into it

I'm creating a game and storing my images in a Map which also has a TreeMap inside it. I am trying to make my getImage method to check the map and see if an Image's specific key is stored. If it is, ...
0
votes
2answers
115 views

Android — Storing data on shared preferences

I'm currently designing an application which has initial login page. I provide remember me functionality and I stored username and password values in shared preferences. I illustrated my sample code ...
2
votes
1answer
31 views

Android: how to store an Object in consecutive Service calls?

Happy Easter to everybody!! Please I have the following situation: I call a Service several times, the Service performs its job and then stop himself. What I need is to store an abject between ...
4
votes
1answer
41 views

Entity annotation attributes do not work

Here is my entity: [Table( Name = "PdfMeta" )] public class Meta { [Key()] public int Id { get; set; } [Column(Name = "TotalPages")] public int TotalPages { get; set; } ...
1
vote
1answer
92 views

How to store data in a C++ console application [closed]

How would I store data permanently in my C++ program? If the user enters his name, how could I save this name in a document or something then retrieve it the next time they use the program?
2
votes
2answers
117 views

Elegant Solution For Storing XML Data

i have got my application to read in some values from my xml document however i am unsure of how I'm going to store them as i have in total 6 pieces of information for each element in the file at the ...
0
votes
1answer
186 views

User profiles in iOS app?

I'm developing an iOS application and I am planning to have a system by which the application will store a 'user profile'. This would be information about the user such as name, gender and age, the ...
0
votes
5answers
64 views

Storing data in MySQL

I want to store some values like "st paul's school" in mysql database. However due to the special symbol ' I am unable to store such values in mysql. I tried varchar datatype but it doesn't work. ...
0
votes
3answers
97 views

To store character by character in String array

I want to write a c program for splitting "23*34" string based on operator and store the numbers alone as a separate string in string array.I am the following code. struct exp_details { char ...
0
votes
0answers
47 views

What is the most efficient way to store images in the following case?

So i am unexperienced with this part. I am createing a Model agency site where i would like to give the ability for models and photographers to show their portfolio reference work. The images would ...
1
vote
1answer
64 views

merge files like in an archive

I have a lot of files that i want to encrypt and then store in one big file like an archive. Then i want to be able to read the files from the "archive". I know how to encrypt/decrypt the files but i ...
0
votes
0answers
116 views

C# storing each student & results into a single line within my .txt file. Instead of inserting each students results in columns

I would like individual students and their results to be stored in a single line in my text file so when I give them an ID... etc it will just read that person/ ID so I can view them one at a time ...
0
votes
3answers
296 views

Most efficient way of storing daily page views, as well as a total count

There allot of discussion on storing page views for an article or video in a database, but I can't seem to find any information on storing daily page views. For example DeviantArt shows you the past ...
1
vote
2answers
139 views

Where can I see my stored data using FileSystem API?

I've successfully stored data using FILESYSTEM API provided by HTML5. But I don't know where I could identify the file in my local repository so that I can backup the data I stored. I have also check ...
1
vote
0answers
23 views

How to store extension settings in MediaWiki?

I looked up for some plugins and I found that most of them ask to create manually one more table in database, or store their settings in some file. What is the best way? Thanks. PS I really don't ...
0
votes
0answers
33 views

Storing small data on a web application

I'm developing a portal. This portal have contents (articles, books...) and there are some widgets that take a selection of this contents (like featured articles) and show them in a determinate order. ...
1
vote
1answer
56 views

Good way to store tab data

I am working on a program with a tabbed interface, my problem is that I need a way to store the data in each tab so it will be the same as it was when the program was shut off. I would like to use a ...
0
votes
2answers
379 views

What is best way to store mp3 files in server ? Storing it in database (BLOB) , is right?

I have an audio site where user can upload their music files , but problem is i can't go for expensive hosting , since i am not monetizing this service.I am searching for some shortcuts to store the ...
0
votes
4answers
256 views

C# : Storing data into custom made files

I am making a combinations generator. For small amounts of elements it's not a problem for the computer that the data is getting stored in the RAM memory instead in a file. But when the number of ...
0
votes
0answers
159 views

Hbase: Storing “End-Of-Day” Financial data [closed]

I have End-of-Day Data for stocks. Basically a set of data is: TICKER: APPLE FIELD: PRICE DATE of OBS: 24/07/2012 result= 123.5$ a more complicated one would be to ask what in ...
2
votes
2answers
296 views

What is the most efficient method to store images and data on an iPhone app from the web?

I'll try to keep this as short as possible.. I am making an app for iPhone that needs to be able to store some images from the web. The URL for the images(among other data) are stored in one table at ...
2
votes
1answer
99 views

Storing Payment Details and Subscription Details

I am trying to create a subscription based payment module for a project. There are three plans Will cost 49$ but right now it will be free till we acquire users. 499$ which will have 15 days trial ...
0
votes
4answers
94 views

Best option for storing data in running application in android [before SQLite]

I'm new to the android development, and programming in general. I'm developing app to create football statistics for each player, and in the long run I'm using SQLite to store data. However I was ...
-2
votes
1answer
3k views

PHP script store image to folder and path to MySQL database

I have a form in html which runs a php script whitch inserts text fields into a MySQL database. I use this database for creating user profiles but in the profiles i need also sound, video and ...
0
votes
1answer
130 views

Storing datas in keychain

I am doing game for iphone.In that I want to store game data such as level,score,stars count and etc.Shall I use "KeychainItemWrapper" class instead of NSUserDefaults to store those ...
1
vote
0answers
192 views

sqlite3_prepare_v2 returning 21 & “could not prepare statemnt: out of memory”

I am getting these errors, everything is in here. All I am doing is creating a .db file with a path specified by Xcode, and then creating a table with the shown values as columns. I then try to go ...
1
vote
3answers
130 views

How to store small amounts of data for frequent lookup in android?

I have the following data tuple describing the user of my application: (userID, name, email, contact number) and I want to access this data frequently throughout my application. I have a contacts ...
0
votes
1answer
64 views

storing a key in unmaned devices in a secure way

Do you have any solution for storing a key (for encryption and decryption for communication) in unmanned devices , where a hacker can access the devices completely and there is no possibility for ...
0
votes
1answer
149 views

Core Data: am I on the right track? Setting up data model for data that contains multiple arrays, eg. accelerometer data

I am working on a project that involves a lot of data, and at first I was doing it all in plist, and I realized it was getting out of hand and I would have to learn Core Data. I'm still not entirely ...
0
votes
1answer
354 views

c# storing images into sql multiple selection

I want to store images into sql using c# application. So I have this code, and multiple selection is true. I know that I need to use an array filenames. Can you help me to realize it? I just need to ...
0
votes
3answers
268 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 ...
1
vote
1answer
55 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 ...
0
votes
3answers
924 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 ...
1
vote
2answers
433 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 ...
0
votes
1answer
147 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: ...
2
votes
1answer
69 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 ...
0
votes
2answers
3k 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
73 views

Problem storing data

I can't getting my stored data.... This is the code: if ([string isEqualToString:@""]) { //RECUPERO DATA NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, ...
1
vote
2answers
3k 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 ...
1
vote
1answer
622 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 ...
2
votes
1answer
363 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. ...
0
votes
1answer
509 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 ...

1 2