How many times we have seen an included JavaScript apparently incomprehensible? These examples could explain better what I mean: packed.it v...
current information about computer and internet
How many times we have seen an included JavaScript apparently incomprehensible? These examples could explain better what I mean: packed.it v...
Few days ago I read an interesting post about Simple JavaScript Inheritance . The most hilarious thing is that prototypal inheritance is tru...
As a performances maniac, I've found another way to inject protected methods, or something similar, without unnecessary overload of each...
I know everyone uses incredibly cool libraries that do everything in few lines, and 30 or more Kb ... but do you always need all this stuff ...
Hi guys, today we will not talk about my last JavaScript ArrayObject creation :D Today is the benchmark day, and in this case the test is a...
Most library authors would love to extend the Array object (especially for those tasty iteration methods) but shy away from doing so for fea...
Unfortunately, my experience with Jaxer has been really cool but this project is too young to be used as a server side project, and this is...
Today I am more clever than two days ago :lol: ... that's why ArrayObject has now a turbo compressor, specially with those methods that...
I think this constructor could be a good start point for a lot of projects. We know that IE has problems while it try to extend an array, di...
Hi guys, the WebReflection COW is a function that's so simple as usual: the php like rand function, to create random number, or random ...