Javascript

Enter the Cycloid

Our Google Chart version of the Spyrograph toy was due for a refresh - we realised that several users are coming every day to see it, and the script was not easy to use.

Time to clean our script and publish it in a separate page.

Ground Zero

Have you ever wondered what would happen if a nuclear bomb goes off in your city? With Google's Maps framework and a bit of Javascript, you can see the outcome.
And it does not look good.

A Wind Rose

The recent upgrade to the Google Chart API brings new types of charts with interesting possibilities. One of them, the Radar Chart, is well suited to be used as foundation for our new Wind Rose gadget.

Using JavaScript, RSS and two APIs from Google, we can cook our own weather station.

Legends for the Chart

Adding a complex legend to your Google Chart should not be a difficult job. Just do the legend on your own and let the Chart API handle the data values and the IMG object.

Simple is beautiful.

Ground Zero Mapplet

Have you ever wondered what would happen if a nuclear bomb goes off in your city?

With Google's Mapplet framework and a bit of Javascript, you can see the outcome.

And it does not look good.

The Game of Life

This version of the ubiquitous automaton -in straight Javascript- started as a demonstration about accessing the HTML Document Object Model (DOM).

The idea popped out after reading an article about John von Neumann, and his model for a self-replicating machine. This problem was in turn the inspiration for John Conway to devise The Game of Life.
A very good description of the game and its rules can be found in this link to Wikipedia

Not all browsers are born equal

Javascript Mortgage Calculator

This free graphical mortgage calculator is designed with simplicity in mind: just enter the numbers and click the button.

The graphical display will show the repayments of principal versus interest over the life of the loan. Clicking over the graph, in the gold area, will output a text explanation of the repayment for that year in the graph.

Syndicate content