[thelist] RE: storing data clientside

David Travis dwork at macam.ac.il
Fri Aug 20 15:44:55 CDT 2004


Hi there,

I am not sure whether this is the best solution, since View State is passed
in each request/response back and forth between the server and the browser.

According to what the originator of the topic said his stores a 500K data...

I still stick to the ticker idea with a database to store the data.

Thanks,
David.


-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On Behalf Of Tim Kuhn
Sent: Friday, August 20, 2004 5:01 PM
To: 'thelist at lists.evolt.org'
Subject: [thelist] RE: storing data clientside

You didn't say what technology you are using on the server. Not to start a
platform war but if it is .NET you can store all of the data in ViewState. 
That not being the case you may be able to use dynamically created xml to
hold the data. I don't know how far back you compatibility needs go.
Here is an article that may help;
http://www.sys-con.com/story/?storyid=44013&DE=1

or the result of a quick Google;

http://www.google.com/search?sourceid=navclient&ie=UTF-8&q=client+side+xml


----------------------------------------------------------------------

hello Evolters,

I'm building a web application to calculate and store results of bridge 
competitions. The basic idea is simple: the scores from the competition 
are input via web browser, and the results can then be viewed when and 
where ever. The problem comes from the fact that internet connections 
some times go down... and the results should still be calculated. So I 
need to have option of doing things client side, including storing the 
data until the connection is back up.

With Flash MX's Shared Objects this would be easy, and that kind of 
seems the obvious solution. Other option could be to use DOM to create a 
document containing the data and then prompting the user to "save page" 
- this would allow me to stick to the standards, but it might be more 
difficult for the users. I don't want to go the ActiveX route - I want 
to keep everything cross platform. Would PHP-GTK be good for me? I 
haven't yet given a good look to it.

Any ideas?

thanks,
.kasimir


-- 

News! - Evolt.org conference for web professionals. 
17-19 September 2004 in Toronto, Canada. 
Details at http://TOevolt.org

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester 
and archives of thelist go to: http://lists.evolt.org 
Workers of the Web, evolt ! 



More information about the thelist mailing list