I have a <div> being dynamically created, and it contains an <iframe>. The <iframe> may close itself, at which point the <div> is removed.
Basically I want to make a variable persitent in Django and I don\'t know how. To be more precise, I want a user to choose a specific project when he logs in the site (via a ChoiceField for example).
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I want to create a web application with a model that persists between HTTP requests.From what I understand languages like PHP treat each HTTP request as a brand new connection except for some global v
What is the best way of storing persistent data ? I want to save the time the user was last active on the page.At first I used localstorage, then i switched to cookies because it seemed easier to use,
anyone know how to erase the persistent data from the Eclipse tool or from the Blackberry simulator? Resetting the simulator is not era开发者_StackOverflowsing the data.
I need to make a desktop application that stores data, I want this data to protected, and besides, the user shouldn\'t have to install any data-servers (i.e. SQL-Server, office etc.).