function thumbnail_popup($photo_url, $photo_title, $thumbnail_url, $photo_width=false, $photo_height=false) {
# width and height can be specified. if not, we'll get it ourselves.
$path = 'http://' . $_SERVER['SERVER_NAME'];
$photo_title_urlencoded = rawurlencode($photo_title);
$photo_title_mouseover = addslashes($photo_title);
if ( (!is_integer($photo_width)) or (!is_integer($photo_height)) ) {
($size = @getimagesize("$path$photo_url")) or die($photo_title . " [error creating link to file -- try refreshing the page] ");
$photo_width = $size[0];
$photo_height = $size[1];
}
$thumbnail_size = @getimagesize("$path$thumbnail_url") or die(" [couldn't find thumbnail image] ");
$thumbnail_width = $thumbnail_size[0];
$thumbnail_height = $thumbnail_size[1];
print '';
}
?>
I stopped by at the Moss Landing state beach on my way down to Salinas, around 10am. No surfers, and didn't hear any surf either. Really quiet. Peeking over the dune crest, I see the ocean is as still as I've ever seen it. Barely any wave action whatsoever. Water is clear and no wind. I fish for about 45 minutes, but no hits at all.
While rigging I talk to a park employee about the fishing. He thinks perch are tasty.
I started with the floating outbound, and am finding faults in my distance casting, now that I can see the line clearly. (light blue color -- swings to the left, so I'm not tracking straight) Eventually I switch to the sinker, which seems to cast better, but I'm thinking its in part because I can't see what the tip is doing at the end of the cast. There is an interesting trough to fish, but again --- no fish.