News

So, Clint's post about the IE issues with the site JavaScript prompted a question for me that's been sitting in the back of my mind for quite a while. I've been using the .prototype method for the ...
anyone have any experience with client-side browser based JavaScript classes?i'm looking to write a wrapper to deal with the usual problem: browser compatibillity. the problem i'm running into is ...
Before C++11, it wasn't possible for a constructor to delegate tasks into another one of the same type or its direct base class. You can do it in C# or Java by calling this, base or super, ...