StaticAP quick and dirty mobile conference interface

We have all heard about mobilAP, the full featured way of allowing people to communicate and get information during a conference. Is a great academic platform and fantastic piece of code… but what if you didn’t need that much?

From some request and demand, i created a very simple Dashcode project that allows a person to customize the conference items and have it presented in a list view. I have made the code HTML5 cache compatible, but you would have to enable the web server to be able to serve the cache-manifest file. This is done by adding the following.

text/cache-manifest

Attach the above mime type to the .manifest extension.

The fanciness of the UI would really depend on the designer. The only thing to note would be that all resources should be encapsulated within the Dashcode package such that when you export it, all items can be referenced for the offline manifest file.

Dashcode file attached.

staticAP