Website & Web Services Feedback
- Case Date:
- 12/8/2020
I am currently attending the virtual City of Bloomington Board of Park Commissioners meeting via Zoom. I am disappointed by the city’s negligence to make this meeting more accessible for those with hearing barriers. Why don’t ALL virtual city meetings have closed captions and/or live signing?
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:
- 8/17/2012
The information on your page re: Healthy Indiana [ http://bloomington.in.gov/documents/viewDocument.php?document_id=2334 ] is not correct. My daughter read that and waited the specified 6 months to apply for health insurance. She went to the City building to get an application. And then she learned that it is only for people WITH DEPENDENTS. Please re-read your page and note that no where on that page does it say you need to have a dependent. It is wrong and misleading and needs to be corrected.
Website & Web Services Feedback
- Case Date:
- 8/30/2012
Has anyone looked lately at the employment section of the website. It seems as if it hasn't been updated in a good while -- there are references to 2010 on firefighters' jobs and to last March on politce jobs.
Website & Web Services Feedback
212 N Morton ST
- Case Date:
- 8/31/2012
This is great! You guys are doing a wonderful job. Keep up the good work. I hope you're ready for the deluge of requests that is certain to come from me and some of my nutty neighbors!
Website & Web Services Feedback
525 E Southern DR
- Case Date:
- 9/15/2012
There appears to be a typo with an email address on this page:
http://bloomington.in.gov/documents/viewDocument.php?document_id=6947
I believe it should be hand@bloomington.in.gov. It has a "period" instead of an "at" symbol. Thanks.
Website & Web Services Feedback
- Case Date:
- 9/21/2012
I like being able to submit my complaint, but wish I could review my comments, but this web page won't let me scroll back. Please contact me if you have any questions.
Website & Web Services Feedback
- Case Date:
- 10/4/2012
Add"Zoning Violation" as a report.
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.
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>