How to set IE11 Document mode to edge as default?

The rendering mode in Internet Explorer 11 can appear stuck if the site is added to your local Compatibility View list. When this happens, the rendering mode inside the developer tools and out will default to the specified compatibility settings. While this may not be the only way a site can get on this list, … Read more

Gradle sourceCompatibility has no effect to subprojects

It seems this behavior is caused by specifying the sourceCompatibility before apply plugin: ‘java’, which happens if you try to set the compatibility option inside allprojects. In my setup, the situation can be solved by replacing: allprojects { sourceCompatibility = 1.6 targetCompatibility = 1.6 } with: allprojects { apply plugin: ‘java’ sourceCompatibility = 1.6 targetCompatibility … Read more

Angular4 Application running issues in IE11

To add more detail to @Zeqing’s answer. I uncommented the following line of codes in .\my-app\src\polyfills.ts : /** IE9, IE10 and IE11 requires all of the following polyfills. **/ import ‘core-js/es6/symbol’; import ‘core-js/es6/object’; import ‘core-js/es6/function’; import ‘core-js/es6/parse-int’; import ‘core-js/es6/parse-float’; import ‘core-js/es6/number’; import ‘core-js/es6/math’; import ‘core-js/es6/string’; import ‘core-js/es6/date’; import ‘core-js/es6/array’; import ‘core-js/es6/regexp’; import ‘core-js/es6/map’; import ‘core-js/es6/set’;

OnGlobalLayoutListener: deprecation and compatibility

I’m using this in my project: @TargetApi(Build.VERSION_CODES.JELLY_BEAN) public static void removeOnGlobalLayoutListener(View v, ViewTreeObserver.OnGlobalLayoutListener listener){ if (Build.VERSION.SDK_INT < 16) { v.getViewTreeObserver().removeGlobalOnLayoutListener(listener); } else { v.getViewTreeObserver().removeOnGlobalLayoutListener(listener); } } looks similar to yours. Tested on different devices (4.2.2 & 2.3.3) and it run perfectly. seems like it’s the only way….If you find anything else I would like to … Read more

Is there a compatibility matrix of Spring-boot and Spring-cloud?

Updated in January 2023 Spring Cloud release train Spring Boot compatibility Compatibility Matrix Spring Cloud Spring Boot 2022.0.x aka Kilburn 3.0.x 2021.0.3+ aka Jubilee 2.6.x, 2.7.x 2021.0.x aka Jubilee 2.6.x 2020.0.3+ aka Ilford 2.4.x, 2.5.x 2020.0.x aka Ilford 2.4.x ⚠ Below Spring Cloud versions have all reached end of life status and are no longer … Read more

Enable WiX project in Visual Studio 2013

Update 2013-12-02: WiX Toolset 3.8 is released with official support for Visual Studio 2013 editions. It is available for download from wixtoolset.org. You can manually enable Visual Studio 2013 compatibility with older versions of WiX: Copy C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\WiX to C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft\WiX Modify C:\Program Files (x86)\Microsoft Visual Studio … Read more

Is cross-origin postMessage broken in IE10?

I was mistaken when I originally posted this answer: it doesn’t actually work in IE10. Apparently people have found this useful for other reasons so I’m leaving it up for posterity. Original answer below: Worth noting: the link in that answer you linked to states that postMessage isn’t cross origin for separate windows in IE8 … Read more

Which HTML5 tags can I use without worrying about browser compatibility?

You asked what HTML5 tags to stay away from. Well Some of the tags from HTML5 from my knowledge were made for semantic reasons. like the following for example. <article> <section> <aside> <nav> <header> <footer> ..ect These are almost fine to work with, and just require a bit of CSS eg. display: block; to work … Read more

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