<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: Sick of advertisements? Here&#039;s how to get rid of them&#8230;</title>
	<atom:link href="http://www.semiologic.com/2005/03/14/sick-of-advertisements-heres-how-to-get-rid-of-them/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semiologic.com/2005/03/14/sick-of-advertisements-heres-how-to-get-rid-of-them/</link>
	<description>Meaningful Technology</description>
	<lastBuildDate>Mon, 31 Jan 2011 11:23:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/03/14/sick-of-advertisements-heres-how-to-get-rid-of-them/#comment-788</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Mon, 01 Aug 2005 20:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/03/14/say-goodbye-to-those-pesky-advertisements/#comment-788</guid>
		<description>it only understands html, sadly. it&#039;s a plugin that the theme features as a one click install, yeah. :)</description>
		<content:encoded><![CDATA[<p>it only understands html, sadly. it&#039;s a plugin that the theme features as a one click install, yeah. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carsong</title>
		<link>http://www.semiologic.com/2005/03/14/sick-of-advertisements-heres-how-to-get-rid-of-them/#comment-787</link>
		<dc:creator>carsong</dc:creator>
		<pubDate>Mon, 01 Aug 2005 11:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/03/14/say-goodbye-to-those-pesky-advertisements/#comment-787</guid>
		<description>Thanks!  Excellent.

You know what would be really cool??  If I could just right click on an element in a page and choose, dont&#039; display stuff like this...

kinda like how adblock works, but more sophisticated i suppose.

What ??  ah man, that&#039;s really cool.

A REALTIME PREVIEW!!!! who woulda thunk it.

Is that a feature of your semiologic theme?  That&#039;s great.

Does it understand markup?  &quot;my website&quot;:http://mindless.tv

mabye i&#039;m not marking up correctly.  still it&#039;s cool.  (AJAX???)</description>
		<content:encoded><![CDATA[<p>Thanks!  Excellent.</p>
<p>You know what would be really cool??  If I could just right click on an element in a page and choose, dont&#039; display stuff like this&#8230;</p>
<p>kinda like how adblock works, but more sophisticated i suppose.</p>
<p>What ??  ah man, that&#039;s really cool.</p>
<p>A REALTIME PREVIEW!!!! who woulda thunk it.</p>
<p>Is that a feature of your semiologic theme?  That&#039;s great.</p>
<p>Does it understand markup?  &#034;my website&#034;:<a  href="http://mindless.tv" rel="nofollow">http://mindless.tv</a></p>
<p>mabye i&#039;m not marking up correctly.  still it&#039;s cool.  (AJAX???)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/03/14/sick-of-advertisements-heres-how-to-get-rid-of-them/#comment-762</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Thu, 21 Jul 2005 10:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/03/14/say-goodbye-to-those-pesky-advertisements/#comment-762</guid>
		<description>you could disguise them into normal text, but it&#039;s a little complex and needs to be done on a case by case basis: you&#039;ll want to use a custom css file and set the style to `display: none ! important;` as relevant.

for instance, with Firefox, in:

Application Data\Mozilla\Firefox\Profiles\your-profile\chrome

my userContent.css file contains:

&lt;blockquote&gt;@import url(chrome://flashblock/content/flashblock.css);

.adText { display: none ! important; }

.adHeadline { display: none ! important; }

div#pop {display: none ! important; }&lt;/blockquote&gt;

this blocks many embeded ads, but not all of them. you could imagine doing something like:

&lt;blockquote&gt;a.whatever_class { text-decoration: none ! important; color: black ! important; }&lt;/blockquote&gt;

and the sponsored links will look like normal text</description>
		<content:encoded><![CDATA[<p>you could disguise them into normal text, but it&#039;s a little complex and needs to be done on a case by case basis: you&#039;ll want to use a custom css file and set the style to `display: none ! important;` as relevant.</p>
<p>for instance, with Firefox, in:</p>
<p>Application Data\Mozilla\Firefox\Profiles\your-profile\chrome</p>
<p>my userContent.css file contains:</p>
<blockquote><p>@import url(chrome://flashblock/content/flashblock.css);</p>
<p>.adText { display: none ! important; }</p>
<p>.adHeadline { display: none ! important; }</p>
<p>div#pop {display: none ! important; }</p></blockquote>
<p>this blocks many embeded ads, but not all of them. you could imagine doing something like:</p>
<blockquote><p>a.whatever_class { text-decoration: none ! important; color: black ! important; }</p></blockquote>
<p>and the sponsored links will look like normal text</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carson</title>
		<link>http://www.semiologic.com/2005/03/14/sick-of-advertisements-heres-how-to-get-rid-of-them/#comment-761</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Thu, 21 Jul 2005 09:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/03/14/say-goodbye-to-those-pesky-advertisements/#comment-761</guid>
		<description>HI Denis, I wondered if there is any way to block &quot;sponsored links&quot; ... Those are embedded in the story, and seem like they are links related to the story, but when you click, you go elsewhere.  I hate that trick.  Can I get rid of it with some greasmonkey thing or can adblock strip the &quot;href&quot; off of the sponsored link?</description>
		<content:encoded><![CDATA[<p>HI Denis, I wondered if there is any way to block &#034;sponsored links&#034; &#8230; Those are embedded in the story, and seem like they are links related to the story, but when you click, you go elsewhere.  I hate that trick.  Can I get rid of it with some greasmonkey thing or can adblock strip the &#034;href&#034; off of the sponsored link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/03/14/sick-of-advertisements-heres-how-to-get-rid-of-them/#comment-582</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Sat, 28 May 2005 10:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/03/14/say-goodbye-to-those-pesky-advertisements/#comment-582</guid>
		<description>Well, as much as I agree there is a cost associated to writing the story, I would point out that there is _always_ a better way than advertisement to make money on a web site. Several alternative models exist in addition to pay-per-view, which imho could safely be turned into a &lt;a href=&quot;/2005/02/01/how-to-sell-the-content-of-your-web-site/&quot;&gt;pay-to-follow model&lt;/a&gt; with the advent of micropayments.

Also, I think there is a better way to sell advertisements. It would be to sell sponsored links and stories. It&#039;s not the same as a rude advertisement that flies accross the screen until you click the thing away. In a sponsored link or story scheme, you&#039;re actually recommending someone or his product. And as the story writer, I&#039;ll take the bet you won&#039;t be included to recommend someone you don&#039;t trust at least a minimum.</description>
		<content:encoded><![CDATA[<p>Well, as much as I agree there is a cost associated to writing the story, I would point out that there is _always_ a better way than advertisement to make money on a web site. Several alternative models exist in addition to pay-per-view, which imho could safely be turned into a <a  href="/2005/02/01/how-to-sell-the-content-of-your-web-site/">pay-to-follow model</a> with the advent of micropayments.</p>
<p>Also, I think there is a better way to sell advertisements. It would be to sell sponsored links and stories. It&#039;s not the same as a rude advertisement that flies accross the screen until you click the thing away. In a sponsored link or story scheme, you&#039;re actually recommending someone or his product. And as the story writer, I&#039;ll take the bet you won&#039;t be included to recommend someone you don&#039;t trust at least a minimum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Retzer</title>
		<link>http://www.semiologic.com/2005/03/14/sick-of-advertisements-heres-how-to-get-rid-of-them/#comment-581</link>
		<dc:creator>John Retzer</dc:creator>
		<pubDate>Fri, 27 May 2005 22:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/03/14/say-goodbye-to-those-pesky-advertisements/#comment-581</guid>
		<description>Just one problem with this: If everyone does it, then the people who are bearing the cost (time spent writing, hosting, etc.) will not make any money and will cease to provide content (except for those for whom ego or altruism is the principal reward). 

I used to make my living as a ghostwriter/speechwriter, and during that time no one ever suggested that I provide my services for free. And yet, that is what the no-ad people are suggesting: that I provide my services for free.

As an economist (I now teach economics), the principle lesson for my students is that everything has an associated cost. If people are not making money from advertising, then the only alternative is a pay-per-view model. Television is the best example here. The only way you don&#039;t get advertising is if you pay a premium to see the content in the first place.</description>
		<content:encoded><![CDATA[<p>Just one problem with this: If everyone does it, then the people who are bearing the cost (time spent writing, hosting, etc.) will not make any money and will cease to provide content (except for those for whom ego or altruism is the principal reward). </p>
<p>I used to make my living as a ghostwriter/speechwriter, and during that time no one ever suggested that I provide my services for free. And yet, that is what the no-ad people are suggesting: that I provide my services for free.</p>
<p>As an economist (I now teach economics), the principle lesson for my students is that everything has an associated cost. If people are not making money from advertising, then the only alternative is a pay-per-view model. Television is the best example here. The only way you don&#039;t get advertising is if you pay a premium to see the content in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/03/14/sick-of-advertisements-heres-how-to-get-rid-of-them/#comment-83</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Sat, 19 Mar 2005 08:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/03/14/say-goodbye-to-those-pesky-advertisements/#comment-83</guid>
		<description>And to save you some trouble, here are two good Adblock filters to enter straight away:

    /(\/&#124;\.)ad(&#124;s&#124;x)(\/&#124;\.)/
    pagead*.googlesyndication.com
</description>
		<content:encoded><![CDATA[<p>And to save you some trouble, here are two good Adblock filters to enter straight away:</p>
<p>    /(\/|\.)ad(|s|x)(\/|\.)/<br />
    pagead*.googlesyndication.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>

