JavaScript
JavaScript is a simple language that can be used to
enhance web pages. What is particular interesting about
it, is that it is supported by many web browsers, and
is far more safe than Java, from which it bears its name.
Actually, Java and JavaScript do not have much in common,
except maybe for their names. Yes, the syntax also looks
the same, but if that would be taken as a measure, than it
would have a lot in common with so many other languages.
Because JavaScript programs are enterly run within the
browser, there are no security issues to worry about.
Another nice quality, it being a scripting language,
is that it is complete encapsulated in HTML, thus allowing
to create intelligent web pages which are contained in
a single file, and can even be executed without having to connect
to the internet.
In Netscape 3.01, JavaScript can be enabled through choosing
`Options', `Network Preferences', and looking under the
`Languages' tab. For other browser, see
"http://www.ripclip.com/endsjs/endsjs.htm" this
illustrated description.
Some of my JavaScript enabled pages.
I was rather happy to have discovered JavaScript.
Here is a list of pages which have JavaScrip enhancements:
- The link of the email address on my home page
uses JavaScript to prevent email searching robots to find my
email address.
- The Family Tree page is generated using
JavaScript. For each person in the family tree a different pages
is generated, just by calling it with a different argument.
The BF online page, which contains
an interpreter and compiler to C for the BF language encoded
in JavaScript.