<?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: Ad blocking begins to have an economic effect</title>
	<atom:link href="http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 05:44:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Andy</title>
		<link>http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/comment-page-1/#comment-1901</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 06 Mar 2005 00:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/#comment-1901</guid>
		<description>Hmmm, methinks I&#039;d really want to visit a site real bad to go through turning blockers off just to please the person who runs it. Now let me see ... &lt;em&gt;Environmental, Chemistry &amp; Hazardous Materials Information &amp; Resources&lt;/em&gt; ... nope, can&#039;t be bothered. I am sure my lost visit will be devestating. :)</description>
		<content:encoded><![CDATA[<p>Hmmm, methinks I&#8217;d really want to visit a site real bad to go through turning blockers off just to please the person who runs it. Now let me see &#8230; <em>Environmental, Chemistry &#038; Hazardous Materials Information &#038; Resources</em> &#8230; nope, can&#8217;t be bothered. I am sure my lost visit will be devestating. <img src='http://www.geekrant.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/comment-page-1/#comment-1553</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 28 Feb 2005 03:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/#comment-1553</guid>
		<description>The script works by testing for the presence or absence specific objects including images and for their CSS state.  For those concerned about Lynx users or those who use dynamic Braille displays, have no fear. They are unaffected by this script.  In fact, if you test the site using Lynx, you&#039;ll find that only does it work in Lynx, but that great pains have been taken to make it fairly Lynx/text browser friendly.  How often do you find a site that actually thinks about text browsers and dynamic Braille displays?

BTW: the reason Google&#039;s popup blocker does not cause problems when people are accessing my site is because I don&#039;t use popup ads, which is all Google&#039;s toolbar blocks (read my programming notes you quoted).</description>
		<content:encoded><![CDATA[<p>The script works by testing for the presence or absence specific objects including images and for their CSS state.  For those concerned about Lynx users or those who use dynamic Braille displays, have no fear. They are unaffected by this script.  In fact, if you test the site using Lynx, you&#8217;ll find that only does it work in Lynx, but that great pains have been taken to make it fairly Lynx/text browser friendly.  How often do you find a site that actually thinks about text browsers and dynamic Braille displays?</p>
<p>BTW: the reason Google&#8217;s popup blocker does not cause problems when people are accessing my site is because I don&#8217;t use popup ads, which is all Google&#8217;s toolbar blocks (read my programming notes you quoted).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/comment-page-1/#comment-1549</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 27 Feb 2005 23:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/#comment-1549</guid>
		<description>If you turn off image loading, it behaves just the same as if you have adblocker running.  Which is a bastard for the lynx user.  This is consistent with my read of the code, which a) demands javascript; and b) checks for loaded images.

From a javascript comment:
&lt;blockquote&gt;//	While trying to decode this script, please keep in mind that although we require users to
//	view our ads, WE DO NOT USE POPUPS, POPUNDERS nor rich media ads (e.g. flash).

//	Without advertising revenues to pay the cost of operating this site, it would not exist.
//	We simply ask that ALL USERS of this site, do their fair part in helping to pay the bills.
//	We do not ask users to act on our ads, only that the ads be allowed to display.
&lt;/blockquote&gt;
Which repeats the argument I&#039;ve listed above.  Anyho, the code contains a &lt;code&gt;function hlcxxt()&lt;/code&gt;, which I suspect is a function name with the &#039;xx&#039; swapped for &#039;un&#039;.  Angry programmer.</description>
		<content:encoded><![CDATA[<p>If you turn off image loading, it behaves just the same as if you have adblocker running.  Which is a bastard for the lynx user.  This is consistent with my read of the code, which a) demands javascript; and b) checks for loaded images.</p>
<p>From a javascript comment:</p>
<blockquote><p>//	While trying to decode this script, please keep in mind that although we require users to<br />
//	view our ads, WE DO NOT USE POPUPS, POPUNDERS nor rich media ads (e.g. flash).</p>
<p>//	Without advertising revenues to pay the cost of operating this site, it would not exist.<br />
//	We simply ask that ALL USERS of this site, do their fair part in helping to pay the bills.<br />
//	We do not ask users to act on our ads, only that the ads be allowed to display.
</p></blockquote>
<p>Which repeats the argument I&#8217;ve listed above.  Anyho, the code contains a <code>function hlcxxt()</code>, which I suspect is a function name with the &#8216;xx&#8217; swapped for &#8216;un&#8217;.  Angry programmer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Bevan</title>
		<link>http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/comment-page-1/#comment-1537</link>
		<dc:creator>Phil Bevan</dc:creator>
		<pubDate>Sun, 27 Feb 2005 00:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/#comment-1537</guid>
		<description>I&#039;ve just checked my settings and its set to run javascript.

Most peculair.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just checked my settings and its set to run javascript.</p>
<p>Most peculair.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/comment-page-1/#comment-1405</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 25 Feb 2005 07:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekrant.org/2005/02/25/ad-blocking-begins-to-have-an-economic-effect/#comment-1405</guid>
		<description>Tried with IE and Google toolbar/ad-blocker. It showed a warning about Javascript, then loaded the page correctly. Does your setup not run Javascript properly or something?</description>
		<content:encoded><![CDATA[<p>Tried with IE and Google toolbar/ad-blocker. It showed a warning about Javascript, then loaded the page correctly. Does your setup not run Javascript properly or something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

