Visual comparison
<div class="divider"> provides blue borders
waves
<pre> has different borders (solid on SECOORA vs. dotted on SEACOOS)'Selected Wave Activities' table has borders on SEACOOS but not SECOORA<img...><a...> which point out of SECOORA have an icon not found on SEACOOSsome tds overlap (in Firefox, not Opera)
HTML issues
- Content is contained within <table>
- Minor issue: correctly indented code would be nice (for the rare occasion when someone like us actually looks at it!)
waves
- <div class="divider"> should be replaced by <hr/> with style border:0; border-bottom:solid 1px #00f
Half of the description is in meta-data; the other half is in <p>(can't have links in description)987-999: list of links is <h5>, not <ul>; lots of s- 1070-1071: <br> used instead of margin-bottom
1163-1522: <table> without <tbody> or <th>s1165: valign="bottom" should be in CSS1165-1169, etc. (tds): <td><p align="center">... is wasteful; td should have style text-align:center; don't need <p> within <td> for one-liners1167, etc. (headings): <strong><span>Wave Activities</span></strong> should be replaced with th and correctly styled: font-weight:bold; text-align:center1188, etc.: <p><span> is wastefultarget="_blank" should not be used (see mistake 2 of Jakob Nielsen's top 10)
tsunami-resource-links
1023-1025: list of links is <h5>, not <ul>1051, etc. (target="blank"): see above
lesson-plans/home-on-the-beach/index_html
1050: <p style="text-align: center; font-size: 150%;"><strong> used instead of heading tag1051: <p style="text-align: center;"><em> should be heading as well1052, etc.: <p><strong>OBJECTIVES:</strong> should be heading1080: <table> should not be used to wrap text around image; instead use float:right1108: <table border="1" border-style="solid" width="100%"> should be in CSS1115, etc.: <br>Group A<br> is wasteful; replace <br>s with line-height; remove unnecessary s
lesson-plans/wind-waves/index_html
1048: need to use heading tags for headings1103: data table needs to be redone (same for 'Home on the Beach'):Borders should be done using CSS<table> has style border:solid 1px black; border-width:1px 1px 0 0<td> has style border:solid 1px black; border-width:0 0 1px 1px
Headings need to be in <th><td> needs padding<tr> needs height
CSS issues
- We should probably set max-width or even width on body. As the width increases, line-length increases making it harder to read.
- Need more whitespace between elements (margin, padding, line-height)
waves
987: <h5 style="text-align:center; color:#4040ff;">988-998: <a href="#MakingWavesPoster"><span style="color:#4040ff; text-decoration:underline;">997, etc.: <img alt="" class="kicker" src="MakingWavesPoster.png">999-1001, etc. ('back to top' links): <td style="text-align:right;"><a href="#top" style="color:#4040ff; text-decoration: underline;">back to top</a></td>1088, etc. (subheadings): <h4 style="text-align:center;">1163-1522: <table class="simple" cellspacing="0" cellpadding="0" width="100%">this class is probably unnecessary; ideally this would be the only table on the page (it's the only real tabular data on the page), meaning we don't need a class to apply CSS to itid=activities
1239, etc. (activity names in table): <p class="indent-small">1588: <img alt="" src="tsunami.png" style="margin:10px 0px 5px 0px;">1594: <ul class="noindent">
tsunami-resource-links
1020: <h5 style="text-align:center; color:#4040ff;">1021, etc. (links): <a href=".."><span style="color:#4040ff; text-decoration:underline;">; span is unnecessary; apply styles directly to a:link, etc.1023: <h5 style="text-align:center; color:#4040ff;">1035, etc. ('back to top' links): see above1041, etc. (subheadings): see above
education-standards
773, etc.: <h4 class="custom-headc">775, etc.: <h5 class="custom-heada">778, etc.: <h6 class="custom-headb">Probably should use page-specific CSS using <body id="education-standards"> and #education-standards h4, etc.(can't do that)
Image issues
- All images have description meta-data as they did on SEACOOS
Images used as headings
File issues
lesson-plans/wind-waves/index_html has no description
Non-HTML content
webwaves.pptwaves-fact-sheet.dochome-on-the-beach.docmaking-waves.docwind-waves.docwave-size-and-depth.docSciencestandards-wave.docglossary.doc- Wavepostersurvey.doc
'Home on the Beach' and 'Wind Waves' have HTML versions which are not currently used.
Short names
'tsunami-resources-links' should be renamed to 'resources''tsunami-resources'lesson-plans/*/index_html need to be renamed'activities/...'
Copy issues
waves
Erroneous comma: "Learn about concepts,such as..."- Don't use COOLroom acronym before using full name.
tsunami-resource-links
- The resources page isn't really 'a special feature' in the sense that similar pages are provided with the other classrooms; we should omit that entire sentence.
1331: 'Lookup Look up...'- Source for lesson plans (eduplace.com) isn't cited (or even mentioned)
- Univ. of Washington resource isn't cited
Other issues
There are folders for home-on-the-beach and making-waves which are supposed to contain HTML versions of those activities, but don'tThere is a folder for waves-fact-sheet which doesn't contain an HTML version of the fact sheet
waves
'animated introduction to water waves' requires registration; link points to registration page (may have changed since the page was originally created; this is probably not desirable)http://www.intellicast.com/Sail/World/UnitedStates/WaveHeights is brokenNOAA Wavewatch has moved here
tsunami-resource-links
askasia.org link (Sumatra earthquake information) is brokenhttp://observe.arc.nasa.gov/nasa/exhibits/tsunami/tsun_bay.html is brokenhttp://www.latimes.com/features/kids/readingroom/la-et-kidcal14jan14,0,503874.story is broken
