<?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>All the Good Titles Were Taken - Chris Scott</title>
	<atom:link href="http://iamzed.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamzed.com</link>
	<description>Chris Scott's Blog</description>
	<lastBuildDate>Thu, 07 Jan 2010 20:51:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using WordPress&#039; wp_enqueue_style() With Conditionals</title>
		<link>http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/</link>
		<comments>http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 20:51:16 +0000</pubDate>
		<dc:creator>Chris Scott</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://iamzed.com/?p=1329</guid>
		<description><![CDATA[<p>Since I always seem to lose track of the <a href="http://core.trac.wordpress.org/ticket/10618#comment:6">ticket where Ozz explains how to do this</a>, putting it here for posterity. When using wp_enqueue_style you may need to use CSS conditional comments to work around IE bugs. Here's the&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Since I always seem to lose track of the <a href="http://core.trac.wordpress.org/ticket/10618#comment:6">ticket where Ozz explains how to do this</a>, putting it here for posterity. When using wp_enqueue_style you may need to use CSS conditional comments to work around IE bugs. Here's the code to add a style for IE 7 named ie7.css located in the root of the theme:</p>
<div class="dean_ch" style="white-space: wrap;">
wp_enqueue_style<span class="br0">&#40;</span><br />
&nbsp; &nbsp;<span class="st0">'ie7-style'</span>, <br />
&nbsp; &nbsp;get_template_directory_uri<span class="br0">&#40;</span><span class="br0">&#41;</span> . <span class="st0">'/ie7.css'</span><br />
<span class="br0">&#41;</span>;<br />
<a href="http://www.php.net/global"><span class="kw3">global</span></a> <span class="re0">$wp_styles</span>;<br />
<span class="re0">$wp_styles</span>-&gt;<span class="me1">add_data</span><span class="br0">&#40;</span> <span class="st0">'ie7-style'</span>, <span class="st0">'conditional'</span>, <span class="st0">'lte IE 7&#8242;</span> <span class="br0">&#41;</span>;<br />
&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://iamzed.com/2010/01/07/using-wordpress-wp_enqueue_style-with-conditionals/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I&#039;m Speaking at WordCamp Atlanta!</title>
		<link>http://iamzed.com/2009/12/16/im-speaking-at-wordcamp-atlanta/</link>
		<comments>http://iamzed.com/2009/12/16/im-speaking-at-wordcamp-atlanta/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 16:02:45 +0000</pubDate>
		<dc:creator>Chris Scott</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordcamp atlanta]]></category>

		<guid isPermaLink="false">http://iamzed.com/?p=1324</guid>
		<description><![CDATA[<p><a href="http://atlantawordcamp.com/?utm_source=Speaking&#38;utm_medium=Badges&#38;utm_campaign=speaking"><img class="image-right" title="wcatl_speaking" src="http://atlantawordcamp.com/wp-content/uploads/2009/12/wcatl_speaking.png" alt="I'm speaking at WordCamp Atlanta!" width="160" height="200" /></a>Since my talk at WordCamp Orlando on "<a href="http://www.slideshare.net/iamzed/youre-doing-it-wrong-wordcamp-orlando">You're Doing it Wrong</a>" <span style="text-decoration: line-through;">wasn't a total failure</span> was a resounding success, I'm happy to announce that I'll be giving a similar talk at <a href="http://atlantawordcamp.com/">WordCamp Atlanta</a>. If you saw this talk in Orlando and&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://atlantawordcamp.com/?utm_source=Speaking&amp;utm_medium=Badges&amp;utm_campaign=speaking"><img class="image-right" title="wcatl_speaking" src="http://atlantawordcamp.com/wp-content/uploads/2009/12/wcatl_speaking.png" alt="I'm speaking at WordCamp Atlanta!" width="160" height="200" /></a>Since my talk at WordCamp Orlando on "<a href="http://www.slideshare.net/iamzed/youre-doing-it-wrong-wordcamp-orlando">You're Doing it Wrong</a>" <span style="text-decoration: line-through;">wasn't a total failure</span> was a resounding success, I'm happy to announce that I'll be giving a similar talk at <a href="http://atlantawordcamp.com/">WordCamp Atlanta</a>. If you saw this talk in Orlando and are going to WordCamp Atlanta, don't worry. I'll have new examples, better jokes, and a slightly different format for the slides to make them more useful as a reference.</p>
<p>I'll cover some common examples seen in plugins, themes, and tutorials that are either the "wrong" way to do it, not the "WordPress way", or just obsolete due to bug fixes and feature additions in WordPress. I'll also talk about how WordPress coding, upgrading, and community all combine into doing things the "right" way.  This is targeted toward intermediate to advanced plugin developers, however, beginning developers may be interested as well.</p>
<p>I talked to quite a few Orlando area people at WordCamp Orlando that were interested in WordCamp Atlanta, so if that's you, check out the post on the <a href="http://orlandowordpress.org/?p=36">Orlando WordPress blog</a> if you want to discuss it or need to find someone to carpool/room with.</p>
]]></content:encoded>
			<wfw:commentRss>http://iamzed.com/2009/12/16/im-speaking-at-wordcamp-atlanta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My WordCamp Orlando Slides</title>
		<link>http://iamzed.com/2009/12/06/my-wordcamp-orlando-slides/</link>
		<comments>http://iamzed.com/2009/12/06/my-wordcamp-orlando-slides/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 01:20:49 +0000</pubDate>
		<dc:creator>Chris Scott</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://iamzed.com/?p=1319</guid>
		<description><![CDATA[<p>I've posted the slides for my WordCamp Orlando presentation <a href="http://www.slideshare.net/iamzed/youre-doing-it-wrong-wordcamp-orlando">"You're Doing it Wrong" on Slideshare</a>.</p>
<p>Thanks to everyone who attended and for the feedback you gave me.</p>
]]></description>
			<content:encoded><![CDATA[<p>I've posted the slides for my WordCamp Orlando presentation <a href="http://www.slideshare.net/iamzed/youre-doing-it-wrong-wordcamp-orlando">"You're Doing it Wrong" on Slideshare</a>.</p>
<p>Thanks to everyone who attended and for the feedback you gave me.</p>
]]></content:encoded>
			<wfw:commentRss>http://iamzed.com/2009/12/06/my-wordcamp-orlando-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#039;ll Be Speaking at WordCamp Orlando 2009</title>
		<link>http://iamzed.com/2009/11/19/ill-be-speaking-at-wordcamp-orlando-2009/</link>
		<comments>http://iamzed.com/2009/11/19/ill-be-speaking-at-wordcamp-orlando-2009/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:02:15 +0000</pubDate>
		<dc:creator>Chris Scott</dc:creator>
				<category><![CDATA[Other Stuff]]></category>

		<guid isPermaLink="false">http://iamzed.com/?p=1313</guid>
		<description><![CDATA[<p><a href="http://wordcamporlando.org/"><img class="image-right" title="WordCamp Orlando" src="http://wordcamporlando.org/wp-content/themes/wco/images/wc-mco-logo-going.png" alt="WordCamp Orlando" width="160" height="180" /></a>Even if you don't think that's a good idea, be sure to check out the <a href="http://wordcamporlando.org/speakers/">list of speakers</a> and check out the <a href="http://wordcamporlando.org/category/sessions/">sessions</a> announced so far. What are you waiting for? <a href="http://wordcamporlando.org/register/">Register</a> now. I guarantee it will be the best $15 you spend&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordcamporlando.org/"><img class="image-right" title="WordCamp Orlando" src="http://wordcamporlando.org/wp-content/themes/wco/images/wc-mco-logo-going.png" alt="WordCamp Orlando" width="160" height="180" /></a>Even if you don't think that's a good idea, be sure to check out the <a href="http://wordcamporlando.org/speakers/">list of speakers</a> and check out the <a href="http://wordcamporlando.org/category/sessions/">sessions</a> announced so far. What are you waiting for? <a href="http://wordcamporlando.org/register/">Register</a> now. I guarantee it will be the best $15 you spend on a WordCamp in Orlando this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://iamzed.com/2009/11/19/ill-be-speaking-at-wordcamp-orlando-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save the Date: WordCamp Orlando on December 5, 2009</title>
		<link>http://iamzed.com/2009/06/11/save-the-date-wordcamp-orlando-on-december-5-2009/</link>
		<comments>http://iamzed.com/2009/06/11/save-the-date-wordcamp-orlando-on-december-5-2009/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:07:32 +0000</pubDate>
		<dc:creator>Chris Scott</dc:creator>
				<category><![CDATA[Orlando]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://iamzed.com/?p=1309</guid>
		<description><![CDATA[<p><a href="http://wordcamporlando.org/"><img src="http://farm4.static.flickr.com/3664/3617220242_cce9c89fb7_o.png" alt="WordCamp Orlando" width="659" height="490" border="0" /></a></p>
<p>Official site at <a href="http://wordcamporlando.org/">http://wordcamporlando.org/</a>, Twitter <a href="http://twitter.com/wordcamporlando">@wordcamporlando</a>, and <a href="http://cnpstudio.com/blog/2009/06/11/wordcamp-orlando-coming-december-5-2009/">more info here</a>. I'll second everything Nick says in that post. I'm definitely looking forward to this.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordcamporlando.org/"><img src="http://farm4.static.flickr.com/3664/3617220242_cce9c89fb7_o.png" alt="WordCamp Orlando" width="659" height="490" border="0" /></a></p>
<p>Official site at <a href="http://wordcamporlando.org/">http://wordcamporlando.org/</a>, Twitter <a href="http://twitter.com/wordcamporlando">@wordcamporlando</a>, and <a href="http://cnpstudio.com/blog/2009/06/11/wordcamp-orlando-coming-december-5-2009/">more info here</a>. I'll second everything Nick says in that post. I'm definitely looking forward to this.</p>
]]></content:encoded>
			<wfw:commentRss>http://iamzed.com/2009/06/11/save-the-date-wordcamp-orlando-on-december-5-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 35.702 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-03 00:29:13 -->
