<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Official SweetSmoke Blog</title>
	<link>http://www.sweetsmokedavidfuller.com/blog</link>
	<description>Thoughts of David Fuller</description>
	<lastBuildDate>Tue, 02 Mar 2010 15:23:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>perspective</title>
		<description>With all the nonsense and hooey out there, it's nice to have some real perspective. What was it Zhou Enlai said when asked about the French Revolution? "It's too soon to say." http://antwrp.gsfc.nasa.gov/apod/astropix.html </description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/03/02/perspective/</link>
			</item>
	<item>
		<title>Even my mother wants to know about it</title>
		<description>The new book is different.  It is not a sequel.  It has a different tone.  It is historical fiction, it happens later than the last book, but still 19th Century.  There are themes that perhaps carry from one book to the other, as writers have their obsessions, conscious and unconscious.  ...</description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/02/23/even-my-mother-wants-to-know-about-it/</link>
			</item>
	<item>
		<title>An entire giant glass of water</title>
		<description>Came out raring to work, put down the big damn glass, and over it went.  Grateful that I do my 3 by 5 cards in pencil.  Books were spared but for two, and they were not borrowed books.  Nor were they expensive or irreplaceable.  So far the keyboard seems finca0oiaunjfa;noieda'er.  </description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/02/16/an-entire-giant-glass-of-water/</link>
			</item>
	<item>
		<title>Scribble scribble scribble</title>
		<description>Eh, Mr. Gibbon?  We are tickling keys with our eye on the Opulent Interiors of the Gilded Age, as well as Old New York in Early Photographs.  Then there are the two books on carriages, and the Historical Atlas of New York City and the catalogues from stores and the ...</description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/02/10/scribble-scribble-scribble/</link>
			</item>
	<item>
		<title>Today&#8217;s post</title>
		<description>We've got thunder and lightning.  We've got a fire in the fireplace, a huge Bugs Bunny mug (that says 'looks, brains, charm -- all that and I'm humble, too') with lemon ginger tea, we've got a cashmere sweater to keep our proverbial butt warm (or at least our chest, neck ...</description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/02/09/todays-post/</link>
			</item>
	<item>
		<title>Is the beer as poor as the grammar?</title>
		<description>Is the beer as poor as the grammar?  Beer commercial.  "Me and Buster are hanging off a cliff and you can only save one of us," says the girl.  C'mon, you've seen it.  Does it annoy you yet?

Me and Buster?  Hey, here's a simple test, advertising executive in charge of ...</description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/01/31/is-the-beer-as-poor-as-the-grammar/</link>
			</item>
	<item>
		<title>Resilience</title>
		<description>Resilience is an excellent word. An elegant word. It has punch. I read in newspapers and magazines the word 'resiliency' when resilience is what they mean. Drives me nuts. </description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/01/30/resilience/</link>
			</item>
	<item>
		<title>I have made a difference</title>
		<description>Yesterday, I read an article by Joe Cowley in the Chicago Sun Times about the Chicago White Sox.  I like his stuff, and find him to be a solid, professional writer.  In the second paragraph, Mr. Cowley wrote "between he and closer Bobby Jenks."  I couldn't help myself.  I posted:

Joe: ...</description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/01/22/i-have-made-a-difference/</link>
			</item>
	<item>
		<title>APOD</title>
		<description>For any of you interested in a terrific perspective on our known universe, today's Astronomy Picture of the Day gives you a small trip to the outer edges of our knowledge.  Go visit. 

http://antwrp.gsfc.nasa.gov/apod/astropix.html

If you're doing this on a day OTHER than January 20, 2010, you might have to go back ...</description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/01/20/apod/</link>
			</item>
	<item>
		<title></title>
		<description>I have been trying to write a post concerning the continuous batting rule in little league.  I can't seem to write it without getting pissed off.  So I am abandoning it for the night, and saying, even though we won on the issue, I feel lousy about it. 

My sons love ...</description>
		<link>http://www.sweetsmokedavidfuller.com/blog/2010/01/20/388/</link>
			</item>
</channel>
</rss>

<html>
<head>
<!--[if lte IE 6]>
<script type="text/javascript">
function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6.
{
   var arVersion = navigator.appVersion.split("MSIE")
   var version = parseFloat(arVersion[1])
   if ((version >= 5.5) && (document.body.filters)) 
   {
      for(var i=0; i<document.images.length; i++)
      {
         var img = document.images[i]
         var imgName = img.src.toUpperCase()
         if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
         {
            var imgID = (img.id) ? "id='" + img.id + "' " : ""
            var imgClass = (img.className) ? "class='" + img.className + "' " : ""
            var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
            var imgStyle = "display:inline-block;" + img.style.cssText 
            if (img.align == "left") imgStyle = "float:left;" + imgStyle
            if (img.align == "right") imgStyle = "float:right;" + imgStyle
            if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
            var strNewHTML = "<span " + imgID + imgClass + imgTitle
            + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
            + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
            + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
            img.outerHTML = strNewHTML
            i = i-1
         }
      }
   }    
}
window.attachEvent("onload", correctPNG);
</script>
<![endif]-->
</head>
<body>

</body>
</html>