MozFest : Web Content in Africa with Offline

Post on 15-Jan-2015

684 views 2 download

Tags:

description

SCRUM 4: Makes for Low-Fi and Offline Environments

Transcript of MozFest : Web Content in Africa with Offline

SCRUM 4: Makes for Low-Fi and Offline Environments

Web Content in Africa with Offline

WHO I AM ?

Bacely YoroBI is a Ivorian Internet

Strategist and CEO SOCIALSPOT-

Mozilla Reps Côte d'Ivoire,WEbmaker

Mentor , Lead Mozilla Côte d'Ivoire

Commuty.

Facilatator Mozilla Festival 2013

http://mozilians.org/u/yojedesign

http://reps.mozilla.org/yojedesign

http://about.me/bacely

WEBMAKER IN AFROLA

Côte d’Ivoire

Kenya

Ghana

Ouganda

Tanzani

Zambie

South Africa

Nigéria

Thimble Project from Mozilla Nigeria Hack Jam

https://thimble.webmaker.org/p/rof

CONTEXT

• Phone number sold in Africa

650 Millions • the penetration rate of the

Internet in Africa 8 %

• 200 Millions people

aged 15 to 24 years

SMS TO WEB

-Tweet sms + socialnetwork

(diaspora,facebook etc)

-Tweet sms + socialnetwork + recipe

(ifttt,hootsuite etc)

-Frontlinesms (Free Software)

-Ushahidi (OpenSource)

SMS + Shortcode = Tweet Example : I ‘m webmaker + 4443

+ Shortcode =

Twitter via SMS

WebContent via Recipe

+ Shortcode = =

Webcontent via SMS

USHAHIDI

FRONTLINE SMS

OFFLINE WEBAPPS

• Html5

• WebAPI

• IndexDB

• CacheStorage

• WebStorage

HTML5

WEBAPP OFFLINE

• CACHE MANIFEST

• # Version 0.1

• index.html

• earth-folder.png

• <html

manifest="site.manifest">

CACHE MANIFEST + HTML

WEBAPI

INDEXDB

var mozfest = {};

mozfest.indexedDB = {};

mozfest.indexedDB.open = function()

HOW TO SYNCRONIZE

HTML5 LOCAL ?

When you have internet ?

• Use CACHEDSTORAGE

When you not have Internet ?

• Use WEBSTORAGE

• Use WEBAPI

• Use WEBSQL

Sources

• http://support.twitter.com/articles/14014-twitter-via-sms-faqs

• https://support.twitter.com/articles/20170024-list-of-twitter-s-supported-mobile-carriers

• ifttt.com/recipes

• http://www.html5rocks.com/en/tutorials/indexeddb/t

odo/

END