|
|
|
|
|
|
|
|
|
| Home > Science Fair Project Guide > |
What is the Geometry Applet? It is a very cool program written by Professor David Joyce to illustrate an online version of Euclid's Elements. The applet creates dynamic diagrams in which you can manipulate the geometric figures by clicking and dragging on points. You program the applet much like creating a geometrical construction by hand. As the points are dragged, all of the essential relationships in the diagram remain intact. It is an engaging and intuitive way to illustrate the generality of a proof. To see examples of the Geometry Applet in action, check out any of these three projects:
You can use the applet to create your own diagrams on your computer. The following instructions will have you working with the Geometry Applet in just three easy steps.
<!-- This paragraph is a "comment." When writing HTML, comments start with a less than sign, exclamation point, and two dashes just as you see at the beginning of this paragraph and they end with two dashes followed by a greater than sign. Everything in between is ignored by the computer (more specifically the Web browser) when it reads your file. Comments are used to describe your code so that you remember what each part does. -->
<!-- Every HTML document starts with the HTML tag. Tags are instructions to the Web browser, and they are always contained between the characters < and >. -->
<HTML>
<!-- The HEAD tag identifies a chunk of material that does not appear in the main body of your page in the Web browser, but it is important nonetheless. -->
<HEAD>
<!-- The TITLE tag specifies the text that will go in the title bar at the top of the Web browser when it reads your file. It will also be used in bookmarks or hotlist entries. Change it and see what happens! </TITLE> must appear at the end of your text; </TITLE> is called a closing tag. Closing tags have a / character in front of the same code that was used in the opening tag. -->
<TITLE>Perpendicular Lines Diagram with the Geometry Applet</TITLE>
</HEAD>
<BODY>
<CENTER>
<applet code=Geometry codebase="./" archive=Geometry.zip height=150 width=250>
<param name=title value="Perpendicular Lines">
<param name=align value="CENTER">
<param name=e[1] value="A;point;free;40,110">
<param name=e[2] value="C;point;free;210,110">
<param name=e[3] value="AC;line;connect;A,C">
<param name=e[4] value="B;point;lineSlider;AC,125,110">
<param name=e[5] value="D';point;perpendicular;B,A;0;0">
<param name=e[6] value="D;point;lineSlider;B,D',125,40">
<param name=e[7] value="BD;line;connect;B,D">
</applet>
</CENTER>
</BODY>
Congratulations! You have successfully installed and run the Geometry Applet on your computer.
The next page shows you how to start writing your own diagrams: Coding Your Own Diagram: Example 1.
Science Buddies gratefully acknowledges its Presenting Sponsor
Science Fair Project Home
Our Sponsors
About Us
Volunteer
Donate
Contact Us
Online Store
Privacy Policy
Image Credits
Site Map
Science Fair Project Ideas
Science Fair Project Guide
Ask an Expert
Teacher Resources
Science Fair Competitions
Copyright © 2002-2008 Kenneth Lafferty Hess Family Charitable Foundation. All rights reserved.
Reproduction of material from this website without written permission is strictly prohibited.
Use of this site constitutes acceptance of our
Terms and Conditions of Fair Use.