Challenge: analyse how browsers enter US Airlines' membership website
Wednesday, September 15, 2010 1:40:23 AM
the web is a hack
Wednesday, September 15, 2010 1:40:23 AM
Monday, January 18, 2010 6:44:38 PM
I'll first let my dear readers dive in and take the quiz. Explanations will follow in comments (unless you all beat me to it, of course).Thursday, October 5, 2006 9:35:16 PM
// need to fake someMethod
Element.prototype.someMethod=function(){
// faking someMethod here
}
// we also have an insertBefore problem so let's fix that too
(function(oF){
// tweaking insertBefore here
})(Element.prototype.insertBefore);
Monday, September 18, 2006 1:36:27 PM
if(img.match(/(.[jJ][pP][eE]?[gG]|.[gG][iI][fF]|.[pP][nN][gG])/)) {
return true;
}
return false;
Seen Chrome's UA string recently? It's got so many browser n ...
Glad to see the jury was sensible, and the accused was not " ...
I wonder what happened when Chrome hit the double digit, IE ...
Firefox goes 2-digit, time to check your UA sniffing scripts ...
The police apparently did not convince the court, so the acc ...
xkcd on Firefox
For those who need to explore key event implementations