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

From Medien Wiki
No edit summary
No edit summary
Line 5: Line 5:
=Working Example=
=Working Example=
[[File:screenshot.png|thumb|Screenshot von Smashing Offline]]
[[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)
 
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]
[http://dev.augentier.info/InterfaceEntwicklung/smashing_offline/ Smashing Offline]


Line 12: Line 14:
* [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]
* [http://www.slideshare.net/remy.sharp/webapps-without-the-web Präsentation über Webapps von Remy Sharp]


[[Category:html]]
[[Category:Html, javascript]]

Revision as of 19:31, 11 January 2012

Präsentation

Präsentation auf slideshare.net


Working Example

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).

Smashing Offline


Ressources