Posts Tagged ‘ActionScript’

JavaScript Object Oriented Programming

June 20th, 2010 by JorisO | 1 Comment | Filed in Front-end development, JavaScript

Practical usage of classical object oriented programming methodology in any scripting or programming language can usually be explained by setting apart the language-specific implementation of the principles of polymorphism, inheritance and encapsulation.

JavaScript is somewhat of a different animal when it comes to object oriented programming. It is one of the few widely spread (or even the most widely spread) fully prototype-based programming languages. Prototype based languages depend on premises different from what most programmers familiar with object oriented programming techniques have come to rely on.

(more…)

Tags: ,

Flash alternatives already

April 11th, 2010 by JorisO | No Comments | Filed in Front-end development

Flash (“Adobe Flash” formerly Macromedia Flash, and even longer ago as FutureSplash), has in recent years finally gotten some serious competition. Oddly this hasn’t really happened often yet in Flash’s fifteen years of existence.

(more…)

Tags: , ,