Apparently, using this strategy I can obtain a flat line in Drip monitor: // function used to remove a node, every attached // attribute an...
current information about computer and internet
Apparently, using this strategy I can obtain a flat line in Drip monitor: // function used to remove a node, every attached // attribute an...
I am putting some effort to make vice-versa project a good, production ready, alternative against common libraries, and since these days I ...
I wrote a truly big post about this subject ... but it was nervous and not that technical as well. I decided then to simply post this image,...
Today we had an interesting conversation in the jQuery developer mailing list, and " surprise ", it was about Internet Explorer an...
Array.forEach(document.all, function(node, i, all){ // vice-versa project }); well, there are few things I can say here, and first one i...
Update now it works with Internet Explorer 7 and 8 with O3D plug-in enabled. Today, via ajaxian , I discovered the new Google O3D project ...
Nice one, 10 minutes after I published my last sarcastic comment about IE sort implementation, blogger sent me an email communicating that m...
This is just a quick post about how much IE team cares about JavaScript performances ... // generate an array of 1000 elements var a = new A...
Few days ago I wrote about a fast Array slice implementation for every browser, a callback able to convert " every collection " i...
Thanks to new DOM methods introduced recently in most common browser, e.g. querySelectorAll, we will not hopefully need full libraries to im...
I just had a quick and nice chat with Peter E Higgins and I am proud to announce that my PureDom test has been integrated into TaskSpeed t...
Nowadays, I am working over a crazy manager between an XML with form information, another XML with custom rules to drive the XML with form i...
It is an extremely common task and one of the most used prototype in libraries and applications: Array.prototype.slice The peculiarity of th...
I tried to create an essential library to perform a manual implementation of the TaskSpeed test suite and results surprised me. All these w...