Website & Web Services Feedback
402 S Dunn ST
- Case Date:
- 4/10/2025
Currently, the city only has one method for filing noise complaints, which is to call the number listed on the city's website. Having only one reporting method is extremely ineffective, and limiting the reporting method to only verbal communication creates a barrier for accessibility. There are individuals who cannot communicate over the phone - like me. Illness stole my voice years ago, but my hearing was not impacted - I still hear the noise. I just can't report it. Not sure what an adequate fix would be, as it would have to be something that is regularly monitored.
(Address provided is rough estimate of area where heavy bass plays frequently, it could be one of these houses or an apartment building - I needed to put a location on the map, so I included that one.)
Website & Web Services Feedback
- Case Date:
- 6/18/2025
During today's GIS training with Max, I checked out the MyBloomington portal and noticed that the Parks are not showing up currently. See screen capture attached.
Website & Web Services Feedback
- Case Date:
- 1/5/2018
It would be nice if there was a link on the city website for employees to access email with.
Website & Web Services Feedback
- Case Date:
- 1/8/2018
I just tried to search agendas and minutes from MPO Policy Committee meetings. No luck. It used to be easy to find things on bloomington.in.gov website. Not even the search function is useful on this "upgrade."
Website & Web Services Feedback
- Case Date:
- 1/8/2018
It is very difficult to find email address on the website. Where are they?
Thanks, John
Website & Web Services Feedback
- Case Date:
- 1/29/2018
I'm trying to get info on air service to Bloomington. Does the airport have air service?
Website & Web Services Feedback
401 N Morton ST
- Case Date:
- 1/31/2018
re your web site design, could you consider changing it so that the image doesn't take up more than half the screen space? you really might want to reconsider this aspect of your web site design. Thanks.
Website & Web Services Feedback
211 S Indiana AVE
- Case Date:
- 2/10/2018
Events schedule has a display problem: Notice: Undefined variable: created in Drupal\archive\Breadcrumb\BreadcrumbBuilder->build() (line 65 of modules/contrib/archive/src/Breadcrumb/BreadcrumbBuilder.php).
Website & Web Services Feedback
- Case Date:
- 2/19/2018
Everyone try to use incident location map, it zooms out to view whole globe.
The space the map is visible in makes it difficult anyhow. You should have a pop up map, and have the incident form scrollable on the main page not just inside a tiny space making it difficult to navigate.
Website & Web Services Feedback
- Case Date:
- 2/26/2018
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>