Questions tagged [client-side-data]

27 questions
7
votes
1 answer

Best way to store data on the client side - ASP.Net + JQuery

I'm writing an admin form for some fairly complex objects. Its a standard repeater which displays some 'basic' information (name, id etc.) for each object row. Clicking 'Edit' for a row expands it (using JQuery) to reveal the full horror of all the…
immutabl
  • 6,857
  • 13
  • 45
  • 76
4
votes
5 answers

What is the best practice for passing large amounts of client side data to the server?

I have a lot of data on the client side made up of mostly large arrays and I need to get this info back to the server and be able to parse it easily. I'm using jQuery on the front end and PHP (CodeIgniter) on the back end. Right now I'm just POSTing…
Dan P.
  • 1,433
  • 1
  • 16
  • 28
4
votes
1 answer

How to track users without authentication on nodeJS

I developed a mobile web application using nodeJS. All users have an access to data(foods,menus etc) without authentication. They can list products, like them, or mark them as a favorite ..etc What I want is giving them unique IDs (on first visit)…
Orhan Bayram
  • 43
  • 1
  • 3
3
votes
5 answers

How to save form input data to a XML file using Javascript?

I want to save these form inputs in a file (e.g XML) in order to be able to use it later in the form again:
First name:
user3860579
  • 33
  • 1
  • 1
  • 4
2
votes
1 answer

How to control or edit text that is copied from a web page (for good, not evil reasons)

My web application allows members of the university to lookup and display their university ID number. It displays that number in an agreed upon format 99999-9999 which was picked to help distinguish it from, say, a Social Security Number, and to…
2
votes
2 answers

How can I create a client-side database that persist between sessions?

I'm working with HTML5 to create a client-side database using the Lawnchair Javascript library, but when y create a new Lawnchair object what i get is a new local storage, not a new database var people = new Lawnchair('people'); the problem is…
user528091
  • 21
  • 2
2
votes
1 answer

Best way to cache client-side data across iron-router routes in Meteor

I'm building a Cordova app that presents CRUD operations around a list of Tickets. The home page presents the list and you can click on any list item for more details about a specific Ticket. The home page is reached at / and presents a tickets…
1
vote
5 answers

GetElementByID at server side, asp.net?

I have something like that: