March 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
24 | 25 | 26 | 27 | 28 | 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | 1 | 2 | 3 | 4 | 5 | 6 |
These images show some of the demos I produced for a course on web technologies. The aim was to illustrate what can be done with relatively simple JavaScript programs. I've since used a multi-trace modification of the oscilloscope code to help explain common keying and transmission schemes in a communications course -- included Ethernet, DSL, etc.
Yes, some of these are a little crazy... Getting a browser to
render JavaScript animated 3D graphics with hidden surface removal
was fun although for some reason browsers tended to
warn about the amount of JavaScript processing they were doing.
The examples were all pure JavaScript with no browser plug-ins
and pre-date the inclusion of canvas support in browsers
-- have a look at the simple Defender like game below to see how
easy it is.