Preparing your Web Pages with at least one JAVA Applet on it. Please
login to newton.npac.syr.edu and put your files in
/home/B11E/cps616spring96/htdoc/YOUR_USER_ID/ directory.
When you want to see your Web page please use the URL:
http://newton.npac.syr.edu:3768/cps616spring96-docs/YOUR_USER_ID/
Or you can enter the CPS616 class page and select "Students" in the
left. You will see your name in this page. When clicked on you name,
it will open your Web Page on newton server (if you already install
your files successfully).
Note: You have to create a "index.html" file and make it world readable in your directory as it is the default web page HTML file name.
If you still get no idea about HTML, you can see my home page. You will see a JAVA scrolling text program, some pictures and text about myself. When you use netscape to view this page, you can select menu "View" then "Document Source" to see what's inside a HTML file.
If you don't know how to compile a JAVA file, please see "Help" in Contents.
In your Web Page, add a link "Assignment#2" that point to your Thread based JAVA applet (Use multi-thread and do something interesting). You can provide another link to your source code or you can hand in a printed source code to me (if you don't want your source code access by open public).
Note: Add a link means use HREF tag to reference another HTML document. You can create a HTML file contain an applet for assignment#2 and point to this HTML file in your index or main HTML file.
Choose an area of relevance to the Information Age. This can be anywhere from optical fibers through Windows NT, Digital Commerce to Shooping on the Web. Develop a short scenario (as those given in class for educationand Crisis Management ) and divide into "modules" "issues" "component technologies" as appropriate. Search the web for references in these areas.
Note: If you can not find any useful "issue" related to your "module", you still can create a HTML page for your "module" and leave the "issue" area blank. You may find something elsewhere and add it later.
The following is some Web search engines that you may want to use when you gathering information:
In your Web Page, add a link "Assignment#4" that point to your AWT JAVA applet (eg. Use LayoutManager and Components provided in AWT and create an applet application). Please add a link to your source code or send me e-mail (and indicate that you already sent source code to me on your Web Page).
In your Web Page, add a link "Assignment#5" that point to a
Web page with multiple frames. Write JavaScript that handle the button
event to control the HTML files in another frame.
[5] points on Web page with multi-frames.
[5] points on JavaScript with correct function.