Computer programming in two minutes – Web (Create a web site)

|

A website is a set of web pages sent from a remote server to your browser. A web page is an HTML document consisting of a head and a body (<html> <head> </ head> <body> </ body> </ html>). The … Read More

Computer programming in two minutes – JavaScript

|

JavaScript is a language executed by the web browser to display a web page (it is mostly used for that). Create the HTML document (the file name usually ends with .html) and open it with a browser. <!DOCTYPE html PUBLIC … Read More

Computer programming in two minutes – Python

|

With Python you control your computer by using Python, a highly intuitive language! 0. Install Python language if you‘re on Windows, if it is not already installed. 1. Open Python (command line). (How? By running python or searching python.exe) A … Read More

ActionScript

|

Filename extension: .as Internet media type: application Paradigm: Multi-paradigm: object-oriented (prototype-based), functional, imperative, scripting Designed by: Gary Grossman Developer: Macromedia (now dissolved into Adobe Systems) Appeared in: 1998 Typing discipline: strong, static OS: Cross-platform Website: adobe Major implementations: Adobe Flash Player, Adobe AIR, … Read More