<?php
$page_name = "Glacier Trail Flagss";
$menu_type = "projects";
$menu_name = "Glacier Flags";
$blog_num = 80;
$page_rate = 8;
$page_tags = array("erudition", "outdoors");
$page_date = "March 22, 2012";
include_once("./files/head.php");

echo "<p>I was cruising the internet looking for marking flags for glacier travel and I found nothing at all.  Very annoying and mildly stunned that the internet failed me.  So I'm going to make my own based on a description from <u>Freedom of the Hills</u> (a must have book for alpine anything).</p>\n";

echo "<div class=\"rightpic\">\n";
echo "<br /><img src=\"./images/projects/trail_flags_01.jpg\" width=160 height=106>\n";
echo "<br /><br /><img src=\"./images/projects/trail_flags_02.jpg\" width=160 height=106>\n";
echo "<br /><br /><img src=\"./images/projects/trail_flags_03.jpg\" width=160 height=106>\n";
echo "<br /><br /><img src=\"./images/projects/trail_flags_04.jpg\" width=160 height=106>\n";
echo "<br /><br /><img src=\"./images/projects/trail_flags_05.jpg\" width=160 height=106>\n";
echo "<br /><br /><img src=\"./images/projects/trail_flags_06.jpg\" width=160 height=106>\n";
echo "<br /><br /><img src=\"./images/projects/trail_flags_07.jpg\" width=160 height=106>\n";
echo "</div>\n";

echo "<p>How many do you need? No idea.  50 is what I'm told for Mt. Columbia.  Zero for The President and Vice Pres.  Do your research to find out.</p>\n";

echo "<h3>Materials</h3>\n";
echo "<p>From my studies and personal experience, on clear days black shows up really good on snow.  On icky days it doesn't really matter, but bright is a little more visible.  So here is my compromise:</p>\n";

echo "<ul>\n";
  echo "<li>Black garbage bag</li>\n";
  echo "<li>Orange garbage bag</li>\n";
  echo "<li>Iron and ironing board</li>\n";
  echo "<li>thin towel/rag (no holes however)</li>\n";
  echo "<li>Duct tape (purple and white are my colors, so I used purple duct tape)</li>\n";
  echo "<li>3-4ft long Bamboo garden stake</li>\n";
echo "</ul>\n";

echo "<h3>Part 1: The Flags</h3>\n";
echo "<ol>\n";
  echo "<li>Cut your garbage bags into 4 inch strips.</li>\n";
  echo "<li>Lay one black strip and one orange strip on top of each other on your ironing board.</li>\n";
  echo "<li>Lay the towel overtop. (prevents the plastic from melting to your iron)</li>\n";
  echo "<li>Turn on your iron to about 3/4.</li>\n";
  echo "<li>Iron slowly down the strip 2 or 3 times.</li>\n";
  echo "<li>Lift the towel and check to see if the layers have welded together.  If yes, remove, if no, repeat ironing until they do.</li>\n";
  echo "<li>Cut your new double colored strip into squares.</li>\n";
echo "</ol>\n";

echo "<h3>Part 2: The Rest</h3>\n";
echo "<ol>\n";
  echo "<li>take a 4 inch chunk of duct tape and lay it half over 1 side of a square.</li>\n";
  echo "<li>Lay the top end of a bamboo stake along the edge of the square.</li>\n";
  echo "<li>Fold the duct tape over and press firmly.</li>\n";
  echo "<li>Repeat for each flag.</li>\n";
echo "</ol>\n";


echo "<br /><center><img src=\"./images/projects/trail_flags_08.jpg\" width=320 height=213></center>\n";

echo "<h3></h3>\n";
echo "<p></p>\n";

include_once("./files/close.php");

?>