A Bad Date With Internet Explorer 11: Trouble With New Unicode Characters in Javascript Date Strings
The Problem I recently discovered an interesting issue with Internet Explorer (IE) 11 after taking IE 11 on a date with some cross-browser testing. Some lazy JavaScript code I’d written to calculate and display calendar dates were rendering as “Invalid Date” in various Html elements. The same JavaScript code worked fine in older versions of […]
Quick Fix: Inject Static, UTF-8 HTML Content With Byte Order Marks into MVC Razor Views
Use Case Sometimes we need to allow non-technical users the ability to edit portions of a web page rendered with the ASP.Net MVC Razor view engine in a production environment with editors other than Visual Studio. To facilitate the use of plain text editors outside of Visual Studio, we prefer to provide text files with […]