Jay Anderson-Taylor's Blog


Andrew Anderson-Taylor was born in Richmond Va., to his mother Marvell Gross-Taylor and father James A. Taylor, Sr. on October 20th, 1963. I was barely two year old when we all moved to DC and into a one bedroom apartment in SE DC just off MLK Ave., it was just up the street from where the big Chair sits today, a DC landmark. My mom would later move us to the projects of East Capital dwellings in SE Washington DC (a true urban ghetto) in attempt to get away from my father who was an abusive alcoholic . There in the projects I would attend Shad Elementary school. Were I soon would exhibit a great propensity towards drawing by the age of five. Though I was only five, I could easily out draw many of the older children. Although I could draw very well, I still struggled academically throughout my schooling. I finally discovered poetry while enrolled at Washington Dix Street Academy in NE DC; there I would read the works of Langston Hughes and Maya Angelou, both of these writers would have a profound effect on my life and help me to discover my talent for writing. I still continued to draw, but writing had taken on a whole new meaning for me in my life. I would save many of my poems that I wrote back then and many of which I did include into this first book. Look for some of the others poems that were not included in this book, to surely be in some of my future books! I'm still a DC Police officer in our Nation’s Capital today. During my career as an officer, I have never lost touch with my love of poetry and art, sometimes as I would be on patrol on the streets, I would find myself during down times just scribbling out some short poetry onto blank pieces of paper that I would keep on my clip board in my police car. I was appointed to the Metropolitan Police Department on July 17, 1989. Though recently I was diagnosed with colon cancer in 2002 and suffered the set back of two major surgeries. I'm currently now a five year cancer survivor and loving each day of my life. People sometimes ask me, why did I become a cop in the first place? I became a cop to make a difference in this city, were I had spent most of my life growing up. Though much has yet to change in the city? I still continue to try and make a difference in this city that I love so dearly. I have a number of other books that I'm currently working on and I hope that if you do buy my first book Urban Expressions I? You will most certainly want to consider adding my next book Urban Expressions II to your collection as well. I look forward to finishing it and sharing it with all of you! I would like to thank you in advance for your purchase of my book and your support!
| |
Most Recent Blog Post
My Book
|
|
Blog Posted:12/18/2008 4:22:00 PM
|
|
<P align=center><A href="http://www.amazon.com/Urban-Expressions-Jay-Andrew-Anderson-Taylor/dp/0974052043/ref=pd_rhf_p_t_1"><STRONG>Buy Urban Expressions online TODAY! Support the arts!</STRONG></A></P>
<DIV id=mainsubheader>
<DIV id=contentsubheader>
<DIV id=subheaderlinks><A href="http://astore.amazon.com/peasbooempub-20/cart"><IMG height=20 alt="Shopping Cart" src="http://g-ecx.images-amazon.com/images/G/01/associates/storebuilder/btn_cart2._V46788370_.png" width=25 align=absMiddle border=0 name=pngImage></A> <A href="http://astore.amazon.com/peasbooempub-20/cart"><FONT color=#206ba2>Shopping Cart</FONT></A> </DIV>
<DIV id=subheadertitle>Product Details</DIV></DIV></DIV>
<DIV id=content>
<TABLE id=detailheader cellSpacing=0>
<TBODY>
<TR>
<TD id=detailImage>
<DIV class=relative><A id=imageViewerLink href="http://astore.amazon.com/peasbooempub-20/images/0974052043" target=ImageView><IMG id=detailProductImage alt="Urban Expressions I" src="http://ecx.images-amazon.com/images/I/51lZDy9f3%2BL._SL210_.jpg"></A> </DIV></TD>
<TD>
<DIV id=titleAndByLine>
<H2>Urban Expressions I<BR><SPAN class=by><FONT size=2>By Jay Andrew Anderson-Taylor</FONT></SPAN> </H2></DIV>
<TABLE id=prices>
<TBODY>
<TR id=ourprice>
<TD class=pricelabel><SPAN>Price: </SPAN></TD>
<TD><SPAN class=amount id=detailOfferPrice><STRONG>$11.99</STRONG></SPAN><SPAN class=supersaver> & eligible for FREE Super Saver Shipping on orders over $25. </SPAN><A onclick="popUp(this.href); return false;" href="http://www.amazon.com/gp/help/customer/display.html?tag=peasbooempub-20&linkCode=sb1&camp=212353&creative=380561&pop-up=1&nodeId=527692">Details </A></TD></TR></TBODY></TABLE>
<FORM id=addToCartForm name=buybox action=/peasbooempub-20/cart/add/0974052043 method=post><INPUT id=buybutton type=image height=27 alt="Add to cart" width=159 src="http://g-ecx.images-amazon.com/images/G/01/associates/storebuilder/add-to-cart-yellow._V46788356_.png" border=0 name=pngImage> </FORM><BR>
<P><B>Availability: </B>Usually ships in 24 hours<BR>Ships from and sold by Amazon.com<BR></P>
<P><A href="http://www.amazon.com/gp/offer-listing/0974052043?tag=peasbooempub-20&linkCode=sb1&camp=212353&creative=380553" target=_blank><FONT color=#206ba2>3 new or used available from $11.99</FONT></A> </P>Average customer review: <IMG height=11 src="http://images.amazon.com/images/G/01/associates/network/star45_tpng.png" width=56 name=pngImage><BR></TD></TR></TBODY></TABLE>
<SCRIPT type=text/javascript>
function registerNamespace(ns)
{
var parts = ns.split(".");
var root = window;
for(var i = 0; i < parts.length; i++)
{
if(!root[parts[i]])
{
root[parts[i]] = new Object();
}
root = root[parts[i]];
}
}
registerNamespace('Associates.Util');
Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element)
{
if(!parent_element){ parent_element = document; }
var tags = parent_element.getElementsByTagName(tag);
var class_tags = new Array();
var class_regex = new RegExp("\\b" + class_name + "\\b");
for (var i = 0; i < tags.length; i++)
{
if(tags[i].className.match(class_regex))
{
class_tags.push(tags[i]);
}
}
return class_tags;
}
Associates.Util.findAncestor = function(child, test)
{
var test_func;
if(typeof test == 'object')
{
test_func = function(obj){ return obj == test };
}
else if (typeof test == 'string')
{
test_func = function(obj){ return obj.nodeName == test };
}
else
{
test_func = test;
}
while(child && !test_func(child))
{
child = child.parentNode;
}
return child;
}
Associates.Util.getSelectedRadio = function(form, radioName)
{
if (typeof form == 'string') { form = document.forms[form]; }
for (var i = 0; i < form[radioName].length; i++)
{
if (form[radioName][i].checked)
{
return form[radioName][i].value;
}
}
return undefined;
}
function AttachEventListener(object, event, handler, useCapture)
{
if( !useCapture )
{
useCapture = false;
}
if( object.addEventListener )
{
object.addEventListener(event, handler, useCapture);
}
else
{
object.attachEvent('on' + event, handler);
}
}
registerNamespace('Assoc.DOMEvent');
Assoc.DOMEvent.AddHandler = function(object, event, handler, context)
{
var event_handler;
if(context)
event_handler = function(event){ handler.call(context, event) };
else
event_handler = handler;
AttachEventListener(object, event, event_handler);
}
function GetEventTarget(event)
{
return (event.target)? event.target : event.srcElement;
}
//borrowed from quirksmode. Stops event bubbling.
function StopEventPropagation(event)
{
if(!event) { event = window.event; }
//MSIE
event.cancelBubble = true;
//w3c
if(event.stopPropagation) { event.stopPropagation(); }
}
function StopEventDefault(event)
{
if(!event) { event = window.event; }
//MSIE
event.returnValue = false;
//w3c
if(event.preventDefault) { event.preventDefault() };
}
//does both StopEventPropogation and StopEventDefault
function StopEvent(event)
{
StopEventDefault(event);
StopEventPropagation(event);
}
function mouseOverFromElement(event)
{
return (event.relatedTarget)? event.relatedTarget : event.fromTarget;
}
function mouseOutToElement(event)
{
return (event.relatedTarget)? event.relatedTarget : event.toTarget;
}
var wImages;
var link = document.getElementById('imageViewerLink');
function openImageViewer(event)
{
if (wImages == null || wImages.closed)
{
wImages = window.open(link.href, 'ImageView',
'width=625,height=700,scrollbars,resizable');
}
else
{
wImages.location = link.href;
}
wImages.focus();
return false;
}
AttachEventListener(link, 'click', openImageViewer);
</SCRIPT>
<DIV id=productDescription>
<H2>Product Description</H2>
<P>Updated January 2005. "It may be a line from a book or a verse from a poem. You see words are the paint and your mind becomes the canvas. Poetry is my tool that I use to tell a story of days gone by or a lesson learned or one yet to be learned..."</P></DIV>
<DIV id=productDetails>
<HR>
<H2>Product Details</H2>
<UL>
<LI>Amazon Sales Rank: #2880088 in Books
<LI>Published on: 2005-01-28
<LI>Released on: 2005-01-28
<LI>Binding: Paperback
<LI>76 pages </LI></UL></DIV></DIV>
|
|
|
My Poems
|
| Date Posted | Poem Title | Form | Categories |
| 2/14/2013 | Valentines Day wish for you | Light Poetry | devotion,love,valentines |
| 11/28/2012 | Promises unfulfilled | Lay | death,epic,love,uplifting |
| 11/2/2012 | bleeding heart cry | Dramatic Verse (Verse Drama) | lost loveheart,heart,love |
| 9/27/2012 | Weak flesh | Light Poetry | black african american,vi |
| 9/22/2012 | Grounded by flesh | Light Poetry | faith,religion,social, |
| 9/11/2012 | God's Baskets | Pastoral | faith,religion,father,fat |
| 9/11/2012 | Our Rights | Lay | religion,social,marriage, |
| 9/6/2012 | The VOTE | Lay | black african american,ho |
| 7/26/2012 | The Keeper | Light Poetry | depression,faith,friendsh |
| 7/17/2012 | I said what I was | Light Poetry | inspirational,life,people |
| 7/6/2012 | Stranger in danger | Lyric | happiness,loss,lost love, |
| 6/14/2012 | Cupids killer | Limerick | death,depression,romance, |
| 6/14/2012 | Is not so | Didactic | history,life,philosophy,v |
| 6/14/2012 | Misdirection | Didactic | education,hope,inspiratio |
| 6/11/2012 | I thought | Light Poetry | dedication,education,phil |
| 5/17/2012 | Go-Go Soul | Bio | black african american,de |
| 5/5/2012 | Understood | Light Poetry | caregiving,childhood,fath |
| 12/28/2011 | Am I still a man | Light Poetry | inspirational,philosophy, |
| 11/17/2011 | Lead or non leader | Lay | philosophy, |
| 11/9/2011 | Changing | Lay | dedication,faith,visionar |
| 11/8/2011 | Changer | Lay | dedication,faith,inspirat |
| 10/31/2011 | VOID | Lay | lost love,earth,time, |
| 10/6/2011 | SELFISH | Lay | philosophy,words, |
| 9/25/2011 | Do i | Light Poetry | confusion, |
| 9/22/2011 | Bread for a day | Light Poetry | education,inspirational,o |
|
|
|