Creative Multimedia Programming: Web Programming

Saturday, 4 March 2017

Creative Multimedia Programming: Introduction to Web Programming

JavaScript ("JS" for short) is a full-fledged dynamic programming language that, when applied to an HTML document, can provide dynamic interactivity on websites. It was invented by Brendan Eich, co-founder of the Mozilla project, the Mozilla Foundation, and the Mozilla Corporation.

JavaScript is incredibly versatile. You can start small, with carousels, image galleries, fluctuating layouts, and responses to button clicks. With more experience you'll be able to create games, animated 2D and 3D graphics, comprehensive database-driven apps, and much more!

Example of Javascript

JavaScript itself is fairly compact yet very flexible. Developers have written a large variety of tools complementing the core JavaScript language, unlocking a vast amount of extra functionality with minimum effort. These include:

Application Programming Interfaces (APIs) built into web browsers, providing functionality like dynamically creating HTML and setting CSS styles, collecting and manipulating a video stream from the user's webcam, or generating 3D graphics and audio samples.

Third-party APIs to allow developers to incorporate functionality in their sites from other content providers, such as Twitter or Facebook.

Third-party frameworks and libraries you can apply to your HTML to allow you to rapidly build up sites and applications.

Example of Javascript
Source: JavaScript