failed to find style ‘cardView Style’ in current theme

Checking the source of CardView one can see that the constructor public CardView(@NonNull Context context, @Nullable AttributeSet attrs) { super(context, attrs); initialize(context, attrs, 0); } has been changed to public CardView(@NonNull Context context, @Nullable AttributeSet attrs) { this(context, attrs, R.attr.cardViewStyle); } And the new attribute cardViewStyle is defined in the library. I guess that the … Read more

Swing rendering appears broken in JDK 1.8, correct in JDK 1.7

For those whose problem has not been solved; try this solution: Set the global environment variable “J2D_D3D” to “false” inside the OS. According to Sun, this setting is used to turn off the Java 2D system’s use of Direct3D in Java 1.4.1_02 and later. ie: simply create a environmental variable with name “J2D_D3D” and value … Read more

Chrome rendering issue. Fixed position anchor with UL in body

Chrome solution: Adding -webkit-transform: translateZ(0) to the #sidebar fixed the issue for me. I’ve used translateZ(0) to fix numerous Chrome display bugs over the years. The rationale is that by invoking 3D transformation, re-paint is separated from the rest of the CSS pain stack (I can’t provide much more detail than that, it’s pretty much … Read more

Why IE 11 display blank page rendering react app

React is not compatible right away with IE, From the official documentation : React supports all popular browsers, including Internet Explorer 9 and above, although some polyfills are required for older browsers such as IE 9 and IE 10. We don’t support older browsers that don’t support ES5 methods, but you may find that your … Read more

How much faster is it to use inline/base64 images for a web site than just linking to the hard file?

‘Faster’ is a hard thing to answer because there are many possible interpretations and situations: Base64 encoding will expand the image by a third, which will increase bandwidth utilization. On the other hand, including it in the file will remove another GET round trip to the server. So, a pipe with great throughput but poor … Read more

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