I’m working on a project that involves Raphaeljs. Turns out, it doesn’t work on Android. It does on the iPhone. How the heck to I go about debugging something...
  • May 16, 2022
  • 0 Comments
More recently, I have been seeing questions with the tag “webkit”. Such questions usually tend to be web-based questions relating to CSS, jQuery, layouts, cross-browers compatibility issues, etc… So...
  • May 12, 2022
  • 0 Comments
I want to customize a scrollbar with CSS. I use this WebKit CSS code, which works well for Safari and Chrome: ::-webkit-scrollbar { width: 15px; height: 15px; } ::-webkit-scrollbar-track-piece...
  • May 8, 2022
  • 0 Comments
I just noticed that I get tons of deprecated warnings in the latest (canary) build of Chrome. event.layerX and event.layerY are broken and deprecated in WebKit. They will be...
  • May 3, 2022
  • 0 Comments
I can’t seem to find the correct syntax for the CSS transition shorthand with multiple properties. This doesn’t do anything: .element { -webkit-transition: height .5s, opacity .5s .5s; -moz-transition:...
  • April 29, 2022
  • 0 Comments
I am using a Direct Web Remoting (DWR) JavaScript library file and am getting an error only in Safari (desktop and iPad) It says Maximum call stack size exceeded....
  • April 28, 2022
  • 0 Comments