<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using WordPress&#8217; wp_enqueue_style() With Conditionals</title>
	<atom:link href="http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/</link>
	<description>All the Good Titles Were Taken</description>
	<lastBuildDate>Mon, 23 Apr 2012 23:50:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: peterbowey@gmail.com</title>
		<link>http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/#comment-181</link>
		<dc:creator><![CDATA[peterbowey@gmail.com]]></dc:creator>
		<pubDate>Wed, 05 Jan 2011 01:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1329#comment-181</guid>
		<description><![CDATA[For Wordpress scripts (js) a similar solution is possible:

1) Seek Wordpress trac note -&gt; http://core.trac.wordpress.org/ticket/16024#comment:1

2) So now we can have this condtional (wp_enqueue_script):

&lt;code&gt;add_data( &#039;pngfix-handle&#039;, &#039;conditional&#039;, &#039;IE 6&#039; ); ?&gt;&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>For WordPress scripts (js) a similar solution is possible:</p>
<p>1) Seek WordPress trac note -&gt; <a href="http://core.trac.wordpress.org/ticket/16024#comment:1" rel="nofollow">http://core.trac.wordpress.org/ticket/16024#comment:1</a></p>
<p>2) So now we can have this condtional (wp_enqueue_script):</p>
<p><code>add_data( 'pngfix-handle', 'conditional', 'IE 6' ); ?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Add CSS Stylesheets only on Plugin/All pages Wordpress Admin &#124; InTechgrity</title>
		<link>http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/#comment-180</link>
		<dc:creator><![CDATA[Add CSS Stylesheets only on Plugin/All pages Wordpress Admin &#124; InTechgrity]]></dc:creator>
		<pubDate>Mon, 30 Aug 2010 18:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1329#comment-180</guid>
		<description><![CDATA[[...]  [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Scott</title>
		<link>http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/#comment-179</link>
		<dc:creator><![CDATA[Chris Scott]]></dc:creator>
		<pubDate>Thu, 29 Jul 2010 13:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1329#comment-179</guid>
		<description><![CDATA[@Mark, yes it is.]]></description>
		<content:encoded><![CDATA[<p>@Mark, yes it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/#comment-178</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1329#comment-178</guid>
		<description><![CDATA[Wow this is great. So simple.

Is it possible to do this with external javascript files as well?]]></description>
		<content:encoded><![CDATA[<p>Wow this is great. So simple.</p>
<p>Is it possible to do this with external javascript files as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/#comment-177</link>
		<dc:creator><![CDATA[Ryan]]></dc:creator>
		<pubDate>Tue, 13 Apr 2010 09:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1329#comment-177</guid>
		<description><![CDATA[Wow! I had no idea that was possible. I decided a long time ago that it was impossible and had many &quot;experts&quot; confirm as such. I guess we were all wrong then!

Thanks very much for the code snippet :D]]></description>
		<content:encoded><![CDATA[<p>Wow! I had no idea that was possible. I decided a long time ago that it was impossible and had many &#8220;experts&#8221; confirm as such. I guess we were all wrong then!</p>
<p>Thanks very much for the code snippet <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

