Import WordPress posts and migrate standalone content to Hugo

- Successfully imported 1731 WordPress posts to Hugo markdown format
- Migrated 204+ images from archive to static directory
- Copied standalone directories (curtain, farm, gobbler, house, images, party, revcemetery, railsday, birthday)
- Fixed all internal links to use /legacy prefix for archived content
- Remapped archive links to point to correct Hugo posts
- Fixed Louisville Georgia Cemetery post rendering issue

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2025-09-23 16:23:40 -04:00
parent c1b41472ac
commit eddd9d2a80
2423 changed files with 36062 additions and 3 deletions

View File

@@ -0,0 +1,177 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: First Image
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001589.html" title="Rainy night in Georgia
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001589.html">Rainy night in Georgia
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 18, 2003 06:04 PM</h2>
<div class="blogbody">
<h3 class="title">First Image
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311181804/picture1.jpg" alt="Image sent: 200311181804" /></p>
<p>The view outside my office window.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1588" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,188 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Rainy night in Georgia
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001588.html" title="First Image
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001591.html" title="Hanging fruit
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001588.html">&laquo; First Image
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001591.html">Hanging fruit
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 18, 2003 06:42 PM</h2>
<div class="blogbody">
<h3 class="title">Rainy night in Georgia
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311181842/picture(1).jpg" alt="Image sent: 200311181842" /></p>
<p>Driving home through Athens.</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>Testing comments.</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://www.ericwagoner.com/weblog/" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1435">eric</a> on November 20, 2003 02:36 PM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1589" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Hanging fruit
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001589.html" title="Rainy night in Georgia
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001592.html" title="Frat house
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001589.html">&laquo; Rainy night in Georgia
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001592.html">Frat house
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 19, 2003 12:42 PM</h2>
<div class="blogbody">
<h3 class="title">Hanging fruit
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311191242/picture(2).jpg" alt="Image sent: 200311191242" /></p>
<p>Our office building's yard has several varieties of persimmon trees.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1591" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Frat house
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001591.html" title="Hanging fruit
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001594.html" title="12 Angry Men
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001591.html">&laquo; Hanging fruit
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001594.html">12 Angry Men
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 20, 2003 11:41 AM</h2>
<div class="blogbody">
<h3 class="title">Frat house
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311201141/picture(3).jpg" alt="Image sent: 200311201141" /></p>
<p>This is one of many antebellum-style fraternity and sorority homes along the street where I work.</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>Hey! You've gone CameraPhone! Did you go with the Nokia? Mine's been less active than it should recently, as I've been ill. I should be back in the game soon. Fun to see someone else doing it!<br />
</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://lyson.textamerica.com" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1436">Jason</a> on November 20, 2003 05:43 PM
</b></font>
<br>
<br>
<b>Reader Comments</b><br>
<p>Heh - that'll teach me to just jump in there without reading everything. We thought about the Ericsson, as well - it's a good model.</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://lyson.textamerica.com" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1437">Jason</a> on November 20, 2003 05:45 PM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1592" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: 12 Angry Men
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001592.html" title="Frat house
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001595.html" title="Eat Daily
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001592.html">&laquo; Frat house
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001595.html">Eat Daily
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 20, 2003 07:46 PM</h2>
<div class="blogbody">
<h3 class="title">12 Angry Men
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311201946/picture(1).jpg" alt="Image sent: 200311201946" /></p>
<p>The Town and Gown Players present 12 Angry Men this week and last. in six weeks I won't be president of the theater any more.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1594" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Eat Daily
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001594.html" title="12 Angry Men
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001596.html" title="Another Play
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001594.html">&laquo; 12 Angry Men
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001596.html">Another Play
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 21, 2003 11:18 AM</h2>
<div class="blogbody">
<h3 class="title">Eat Daily
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311211118/picture(1).jpg" alt="Image sent: 200311211118" /></p>
<p>The Daily Grocery Cooperative buys all the eggs our hens lay.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1595" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Another Play
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001595.html" title="Eat Daily
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001597.html" title="Hanging Harvest
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001595.html">&laquo; Eat Daily
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001597.html">Hanging Harvest
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 22, 2003 09:18 PM</h2>
<div class="blogbody">
<h3 class="title">Another Play
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311222118/picture(1).jpg" alt="Image sent: 200311222118" /></p>
<p>A moment from Ernestly Yours, a sequel to The Importance of Being Ernest by a local playwright.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1596" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Hanging Harvest
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001596.html" title="Another Play
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001598.html" title="Still Life
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001596.html">&laquo; Another Play
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001598.html">Still Life
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 23, 2003 02:01 PM</h2>
<div class="blogbody">
<h3 class="title">Hanging Harvest
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311231401/picture(1).jpg" alt="Image sent: 200311231401" /></p>
<p>Today I hung the tobacco harvest up to dry.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1597" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,189 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Still Life
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001597.html" title="Hanging Harvest
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001600.html" title="Cheesecake!
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001597.html">&laquo; Hanging Harvest
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001600.html">Cheesecake!
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 25, 2003 01:15 PM</h2>
<div class="blogbody">
<h3 class="title">Still Life
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311251315/picture(1).jpg" alt="Image sent: 200311251315" /></p>
<p>I really like pears.</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>Hmm...right to left...red d'anjou, bosc, and...hmmm...is it another d'anjou...or is it some sort of bizarre variety...like those fruit of the month things from Harry and David?<br />
</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://www.nourl.com" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1467">M</a> on December 4, 2003 11:43 AM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1598" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,197 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Cheesecake!
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001598.html" title="Still Life
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001601.html" title="BBQ Feast
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001598.html">&laquo; Still Life
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001601.html">BBQ Feast
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 27, 2003 05:42 PM</h2>
<div class="blogbody">
<h3 class="title">Cheesecake!
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311271742/picture(1).jpg" alt="Image sent: 200311271742" /></p>
<p>I made dinner for my parents and my in-laws. This is a pumpkin Cheesecake with cranberry topping.</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>can i get the recipe- this picture is making kacy drool...</p>
<font size="1"><b>
Posted by: <a href="mailto:mistress_panther@hotmail.com">kim</a> on January 5, 2004 05:18 PM
</b></font>
<br>
<br>
<b>Reader Comments</b><br>
<p>Sure Kim... here ya go: <a href="http://www.oceanspray.com/recipes/recipes/desserts/cranberrypumpkincheesecake.asp">http://www.oceanspray.com/recipes/recipes/desserts/cranberrypumpkincheesecake.asp</a></p>
<p>The only thing I did different is use real pumpkin instead of the canned stuff. You can't find the real stuff now, though, but try using butternut squash. (Cube it up, put in glass dish, add a 1/2 inch of water or so, cover with cling wrap, and microwave until fork-tender. Drain and mash. Cool before using.) I recently fiscovered that what's in the cans isn't really pumpkin at all... they also contain butternut squash.</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://www.ericwagoner.com/weblog" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1553">eric</a> on January 10, 2004 09:13 PM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1600" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: BBQ Feast
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001600.html" title="Cheesecake!
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001606.html" title="Three Kings
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001600.html">&laquo; Cheesecake!
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001606.html">Three Kings
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">November 28, 2003 05:24 PM</h2>
<div class="blogbody">
<h3 class="title">BBQ Feast
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200311281724/picture(1).jpg" alt="Image sent: 200311281724" /></p>
<p>Out in the Georgia mountains.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1601" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Three Kings
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001601.html" title="BBQ Feast
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001607.html" title="To Market
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001601.html">&laquo; BBQ Feast
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001607.html">To Market
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">December 5, 2003 08:33 AM</h2>
<div class="blogbody">
<h3 class="title">Three Kings
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200312050833/picture(1).jpg" alt="Image sent: 200312050833" /></p>
<p>The roosters always wonder what i'm up to.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1606" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: To Market
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001606.html" title="Three Kings
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001610.html" title="Good Eats
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001606.html">&laquo; Three Kings
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001610.html">Good Eats
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">December 6, 2003 10:34 AM</h2>
<div class="blogbody">
<h3 class="title">To Market
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200312061034/picture(1).jpg" alt="Image sent: 200312061034" /></p>
<p>The cabbage is in the car. Repeat... The cabbage is in the car.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1607" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,190 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Good Eats
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001607.html" title="To Market
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001611.html" title="For Jason
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001607.html">&laquo; To Market
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001611.html">For Jason
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">December 12, 2003 07:54 PM</h2>
<div class="blogbody">
<h3 class="title">Good Eats
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200312121954/picture(4).jpg" alt="Image sent: 200312121954" /></p>
<p>We met the burgers and they were ours.</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>Oh, man -- when is that darned company gonna come out of it's long southern sleep and open a franchise in L.A.? And you, Waffle House -- I'm looking at you, too.</p>
<p>I need belly bombers right now.</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://lyson.textamerica.com" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1506">Jason</a> on December 20, 2003 11:57 AM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1610" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,192 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: For Jason
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001610.html" title="Good Eats
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001612.html" title="Snow
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001610.html">&laquo; Good Eats
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001612.html">Snow
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">December 12, 2003 10:31 PM</h2>
<div class="blogbody">
<h3 class="title">For Jason
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200312122231/picture(4).jpg" alt="Image sent: 200312122231" /></p>
<p>Your town has a big paper. It's bigger than Paducah's!</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>Bwaaaa haa haaa haaa haaa haaaa!</p>
<p>Yep. Los Angeles. Yeah, that's a pretty big town.....</p>
<p>.....why, that's bigger than Paducah!</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://lyson.textamerica.com" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1507">Jason</a> on December 20, 2003 11:59 AM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1611" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Snow
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001611.html" title="For Jason
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001614.html" title="And baby makes three
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001611.html">&laquo; For Jason
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001614.html">And baby makes three
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">December 14, 2003 02:27 PM</h2>
<div class="blogbody">
<h3 class="title">Snow
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200312141427/picture(5).jpg" alt="Image sent: 200312141427" /></p>
<p>We're not in Georgia anymore.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1612" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,189 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: And baby makes three
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001612.html" title="Snow
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001615.html" title="Ho ho ho!
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001612.html">&laquo; Snow
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001615.html">Ho ho ho!
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">December 24, 2003 06:36 PM</h2>
<div class="blogbody">
<h3 class="title">And baby makes three
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200312241836/picture(2).jpg" alt="Image sent: 200312241836" /></p>
<p>We'll be needing there and a lot of similar things in eight months.</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>Not you too!!!!<br />
Good lord is it something in the water?</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://www.m.com" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1519">M</a> on December 26, 2003 04:51 PM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1614" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Ho ho ho!
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001614.html" title="And baby makes three
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001616.html" title="Big dog
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001614.html">&laquo; And baby makes three
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001616.html">Big dog
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">December 25, 2003 11:55 AM</h2>
<div class="blogbody">
<h3 class="title">Ho ho ho!
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200312251155/picture(4).jpg" alt="Image sent: 200312251155" /></p>
<p>Merry Christmas!</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1615" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Big dog
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001615.html" title="Ho ho ho!
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001617.html" title="Big Bone
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001615.html">&laquo; Ho ho ho!
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001617.html">Big Bone
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">December 26, 2003 06:14 PM</h2>
<div class="blogbody">
<h3 class="title">Big dog
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200312261814/picture(5).jpg" alt="Image sent: 200312261814" /></p>
<p>One of a series of art dogs around town.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1616" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Big Bone
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001616.html" title="Big dog
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001622.html" title="Classical Bulldog
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001616.html">&laquo; Big dog
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001622.html">Classical Bulldog
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">December 27, 2003 03:29 PM</h2>
<div class="blogbody">
<h3 class="title">Big Bone
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200312271529/picture(5).jpg" alt="Image sent: 200312271529" /></p>
<p>Gretta gets a bone as big as she is.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1617" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,179 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Classical Bulldog
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001617.html" title="Big Bone
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001623.html" title="Care for a game?" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001617.html">&laquo; Big Bone
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001623.html">Care for a game? &raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">January 7, 2004 08:04 PM</h2>
<div class="blogbody">
<h3 class="title">Classical Bulldog
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200401072004/picture(5).jpg" alt="Image sent: 200401072004" /></p>
<p>College Square, downtown Athens</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1622" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,179 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Care for a game?</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001622.html" title="Classical Bulldog
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001627.html" title="Going Swimming
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001622.html">&laquo; Classical Bulldog
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001627.html">Going Swimming
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">January 9, 2004 08:31 AM</h2>
<div class="blogbody">
<h3 class="title">Care for a game?</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200401090831/picture(7).jpg" alt="Image sent: 200401090831" /></p>
<p>Many chess sets are for sale in this downtown Athens shop window.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1623" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,179 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Going Swimming
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001623.html" title="Care for a game?" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001628.html" title="Albino Bowler!
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001623.html">&laquo; Care for a game?</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001628.html">Albino Bowler!
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">January 23, 2004 08:37 PM</h2>
<div class="blogbody">
<h3 class="title">Going Swimming
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200401232037/picture(7).jpg" alt="Image sent: 200401232037" /></p>
<p>Chris and I have traded our satellite TV service for a membership at the Y. We come out ahead on so many levels!</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1627" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,188 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Albino Bowler!
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001627.html" title="Going Swimming
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001629.html" title="Hot Chicks
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001627.html">&laquo; Going Swimming
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001629.html">Hot Chicks
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">January 24, 2004 12:01 AM</h2>
<div class="blogbody">
<h3 class="title">Albino Bowler!
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200401240001/picture(7).jpg" alt="Image sent: 200401240001" /></p>
<p>My booty from a White Elephant gift exchange.</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>I prefer the barista action figure...but maybe that's because Madison has 543,768 coffee shops. Speaking of which...a friend of T's owns a coffee shop that roasts their own beans (<a href="http://www.evpcoffee.com)...recently">http://www.evpcoffee.com)...recently</a> we were treated to a tour of the new roasting facility. We were informed that the beans are roasted, sort of like popcorn, with hot air. I told the gal that I had a friend in GA that indeed did roast his coffee in an air pop popcorn maker...she thought that was the coolest thing ever!</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://www.m.com" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1581">M</a> on January 27, 2004 07:15 PM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1628" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Hot Chicks
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001628.html" title="Albino Bowler!
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001633.html" title="Three Bedrooms
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001628.html">&laquo; Albino Bowler!
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001633.html">Three Bedrooms
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">January 27, 2004 09:12 AM</h2>
<div class="blogbody">
<h3 class="title">Hot Chicks
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200401270912/picture(8).jpg" alt="Image sent: 200401270912" /></p>
<p>New baby chickens arrived today. Here they are, under a heat lamp.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1629" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,188 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Three Bedrooms
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001629.html" title="Hot Chicks
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001634.html" title="Pansy Season
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001629.html">&laquo; Hot Chicks
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001634.html">Pansy Season
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">February 6, 2004 08:59 PM</h2>
<div class="blogbody">
<h3 class="title">Three Bedrooms
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200402062059/picture(3).jpg" alt="Image sent: 200402062059" /></p>
<p>'Bedroom Farce' at the Town bed Gown theater.</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>Hi Eric. What's up?I am trying to learn how to use this thing. Kelly is here and is showing me a few things. I feel so stupid--Da. What instant messenger do you use (if any)? What is your messenger id name? Miss you and love you very much. Write me when you have a few moments from your busy life. </p>
<font size="1"><b>
Posted by: <a href="mailto:rdmcmillen@peoplepc.com">grandma mcmillen</a> on February 14, 2004 02:45 PM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1633" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Pansy Season
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001633.html" title="Three Bedrooms
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001636.html" title="Buggy Dog
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001633.html">&laquo; Three Bedrooms
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001636.html">Buggy Dog
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">February 11, 2004 12:17 PM</h2>
<div class="blogbody">
<h3 class="title">Pansy Season
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200402111217/picture(4).jpg" alt="Image sent: 200402111217" /></p>
<p>The yard of a sorority house near my office.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1634" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,181 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Buggy Dog
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001634.html" title="Pansy Season
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001638.html" title="Snowfall
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001634.html">&laquo; Pansy Season
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001638.html">Snowfall
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">February 18, 2004 01:25 PM</h2>
<div class="blogbody">
<h3 class="title">Buggy Dog
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200402181325/picture(3).jpg" alt="Image sent: 200402181325" /></p>
<p>Another bulldog downtown.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1636" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,183 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Snowfall
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001636.html" title="Buggy Dog
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001640.html" title="Daffodills
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001636.html">&laquo; Buggy Dog
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001640.html">Daffodills
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">February 26, 2004 01:29 PM</h2>
<div class="blogbody">
<h3 class="title">Snowfall
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200402261329/.jpg" alt="Image sent: 200402261329" /></p>
<p>It's a pretty day in Athens
</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1638" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,182 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Daffodills
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001638.html" title="Snowfall
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001642.html" title="Tulip Tree
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001638.html">&laquo; Snowfall
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001642.html">Tulip Tree
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">March 9, 2004 12:01 PM</h2>
<div class="blogbody">
<h3 class="title">Daffodills
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200403091201/.jpg" alt="Image sent: 200403091201" /></p>
<p>Last week's snow is long gone, replaced with sprlng flowers.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1640" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,182 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Tulip Tree
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001640.html" title="Daffodills
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001643.html" title="Bone Bucket
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001640.html">&laquo; Daffodills
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001643.html">Bone Bucket
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">March 15, 2004 10:43 PM</h2>
<div class="blogbody">
<h3 class="title">Tulip Tree
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200403152243/.jpg" alt="Image sent: 200403152243" /></p>
<p>Another sign of spring: many tulip trees in bloom.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1642" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,182 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Bone Bucket
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001642.html" title="Tulip Tree
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001645.html" title="Fossils say no!
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001642.html">&laquo; Tulip Tree
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001645.html">Fossils say no!
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">March 19, 2004 08:34 PM</h2>
<div class="blogbody">
<h3 class="title">Bone Bucket
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200403192034/.jpg" alt="Image sent: 200403192034" /></p>
<p>Dinner tonight was at "Booty's" - our local fish fry. I was going to show a picture of inside the bone bucket, but it wasn't pretty.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1643" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,182 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Fossils say no!
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001643.html" title="Bone Bucket
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001646.html" title="Yay, beavers!
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001643.html">&laquo; Bone Bucket
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001646.html">Yay, beavers!
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">March 25, 2004 02:51 PM</h2>
<div class="blogbody">
<h3 class="title">Fossils say no!
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200403251451/.jpg" alt="Image sent: 200403251451" /></p>
<p>This is why I carry around a camera.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1645" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,182 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Yay, beavers!
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001645.html" title="Fossils say no!
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001647.html" title="Aviator Bulldog
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001645.html">&laquo; Fossils say no!
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001647.html">Aviator Bulldog
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">March 25, 2004 07:09 PM</h2>
<div class="blogbody">
<h3 class="title">Yay, beavers!
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200403251909/2.jpg" alt="Image sent: 200403251909" /></p>
<p>All winter long, the local beaver family has been helping me clear out the invasive privit down by the river. This is their largest conquest to date.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1646" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,182 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Aviator Bulldog
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001646.html" title="Yay, beavers!
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001648.html" title="It's Kim's B-day
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001646.html">&laquo; Yay, beavers!
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001648.html">It's Kim's B-day
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">March 27, 2004 09:25 PM</h2>
<div class="blogbody">
<h3 class="title">Aviator Bulldog
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200403272125/.jpg" alt="Image sent: 200403272125" /></p>
<p>This stylish fellow is at the Athens airport.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1647" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: It's Kim's B-day
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001647.html" title="Aviator Bulldog
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001651.html" title="Saturday auction
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001647.html">&laquo; Aviator Bulldog
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001651.html">Saturday auction
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">March 27, 2004 11:45 PM</h2>
<div class="blogbody">
<h3 class="title">It's Kim's B-day
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200403272345/2.jpg" alt="Image sent: 200403272345" /></p>
<p>Kim turns 30! Hence the hat.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>mmm, that is one lovely picture- thank you and chris so much for coming to the party- and thank you for the bath stuff- i'm going to spend sat. night in a room with a large jacuzzi bath so they will get plenty of use this weekend. oh- and thanks for the cartoons too! i'm starting with pinky and the brain. </p>
<font size="1"><b>
Posted by: <a href="mailto:mistress_panther@hotmail.com">kim</a> on March 29, 2004 12:42 PM
</b></font>
<br>
<br>
<b>Reader Comments</b><br>
<p>I see that Kim has the official "fuzzy/glowing 30 look" going on...</p>
<font size="1"><b>
Posted by: <a target="_blank" title="http://www.m.com" href="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi?__mode=red;id=1707">M</a> on March 30, 2004 08:56 PM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1648" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,179 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Saturday auction
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001648.html" title="It's Kim's B-day
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001653.html" title="&quot;The Office&quot;" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001648.html">&laquo; It's Kim's B-day
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001653.html">"The Office" &raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">April 3, 2004 11:06 AM</h2>
<div class="blogbody">
<h3 class="title">Saturday auction
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200404031106/picture(4).jpg" alt="Image sent: 200404031106" /></p>
<p>I should be tilling, but I was lured by an estate auction up the road.</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1651" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,180 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: "The Office"</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001651.html" title="Saturday auction
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001655.html" title="To Market!
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001651.html">&laquo; Saturday auction
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001655.html">To Market!
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">April 20, 2004 10:03 PM</h2>
<div class="blogbody">
<h3 class="title">"The Office"</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200404202203/office.jpg" alt="Image sent: 200404202203" /></p>
<p>"The Office" won a Peabody, and I won a DVD set at a celebratory screening.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1653" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,194 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: To Market!
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001653.html" title="&quot;The Office&quot;" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001658.html" title="Another Market
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001653.html">&laquo; "The Office"</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001658.html">Another Market
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">April 24, 2004 09:00 AM</h2>
<div class="blogbody">
<h3 class="title">To Market!
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200404240900/2.jpg" alt="Image sent: 200404240900" /></p>
<p>Today is my first day back at the farmers' market. A *lot* of work has gone into today. Hence, the recent silence over at the main weblog.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<b>Reader Comments</b><br>
<p>Tell me more...did you take your tubes and did they work out fine, if so? What are the things on the table that look like baskets? What all did you have to sell? Love you guys...me</p>
<font size="1"><b>
Posted by: <a href="mailto:wagoner1@yhti.net">mom</a> on April 26, 2004 05:27 PM
</b></font>
<br>
<br>
<b>Reader Comments</b><br>
<p>I'll be taking the tubes in a couple of weeks. The things on the table that look like baskets actually are baskets, filled with bags of salad mix, radish greens, arugula, and kale. I also had bunched radishes. All sold out, except the bunched radishes, which I didn't expect to.</p>
<font size="1"><b>
Posted by: <a href="mailto:eric@ericwagoner.com">eric</a> on April 26, 2004 05:36 PM
</b></font>
<br>
<br>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1655" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,182 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CameraPhone: Another Market
</title>
<link rel="stylesheet" href="http://www.ericwagoner.com/weblog/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.ericwagoner.com/weblog/cameraphone/index.rdf" />
<link rel="start" href="http://www.ericwagoner.com/weblog/cameraphone/" title="Home" />
<link rel="prev" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001655.html" title="To Market!
" />
<link rel="next" href="http://www.ericwagoner.com/weblog/cameraphone/archives/001661.html" title="Elvis!
" />
<script type="text/javascript" language="javascript">
<!--
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
var HOST = 'www.ericwagoner.com';
// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}
function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}
function forgetMe (f) {
deleteCookie('mtcmtmail', '', HOST);
deleteCookie('mtcmthome', '', HOST);
deleteCookie('mtcmtauth', '', HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}
//-->
</script>
</head>
<body>
<center><h1>Images from Eric's CameraPhone</h1>
<div id="container">
<div class="blog">
<div id="menu">
<a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001655.html">&laquo; To Market!
</a> |
<a href="http://www.ericwagoner.com/weblog/cameraphone/">Back to the Present</a>
| <a href="http://www.ericwagoner.com/weblog/cameraphone/archives/001661.html">Elvis!
&raquo;</a>
<br><a href="http://www.ericwagoner.com/weblog">Back to <b>Kestrel's Nest</b></a>
</div>
</div>
<div class="blog">
<h2 class="date">May 2, 2004 03:44 PM</h2>
<div class="blogbody">
<h3 class="title">Another Market
</h3>
<a name="more"></a>
<p><img src="http://www.ericwagoner.com/weblog/cameraphone/images/200405021544/.jpg" alt="Image sent: 200405021544" /></p>
<p>I'm alternating weeks between two different farmers' markets, This week was my first visit of the year to the Comer market.
</p>
</center>
<span class="posted">
<br /></span>
</div>
<br>
</blockquote>
<p>
<b>Post Your Own Comment</b>
<blockquote>
<form method="post" action="http://www.ericwagoner.com/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="1658" />
Name:<br />
<input name="author" /><br /><br />
Email Address:<br />
<input name="email" /><br /><br />
URL:<br />
<input name="url" /><br /><br />
Comments:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />Remember info?<br /><br />
<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
</div>
</div>
</body>
</html>