Web 2.0 for Government 1.0

Post on 09-Dec-2014

7.503 views 4 download

Tags:

description

Presentation made at the Government Technology magazine Digital Government Summit in Honolulu, HI on Dec. 13, 2007

Transcript of Web 2.0 for Government 1.0

Digital Government Summit 2007.12.13

Todd.Ogasawara@Hawaii.govState of Hawaii ICSD eGovernment Team Leader

12/13/2007 2

12/13/2007 3

Web 2.0 Is… But, Not Discussed in This SessionAJAX – Asynchronous Javascript And XMLJSON – JavaScript Object NotationREST – Representational State Transfer

12/13/2007 4

12/13/2007 5

12/13/2007 6

12/13/2007 7

12/13/2007 8

12/13/2007 9

12/13/2007 10

NOAA on Second Life

http://www.oreilly.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html

12/13/2007 11

Web 2.0 BasicsInteractive interfaceSocial network

PresenceUser contribution/participationSharing

Expose your dataConsume data from somewhere else

12/13/2007 12

Open Government Working GroupGovernment data is open if it is…

Complete public dataPrimary sourceTimelyAccessibleMachine processableNon-discriminatoryNon-proprietaryLicense-free

12/13/2007 13

http://www.opengovdata.org/

Low Hanging FruitsRSSMicroformatsOpenIDMashupsMobilePodcasts (audio & video)

12/13/2007 14

RSS – Simple But UsefulNot just for summarizing blogs and news

releasesNew forms/documentsStatus informationReformat content for mobile devices

12/13/2007 15

12/13/2007 16

http://microformats.org/code/hcard/creator

<div id="hcard-Todd-Ogasawara" class="vcard"> <span class="fn">Todd Ogasawara</span> <div class="org fn”> <div class=“organization-name”>State of Hawaii</div> <div class=“organization-unit”>DAGS ICSD</div> </div> <a class="email" href="mailto:Todd.Ogasawara@Hawaii.gov">Todd.Ogasawara@Hawaii.gov</a></div>

Todd OgasawaraState of HawaiiDAGS ICSDTodd.Ogasawara@Hawaii.gov

OpenIDDecentralized single sign-on system for web

sites.Good for simplifying access to multiple

Intranet sitesSeveral 3rd party OpenID providersSimple HTML for client-side use

<LINK REL=“openid.server” href=http://openid.provider.com/server />

<LINK REL=“openid.delegate” href=“openid.provider.com/toddogasawara”>

12/13/2007 17

12/13/2007 18

Download GIS data files from the Hawaii GIS Program public web site: http://www.hawaii.gov/dbedt/gis/

12/13/2007 19

Place the data in a relational database (MySQL)

12/13/2007 20

12/13/2007 21

12/13/2007 22

Trickier Fruits to PickBlogsBlogsWikisWikisIssues are NOT technicalThe issues are policy issues

12/13/2007 23

What We Really Need…Government IT needs to take an active roleInventory of our dataInventory of data already publicExpose our data in a way that is simple to

consumeCreate a uniform API let others work with our

dataMashup our data with existing third party

services

12/13/2007 24

Issues to ConsiderPretty. But, does it conform to Section 508?Two-way interaction – A dual-edged swordCAPTCHATM - Completely Automated Public

Turing test to tell Computers and Humans Apart

XSS – Cross-Site ScriptingCSRF or XSRF – Cross-Site Request Forgery

12/13/2007 25

12/13/2007 26