IFD:InterfaceEntwicklung2011/Kursplan/Client-Side Storage: Difference between revisions

From Medien Wiki
(Blanked the page)
No edit summary
Line 1: Line 1:
=Präsentation=
[http://www.slideshare.net/augentier/clientside-storage Präsentation auf slideshare.net]


=Working Example=
[[File:screenshot.png|thumb|Screenshot von Smashing Offline]]
Die Webapp holt sich alle Artikel von RSS-Feed von Smashing Magazine und speichert diese in eine lokale SQL-Datenbank (localDatabase)
[http://dev.augentier.info/InterfaceEntwicklung/smashing_offline/ Smashing Offline]
=Ressources=
* [http://www.sqlite.org/lang.html SQLite]
* [http://developer.apple.com/library/safari/#documentation/iPhone/Conceptual/SafariJSDatabaseGuide/Introduction/Introduction.html Safari Client-Side Storage and Offline Apllications Programming Guide]
* [http://www.slideshare.net/remy.sharp/webapps-without-the-web Präsentation über Webapps von Remy Sharp]
[[Category:html]]

Revision as of 19:29, 11 January 2012

Präsentation

Präsentation auf slideshare.net


Working Example

Screenshot von Smashing Offline

Die Webapp holt sich alle Artikel von RSS-Feed von Smashing Magazine und speichert diese in eine lokale SQL-Datenbank (localDatabase) Smashing Offline


Ressources