Home > Programming > JavaScript
JavaScript Experiments
JavaScript is the de-facto standard of scripting for the Web. These are some things I'm trying.
- Hour of Code - Are you going to participate?
- P2PU "Introduction to Javascript" Study Group Exercises
- Web page generated mainly with JavaScript and document.write()
- Unicode and JavaScript
- Click Tests: 01 - 02 - 03 - 04 - (Companion Blog Post)
- Updating text in place: 05a - 05b - 05c - 05d - 05e - Update with hardcoded delay
- Scoring with Multiple images: 06a - 06b - 06c ( CSS involved for element placement )
- Counting Books with Class - Another small step to understanding
- Implementing a Spoiler - Revealing hidden text.
- Some 'document.<property>' tests - and a bit more
- Basics of Date and Time - Display today's date on a Web page
- Arrays and nodeList - Harvesting data from a web page to build a link list
These are my own JavaScript explorations. While they are new to me as I work on them, the topics explored are often better explained elsewhere (some of my searching is mentioned). However, it you find them helpful, that is great. You should feel free to remix anything you see here that is a result of my own work. The 'source code' of these experiments is released under GPLv2 or later. It would please me very much if anybody found value in exploring these experiments or made them available to other learners. Sharing is good. Where mentioned, please attribute credit to others from whom I have gathered information.