Subscribe by RSS
This is my lifestream page, a collection of some of the marks I leave behind on the web.
Home › Tag: javascript
Making JavaScript Safe for Advertising.
LABjs is intended to be a replacement for " tag soup" -- that is all the tags that commonly appear in the or end of the of your HTML page. It uses an expressive, chaining API to specify which scripts…
Real "JavaScript Libraries / Modules". Mozilla only.
The Spanner - Detecting browsers javascript hacks
//Firefox detector 2/3 by DoctorDan FF=/a/[-1]=='a' //Firefox 3 by me:- FF3=(function x(){})[-5]=='x' //Firefox 2 by me:- FF2=(function x(){})[-6]=='x' //IE detector I posted previously IE='\v'=='v' //Safari detector by me Saf=/a/.proto=='//' //Chrome by me Chr=/source/.test((/a/.toString+'')) //Opera by me Op=/^function (/.test([].sort) //IE6 detector…
Pages: 1 2