A Brief Review of JavaScript: How we used JavaScript to write a media library

JavaScript is not a hard language to start with, but sometimes it can be hard to apply the concepts to real problems. In this blog post one of our Web Developers describes his approach and some of his code for creating the Media Library in the web editor for our Blog.

Continue ReadingA Brief Review of JavaScript: How we used JavaScript to write a media library

A Brief Introduction to JavaScript: JavaScript as a Front-End Language

JavaScript is the de-facto standard programming language of the web, as it's universally supported by all modern web browsers, standardized, and a really good language overall especially due to its dynamic nature and seamless integration with the Document Object Model (DOM).

Continue ReadingA Brief Introduction to JavaScript: JavaScript as a Front-End Language