<?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 on: Added more plugins</title>
	<atom:link href="http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/</link>
	<description>Technology, Linux, Photography, Science, Cycling, Outdoor Activities and other interests.</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:50:50 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: marc</title>
		<link>http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/#comment-32</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Thu, 04 Nov 2004 20:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/#comment-32</guid>
		<description>No problem - glad it worked for you and that I&#039;m not the only one that has seen the issue.</description>
		<content:encoded><![CDATA[<p>No problem &#8211; glad it worked for you and that I&#8217;m not the only one that has seen the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/#comment-31</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Thu, 04 Nov 2004 20:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/#comment-31</guid>
		<description>Ahh, I had to change a couple of paths but missed that one. I actually had to use an absolute path to get it to work. :?

Thanks!</description>
		<content:encoded><![CDATA[<p>Ahh, I had to change a couple of paths but missed that one. I actually had to use an absolute path to get it to work. :?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/#comment-30</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Thu, 04 Nov 2004 18:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/#comment-30</guid>
		<description>I had the same problems.  It seems that the PHP script is having a hard time finding the font file so in the peice of code that is placed in my-hacks.php, in function createCodeImage(), I changed 

  &lt;code&gt;$font = &quot;atomicclockradio.ttf&quot;;&lt;/code&gt;
   
  to

  &lt;code&gt;$font = &quot;./atomicclockradio.ttf&quot;;&lt;/code&gt;

so that it has a relative path.  Go figure, it worked.</description>
		<content:encoded><![CDATA[<p>I had the same problems.  It seems that the PHP script is having a hard time finding the font file so in the peice of code that is placed in my-hacks.php, in function createCodeImage(), I changed </p>
<p><code>$font = "atomicclockradio.ttf";</code></p>
<p>to</p>
<p><code>$font = "./atomicclockradio.ttf";</code></p>
<p>so that it has a relative path.  Go figure, it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/#comment-29</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Thu, 04 Nov 2004 17:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/26/added-more-plugins/#comment-29</guid>
		<description>I&#039;m having a hard time getting this to work--I get the grey box but no text. Apache error log talks about /path/to/wordpress/date_files/authimage.jpg not found.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a hard time getting this to work&#8211;I get the grey box but no text. Apache error log talks about /path/to/wordpress/date_files/authimage.jpg not found.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

