This is a quick post about two really common pieces of code that are used daily from libraries developers and not. Stop to use Math.floor Th...
current information about computer and internet
This is a quick post about two really common pieces of code that are used daily from libraries developers and not. Stop to use Math.floor Th...
One cool thing of JavaScript prototype model, is that you can change dynamically one or more method updating automatically every instance of...
Update Above technique could be used to create an implicit Singleton as well. class Demo { // your unbelievable stuff } function Demo($s...
I have just updated both Stack and ArrayObject constructors. The Stack improvement is About concat method, now truly standard, accepting a...
During an interesting meeting at work, me and my colleagues talked, for some reason, about Zend, and its weird market strategy. What I mean,...
Another problem left to solve is that after subclassing an Array one would like the return types of Array.prototype methods to be of the sub...
History I do not know how many time, during these years, JavaScript Ninjas tried to subclass the native Array to create libraries over its p...