JSClasses - a new repository of JavaScript components - PHP Classes blog The JSClasses site was finally launched. It is based on the PHPClasses site but with the focus of redistributing Object Oriented Programming components written in JavaScript. The new site provides the same features as the PHPClasses site, except for a few that are not yet enabled but will be later. That includes the Professionals directory, Jobs section, Programming Innovation Award and Premium subscriptions. Given the success of the PHPClasses site and the expected success of JSClasses, I am sure this is great news for all JavaScript developers and Web developers in general. Please help spreading the word, twit about this article or post in Facebook or your favorite social networks. You may as well submit your own JavaScript classes to the new site. Keep in mind that JavaScript does not really have the concept of class. It uses objects that are instantiated like this: object = new class_function(); And th...