Part Three Web Page

Your web page for part three of the INFO 100 course should look something like the following. Arrange screen shots of your work as you see below.

Take some care when you create these pages. Your TA will be looking for your name to appear in various places. Some examples are circled in red. Your name should appear where "Terry Brooks" appears.

Create an Ice Cream XML

Put a link on your web page that points at the XML document.


 

Name the Taster on the Ice Cream XML Data Island

Put a link on your web page so when your TA points a browser at it, your TA will see the Web page announce "The Ice Cream...". Your TA can view your source code by looking at the source of the HTML page.


 

Name the Flavors on the Ice Cream XML Data Island

Put a link on your web page to the HTML page that would look something like this:


 

Write a JavaScript that Accepts Input and Changes It to LowerCase:


 

Check User Input Against Your Favorite Flavors of Ice Cream


 

Create a Primitive Database Function


 

Use XPath to Show Your Favorite Ice Creams

Put a link here to show your stylesheet as a plain text file.

How to do this: Open your stylesheet up in wordpad, and put the whole contents between <pre> tags. It should look like this:

	<pre>
		...the whole stylesheet goes in here
	</pre>
	
Now save the whole file as a HTML file, such as "myStyleSheet.html"