Posts Tagged ‘MooTools’

MooTools library in a nutshell. Part 2 — summary.

Here is the second, summarizing part of the course, the theme of which is the JavaScript MooTools library. The MooTools library Let’s start with the benefits of object-oriented programming (OOP) support, offered by MooTools. “Class” and creating classes Constructor: where: properties (object) — is a collection of class properties. These properties can also be incorporated […]

MooTools in a nutshell. Part 1.

MooTools is another library, worthy of attention. It can also expand our view on the JavaScript language itself. “My Object-Oriented Tools” — MooTools It is modular (in construction) JavaScript library. The foundation is called Core. Other libraries are optional. MooTools consists of a plurality of modules. Such design allows users to retrieve only the parts […]

JavaScript Frameworks — foreword

So far, we have described most of the key aspects and features of JavaScript including object-oriented programming, DOM, AJAX. There were various practical examples. It’s time for another extremely important step: JavaScript Frameworks. And here comes the real fun (and a considerable saving of time). JavaScript Frameworks We briefly present the solutions well known by […]