Posts Tagged ‘framework’

Adobe AIR tutorial — an introduction and first application

Adobe AIR — quick start In this article I want to provide a quick start with the Adobe AIR technology. It’s the next reason to learn JavaScript and improve our knowledge about this language and related technologies. Adobe AIR (Adobe Integrated Runtime) it’s a runtime environment for RIA apps, which can be developed in Adobe […]

Dojo Toolkit in a nutshell. Part 3 — summary.

In the third section summarizing the basic course of Dojo Toolkit, we will see the creation of visual effects using this library. Dojo Toolkit: effects and animations Any self-respecting JavaScript framework includes solutions to support programming visual effects. It is no different in the Dojo Toolkit. The library since version 1.9 provides two modules: dojo/_base/fx […]

Dojo Toolkit in a nutshell. Part 1.

Dojo Toolkit is open-source collection for JavaScript programming language. It provides a rich set of tools for developers. The Dojo Toolkit library The framework includes a number of components. Widgets (and the Dijit widgets system) Dojo widgets are composed of JavaScript, HTML and CSS, and there are, among others: menus and tool-tips, sortable tables, dynamic […]

Introduction to Ext JS

Today’s course is little bit different. This is a one-piece mini-course of Ext JS library. It aims to introduce this powerful JavaScript framework. The Ext JS It’s a framework for JavaScript language, which supports building interactive web applications, user interfaces and more, using techniques such as DOM or AJAX. Ext JS has among others many […]

jQuery course — AJAX, examples, and a summary

Here we have the 3rd part of jQuery course. Further exploring of jQuery possibilities Today we briefly describe programming Ajax elements, using jQuery. We show also some interesting examples and tips jQuery, and finally mention about jQuery UI. The jQuery gives us a high level of abstraction, with a rich support for Ajax. So the […]

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 […]

Script.aculo.us library in a nutshell. Part 2 — summary.

The 2nd part of the script.aculo.us library course. Today about its strongest point — visual effects. Getting to know more possibilities of script.aculo.us Visual effects Effects have their own options, but everywhere we can use Core Effect properties. The general form: Let’s see how it looks in practice. Example — use effects: Example #2 — […]

Course: script.aculo.us library in a nutshell — part 1

The script.aculo.us library Delving into the JavaScript frameworks, we would like to present the essence of script.aculo.us library. As we mentioned in JS Frameworks introduction, Prototype JS and script.aculo.us libraries are often seen together. The library, which now referred to, is like an extension of Prototype JS of visual effects, animation, Drag and Drop, creating […]

Prototype JS in a nutshell. Part 2.

Welcome to the second part of the Prototype JS course. Today we will focus on the elements of the document and performing operations on them. Prototype JS — further steps In this part of the course we will work with the DOM, but using Prototype JS approach. So let’s move ahead to discuss further elements […]