<?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/"
		>
<channel>
	<title>Comments for warrenchandler.com</title>
	<atom:link href="http://www.warrenchandler.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warrenchandler.com</link>
	<description></description>
	<lastBuildDate>Fri, 22 Jul 2011 19:56:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on 100+ Memorable Design Quotes by Bob</title>
		<link>http://www.warrenchandler.com/2011/03/05/100-memorable-design-quotes/#comment-278</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 22 Jul 2011 19:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/?p=440#comment-278</guid>
		<description>No problem, looks much better now. Crisper rendering too. Looking forward to seeing the rest of the quotes up there :-)</description>
		<content:encoded><![CDATA[<p>No problem, looks much better now. Crisper rendering too. Looking forward to seeing the rest of the quotes up there <img src='http://www.warrenchandler.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 100+ Memorable Design Quotes by SuperWaz</title>
		<link>http://www.warrenchandler.com/2011/03/05/100-memorable-design-quotes/#comment-275</link>
		<dc:creator>SuperWaz</dc:creator>
		<pubDate>Fri, 22 Jul 2011 13:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/?p=440#comment-275</guid>
		<description>Actually I didn&#039;t.  It was a poorly constructed Cufon font that stripped them.  Didn&#039;t notice it, so thanks for pointing it out.  Have replaced the font.</description>
		<content:encoded><![CDATA[<p>Actually I didn&#8217;t.  It was a poorly constructed Cufon font that stripped them.  Didn&#8217;t notice it, so thanks for pointing it out.  Have replaced the font.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 100+ Memorable Design Quotes by Bob</title>
		<link>http://www.warrenchandler.com/2011/03/05/100-memorable-design-quotes/#comment-274</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 22 Jul 2011 13:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/?p=440#comment-274</guid>
		<description>Great quotes, but why did you leave out all the apostrophes? arent, cant, shes etc</description>
		<content:encoded><![CDATA[<p>Great quotes, but why did you leave out all the apostrophes? arent, cant, shes etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Shortcode for WordPress by SuperWaz</title>
		<link>http://www.warrenchandler.com/2011/03/21/google-maps-shortcode-for-wordpress/#comment-116</link>
		<dc:creator>SuperWaz</dc:creator>
		<pubDate>Fri, 17 Jun 2011 19:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/?p=489#comment-116</guid>
		<description>Thanks, KJ.</description>
		<content:encoded><![CDATA[<p>Thanks, KJ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Shortcode for WordPress by KJ</title>
		<link>http://www.warrenchandler.com/2011/03/21/google-maps-shortcode-for-wordpress/#comment-114</link>
		<dc:creator>KJ</dc:creator>
		<pubDate>Thu, 16 Jun 2011 20:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/?p=489#comment-114</guid>
		<description>Here is my fix for this shortcut code in the functions.php file, in case it helps anyone... 
---------------------

//Google Maps Shortcode
function fn_googleMaps($atts, $content = null) {
   extract(shortcode_atts(array(
      &quot;width&quot; =&gt; &#039;490&#039;,
      &quot;height&quot; =&gt; &#039;500&#039;,
      &quot;src&quot; =&gt; &#039;&#039;
   ), $atts));
   return &#039;&lt;iframe width=&quot;&#039;.$width.&#039;&quot; height=&quot;&#039;.$height.&#039;&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;&#039;.$src.&#039;&amp;output=embed&quot;&gt;&lt;/iframe&gt; &lt;br /&gt;&lt;a href=&quot;&#039;.$src.&#039;&amp;source=embed&quot; &gt;View Larger Map&lt;/a&gt;
&#039;;
}
add_shortcode(&quot;googlemap&quot;, &quot;fn_googleMaps&quot;);</description>
		<content:encoded><![CDATA[<p>Here is my fix for this shortcut code in the functions.php file, in case it helps anyone&#8230;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>//Google Maps Shortcode<br />
function fn_googleMaps($atts, $content = null) {<br />
   extract(shortcode_atts(array(<br />
      &quot;width&quot; =&gt; &#039;490&#039;,<br />
      &quot;height&quot; =&gt; &#039;500&#039;,<br />
      &quot;src&quot; =&gt; &#039;&#039;<br />
   ), $atts));<br />
   return &#039;&lt;iframe width=&quot;&#039;.$width.&#039;&quot; height=&quot;&#039;.$height.&#039;&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;&#039;.$src.&#039;&amp;output=embed&quot;&gt;&lt;/iframe&gt; &lt;br /&gt;&lt;a href=&quot;&#039;.$src.&#039;&amp;source=embed&quot; &gt;View Larger Map&lt;/a&gt;<br />
&#039;;<br />
}<br />
add_shortcode(&quot;googlemap&quot;, &quot;fn_googleMaps&quot;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Shortcode for WordPress by Tyler</title>
		<link>http://www.warrenchandler.com/2011/03/21/google-maps-shortcode-for-wordpress/#comment-108</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sat, 11 Jun 2011 19:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/?p=489#comment-108</guid>
		<description>Oh, I see what you mean now.

I spent some time this afternoon tinkering with a variation on that snippet posted on digwp.com and figured out how to make it work again on an independent WP installation, so hooray!</description>
		<content:encoded><![CDATA[<p>Oh, I see what you mean now.</p>
<p>I spent some time this afternoon tinkering with a variation on that snippet posted on digwp.com and figured out how to make it work again on an independent WP installation, so hooray!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Shortcode for WordPress by SuperWaz</title>
		<link>http://www.warrenchandler.com/2011/03/21/google-maps-shortcode-for-wordpress/#comment-107</link>
		<dc:creator>SuperWaz</dc:creator>
		<pubDate>Sat, 11 Jun 2011 18:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/?p=489#comment-107</guid>
		<description>It is indeed a WordPress.com reference, you&#039;re correct.  The same information did once apply to both, but it&#039;s just another one of those things that the WordPress CMS has phased out over time, due to &quot;security&quot; issues.</description>
		<content:encoded><![CDATA[<p>It is indeed a WordPress.com reference, you&#8217;re correct.  The same information did once apply to both, but it&#8217;s just another one of those things that the WordPress CMS has phased out over time, due to &#8220;security&#8221; issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Shortcode for WordPress by Tyler</title>
		<link>http://www.warrenchandler.com/2011/03/21/google-maps-shortcode-for-wordpress/#comment-106</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sat, 11 Jun 2011 16:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/?p=489#comment-106</guid>
		<description>&lt;BLOCKQUOTE&gt;At least, it’s supposed to work that way.&lt;/BLOCKQUOTE&gt;

That support article seems to refer to WordPress.com-hosted blogs, rather than independent WordPress installations, just for the record.</description>
		<content:encoded><![CDATA[<blockquote><p>At least, it’s supposed to work that way.</p></blockquote>
<p>That support article seems to refer to WordPress.com-hosted blogs, rather than independent WordPress installations, just for the record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Trackbacks and Pingbacks from Comments by Clare Brown</title>
		<link>http://www.warrenchandler.com/2010/06/07/remove-trackbacks-and-pingbacks-from-comments/#comment-5</link>
		<dc:creator>Clare Brown</dc:creator>
		<pubDate>Sun, 06 Mar 2011 22:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/blog/?p=67#comment-5</guid>
		<description>And me!</description>
		<content:encoded><![CDATA[<p>And me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 100+ Memorable Design Quotes by Joe Mills</title>
		<link>http://www.warrenchandler.com/2011/03/05/100-memorable-design-quotes/#comment-4</link>
		<dc:creator>Joe Mills</dc:creator>
		<pubDate>Sat, 05 Mar 2011 14:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.warrenchandler.com/?p=440#comment-4</guid>
		<description>I have a hangover and only read the first three. Consider your site &quot;poked around&quot;.</description>
		<content:encoded><![CDATA[<p>I have a hangover and only read the first three. Consider your site &#8220;poked around&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

