Template literals syntax is not working in IE11

If you look at the ECMAScript 6 compatibility table, you’ll see that template literals are not supported by IE11. The “use strict”; statement doesn’t really change anything, because before it is determined whether a code is in strict mode, it has to be parsed first, but it can’t be parsed, because you’re using syntax that the … Read more

Icon fonts not loading in IE11

Ran into a similar problem, and from your screenshot above, the response has a Cache-Control header of ‘no-store’. IE seems to have issues with caching and fonts. Removing both the ‘Cache-Control: no-store’ and the “Pragma: no-cache” headers worked for us to get icon fonts to show up again. https://github.com/FortAwesome/Font-Awesome/issues/6454

Masking input characters without type=password

You can make a fake password input with type text using a custom font: @font-face { font-family: ‘password’; font-style: normal; font-weight: 400; src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf); } input.key { font-family: ‘password’; width: 100px; height: 16px; } <p>Password: <input class=”key” type=”text” autocomplete=”off” /></p> JSBin Demo Notice that this only raises more security concerns.

VBScript support in Internet Explorer 11

The IE team has been trying to retire VBScript for years. http://msdn.microsoft.com/en-us/library/windows/apps/Hh700404.aspx indicates that support was removed from the ExecScript API. http://msdn.microsoft.com/en-us/library/ie/dn384057(v=vs.85).aspx explains that it’s removed from IE11 Edge mode in the Internet Zone. If you add the following to your HEAD tag, your VBScript will run: <meta http-equiv=”x-ua-compatible” content=”IE=10″>

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)