IFD:InterfaceEntwicklung2011/Kursplan/Client-Side Storage: Difference between revisions
From Medien Wiki
(Created page with "Eine hervoragende Präsentation von Remy Sharp [http://www.slideshare.net/remy.sharp/webapps-without-the-web slideshare.net/remy.sharp/webapps-without-the-web]") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Präsentation= | |||
[http://www.slideshare.net/ | [http://www.slideshare.net/augentier/clientside-storage Präsentation auf slideshare.net] | ||
[[File:screenshot.png|thumb|Screenshot von Smashing Offline]] | |||
=Working Example= | |||
Die Webapp lädt alle Artikel des RSS-Feeds von Smashing Magazine und speichert diese in eine lokale SQL-Datenbank (localDatabase). | |||
[[File:smashing_offline.zip|Download]] | |||
=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] |
Latest revision as of 16:18, 14 December 2012
Präsentation
Präsentation auf slideshare.net
Working Example
Die Webapp lädt alle Artikel des RSS-Feeds von Smashing Magazine und speichert diese in eine lokale SQL-Datenbank (localDatabase).