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 '';
}
?>
well, the fun never stops, and attempts keep on being attempted.
I fished on seacliff going south today (yeah, er.. "south of the cement ship"), starting south of the aptos creek outlet, though I parked at the seacliff beach. Is this La Selva? 9:30 - 10:45. Sun was up, and so were the waves. Anyway, no perch happiness here. A nice ripcurrent that I might have worked with a spinrod, but I didn't connect with any fish in my 90-100' range. Casting went well, and I didn't bang the rod with the flies.
Just for kicks, before leaving, I tried practicing pier casting. A potentially hazardous activity that should be illegal.
I'd like to catch some fish.. did I say that already?