Tag: browser
All the articles with the tag "browser".
-
Debugging weird focus behavior in browser
Technique for debugging unexpected focus changes by monkey-patching HTMLElement.prototype.focus with a debugger breakpoint.
-
IE vs Firefox and Chrome and jQuery val() vs attr('value')
Cross-browser bug where jQuery .val() returns null on non-form elements in Firefox and Chrome but works in IE.
-
Annoying advertisement banners in my blog
A JavaScript one-liner to hide WordPress advertisement banners in the browser, alongside recommending Adblock.
-
Spoon.net - Combining the best of the desktop and the cloud
Overview of Spoon.net, a cloud service for running virtualized desktop applications including cross-browser testing.
-
Firebug Lite 1.4 fails in IE7
Describes a critical bug in Firebug Lite 1.4 on IE7 and provides a bookmarklet to use the stable 1.3 version instead.
-
IE6 testing
Options for testing in IE6 on modern Windows, including VirtualBox with Windows XP, IETester, DebugBar, and BrowserStack.
-
IE7 and browser resize issues
Documents IE7 positioning bugs triggered by browser resize and provides a CSS fix using position: relative on body.
-
Debug minified_obfuscated javascript
Shows how to pretty-print and debug minified or obfuscated JavaScript in IE9+, Chrome 13+, and Firefox using built-in or plugin tools.
-
FireBug DOM inspection
Highlights Firebug's $0 and $1 command-line variables for referencing recently inspected DOM elements.
-
Firefox и картинки в ссылках
Firefox unexpectedly underlines images inside anchor tags on hover; CSS workaround using div wrapper and text-decoration overrides.