How to downgrade from Internet Explorer 11 to Internet Explorer 10?

Go to Control Panel -> Programs -> Programs and features Go to Windows Features and disable Internet Explorer 11 Then click on Display installed updates Search for Internet explorer Right-click on Internet Explorer 11 -> Uninstall Do the same with Internet Explorer 10 Restart your computer Install Internet Explorer 10 here (old broken link) I think it … Read more

Internet Explorer 11 detection

Edit 18 Nov 2016 This code also work (for those who prefer another solution , without using ActiveX) var isIE11 = !!window.MSInputMethodContext && !!document.documentMode; // true on IE11 // false on Edge and other IEs/browsers. Original Answer In order to check Ie11 , you can use this : ( tested) (or run this) !(window.ActiveXObject) && … Read more

css ‘pointer-events’ property alternative for IE

Pointer-events is a Mozilla hack and where it has been implemented in Webkit browsers, you can’t expect to see it in IE browsers for another million years. There is however a solution I found: Forwarding Mouse Events Through Layers This uses a plugin that uses some not well known/understood properties of Javascript to take the … Read more

Support for “border-radius” in IE

Yes! When IE9 is released in Jan 2011. Let’s say you want an even 15px on all four sides: .myclass { border-style: solid; border-width: 2px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; } IE9 will use the default border-radius, so just make sure you include that in all your styles calling a border radius. Then your … Read more

How can I convince IE to simply display application/json rather than offer to download it?

I found the answer. You can configure IE8 to display application/json in the browser window by updating the registry. There’s no need for an external tool. I haven’t tested this broadly, but it works with IE8 on Vista. To use this, remember, all the usual caveats about updating the registry apply. Stop IE. Then, cut … Read more

How JavaScript closures are garbage collected

As far as I can tell, this is not a bug but the expected behavior. From Mozilla’s Memory management page: “As of 2012, all modern browsers ship a mark-and-sweep garbage-collector.” “Limitation: objects need to be made explicitly unreachable“. In your examples where it fails some is still reachable in the closure. I tried two ways … Read more

window.location.reload with clear cache [duplicate]

reload() is supposed to accept an argument which tells it to do a hard reload, ie, ignoring the cache: location.reload(true); I can’t vouch for its reliability, you may want to investigate this further. Edit (2021): the parameter was never standardised and has been deprecated and removed in more modern browsers. Adding a comment every quarter … Read more

Do HTML5 custom data attributes “work” in IE 6?

You can retrieve values of custom (or your own) attributes using getAttribute. Following your example with <div id=”geoff” data-geoff=”geoff de geoff”> I can get the value of data-geoff using var geoff = document.getElementById(“geoff”); alert(geoff.getAttribute(“data-geoff”)); See MSDN. And although it is mentioned there that you need IE7 to get this to work, I tested this a … Read more

Input placeholders for Internet Explorer

In looking at the “Web Forms : input placeholder” section of HTML5 Cross Browser Polyfills, one I saw was jQuery-html5-placeholder. I tried the demo out with IE9, and it looks like it wraps your <input> with a span and overlays a label with the placeholder text. <label>Text: <span style=”position: relative;”> <input id=”placeholder1314588474481″ name=”text” maxLength=”6″ type=”text” … Read more

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