<?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>Web Do&#039;s &#38; Don&#039;ts &#187; IE</title>
	<atom:link href="http://webdosanddonts.com/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Wed, 18 May 2011 22:30:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Don’t use HTTP based resources on a HTTPS page</title>
		<link>http://webdosanddonts.com/dont-use-http-based-resources-on-a-https-page</link>
		<comments>http://webdosanddonts.com/dont-use-http-based-resources-on-a-https-page#comments</comments>
		<pubDate>Sun, 07 Mar 2010 20:35:27 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=944</guid>
		<description><![CDATA[Internet Explorer interrupts the download and displays a confirmation dialog whenever it detects the use of mixed content on a secure page. In IE 7 and ealier, this dialog would cause annoyance to users but generally didn’t cause any other significant problems because most users would click on the Yes button and allow non-secure content [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer interrupts the download and displays a confirmation dialog whenever it detects the use of mixed content on a secure page.</p>
<p>In <strong>IE 7 and ealier</strong>, this dialog would cause annoyance to users but generally didn’t cause any other significant problems because most users would click on the <strong>Yes button</strong> and allow non-secure content to be downloaded. However, the wording in the <strong>IE 8</strong> version of this dialog has changed and to download the content a user would now have to click on the <strong>No button</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-http-based-resources-on-a-https-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use protocol relative paths to CSS files</title>
		<link>http://webdosanddonts.com/dont-use-protocol-relative-paths-to-css-files</link>
		<comments>http://webdosanddonts.com/dont-use-protocol-relative-paths-to-css-files#comments</comments>
		<pubDate>Wed, 24 Feb 2010 18:53:03 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=942</guid>
		<description><![CDATA[Internet Explorer 7 &#038; 8 will download stylesheets twice if the http(s) protocol is missing.]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 7 &#038; 8 will download stylesheets twice if the http(s) protocol is missing.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-protocol-relative-paths-to-css-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add display:inline to floated elements</title>
		<link>http://webdosanddonts.com/add-displayinline-to-floated-elements</link>
		<comments>http://webdosanddonts.com/add-displayinline-to-floated-elements#comments</comments>
		<pubDate>Mon, 11 May 2009 23:38:42 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=168</guid>
		<description><![CDATA[You can easily avoid IE double float-margin bug and IE text indent bug, simply by adding display:inline to your floated elements.]]></description>
			<content:encoded><![CDATA[<p>You can easily avoid IE double float-margin bug and IE text indent bug, simply by adding <code>display:inline</code> to your floated elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/add-displayinline-to-floated-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use IE Conditional Comments</title>
		<link>http://webdosanddonts.com/use-ie-conditional-comments</link>
		<comments>http://webdosanddonts.com/use-ie-conditional-comments#comments</comments>
		<pubDate>Fri, 24 Apr 2009 09:24:36 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Conditional comments]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=40</guid>
		<description><![CDATA[Conditional comments apply only to Internet Explorer. They give information that only IE will use which makes them perfect for, say, IE-specific CSS.]]></description>
			<content:encoded><![CDATA[<p>Conditional comments apply only to Internet Explorer. They give information that only IE will use which makes them perfect for, say, IE-specific CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-ie-conditional-comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

