Tuesday, October 21, 2008

100 Making an applet

See a "Hello, world" applet, i.e., a Java application that runs in a browser (so you can send the link to Mom) on this page. See a graphic applet that's just about as simple as Hello here (corrected now).

Our work today:
  • experiment with HTML (the simple script that browsers read)
  • make a simple web page with Hello, world
  • make a simple web page with two (or more) rectangles
  • convert your sine rose program so that it runs in an applet using Graphics library methods
You'll want to use the Java API for reference.

After you have done all of the above, you'll be ready to jazz up your web page with color etc.:

Very simple sample pages written to show HTML rudiments — do View /Source to see how the code works — pageZero, pageOne, all about me, and links for cyclists

Reference pages for HTML, for color one two, and tutorials galore

No comments: