-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment5.html
More file actions
243 lines (233 loc) · 9 KB
/
Copy pathAssignment5.html
File metadata and controls
243 lines (233 loc) · 9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<title>COM3780 Course Materials</title>
<!-- other information about the page -->
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="hw5" class="assignmentarea">
<span class="showdate" style="display: none">July 18 2012 12:00 PM</span>
<h3>
Assignment 5 (Kevin Bacon)
</h3>
<table class="homeworktable">
<tr>
<th>Specification:</th>
<td>
<ul>
<li>
<a href="homework/5/spec.pdf"><img class="icon" src="images/icon_pdf.gif" alt="icon" /> Specification</a>
</li>
</ul>
</td>
</tr>
<tr>
<th>Resources:</th>
<td>
<ul>
<li>
<a href="homework/5/skeleton.phps"><img class="icon" src="images/icon_html.gif" alt="icon" /> skeleton.php</a>
</li>
<li>
<a href="homework/5/resources/top.html"><img class="icon" src="images/icon_html.gif" alt="icon" /> top.html</a> <br/>
<a href="homework/5/resources/bottom.html"><img class="icon" src="images/icon_html.gif" alt="icon" /> bottom.html</a> <br/>
<a href="homework/5/resources/index.phps"><img class="icon" src="images/icon_html.gif" alt="icon" /> index.php</a> <br/>
</li>
<li>
<a href="homework/5/images/background.png"><img class="icon" src="images/icon_png.gif" alt="icon" /> background.png</a>,
<a href="homework/5/images/banner-background.png"><img class="icon" src="images/icon_png.gif" alt="icon" /> banner-background.png</a>,
<a href="homework/5/images/favicon.png"><img class="icon" src="images/icon_png.gif" alt="icon" /> favicon.png</a>,
<a href="homework/5/images/kevin_bacon.jpg"><img class="icon" src="images/icon_jpg.gif" alt="icon" /> kevin_bacon.jpg</a>,
<a href="homework/5/images/mymdb.png"><img class="icon" src="images/icon_png.gif" alt="icon" /> mymdb.png</a>
(images; don't need to be downloaded)
</li>
</ul>
</td>
</tr>
<tr>
<th>Expected Results:</th>
<td>
<div style="margin-bottom: 1em">
(Your page does not need to exactly match these images; see spec. But your query results should be the same.)
</div>
<table>
<tr>
<th></th>
<th>Windows</th>
<th>Mac</th>
</tr>
<tr>
<td>index</td>
<td>
<a href="homework/5/output/hw5-windows-index.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-index.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-index.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-index.png
</a>
</td>
</tr>
<tr>
<td>kevin spacey</td>
<td>
<a href="homework/5/output/hw5-windows-search-spacey.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-spacey.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-spacey.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-spacey.png
</a>
</td>
</tr>
<tr>
<td>kevin spacey w/ bacon</td>
<td>
<a href="homework/5/output/hw5-windows-search-spacey-bacon.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-spacey-bacon.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-spacey-bacon.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-spacey-bacon.png
</a>
</td>
</tr>
<tr>
<td>tom cruise</td>
<td>
<a href="homework/5/output/hw5-windows-search-cruise.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-cruise.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-cruise.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-cruise.png
</a>
</td>
</tr>
<tr>
<td>tom cruise w/ bacon</td>
<td>
<a href="homework/5/output/hw5-windows-search-cruise-bacon.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-cruise-bacon.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-cruise-bacon.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-cruise-bacon.png
</a>
</td>
</tr>
<tr>
<td>julia roberts</td>
<td>
<a href="homework/5/output/hw5-windows-search-roberts.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-roberts.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-roberts.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-roberts.png
</a>
</td>
</tr>
<tr>
<td>julia roberts w/ bacon</td>
<td>
<a href="homework/5/output/hw5-windows-search-roberts-bacon.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-roberts-bacon.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-roberts-bacon.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-roberts-bacon.png
</a>
</td>
</tr>
<tr>
<td>william shatner</td>
<td>
<a href="homework/5/output/hw5-windows-search-shatner.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-shatner.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-shatner.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-shatner.png
</a>
</td>
</tr>
<tr>
<td>william shatner w/ bacon</td>
<td>
<a href="homework/5/output/hw5-windows-search-shatner-bacon.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-shatner-bacon.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-shatner-bacon.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-shatner-bacon.png
</a>
</td>
</tr>
<tr>
<td>gu pearce (approximate match)</td>
<td>
<a href="homework/5/output/hw5-windows-search-pearce.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-pearce.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-pearce.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-pearce.png
</a>
</td>
</tr>
<tr>
<td>stuart reges (not an actor)</td>
<td>
<a href="homework/5/output/hw5-windows-search-reges.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-windows-search-reges.png
</a>
</td>
<td>
<a href="homework/5/output/hw5-mac-search-reges.png">
<img class="icon" src="images/icon_png.gif" alt="icon" />hw5-mac-search-reges.png
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<th>FAQ and Links:</th>
<td>
<ul>
<li>
<a href="homework/5/hw5-faq.shtml"><img class="icon" src="images/icon_html.gif" alt="icon" /> Frequently Asked Questions</a>
</li>
<li>
<a href="http://ycfac197.mc.yu.edu/COM3780/12fa/lec/tools/diffhtml/diffhtml.html?assignment=hw5"><img class="icon" src="images/diff_icon.gif" alt="icon" /> Web Page Comparison Tool</a>
</li>
<li>
<a href="http://en.wikipedia.org/wiki/Six_degrees_of_kevin_bacon">Wikipedia - Six Degrees of Kevin Bacon</a>
</li>
<li>
<a href="http://oracleofbacon.org/">Oracle of Bacon</a> - a real implementation of the Six Degrees of Kevin Bacon
</li>
<li>
<a href="http://oracleofbacon.org/center_list.php">Oracle of Bacon - stats on possible "center" actors</a>
</li>
</ul>
</td>
</tr>
</table>
</div>
<!-- -->
</body>
</html>