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

From Medien Wiki
(Blanked the page)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Präsentation=
[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


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

Ressources