... and here I am. My opinion about ECMAScript 4 is not that simple to explain. I would like to have a language, whatever it is, that is pow...
current information about computer and internet
... and here I am. My opinion about ECMAScript 4 is not that simple to explain. I would like to have a language, whatever it is, that is pow...
Are you worried about Array redefinition? Are you worried about eval function redefinition? Are you worried about whatever you want redefini...
Planet Earth, Year 2000 eval("document." + myformName + "." + myInputName + ".value"); Satellite Moon, Year 20...
Some time we could have a situation like this one: a site in a sub domain, called http://a.test.com another site in another sub domain, call...
PHP and operator overloading Not everyone knows that with PHP, and since 2006, it is possible to implement operator overloading, thanks to a...
Fast Web, and lazy developers About 1 month ago, I have posted a little piece of code that, in some way, could be a little revolution for J...
Singleton From Wikipedia In software engineering, the singleton pattern is a design pattern that is used to restrict instantiation of a clas...