<?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: Dynamic Font/Image Replacement in Silverstripe</title>
	<atom:link href="http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/</link>
	<description>Freelance PHP developer - builder of high-quality dynamic websites</description>
	<lastBuildDate>Mon, 09 Aug 2010 18:42:50 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-295</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 09 Aug 2010 18:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-295</guid>
		<description>Oh hey, it seems as if &quot;ImageTitle.php&quot; is blank. Dang!</description>
		<content:encoded><![CDATA[<p>Oh hey, it seems as if &#8220;ImageTitle.php&#8221; is blank. Dang!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-294</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 09 Aug 2010 18:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-294</guid>
		<description>Thanks David! I&#039;ll keep you posted...</description>
		<content:encoded><![CDATA[<p>Thanks David! I&#8217;ll keep you posted&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-265</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-265</guid>
		<description>Hi Andy, I&#039;ve attached the PHP I&#039;m using to create the images, let me know how you go with it.</description>
		<content:encoded><![CDATA[<p>Hi Andy, I&#8217;ve attached the PHP I&#8217;m using to create the images, let me know how you go with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-263</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 22 Jul 2010 03:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-263</guid>
		<description>Yes, I&#039;m using imagecreatetruecolor, but it&#039;s still giving me fuzzy edges. I think it has something to do with how I&#039;m assigning the transparency color. Maybe I need to do a bit more research ... but if you could paste the code that would help!

Thanks.
Andy</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m using imagecreatetruecolor, but it&#8217;s still giving me fuzzy edges. I think it has something to do with how I&#8217;m assigning the transparency color. Maybe I need to do a bit more research &#8230; but if you could paste the code that would help!</p>
<p>Thanks.<br />
Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-262</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 20 Jul 2010 23:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-262</guid>
		<description>Are you using imagecreatetruecolor to create the image? It sounds like a colour depth issue... I can paste the code I use if you like.</description>
		<content:encoded><![CDATA[<p>Are you using imagecreatetruecolor to create the image? It sounds like a colour depth issue&#8230; I can paste the code I use if you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-261</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 20 Jul 2010 17:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-261</guid>
		<description>How&#039;d you get the aliasing to look so pretty? I&#039;m playing around with the GD library for a similar application and the aliasing is all chunky.</description>
		<content:encoded><![CDATA[<p>How&#8217;d you get the aliasing to look so pretty? I&#8217;m playing around with the GD library for a similar application and the aliasing is all chunky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexBeka</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-189</link>
		<dc:creator>AlexBeka</dc:creator>
		<pubDate>Tue, 11 Aug 2009 11:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-189</guid>
		<description>thank you David for this blog, your steps helped me a lot; i did similar like you except i didn´t fade it out with jquery;
i also didn´t use for the filename the $title property instead i took the $urlSegment property where i had no problem with spaces, etc;
also i needed a hack for IE6 because IE6 doesn´t &quot;know&quot; transparency so i took &quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#039;$Filename&#039;, sizingMethod=&#039;scale&#039;)&quot; instead;</description>
		<content:encoded><![CDATA[<p>thank you David for this blog, your steps helped me a lot; i did similar like you except i didn´t fade it out with jquery;<br />
i also didn´t use for the filename the $title property instead i took the $urlSegment property where i had no problem with spaces, etc;<br />
also i needed a hack for IE6 because IE6 doesn´t &#8220;know&#8221; transparency so i took &#8220;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#8217;$Filename&#8217;, sizingMethod=&#8217;scale&#8217;)&#8221; instead;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-167</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 11 May 2009 22:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-167</guid>
		<description>Hi Karen - yes that&#039;s the intended behaviour. The client wanted the titles to only be displayed for a few seconds so that the user could concentrate on the beautiful products.</description>
		<content:encoded><![CDATA[<p>Hi Karen &#8211; yes that&#8217;s the intended behaviour. The client wanted the titles to only be displayed for a few seconds so that the user could concentrate on the beautiful products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-166</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Mon, 11 May 2009 13:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-166</guid>
		<description>firefox on mac - title disappears never to return.</description>
		<content:encoded><![CDATA[<p>firefox on mac &#8211; title disappears never to return.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-162</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 24 Apr 2009 22:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-162</guid>
		<description>Thanks Larry, the site just launched in the last couple of days, here it is: http://www.bayliss.com.au

Please let me know if you spot any problems.

If you&#039;re interested I can go into more detail on each of the steps.</description>
		<content:encoded><![CDATA[<p>Thanks Larry, the site just launched in the last couple of days, here it is: <a href="http://www.bayliss.com.au" rel="nofollow">http://www.bayliss.com.au</a></p>
<p>Please let me know if you spot any problems.</p>
<p>If you&#8217;re interested I can go into more detail on each of the steps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
