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...
I’ve been trying to re-implement an HTML5 image uploader like the one on the Mozilla Hacks site, but that works with WebKit browsers. Part of the task is to...
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...
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...
I have a bog-standard login form – an email text field, a password field and a submit button on an AIR project that’s using HTML/jQuery. When I hit Enter...
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...
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:...
I am doing a console.log statement in my javascript in order to log a javascript object. I’m wondering if there’s a way, once that’s done – to copy that...
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....
When an HTML element is ‘focused’ (currently selected/tabbed into), many browsers (at least Safari and Chrome) will put a blue border around it. For the layout I am working...