<?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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: IE Conditional&#160;Comments</title> <atom:link href="http://davidwalsh.name/ie-conditional-comments/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/ie-conditional-comments</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 10:59:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Noah</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-22395</link> <dc:creator>Noah</dc:creator> <pubDate>Fri, 21 Jan 2011 18:33:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-22395</guid> <description>I do the same. I don&#039;t support IE. It&#039;s too non-compliant for my likes and I don&#039;t have enough development time to cater to the SINGLE browser that has issues with basic Javascript.</description> <content:encoded><![CDATA[<p>I do the same. I don&#8217;t support IE. It&#8217;s too non-compliant for my likes and I don&#8217;t have enough development time to cater to the SINGLE browser that has issues with basic Javascript.</p> ]]></content:encoded> </item> <item><title>By: François Germain</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-17255</link> <dc:creator>François Germain</dc:creator> <pubDate>Fri, 23 Apr 2010 17:52:09 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-17255</guid> <description>Different usage of conditional exceptions :
http://www.cahnory.fr/css/browser-check.html</description> <content:encoded><![CDATA[<p>Different usage of conditional exceptions :<br
/> <a
href="http://www.cahnory.fr/css/browser-check.html" rel="nofollow">http://www.cahnory.fr/css/browser-check.html</a></p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-17192</link> <dc:creator>David Walsh</dc:creator> <pubDate>Tue, 20 Apr 2010 22:32:09 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-17192</guid> <description>@Sam:  That&#039;s ridiculous.</description> <content:encoded><![CDATA[<p>@Sam:  That&#8217;s ridiculous.</p> ]]></content:encoded> </item> <item><title>By: Sam</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-17191</link> <dc:creator>Sam</dc:creator> <pubDate>Tue, 20 Apr 2010 22:27:41 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-17191</guid> <description>I choose NOT to deal with IE.
I usually just send them to a simple web page with a continue button saying:
&quot;This web site will not work with IE.  Use a good web browser like Firefox or Chrome.&quot;</description> <content:encoded><![CDATA[<p>I choose NOT to deal with IE.<br
/> I usually just send them to a simple web page with a continue button saying:<br
/> &#8220;This web site will not work with IE.  Use a good web browser like Firefox or Chrome.&#8221;</p> ]]></content:encoded> </item> <item><title>By: Sam</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-17190</link> <dc:creator>Sam</dc:creator> <pubDate>Tue, 20 Apr 2010 22:27:25 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-17190</guid> <description>I choose NOT to deal with IE.
I usually just send them to a simple web page with a continue button saying:
&quot;This web site will not work with IE.  Use a good web browser like Firefox or Chrome.&quot;</description> <content:encoded><![CDATA[<p>I choose NOT to deal with IE.<br
/> I usually just send them to a simple web page with a continue button saying:<br
/> &#8220;This web site will not work with IE.  Use a good web browser like Firefox or Chrome.&#8221;</p> ]]></content:encoded> </item> <item><title>By: Adel Salah</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-15691</link> <dc:creator>Adel Salah</dc:creator> <pubDate>Thu, 28 Jan 2010 10:50:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-15691</guid> <description>Agree with Edd.Just include all of the scripts and stylesheets using php.PHP get_browser(null,true); function gets the browser name, so...$b=get_browser(null,true);if ($b[browser]==&#039;IE&#039;) {
echo &#039;IE ONLY&#039; ;
}</description> <content:encoded><![CDATA[<p>Agree with Edd.</p><p>Just include all of the scripts and stylesheets using php.</p><p>PHP get_browser(null,true); function gets the browser name, so&#8230;</p><p>$b=get_browser(null,true);</p><p>if ($b[browser]==&#8217;IE&#8217;) {<br
/> echo &#8216;IE ONLY&#8217; ;<br
/> }</p> ]]></content:encoded> </item> <item><title>By: Blake Tallos</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-15357</link> <dc:creator>Blake Tallos</dc:creator> <pubDate>Mon, 18 Jan 2010 07:41:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-15357</guid> <description>Good article Dave! I never heard about this Javascript Framework before - http://code.google.com/p/ie7-js/ (Nice link)</description> <content:encoded><![CDATA[<p>Good article Dave! I never heard about this Javascript Framework before &#8211; <a
href="http://code.google.com/p/ie7-js/" rel="nofollow">http://code.google.com/p/ie7-js/</a> (Nice link)</p> ]]></content:encoded> </item> <item><title>By: Edd Turtle</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-15328</link> <dc:creator>Edd Turtle</dc:creator> <pubDate>Fri, 15 Jan 2010 16:56:11 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-15328</guid> <description>This could be achieved with php though easily enough, right?</description> <content:encoded><![CDATA[<p>This could be achieved with php though easily enough, right?</p> ]]></content:encoded> </item> <item><title>By: Timothy</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-15325</link> <dc:creator>Timothy</dc:creator> <pubDate>Fri, 15 Jan 2010 14:49:53 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-15325</guid> <description>Conditional comments save so much time. And takes away the need for any CSS hack. Hacks are bad!</description> <content:encoded><![CDATA[<p>Conditional comments save so much time. And takes away the need for any CSS hack. Hacks are bad!</p> ]]></content:encoded> </item> <item><title>By: Q_the_novice</title><link>http://davidwalsh.name/ie-conditional-comments/comment-page-1#comment-15324</link> <dc:creator>Q_the_novice</dc:creator> <pubDate>Fri, 15 Jan 2010 13:43:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4585#comment-15324</guid> <description>Useful stuff David - bookmarked!(who needs books?).</description> <content:encoded><![CDATA[<p>Useful stuff David &#8211; bookmarked!(who needs books?).</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/18 queries in 0.014 seconds using disk: basic
Object Caching 865/868 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 08:45:04 -->
