<?xml version="1.0" encoding="UTF-8"?><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: God is dead? And I am he?</title>
	<atom:link href="http://tatumweb.com/blog/2006/03/23/god-is-dead-and-im-he/feed/" rel="self" type="application/rss+xml" />
	<link>http://tatumweb.com/blog/2006/03/23/god-is-dead-and-im-he/</link>
	<description>Pentecostal Rumination and Review</description>
	<lastBuildDate>Sun, 29 Apr 2012 15:24:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rich</title>
		<link>http://tatumweb.com/blog/2006/03/23/god-is-dead-and-im-he/comment-page-1/#comment-1400</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 28 Mar 2006 20:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://tatumweb.com/blog/index.php/2006/03/23/god-is-dead-and-im-he/#comment-1400</guid>
		<description>Nah, your code&#039;s there, John. But since was the first time you posted a comment, it got put in my moderation queue. Shouldn&#039;t happen from this point on.

I used some anti image linking code in my htaccess for a while, but I can afford the bandwidth now, and it&#039;s not killing me. If somebody really abuses my reputation I can always implement it, or change the image name.

Some joker using an image of me in an obituary for God doesn&#039;t really bother me. I don&#039;t know why. Partly because I know it&#039;s either a joke, satire, or stupid. And partly because nobody reading that message will know me and the likelihood of somebody thinking God managed to get a picture snapped while driving a Toyota Tercel around town is pretty slim. All things considered.

Plus, I&#039;m pretty handsome, don&#039;t you think? &lt;grin&gt; THe world could use more handsome, overweight, balding guys grinning from web pages here and there.

Rich
&lt;a href=&quot;http://tatumweb.com/blog/&quot;&gt;BlogRodent&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Nah, your code&#8217;s there, John. But since was the first time you posted a comment, it got put in my moderation queue. Shouldn&#8217;t happen from this point on.</p>
<p>I used some anti image linking code in my htaccess for a while, but I can afford the bandwidth now, and it&#8217;s not killing me. If somebody really abuses my reputation I can always implement it, or change the image name.</p>
<p>Some joker using an image of me in an obituary for God doesn&#8217;t really bother me. I don&#8217;t know why. Partly because I know it&#8217;s either a joke, satire, or stupid. And partly because nobody reading that message will know me and the likelihood of somebody thinking God managed to get a picture snapped while driving a Toyota Tercel around town is pretty slim. All things considered.</p>
<p>Plus, I&#8217;m pretty handsome, don&#8217;t you think? <grin> THe world could use more handsome, overweight, balding guys grinning from web pages here and there.</p>
<p>Rich<br />
<a href="http://tatumweb.com/blog/">BlogRodent</a></grin></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John B. Abela</title>
		<link>http://tatumweb.com/blog/2006/03/23/god-is-dead-and-im-he/comment-page-1/#comment-1391</link>
		<dc:creator>John B. Abela</dc:creator>
		<pubDate>Tue, 28 Mar 2006 11:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://tatumweb.com/blog/index.php/2006/03/23/god-is-dead-and-im-he/#comment-1391</guid>
		<description>D&#039;Oh!!   Your website ate my code.... sheesh.</description>
		<content:encoded><![CDATA[<p>D&#8217;Oh!!   Your website ate my code&#8230;. sheesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John B. Abela</title>
		<link>http://tatumweb.com/blog/2006/03/23/god-is-dead-and-im-he/comment-page-1/#comment-1390</link>
		<dc:creator>John B. Abela</dc:creator>
		<pubDate>Tue, 28 Mar 2006 11:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://tatumweb.com/blog/index.php/2006/03/23/god-is-dead-and-im-he/#comment-1390</guid>
		<description>Hmm,

Maybe if you added a bit of code to your .htaccess you might not have this problem :-p

This is what I use to keep the dweabs away....

&lt;code&gt;#
# Kill Remote Image Loading
#
RewriteEngine on
SetEnvIfNoCase Referer &quot;^http://www.johnabela.com/&quot; locally_linked=1
SetEnvIfNoCase Referer &quot;^http://www.johnabela.com$&quot; locally_linked=1
SetEnvIfNoCase Referer &quot;^http://johnabela.com/&quot; locally_linked=1
SetEnvIfNoCase Referer &quot;^http://johnabela.com$&quot; locally_linked=1
SetEnvIfNoCase Referer &quot;^$&quot; locally_linked=1

  Order Allow,Deny
  Allow from env=locally_linked&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hmm,</p>
<p>Maybe if you added a bit of code to your .htaccess you might not have this problem :-p</p>
<p>This is what I use to keep the dweabs away&#8230;.</p>
<p><pre><code>#
# Kill Remote Image Loading
#
RewriteEngine on
SetEnvIfNoCase Referer "^http://www.johnabela.com/" locally_linked=1
SetEnvIfNoCase Referer "^http://www.johnabela.com$" locally_linked=1
SetEnvIfNoCase Referer "^http://johnabela.com/" locally_linked=1
SetEnvIfNoCase Referer "^http://johnabela.com$" locally_linked=1
SetEnvIfNoCase Referer "^$" locally_linked=1

  Order Allow,Deny
  Allow from env=locally_linked</code></pre></p>
]]></content:encoded>
	</item>
</channel>
</rss>

