Javascript – you what?

by leon on November 17, 2009

Post number three in the new Simples series takes a look at Javascript – a scripting language that adds interactivity to web pages.

It should be noted the Javascript should not be confused with Java (an entirely different programming language).

JavaScript runs on the client side (your browser) and provides interaction with the user and the webpage. It does this by interacting with the HTML in the webpage.

JavaScript is written in plain text and can be saved into a text file with the extension of .js (in the same way that n HTML page, has .html)

JavaScript is a cross-platform, object-oriented scripting language. Adding JavaScript to your HTML code allows you to change completely the document appearance, from changing text, to changing colors, or changing the options available in a drop-down list, or switching one image with another when you roll your mouse over it and much more including animating the transition of elements on a page.

A few notes about JavaScript

  • JavaScript was designed to add interactivity to HTML pages
  • JavaScript is a scripting (not programming) language
  • A scripting language is a lightweight programming language
  • JavaScript is usually embedded directly into HTML pages

One comment

[...] Javascript – you what? [...]

by Simples: Web jargon busted by Leon Barrett « Creative Boom Birmingham | Birmingham Creative Group on December 7, 2009 at 2:03 pm. Reply #

Leave your comment

Required.

Required. Not published.

If you have one.