uReport

City of Bloomington, Indiana

Search

Fields to display

Search Results: (361)

closed #153862

Website & Web Services Feedback

Case Date:
7/4/2016

Hello - My name is Sue Sgambelluri and I serve on the Redevelopment Commission as an appointee of the Common Council. Somehow my name was accidentally deleted from that page on the City's web site. Could you add it back in please? Thanks!

closed #154941

Website & Web Services Feedback

Case Date:
8/18/2016

Fishers has a police app where people can text & send pictures of crime or concern. why doesnt this app have that capabilityforsending pictures, including to police?

closed #154973

Website & Web Services Feedback

Case Date:
8/19/2016

Hi, I’m emailing you because I recently came across the Utilities section of the "About Bloomington" page on your website (http://bloomington.in.gov/about-bloomington) and thought it offered up some helpful information. I noticed that you link to several internet, phone and TV providers under the “utilities” section, so I wanted to let you know of a helpful resource. Allconnect is a free online service that helps people find utilities, like internet and TV at their exact address. All users have to do is plug in their address and they can find, compare and order their services online instead of having to call each provider individually. We were also recently named one of the top three customer service companies in the nation: http://www.allconnect.com/pdfs/pressCenter/PR-2016-06-Allconnect-2015-ACSI-Score.pdf . I think this would be a helpful resource for residents who want to find internet and cable providers at their exact address. Here’s the link if you want to add it as a resource on your site: https://www.allconnect.com/ Hope this helps! Let me know if there is someone else I should contact about this. Kristen

closed #154994

Website & Web Services Feedback

Case Date:
8/20/2016

Suggestion - give people the ability to "update" a report that is still open/pending. It's kind of silly to have to file another report if situation has changed and the report is still open.

closed #155791

Website & Web Services Feedback

401 N Morton ST

Case Date:
5/23/2016

Upon talking, we realized there were two similar, but not identical issues, so we created a new ticket for the related issue.

closed #156708

Website & Web Services Feedback

Case Date:
10/22/2016

Dead link http://www.co.monroe.in.us/voterregistration/index.htm on https://bloomington.in.gov/facets/viewFacet.php?facet_id=8 Also: Not so easy to find your contact page. Why not have it at bottom of each page?

closed #157285

Website & Web Services Feedback

Case Date:
11/29/2016

Hi, I was browsing google and noticed an email I had sent a while ago has been posted publicly. I intended that to be a private conversation. Will you remove it please? Thanks, Weldon https://bloomington.in.gov/crm/tickets/view?ticket_id=127420

closed #129112

Website & Web Services Feedback

Case Date:
10/4/2012

Add"Zoning Violation" as a report.

closed #129396

Website & Web Services Feedback

Case Date:
10/26/2012

It would be a community service for you to update the voting section of the website with current voting information. Maybe even include the early voting dates and locations for the public to utilize during the fall election.

closed #129601

Website & Web Services Feedback

Case Date:
11/9/2012

Trying to use the online bill pay service for water, but it repeatedly is erroring out on me. Here is the error (stack trace), better error handling would be great, as this is not human readable in terms of actions to take.. Server Error in '/eSuite.Utilities' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>