Gary Acord 12/22/2009 11:45:00 AM
Reply from Dr. Gary Acord, Ph.D. (AcordGames@juno.com)
I am one of the founding fathers of comicbook fandom, an article on me
appearing in the recently published book "The Best Of Star Studded Comics"
edited by Bill Schelly and published by Hamster Press, Seattle, Washington.
I published several amateur comic books back in the 60s, Dolfin Comics and
Amateur Komix, and published a magazine called Wotta World. I've written
numerous books, the most famous being "Heaven On Earth". I am listed in the
Philosopedia at http://www.philosopedia.org/index.php/Gary_Acord.
Recently, I was mentioned in an article by Josh Alan, the singer and
guitarist, in his article "Winedale Nation". Of course, he did not paint a very
favorable picture of me, but I found it quite humorous and am not offended in
any way. I'm glad he remembers me. Of course, he mentions that I had a
pot-belly and always had a beer in my hand. Of course, that would be the case
since I was at a bar. However, that was only a two or three year period that I
frequented the Winedale Tavern on Greenville Avenue, right after a hurtful
divorce. The first 6 months or so that I went to the bar I wouldn't even drink
beer. I hadn't drank in the last 8 years of marriage, even though I never had a
drinking problem. I just didn't like alcohol that much. Even in the two or
three years that I went to the Winedale Tavern, I didn't drink very much. I
never drank at home, in the mornings or daytime, but of course at the bar
whenever I went I could be seen with a beer. After all, that's what a person
does at the bar.
Of course, I always played pool, and that was the main focus of my
venturing at the bar. I also was a fan of the band James Curtis and the
Barflies, and sometimes was there to see them. Josh Alan mentioned some
bartender had questioned whether or not I had plagiarized my book Heaven On
Earth, and questioned that I could have written it. He joked about the fact
that I had boxed in my younger years, and that I claimed that I still had
pugilistic prowess -- and that he doubted it, what with my pot-belly and all.
But I still am in good physical condition at age 60 and still box occasionally.
My main activity lately has been that I am the sole creator of Acord Games,
and I am always trying to give my games away to people. I created Zapper In
Neverwhere, Anyworld, Capn Zapn, Cavemaze3D, Dogs, Head, Icemare, Jaxon Zoose,
Major Marvel, Pakdream, Pakmon, Superheroes, Wicked Dream, and Zoom. The games
are available for free download at http://www.Celebration4all.com.
I've also created a menu to load up over 200 of the most popular shareware
and demo games of all time, and that menued presentation can be freely obtained
from the address above. Also, my games may be downloaded from http://www.dosmuseum.com/pages/search.php?search=acord&order_by=title&archive=0&k=.
You see I've always done intellectual activities. I guess that's why I find
Josh Alan's perception of me so amusing, that he thought I was some kind of
dumb drunk, because he was judging me by my actions in a recreational bar
wherein the main focus was to enjoy drinking, playing pool, and getting away
from problems. Also, I was on the lookout for a mate, at the time. Naturally,
I didn't appear to be any kind of intellectual genius. After all, sometimes
the music was so loud you could hardly talk or hear what anyone said.
His article on the Winedale didn't really focus on the things I remembered
about the bar, the owners Harvetta and Russell, and their daughter Lota who
took over after they passed away. I had been aware of the Windedale Tavern for
many years. Their sister club, The Stepladder, which had been on McKinney, had
began as a head shop on Jefferson Blvd in Oak Cliff. That's what made the
Winedale Tavern special to me, it had roots from a head shop and roots from
Oak Cliff. And its link with the Stepladder on McKinney, which was owned by the
same people, made it a club you could go to, meet some people, go with them
over to the Stepladder, and then take them back to the Winedale. And back
then, at the Stepladder, there was a patio smoking area where everyone used to
smoke pot. Of course, I don't smoke pot anymore. It makes me too nervous. But
that was a popular activity back in that day.
But Josh Alan's article didn't mention anything about all this. Also, back
when I went to the Winedale, there was a club across the street called Light
And Easy, which had a waitress Robin, who lived in a second story house behind
the club, and we used to party at her house in between and after the activity
at the clubs. At least, these clubs had live music and pool, so I can think of
many clubs with less redeeming activities.
Anyway, I just thought that I would mention all this. I wanted to reply to
his article, but I can't find a direct link. Maybe someone can see that this
profile gets put in as a reply to his article.
Sincerely yours, Dr. Gary Acord, Ph.D.
Gary Acord 12/22/2009 11:17:00 AM
//
MySpace.com Blogs - Winedale Tavern MySpace Blog
.pagingContainer {width:100%;position:relative;height:12px;}
.pagingLeft {float:left;font-size:11px;width:200px;text-align:left;}
.pagingCenter {float:left;font-size:11px;}
.pagingLink {padding:0 3px;display:inline}
div.pagingCenter a {float:left;font-size:11px;}
.pagingOf {float:left;font-size:11px;padding:0 8px}
.currentpage{float:left;padding:0 3px;float:left;}
.pagingRight {width:200px;float:right;text-align:right;}
div.pagingRight a { font-size:11px;}
.kudosLayer {width:100px;position:absolute;font-size:11px;border-top:1px solid #999;border-left:1px solid #999;border-right:2px solid #999;border-bottom:2px solid #999;margin:20px 0 0 -90px;}
.kudosLayer table { font-size:11px;}
.cmtcell {float:left;margin-right:7px;}
.spacer, .commentSpacer {height:1px;}
.blog, .blogComments {text-align:left;}
.blogSubject {padding:10px 0px 5px 0px;}
.blogContent {padding:5px 0px 5px 0px;}
.blogContentInfo {padding:5px 0px 10px 0px; font-weight:bold !important;}
function showKudoOptions(divId)
{
var KudoOptions = document.getElementById("Panel" + divId);
if(KudoOptions != null)
KudoOptions.style.display = "block";
}
function giveKudos(userId, friendId, blogId, kudos, divId)
{
if(kudos > 0)
{
Sys.Net.WebServiceProxy.invoke("/Modules/BlogV2/Services/BlogWS.asmx", "addKudos", false, {"userId":userId, "friendId":friendId, "blogId":blogId, "kudos":kudos, "divId":divId}, OnSucceeded, null, null, 3000);
}
var KudoOptions = document.getElementById("Panel" + divId);
if(KudoOptions != null)
KudoOptions.style.display = "none";
}
function OnFailed(error)
{
alert("Failed: " + error.get_message());
}
function OnSucceeded(result, eventArgs)
{
var r = Sys.Serialization.JavaScriptSerializer.deserialize(result);
var lblKudos = document.getElementById("KudoCount" + r.divId);
if(lblKudos != null)
lblKudos.innerHTML = parseInt(lblKudos.innerHTML) + parseInt(r.kudos) + " Kudos";
var divKudos = document.getElementById("KudoSideList");
if(divKudos != null)
divKudos.style.display = "block";
var ltlNewKudo = document.getElementById("NewlyAddedKudos");
if(ltlNewKudo != null)
ltlNewKudo.innerHTML = r.currentUserUrl + "(" + r.kudos + ")";
}
function onCommentPostedPopup(popup, eventArgs){
if(eventArgs.data.indexOf('cmtCount_') > -1)
{
window.location = window.location.href;
// Increment Comment Count;
//var cmtCountDiv = document.getElementById(eventArgs.data);
//if(cmtCountDiv != null)
// cmtCountDiv.innerHTML = parseInt(cmtCountDiv.innerHTML) + 1 + " Comments";
}
}
MySpace.Ads = {};
Body{text-align:center;font-family:Verdana;color:#000000;font-size:11px;text-decoration:none;background-attachment:fixed;background-color:#FFFFFF;background-image:url();background-position:center;background-repeat:no-repeat;}
:link{font-family:Verdana;color:#003399;font-size:11px;text-decoration:underline;}
a:link{font-family:Verdana;color:#003399;font-size:11px;text-decoration:underline;}
a:visited{font-family:Verdana;color:#003399;font-size:11px;text-decoration:underline;}
a:active{font-family:Verdana;color:#003399;font-size:11px;text-decoration:none;}
table.main{width:90%;border:none;}
table.main TD,table.main TR{border:none;}
table.nav{font-family:Verdana;color:#000000;font-size:11px;}
table.header{width:100%;background-color:#D5E8FB;border:1px solid;border-color:#000000;}
table.header TH{font-family:Verdana;color:#000000;font-size:23px;text-decoration:none;font-weight:normal;border:none;}
table.header TD{font-family:Verdana;color:#000000;font-size:11px;text-decoration:none;border:none;}
table.profile{width:100%;border:1px solid;border-color:#B1D0F0;background-color:#ffffff;text-align:center;}
table.profile TD{font-family:Verdana;color:#000000;font-size:8pt;text-decoration:none;border:none;}
table.blog{width:100%;font-size:11px;font-family:verdana;color:#000000;word-wrap:break-word;background-color:#B1D0F0;}
.blogTimeStamp{font-size:11px;font-family:verdana;color:#000000;font-weight:bold;background-color:#B1D0F0;text-align:left;}
.blogSubject{font-size:11px;font-family:verdana;color:#000000;font-weight:bold;background-color:#B1D0F0;text-align:left;}
.blogContent{font-size:11px;font-family:verdana;color:#000000;font-weight:normal;}
.blogContentInfo{font-size:11px;font-family:verdana;color:#000000;font-weight:normal;}
.blogCommentsProfile{width:25%;font-size:11px;font-family:verdana;color:#000000;font-weight:bold;background-color:#FF9933;text-align:center;}
.blogComments{background-color:#F9D6B4;}
.blogCommentsContent{font-size:11px;font-family:verdana;color:#000000;}
.spacer{height:2;background-color:#FFFFFF;}
.commentSpacer{height:2;background-color:#FFFFFF;}