Create(""); $myQuery = "SELECT T.PhotoKey, T.ThumbFolder, T.ThumbName, T.WallpaperFolder, T.WallpaperName1024x768, T.WallpaperName800x600 FROM Photos T WHERE T.PageKey = $myKey ORDER BY T.DisplayOrder "; $sql->Query($myQuery); if($sql->rows < 1) { echo("

photos coming soon
"); } else { echo(""); $Count=0; for ($i = 0; $i < $sql->rows; $i++) { $sql->Fetch($i); $row = $sql->data; $Count = $Count+1; if($Count==1) { echo(""); } echo(""); // have we filled all the columns? if so close the row and reset the counter. if($Count==$myCols) { echo(""); $Count=0; } } // Did we end with a finished Row? If not then finish it. if($Count!=0) { for ($x = 1; $x < $myCols-$Count; $x++) { echo(""); } echo(""); } echo("
"); echo("

"); if($row[WallpaperName1024x768] != null) { echo("Wallpaper 1024x768
"); } if($row[WallpaperName800x600] != null) { echo("Wallpaper 800x600
"); } echo("
"); } } // Create a Gallery from the database using Thickbox function CreateDatabaseGallery($NumCols,$PageKey, $galleryName, $galleryTitle, $useThickBox ) { $myKey = $PageKey; if($myKey == null) { $myKey = 0; } $myCols = $NumCols; if($myCols == null) { $myCols = 3; } elseif($myCols < 1) { $myCols = 1; } require("../theFireRing/phputility/util.php"); $sql = new MySQL_class; $sql->Create(""); $myQuery = "SELECT T.PhotoKey, T.FileName, T.ThumbFolder, T.ThumbName, T.WallpaperFolder, T.WallpaperName1024x768, T.WallpaperName800x600 FROM Photos T WHERE T.PageKey = $myKey ORDER BY T.DisplayOrder "; $sql->Query($myQuery); if($sql->rows < 1) { echo("

photos coming soon
"); } else { // Start the gallery $output .= ""; $output .= ""; // ensure that we always have at least one row for proper HTML $counter = 0; $firstPass = true; // loop through the data rows for ($i = 0; $i < $sql->rows; $i++) { $sql->Fetch($i); $row = $sql->data; $Counter = $Counter+1; if($Counter==1 && $firstPass==false) //if this is the first pass skip the row start because we already have it. { $output .= ""; } $output .= ""; // have we filled all the columns? if so close the row and reset the counter. if($Counter==$myCols) { $output .= ""; $Counter=0; } if($firstPass == true) //firstPass will be set to false after the first iteration of this loop { $firstPass = false; } } } // Did we end with a finished Row? If not then finish it. if($Counter!=0) { for ($x = 1; $x < $myCols-$Counter; $x++) { $output .= ""; } $output .= ""; } $output .= "
"; if($useThickBox==true) { $output .= "
"; } else { $output .= "
"; } $output .= ""; $output .= "
"; if($row[WallpaperName1024x768] != null) { $output .= "Wallpaper 1024x768
"; } if($row[WallpaperName800x600] != null) { $output .= "Wallpaper 800x600
"; } $output .= "
"; // display the gallery echo $output; } // Create a gallery from a file structure function createGallery( $pathToImages, $pathToThumbs, $numCols, $galleryName, $galleryTitle, $useThickBox ) { //check and prefill parameters if needed $myCols = $numCols; if($myCols == null) { $myCols = 3; } elseif($myCols < 1) { $myCols = 1; } if($useThickBox == null) { $useThickBox = false; } // Start the gallery $output .= ""; $output .= ""; // ensure that we always have at least one row for proper HTML // open the directory containing the photo thumbs $dir = opendir( $pathToThumbs ); $counter = 0; $firstPass = true; // loop through the directory while (false !== ($fname = readdir($dir))) { // strip the . and .. entries out if ($fname != '.' && $fname != '..') { $Counter = $Counter+1; if($Counter==1 && $firstPass==false) //if this is the first pass skip the row start because we already have it. { $output .= ""; } $output .= ""; // have we filled all the columns? if so close the row and reset the counter. if($Counter==$myCols) { $output .= ""; $Counter=0; } if($firstPass == true) //firstPass will be set to false after the first iteration of this loop { $firstPass = false; } } } // Did we end with a finished Row? If not then finish it. if($Counter!=0) { for ($x = 1; $x < $myCols-$Counter; $x++) { $output .= ""; } $output .= ""; } $output .= "
"; if($useThickBox==true) { $output .= ""; } else { $output .= ""; } $output .= ""; $output .= ""; $output .= "
"; // close the directory closedir( $dir ); // display the gallery echo $output; } // Resize Pictures function createThumbs( $pathToImages, $pathToThumbs, $thumbMaxSide)//, $showMessages { // open the directory $dir = opendir( $pathToImages ); // loop through it, looking for any/all JPG files: while (false !== ($fname = readdir( $dir ))) { // parse path for the extension $info = pathinfo($pathToImages . $fname); // continue only if this is a JPEG image if ( strtolower($info['extension']) == 'jpg' ) { //if($showMessages) //{ echo "Creating thumbnail for {$fname}
"; //} // load image and get image size $img = imagecreatefromjpeg( "{$pathToImages}{$fname}" ); $width = imagesx( $img ); $height = imagesy( $img ); // calculate thumbnail size if($width > $height) { $new_width = $thumbMaxSide ; $new_height = floor( $height * ( $thumbMaxSide / $width ) ); } else { $new_width = floor( $width* ( $thumbMaxSide / $height) ); $new_height = $thumbMaxSide ; } // create a new temporary image $tmp_img = imagecreatetruecolor( $new_width, $new_height ); // copy and resize old image into new image //imagecopyresized( $tmp_img, $img, 0, 0, 0, 0, $new_width, $new_height, $width, $height ); imagecopyresampled( $tmp_img, $img, 0, 0, 0, 0, $new_width, $new_height, $width, $height ); // save thumbnail into a file imagejpeg( $tmp_img, "{$pathToThumbs}{$fname}" ); } } // close the directory closedir( $dir ); } //function createThumbs( $pathToImages, $pathToThumbs, $thumbMaxSide ) //{ // createThumbs( $pathToImages, $pathToThumbs, $thumbMaxSide, true ); //} ?>
Gather Around the Fire Ring Before TV, before newspapers, even before we moved into houses... the fire ring was the gathering place to tell stories
and share personal experiences.
Placeholder
   Hike For Discovery
  Team In Training - HIKE
Stories
   Tall Tales
   Ghost Stories
Photography
   Nature Photography
   Random & Wonderful Photos
   Ruins Of Patapsco State Park
   Works of Art
   Your Fire Ring
Other Sites to Visit
   Friends of ENWR
   Cow Run Backpacking
   Chuck Keiper Trail Backpacking
   More Links...
Search the Fire Ring
Support theFireRing.com by shopping at amazon.com
Just shop as you normally would but start by clicking on the link above.

Friends gathered around a campfire in their fire ring
home » Hike For Discovery » HFD 2007 » Feb 24, 2007 - Loch Raven Reservoir

Meet the 2007 HFD Team

Aileen Goss
Andrea Hoffman
Brianna McMullen
Cindy Kiamko
Cindy Vogelberger
Clint Reach
Deb Donofrio
Ellen Brooks
Erin Noseworthy
 Greg Palmer
Heather Mitchell
Heidi Sowers
 Jessica Koman
Joel Shalowitz
 Kate Brotman
 Kate Greenberg
Kendra Plemmons
Kevin Pearson ‡
Kim Guercio
Kyle Bray *
Lisa Fronc *
Lauren Allen †
Olivia Darden
Patti Harden **
Paula Finkelstein
Terrill Esposito
Tracy Kight
Rosamaria Somarriba
Samuel Somarriba
** Hike Leader
* Mentor
† LLS Staff
‡ Honorary Team Member


Hike Hero - Gary

A Hike Hero in the Hike For Discovery program is a person that is currently fighting a blood cancer. The members of each group hike in honor of this individual.

The Hike Hero for the Maryland Chapter is Gary Todd. He first discovered he had enlarged lymph nodes during a visit to the hospital after having chest pains during a hike in late November 2003. In June 2005 he began feeling tired and experiencing night sweats. At first he thought he was worrying unnecessarily because of his impending retirement the next year. However, after a number of tests it was diagnosed with Stage 4, Non-Hodgkin’s spleenic lymphoma.

Gary underwent a chemotherapy treatment in six cycles over eighteen weeks and on January 1, 2006 went into remission. Unfortunately in late March of 2006 he began to feel sick again and in mid-May he began treatment with Rituxin*. He has been diagnosed with chronic lymphoma and will be taking Rituxin every ninety days for at least the next two years.

* Rituxin is an advanced and less invasive medicine that was made possible by money donated for research. It attacks only the cancerous cells and leaves healthy cells intact.







Feb 24, 2007 - 4th Training Hike
Loch Raven Reservoir, Baltimore County, MD

Time of Hike: 8:30 AM
Distance Hiked: 4.0 Miles
Temp During Hike: Low 28.4 °F   High 33.8 °F
Elevation Change: 50 Ft

Time really is flying by. This was our 4th training hike and that means we are already a month into our journey. Things have gone well so far and the group that started out as a bunch of strangers is now a group of friends.

For this hike we traveled north of Baltimore to explore the forests around Loch Raven Reservoir. We met at the intersection of Dulaney Valley Rd and Seminary Ave where we found parking in a church parking lot. The weather was the same as usual; snow and ice covered the trail and the sky was clear and blue.

The trails led us down to the shores of the frozen reservoir. It was a beautiful sight with the sun sparkling off it and I was able to get a few nice photographs. As the sun heated the ice it began to crack making a hollow sound like somebody in the woods beating on a drum.

The plan was to hike 3 hours but the trail proved to be too much for us. Ice made many places on the trail dangerous even though it was mostly level and about 1 ½ hours in we turned down a fire road for a shorter hike back to the cars.

  About Loch Raven Reservoir

Loch Raven Reservoir is located north of Baltimore, MD in Baltimore County. It is one of three major reservoirs owned by Baltimore City and is surrounded by forested land that acts as a buffer to protect the water quality. Many trails cut through these forests and are open to the public for hiking, running, and mountain biking.

For more information visit:


  Photos