I don't see how you're going to do this without writing your own code or an addition to iUI. I do caching in my app, basically just storing the XML or HTML content in a text string for quick retrieval. I use a time stamp (raw unix time in secs) to decide if I can use cached data or if I have to go out for a new XMLHttpRequest. It makes a huge difference in the app's performance, especially on EDGE.
Craig -- On Sep 11, 8:53 pm, Snyke <[EMAIL PROTECTED]> wrote: > That would involve fiddling with the onload code of iui and it means > that I'd have to do all the XHR calls myself. What I'm trying to do is > add a more standardized way of doing this with iUI. > > Regards, > Christian > --http://snyke.net/blog > > On Sep 12, 1:26 am, Andy Fuchs <[EMAIL PROTECTED]> wrote: > > > Hi Christian, > > > just load data asynchronous, then you can load data in the background > > - and beofore fireing another request you could check a timestamp (or > > whatever) to sse, if it's worth reloading. > > > andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
