<?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: Come on DoubleClick, let&#8217;s get real</title>
	<atom:link href="http://javidjamae.com/2005/06/23/come-on-doubleclick-lets-get-real/feed/" rel="self" type="application/rss+xml" />
	<link>http://javidjamae.com/2005/06/23/come-on-doubleclick-lets-get-real/</link>
	<description>Javid Jamae's thoughts on software, startups, and other things.</description>
	<pubDate>Tue, 07 Feb 2012 19:24:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brendan</title>
		<link>http://javidjamae.com/2005/06/23/come-on-doubleclick-lets-get-real/comment-page-1/#comment-22</link>
		<dc:creator>brendan</dc:creator>
		<pubDate>Thu, 05 Jan 2006 06:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=115#comment-22</guid>
		<description>If you really insist on text-based ads and want to prevent search engines (that listen to robots.txt) from indexing the content, then you should put the ad in an iframe and point it to something restricted by the robots.txt file.  In theory, the robot shouldn't follow the link while at the same time the ad will appear as part of the page.  If you want it to look more in-line you could go fancier with ajax-type stuff but that's another subject... :-)</description>
		<content:encoded><![CDATA[<p>If you really insist on text-based ads and want to prevent search engines (that listen to robots.txt) from indexing the content, then you should put the ad in an iframe and point it to something restricted by the robots.txt file.  In theory, the robot shouldn&#8217;t follow the link while at the same time the ad will appear as part of the page.  If you want it to look more in-line you could go fancier with ajax-type stuff but that&#8217;s another subject&#8230; <img src='http://javidjamae.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javid</title>
		<link>http://javidjamae.com/2005/06/23/come-on-doubleclick-lets-get-real/comment-page-1/#comment-21</link>
		<dc:creator>Javid</dc:creator>
		<pubDate>Tue, 29 Nov 2005 16:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=115#comment-21</guid>
		<description>Yes, there are ways using screen-scraping.  You have to analyze the structure of the page and determine which element in the HTML/XML tree has the ad in it and block it.  You can use a tool like Greasemonkey to do this with Javascript.  But this is much more difficult to maintain than simple URL blocking.   If a site changes the layout of the page, your script would have to change.  So you would have to have site specific code for blocking ads.&lt;br/&gt;&lt;br/&gt;The point is that it is naive to say that advertising as we know it is over.</description>
		<content:encoded><![CDATA[<p>Yes, there are ways using screen-scraping.  You have to analyze the structure of the page and determine which element in the HTML/XML tree has the ad in it and block it.  You can use a tool like Greasemonkey to do this with Javascript.  But this is much more difficult to maintain than simple URL blocking.   If a site changes the layout of the page, your script would have to change.  So you would have to have site specific code for blocking ads.</p>
<p>The point is that it is naive to say that advertising as we know it is over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aljam</title>
		<link>http://javidjamae.com/2005/06/23/come-on-doubleclick-lets-get-real/comment-page-1/#comment-20</link>
		<dc:creator>aljam</dc:creator>
		<pubDate>Thu, 24 Nov 2005 04:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=115#comment-20</guid>
		<description>I don't know about Ad-Block, but there are ways to block Google's text-based ads.  I have done it on my computer.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know about Ad-Block, but there are ways to block Google&#8217;s text-based ads.  I have done it on my computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farid</title>
		<link>http://javidjamae.com/2005/06/23/come-on-doubleclick-lets-get-real/comment-page-1/#comment-19</link>
		<dc:creator>Farid</dc:creator>
		<pubDate>Wed, 06 Jul 2005 23:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=115#comment-19</guid>
		<description>&lt;a HREF="http://www.xav.com/scripts/search/help/1048.html" REL="nofollow"&gt;How to prevent sections of your pages from being indexed&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a HREF="http://www.xav.com/scripts/search/help/1048.html" REL="nofollow">How to prevent sections of your pages from being indexed</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javid</title>
		<link>http://javidjamae.com/2005/06/23/come-on-doubleclick-lets-get-real/comment-page-1/#comment-18</link>
		<dc:creator>Javid</dc:creator>
		<pubDate>Sat, 25 Jun 2005 20:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=115#comment-18</guid>
		<description>1. Go to www.google.com&lt;br/&gt;2. Search for something (e.g. "mortgage")&lt;br/&gt;3. Do whatever you want to try to block the ads on the right side of the page from appearing using AdBlock.&lt;br/&gt;&lt;br/&gt;Yes, if the ads are in a seperate IFrame or appear as an image, you can block them.  But, if they are just plain text that appears on the page, you cannot block them using AdBlock (so far as I know).</description>
		<content:encoded><![CDATA[<p>1. Go to <a href="http://www.google.com" rel="nofollow">http://www.google.com</a><br />2. Search for something (e.g. &#8220;mortgage&#8221;)<br />3. Do whatever you want to try to block the ads on the right side of the page from appearing using AdBlock.</p>
<p>Yes, if the ads are in a seperate IFrame or appear as an image, you can block them.  But, if they are just plain text that appears on the page, you cannot block them using AdBlock (so far as I know).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Reeves</title>
		<link>http://javidjamae.com/2005/06/23/come-on-doubleclick-lets-get-real/comment-page-1/#comment-17</link>
		<dc:creator>Luke Reeves</dc:creator>
		<pubDate>Fri, 24 Jun 2005 19:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=115#comment-17</guid>
		<description>The line "http://pagead2.googlesyndication.com/*" in my adblock file prevents me from seeing any Google textads - what makes you think they're unblockable?</description>
		<content:encoded><![CDATA[<p>The line &#8220;http://pagead2.googlesyndication.com/*&#8221; in my adblock file prevents me from seeing any Google textads - what makes you think they&#8217;re unblockable?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

