<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: One more tech bleg</title>
	<atom:link href="http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/</link>
	<description>Remember, I do this to entertain me... not you.</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:45:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sam</title>
		<link>http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/comment-page-1/#comment-20201</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 19 Aug 2005 03:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.saysuncle.com/archives/2005/08/18/one_more_tech_bleg/#comment-20201</guid>
		<description>Xrlg, fudge, you&#039;re funny.  Hope you got the answer you needed, &#039;cause I can&#039;t help.</description>
		<content:encoded><![CDATA[<p>Xrlg, fudge, you&#8217;re funny.  Hope you got the answer you needed, &#8217;cause I can&#8217;t help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/comment-page-1/#comment-20176</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 19 Aug 2005 01:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.saysuncle.com/archives/2005/08/18/one_more_tech_bleg/#comment-20176</guid>
		<description>in the stylesheet, find :

#sidebar {
	border-top: 1px solid black;
	border-bottom: 1px solid black;

change or remove the border references....cuz if you scroll the page down, you got one down
there too.</description>
		<content:encoded><![CDATA[<p>in the stylesheet, find :</p>
<p>#sidebar {<br />
	border-top: 1px solid black;<br />
	border-bottom: 1px solid black;</p>
<p>change or remove the border references&#8230;.cuz if you scroll the page down, you got one down<br />
there too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlphaPatriot</title>
		<link>http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/comment-page-1/#comment-20129</link>
		<dc:creator>AlphaPatriot</dc:creator>
		<pubDate>Thu, 18 Aug 2005 23:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.saysuncle.com/archives/2005/08/18/one_more_tech_bleg/#comment-20129</guid>
		<description>BTW, would you &lt;b&gt;please&lt;/b&gt; consider increasing the number of characters in your RSS feed? Perhaps even publishing the whole thing? When I look for other bloggers doing posting on a specific story I search using my RSS reader (200 blogs and growing). If I don&#039;t find it there, I don&#039;t link to it so if you don&#039;t mention the words I search for in the first couple of lines of your post then I don&#039;t read it. I &lt;i&gt;know&lt;/i&gt; you post on more stuff that I want to read!</description>
		<content:encoded><![CDATA[<p>BTW, would you <b>please</b> consider increasing the number of characters in your RSS feed? Perhaps even publishing the whole thing? When I look for other bloggers doing posting on a specific story I search using my RSS reader (200 blogs and growing). If I don&#8217;t find it there, I don&#8217;t link to it so if you don&#8217;t mention the words I search for in the first couple of lines of your post then I don&#8217;t read it. I <i>know</i> you post on more stuff that I want to read!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlphaPatriot</title>
		<link>http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/comment-page-1/#comment-20128</link>
		<dc:creator>AlphaPatriot</dc:creator>
		<pubDate>Thu, 18 Aug 2005 23:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.saysuncle.com/archives/2005/08/18/one_more_tech_bleg/#comment-20128</guid>
		<description>OK, I&#039;m just guessing here, but . . .

The bar is totally unrelated to the graphic because the graphic is 720 pixels wide and ends in the middle of that bar.

Thus I hypothisize that the bar is related to the column. 

To start the column you have a div with an &quot;id=sidebar&quot;. Your CSS says:
#sidebar {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

That says to put a border at the top and another at the bottom. Sure enough, there is another bar at the bottom just under &quot;Terms of Use &amp; Legalese&quot; where the div ends and the next div (footer) starts.

I suggest removing the &quot;border-top&quot; from your sidebar element and seeing if that fixes the problem.

BTW, there&#039;s a line out to the right of your footer that&#039;s just sorta sitting there floating in space for no apparent reason. Your CSS reads:
#footer {
	background-color: #fff;
	border-right: 1px solid #959596;
	}

I recommend removing the &quot;border-right&quot; line.

So &#039;tis not &quot;stupid PHP&quot; but rather &quot;stupid CSS&quot;, a much more common complaint and one I heartedly agree with.

And I just don&#039;t think that newer guns are superior to my 1911. Just less complicated, less pretty and more like a toy.  You&#039;ll take my Kimber from me when I can trade it in for a laser gun or maybe one of the Trekkie phasers, not before.</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;m just guessing here, but . . .</p>
<p>The bar is totally unrelated to the graphic because the graphic is 720 pixels wide and ends in the middle of that bar.</p>
<p>Thus I hypothisize that the bar is related to the column. </p>
<p>To start the column you have a div with an &#8220;id=sidebar&#8221;. Your CSS says:<br />
#sidebar {<br />
	border-top: 1px solid black;<br />
	border-bottom: 1px solid black;<br />
	}</p>
<p>That says to put a border at the top and another at the bottom. Sure enough, there is another bar at the bottom just under &#8220;Terms of Use &amp; Legalese&#8221; where the div ends and the next div (footer) starts.</p>
<p>I suggest removing the &#8220;border-top&#8221; from your sidebar element and seeing if that fixes the problem.</p>
<p>BTW, there&#8217;s a line out to the right of your footer that&#8217;s just sorta sitting there floating in space for no apparent reason. Your CSS reads:<br />
#footer {<br />
	background-color: #fff;<br />
	border-right: 1px solid #959596;<br />
	}</p>
<p>I recommend removing the &#8220;border-right&#8221; line.</p>
<p>So &#8217;tis not &#8220;stupid PHP&#8221; but rather &#8220;stupid CSS&#8221;, a much more common complaint and one I heartedly agree with.</p>
<p>And I just don&#8217;t think that newer guns are superior to my 1911. Just less complicated, less pretty and more like a toy.  You&#8217;ll take my Kimber from me when I can trade it in for a laser gun or maybe one of the Trekkie phasers, not before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SayUncle</title>
		<link>http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/comment-page-1/#comment-20127</link>
		<dc:creator>SayUncle</dc:creator>
		<pubDate>Thu, 18 Aug 2005 22:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.saysuncle.com/archives/2005/08/18/one_more_tech_bleg/#comment-20127</guid>
		<description>H&amp;K&#039;s are fine guns. Can&#039;t go wrong with them.  I&#039;m no fan of 1911s as newer guns on the market (like the H&amp;K, Glock and Sig) are superior.  For the price of one of those conversion kits, you can just buy a 22 pistol (like a walther p22).  I&#039;d just get the Walther and then you don&#039;t have to swap barrels and slides.</description>
		<content:encoded><![CDATA[<p>H&amp;K&#8217;s are fine guns. Can&#8217;t go wrong with them.  I&#8217;m no fan of 1911s as newer guns on the market (like the H&amp;K, Glock and Sig) are superior.  For the price of one of those conversion kits, you can just buy a 22 pistol (like a walther p22).  I&#8217;d just get the Walther and then you don&#8217;t have to swap barrels and slides.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d</title>
		<link>http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/comment-page-1/#comment-20126</link>
		<dc:creator>d</dc:creator>
		<pubDate>Thu, 18 Aug 2005 22:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.saysuncle.com/archives/2005/08/18/one_more_tech_bleg/#comment-20126</guid>
		<description>SayUncle - I had previously asked about the Glock. I had actually been shooting (it was 7 seven years ago now) a H&amp;K USP45. Having spoken to the owner, I&#039;m going to go that way I think. He also recommended &quot;a 911 government model with a 22 conversion unit so I can blast away all day for a couple of dollars&quot;. Thought that was pretty cool as well...</description>
		<content:encoded><![CDATA[<p>SayUncle &#8211; I had previously asked about the Glock. I had actually been shooting (it was 7 seven years ago now) a H&amp;K USP45. Having spoken to the owner, I&#8217;m going to go that way I think. He also recommended &#8220;a 911 government model with a 22 conversion unit so I can blast away all day for a couple of dollars&#8221;. Thought that was pretty cool as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SayUncle</title>
		<link>http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/comment-page-1/#comment-20124</link>
		<dc:creator>SayUncle</dc:creator>
		<pubDate>Thu, 18 Aug 2005 21:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.saysuncle.com/archives/2005/08/18/one_more_tech_bleg/#comment-20124</guid>
		<description>I knew I could count on you :)</description>
		<content:encoded><![CDATA[<p>I knew I could count on you <img src='http://www.saysuncle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xrlq</title>
		<link>http://www.saysuncle.com/2005/08/18/one_more_tech_bleg/comment-page-1/#comment-20123</link>
		<dc:creator>Xrlq</dc:creator>
		<pubDate>Thu, 18 Aug 2005 21:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.saysuncle.com/archives/2005/08/18/one_more_tech_bleg/#comment-20123</guid>
		<description>I&#039;m no tech wizard, but my first thought is that you might want to set Insert_Stupid_Annoying_Line_Under_Monkey_Uncle to &quot;no.&quot;</description>
		<content:encoded><![CDATA[<p>I&#8217;m no tech wizard, but my first thought is that you might want to set Insert_Stupid_Annoying_Line_Under_Monkey_Uncle to &#8220;no.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

