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

From Medien Wiki
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:




[[File:screenshot.png|thumb|Screenshot von Smashing Offline]]
=Working Example=
=Working Example=
[[File:screenshot.png|thumb|Screenshot von Smashing Offline]]
Die Webapp holt sich alle Artikel des RSS-Feeds von Smashing Magazine und speichert die Artikel in eine lokale SQL-Datenbank (localDatabase).


[http://dev.augentier.info/InterfaceEntwicklung/smashing_offline/ Smashing Offline]
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=
=Ressources=
* [http://www.sqlite.org/lang.html SQLite]
* [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://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