company near Winnipeg, Manitoba offering web design, programming, database solutions, multimedia and computer based training.

manitoba computer programmers software developers visual basic database programming access vb winnipeg

manitoba web site designers web design developers winnipeg graphic java javascript programmers graphics

Applets

Do you need an applet written to add interactivity to your web pages? Here are three examples of applets I have written. For these applets to work, your browser should be "java enabled".

  1. The Hailstone Sequence. Think of a number greater than 1. If it is even then halve it. If it is odd then multiply by 3 and add 1. Repeat the process until you reach 1. This works even for very large numbers.

  2. A 3 card mystery. There are 3 cards face down. Your job is to pick the Queen of Hearts. Point to the card you think is the Queen of Hearts. What is the probability of picking the Queen of Hearts if you change your mind when one of the other cards which is not the Queen of Hearts is revealed?

  3. Identify who is who in the photograph by moving the mouse cursor over the photo. Also, select a name and a circle will be drawn round the person in the photo with that name.