I’m starting to look in to phone gap. Basically I am using the local storage to add a load of records.
When the application is offline, I want it to go through the database and using jquery mobile create a page for each record. I want the application to be cross platform.
Because there is no server when offline, what language can I use to create dynamic pages? or do I have to start using something like appcelerator?
This can all be done with client side templating using jsRender
Here is on of my blog post with examples pulling json data from a flickr api and rendering pages in browser. Probably a good start. The syntax has changed a little since the post was first written so check the jsRender documentation to be sure of the exact syntax as the project progresses.