The persistant tag has no wiki summary.
7
votes
2answers
2k views
Android - Making Webview DomStorage persistant after app closed
I'm facing a huge problem developing an Android app which use a Webview to display datas. The website i'm using in the webview use localStorage API of HTML 5.
To enable this feature i've set the ...
3
votes
1answer
100 views
WCF RIA Services and persistant / static variables outside of session
I am wondering if there is a way to persist variables in the business layer once the clients session has ended in WCF RIA Services. The challange is we are going to be loading a fair amount of data ...
3
votes
6answers
643 views
Singleton python generator? Or, pickle a python generator?
I am using the following code, with nested generators, to iterate over a text document and return training examples using get_train_minibatch(). I would like to persist (pickle) the generators, so I ...
1
vote
3answers
64 views
Keeping persistant connections from a home-made Java server
I've built a simple Java program that works as a server locally.
At the moment it does a few things, such as previews directories, forwards to index.html if directory contains it, sends Last-Modified ...
1
vote
0answers
60 views
add an image into HTML5 persistant storage
Is there any possible way to save an image, into HTML5 persistant storage? Doing all work required to break the image into - say, a byte array, client side?
1
vote
0answers
102 views
JQuery UI - Sortable Persistance (e.g. cookie based)
I was reading this repeated question all over the web and in SO, but found no simple solution
How can I have a simple jQuery Sortable that persists it's sorting by a cookie?
...
1
vote
2answers
459 views
Track unsuccessful login attempts for ID Locking
1) A typical Login Screen of an application, ID locked for wrong passwords when more than three attempts.
2) The attempt cannot be stored in session, because user might use multiple browsers in same ...
0
votes
1answer
63 views
Showing a common music player in all activities
I'm working on an app for a band, which consists of several different activities such as an agenda, news section, album section et cetera.
Since it's for a band, I would like to play the band's songs ...
0
votes
1answer
98 views
“Failed Attempt” in MySQL Connection
I am confused with MySQL connections. I have site that receives heavy requests during working hours. I use PHP to connect to MySQL database using persistant connection.
Few weeks back, I increased ...
0
votes
1answer
134 views
How do you create start time & end time time pickers from preferences?
I would like to set up a time picker in a preference screen and allow the user to pick both a start time and also an end time and store it as a persistant value like other settings.
Could you show ...
0
votes
1answer
248 views
Error: Object references an unsaved transient instance
now I'm building a web application on asp-net using castle active record. When I was trying to save an entity with a has-many relation I got the error: "object references an unsaved transient instance ...
0
votes
1answer
174 views
BlackBerry Persistent Store Throws java.lang.Error
I am attempting to develop an application that uses an appinfo class for storing settings. This is persistable. When I use the freshly installed application, it works perfectly. Then if I reload the ...
0
votes
1answer
99 views
Preferred Connection Type in PHP/MySQL
I need to ask a performance related question.
If for example, a site gets 500 or 400 visits per second, what should be the preferred mysql connection type, Persistant or NonPersistant ????
Any other ...
0
votes
0answers
52 views
What are the options to develop a website which has a persistant music player on the bottom?
I'm looking for suggestions on ways to develop a web page which will retain a persistant music player with controls on the bottom of the page
currently the options i see are
loading the main ...
0
votes
1answer
30 views
APIDemos 8 PersistenceState, where is the persistent text “saved?”
In the class PersistentState.java the prefs variable gets the saved/typed text from prior sessions here, on line 106 into restoredText. Where does the getString method get the saved/typed text?
...