list

Excuses for Not Regularly Updating My Blog

1) Slowly, but surely been working on the next-generation of the blog, which seems to be more on paper then actually coded into a workable product. It’s a dream of a lot of neat things that haven’t made it to the reality stage.

2) I am too much of an alcoholic, and it’s difficult to compose a good blog post after you’ve been drinking. But evenings are a whole lot less stressful after 3 or 4 beers, especially if you not drive anywheres.

3) It’s still only the start of spring, so my list of adventures is fairly limited, and therefore, there are relatively few things to blog about.

Mill Brook Range in the Morning

4) It’s spring time, and I like going down to the park and reading in the evening, rather then blogging. Staying inside sucks on nice days.

5) I’ve kind of run out of good things to blog about. Most of the really cool and interesting posts are long done, and now all I can do is run them in re-runs, that everybody is sick and tired of, much like microwaved left overs.

6) I’ve been sick a lot. This past winter and spring, it’s been one non-stop sinus infection or upper-respitatory infection of some sort. Blame it on the mold in my apartment, smoke floating in my neighbor dragging on a cigerette next door, or maybe just stress.

20 Newest Maps

This an automagically generated list of recent the maps I’ve uploaded to my blog. Click on map to display a high resolution version of the map for printing and download.

‘;

$sql = “SELECT `photos`.`id`
FROM `photos`, `phototypes`
WHERE `photos`.`typeid` = `phototypes`.`id`
AND `phototypes`.`filename` LIKE ‘maps%’
ORDER BY `photos`.`upload` DESC LIMIT 20”;

$query = mysql_query(“$sql”);

require_once(BLOG_ROOT.’/inc/textparse.php’);

while ($id = mysql_fetch_row($query) ) {

echo fodderPhoto($id[0]);

}
?>

Alphabetical List of Maps I’ve Posted to My Blog

This an automagically generated list of all of the maps I’ve uploaded to my blog. It is in alphabetical order, based on the name. Right now, there are maps on the blog. Click on the link to view the smaller version or high resolution version map.

“;
}

echo ‘‘.$map[‘title’].’ (‘.substr($map[‘typetitle’],6).’) – PreviewHigh Resolution‘.’
‘;

$prev = substr($map[‘title’],0,1);
}

?>