Filed under

web browser

 

On IE

One time, when testing the effect that modifying the content of a selection had, I inspected the DOM tree and found a "/B" element. This was not a closing tag, there are no closing tags in the DOM tree, just elements. The nodeName of this element was actually "/B". That was when I gave up any notions of ever understanding the profound mystery that is Internet Explorer.

— Marijn Haverbeke

Filed under  //   development   quote   web   web browser  

Snippet #1: Stylebot & Google Reader & More

Update I've also added one for the ReadItLater webapp. Both now feature css3 finishes and webkit scrollbars, which I think should be everywhere. Customizable embedded browser chrome (buttons, fields, scrollbars) is such a necessity these days.

Update All my styles are here: http://stylebot.me/users/hlfcoding

Update I've updated the Reader snippet to be even more ridiculously minimal. I've also added the snippets for some other sites. Note the gist contains versioning and are bookmarkable if you're on github.

http://stylebot.me/ is an awesome Chrome extension, doing what userChrome.css does in Firefox, though perhaps with more style. Here's something to help Google Reader power users *

(download)

* Use www.google.com/reader/view/ instead of the autodetected www.google.com


 

Filed under  //   development   open-source   stylesheet   usability   web   web browser