public marks

PUBLIC MARKS from znarf with tags opera & safari

2008

WebAIM: Blog - History of the browser user-agent string

by 2 others

And then Google built Chrome, and Chrome used Webkit, and it was like Safari, and wanted pages built for Safari, and so pretended to be Safari. And thus Chrome used WebKit, and pretended to be Safari, and WebKit pretended to be KHTML, and KHTML pretended to be Gecko, and all browsers pretended to be Mozilla, and Chrome called itself Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13, and the user agent string was a complete mess, and near useless, and everyone pretended to be everyone else, and confusion abounded.

2006

XmlSerializer and JavaScript [persistent.info]

by 1 other
var serializer = new XMLSerializer(); alert(serializer.serializeToString(request.responseXML));

2005

Mozilla Gains Canvas Element Support

by 1 other (via)
"support for the HTML canvas element has been checked in to Mozilla. This new element allows Web content providers to use scripting to draw arbitary bitmap graphics on to a designated area of a webpage"