You are currently browsing the archives for the day: Monday, den 10. November 2008.

November 10, 2008

JavaScript

Today I looked into learning JavaScript.  Basically it’s a weakly-typed declarative/functional language with a couple object-oriented features for good measure, much in the line of PHP or Perl.  The interesting part, though, is the “HTML DOM”, a set of objects that allows JavaScript to access and manipulate the web page it’s a part of.  I [...]

more...