You’ve made it this far. You’re probably here looking for something, aren’t you? Well, I’ve got a few options that may aid you in your search.
Looking for something specific? Virtually everything upon my web site is fully searchable. If you think it’s on here, type it in below for a results page, which is navigatable rather similarly to my ‘date archive’ page. Any line of text found is the title of the relating page. Click the returned title text to be taken to the full article.
This front page only displays the last few updates I’ve entered. The dates below are links links to the past three months worth of archives. All of the links listed within these archives are clickable to read the full entry.
$headString=’’;
$thisMonthTS = (mktime (0,0,0,date(“m”),1, date(“Y”)) – 54000);
$thisMonthString = date(“Ym”, $thisMonthTS);
$lastMonthTS = (mktime (0,0,0,(date(“m”)-1),1, date(“Y”)) – 54000);
$twoMonthsAgoTS = (mktime (0,0,0,(date(“m”)-2),1, date(“Y”)) – 54000);
$lastMonthString = date(“Ym”, $lastMonthTS);
$twoMonthsAgoString = date(“Ym”, $twoMonthsAgoTS);
$nowMonthName = date(“F\\, Y”, $thisMonthTS);
$lastMonthName= date(“F\\, Y”, $lastMonthTS);
$twoMonthsAgoName= date(“F\\, Y”, $twoMonthsAgoTS);
print ”$headString$thisMonthString$endString$nowMonthName · $headString$lastMonthString$endString$lastMonthName · $headString$twoMonthsAgoString$endString$twoMonthsAgoName”; ?>