



Fri Jun 20
Fri Jun 20Notes to be used in class today:
Thu Jun 19
Wed Jun 18
Tue Jun 17The What's Due? page has been updated to include a sketch of the ten tasks for this class.
Here's the HTML we typed yesterday in class:
<html>
<head> <title> This is an HTML form </title> </head>
<body>
<form>
<table border>
<tr>
<td> Name </td>
<td> <input type="text" name="who" size=12 maxlength=16> </td>
</tr>
<tr>
<td> Age </td>
<td> <input type="text" name="age" size=4 maxlength=4> </td>
</tr>
</table>
Press <input type="submit" value="Proceed"> to send data.
</form>
</body>
</html>
Here's the URL for my file:
And here's what the URL became as soon as we typed the information in and pushed Submit:http://silo.cs.indiana.edu:9306/one.html
http://silo.cs.indiana.edu:9306/one.html?who=Larry+Bird&age=51 http://silo.cs.indiana.edu:9306/one.html?who=Kobe+Bryant&age=29
Fri Jun 13Individual student blogs will be used for feedback..
Here's the plan for the 14 lectures.
A general syllabus for this class is posted on What's Due?.
The minute paper for today is here.