<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: Potholes in Boston? There's an App for That.<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Potholes in Boston? There's an App for That.

posted by Shane Kelly @ Monday, January 18, 2010 - 9:01 AM

The City of Boston recently released a new iPhone application, "Citizens Connect" (iTunes link), that allows residents to report issues about the physical state of the city.

The app is part of a bigger initiative to foster "Citizen-to-City" communications; all reports generated through the application are linked into Boston's Constituent Relationship Management System.

The free application allows residents to relay a problem and location to City Hall thanks to the GPS functionality in the new model iPhones. When a complaint is issed, users will get a tracking number so they can follow up and track the progress of the response to the complaint or issue.

So, if a user comes across a downed traffic light, or massive gaping pothole on Massachusetts Avenue, all they need to do is snap a picture, add comments, and submit the complaint to city hall.

For anyone that drives in Boston, you know this is a good thing, as there are plenty of potholes to snap pictures of!




Learn more about Citizens Connect program and iPhone application at the City of Boston's Site.

Labels: , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>