Tagged: browser [x]
Gecko & Webkit
I stumbled over Zeldman’s opening statement: When Apple chose Webkit rather than Mozilla Gecko as the basis for its Safari browser, some of us in the web standards community scratched our heads. Sure, Webkit was open-source and standards-compliant. Really? People were puzzled by this? This always seemed the obvious choice to me. First of all, [...]
Árétting
Ég hef tekið eftir smá ugg í fólki vegna nýja Internet Explorer vafrans. Það er líklega skiljanlegt miðað við lætin og hávaðann í okkur sem störfum við vefgerð. Við erum kannski búin að rífast full mikið. Fyrir ykkur sem notið ennþá Windows er það vert að taka það fram að IE7 er alls ekkert óhollur [...]
Browser detection in Javascript
I have a need for a good, but not precise, browser sniffing script for purposes of web visitor logging. I have hacked together such a script. I would be very grateful if my visitors would tell me if the blue box is telling them the truth (javascript needed): It’s been confirmed to work on: Mac [...]
Safari CSS parser bug
Here is a Safari CSS parser bug I found today: .i {border:0;.i} Put this invalid code anywhere in your CSS file and the parser will come to a grinding halt and look no further down the file. Another fine reason to validate your code. This may work as a hack as things placed below it [...]