Print

Print


HTML5 local cache is an interesting idea...you could potentially even build
in some javascript to do very basic logging (accesses/uses) using the cache
as your datastore. Funky, but probably doable.

If going down the xCode/Apple dev road, while it's not trivial, it's
reasonably straightforward to throw some HTML into a UIWebview in Xcode and
compile it as a native app. If you're paying for the Dev access, you could
build an app directly to do what you want.

Jason


On Fri, Nov 11, 2011 at 3:41 PM, Nate Vack <[log in to unmask]> wrote:

> On Fri, Nov 11, 2011 at 2:31 PM, Cary Gordon <[log in to unmask]> wrote:
> > It depends on what you mean by local.
> >
> > If you mean that the html files are on the iPad and you have no
> > network connection, there isn't much you can do.
>
> You could use HTML5 storage:
>
> http://diveintohtml5.info/storage.html
>
> You'd need network access *sometime,* but not constantly.
>
> -n
>