<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Design Tips &#187; advertising</title>
	<atom:link href="http://design-tips.com/tag/advertising/feed/" rel="self" type="application/rss+xml" />
	<link>http://design-tips.com</link>
	<description>Where designers share secret tricks</description>
	<lastBuildDate>Thu, 18 Oct 2012 21:15:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Display ads to Internet Explorer users only</title>
		<link>http://design-tips.com/graphic-design/display-ads-to-internet-explorer-users-only/</link>
		<comments>http://design-tips.com/graphic-design/display-ads-to-internet-explorer-users-only/#comments</comments>
		<pubDate>Sun, 22 May 2011 21:25:59 +0000</pubDate>
		<dc:creator>mirkohumbert</dc:creator>
				<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://design-tips.com/?p=285</guid>
		<description><![CDATA[Internet Explorer users are often the ones that care the less about using a good browser or about the web designer&#8217;s development time. If you want to give them extra ads to punish them for using that browser, here is how to do it, insert the following code in your web page: &#60;? if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false): ?&#62; &#60;!-- Insert your ad code in here --&#62; &#60;? endif; ?&#62;]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer users are often the ones that care the less about using a good browser or about the web designer&#8217;s development time. If you want to give them extra ads to punish them for using that browser, here is how to do it, insert the following code in your web page:<br />
<span id="more-285"></span></p>
<pre><code>&lt;? if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false): ?&gt;
&lt;!-- Insert your ad code in here --&gt;
&lt;? endif; ?&gt;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://design-tips.com/graphic-design/display-ads-to-internet-explorer-users-only/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
