A website copy with HTTrack

httrack

Think resource not trash. November

project name: environment1
Web(URL) address: www.resourcefulschools.org
amount of time: 16 minutes (56k modem)

problems:

Missing video files and online quiz

Other examples with similar difficulties: Martin Luther King 2002 | Martin Luther King 2004 | Extreme World | Herberton | Canobie

solutions:

  1. At the end of the capture, clicking on a link for a video file sends an error message.
    Video files depend on the type of connection. It is thus necessary to load all the pages with a video (mov files rather than Realplayer ones) and to wait until the video is launched.
    In the cache (Temporary Internet Files) you will one find something like that:

    Temporary Internet Files
    It is necessary to copy the downloaded files (here 56K) in the capture, then delete [1] in the file names.
    In the file video.html, you have to modify the source code:
    <li><a href="why.html">Welcome - Why Recycle?</a> (236k)</li>
    <li><a href="what.html">What Can Be Recycled</a> (444k)</li>
    <li><a href="how.html">What You'll Need - Part I</a> (356k)</li>
    <li><a href="how2.html">What You'll Need - Part II</a> (256k)</li>
    <li><a href="educate.html">Education - A Big Winner in Recycling</a> (240k)</li>
    <li><a href="credits.html">Conclusion - Credits</a> (144k) </li>
    
    and replace it by
    <li><a href="why_288.mov">Welcome - Why Recycle?</a> (236k)</li>
    <li><a href="what_56k.mov">What Can Be Recycled</a> (444k)</li>
    <li><a href="how_56k.mov">What You'll Need - Part I</a> (356k)</li>
    <li><a href="how2_56k.mov">What You'll Need - Part II</a> (256k)</li>
    <li><a href="educat../en/56k.mov">Education - A Big Winner in Recycling</a> (240k)</li>
    <li><a href="credits_56k.mov">Conclusion - Credits</a> (144k) </li>
    
  2. In the page Click and Learn (click_learn.html), when you click your mouse on the items, you do not find out what they can become.
    As a matter of fact, the links to the images in the function MM_swapImage parameters are incorrect.
    Edit the html page and, in the code, replace onClick="MM_swapImage('recyclables','','../assets/games/veg_blurb.gif',1)" by onClick="MM_swapImage('recyclables','','assets/games/veg_blurb.gif',1)", then do the same for all the different zones.

  3. The pages concerning the Quiz can only be displayed online because they are not stored in the cache.
    However, you can modify the link to the Trivia Challenge by replacing quiz.mv with quiz.html in the capture with Inforapid, load Trivia Challenge then Trivia Challenge I, save the frames with the questions in the capture, then link them to the quiz.html page for offline browsing.
    You can check your answers, save the frames in the capture then link them, but the score will be meaningless.
topTop of the page

With javascript

W3C XHTML 1.0
W3C CSS