<?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"
	>
<channel>
	<title>Comments on: Text-Image generation - VirtualPathProvider for EPiServer (and ASP.NET in general) &#8211; Part 1</title>
	<atom:link href="http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/</link>
	<description>Code and Effect - solving problem with just enough amount of code - by Adam Najmanowicz</description>
	<pubDate>Fri, 21 Nov 2008 17:29:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Richard</title>
		<link>http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-14826</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 13 Nov 2008 13:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-14826</guid>
		<description>Hi

We are trying to use this nice module on a IIS7 in a 64 bits environment but we cant get it working, its actually a Episerver CMS R2. We dont understand how to configure the Web.config to get this working ?

Any suggestion ?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>We are trying to use this nice module on a IIS7 in a 64 bits environment but we cant get it working, its actually a Episerver CMS R2. We dont understand how to configure the Web.config to get this working ?</p>
<p>Any suggestion ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Najmanowicz</title>
		<link>http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-14601</link>
		<dc:creator>Adam Najmanowicz</dc:creator>
		<pubDate>Fri, 07 Nov 2008 10:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-14601</guid>
		<description>Mikael, the module does not really do anything much over what it says. The file it provides you probably should not embed directly but rather write a control that wraps around it. Custom property perhaps? that will pull a file, set the image's alt text and possibly do some SEO magic around it. 

It's just that sometimes you encounter clients that will not settle on flash (like an iPhone enabled site) and yet they absolutely demand their custom font to be used. This might be a solution for you on those occasions.</description>
		<content:encoded><![CDATA[<p>Mikael, the module does not really do anything much over what it says. The file it provides you probably should not embed directly but rather write a control that wraps around it. Custom property perhaps? that will pull a file, set the image&#8217;s alt text and possibly do some SEO magic around it. </p>
<p>It&#8217;s just that sometimes you encounter clients that will not settle on flash (like an iPhone enabled site) and yet they absolutely demand their custom font to be used. This might be a solution for you on those occasions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael</title>
		<link>http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-14597</link>
		<dc:creator>Mikael</dc:creator>
		<pubDate>Fri, 07 Nov 2008 07:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-14597</guid>
		<description>This is a great idea for all of us tired of flash headers! :)
One thing though, from a SEO standpoint this isn't the best solution since replacing header text (eg h1 text) with an image with an alt/title attribute doesn't give the same weight of the text. Is there any way of handling this? With flash we have fallback.</description>
		<content:encoded><![CDATA[<p>This is a great idea for all of us tired of flash headers! :)<br />
One thing though, from a SEO standpoint this isn&#8217;t the best solution since replacing header text (eg h1 text) with an image with an alt/title attribute doesn&#8217;t give the same weight of the text. Is there any way of handling this? With flash we have fallback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Najmanowicz</title>
		<link>http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-10024</link>
		<dc:creator>Adam Najmanowicz</dc:creator>
		<pubDate>Tue, 24 Jun 2008 11:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-10024</guid>
		<description>Size textSize = TextRenderer.MeasureText(text, renderingFont);

at first, but it still generates an image with a bit of margins on sides, so I need to explicitly go around it and clip all the transparency, but the initial image size is a fair aproximation of what's needed.</description>
		<content:encoded><![CDATA[<p>Size textSize = TextRenderer.MeasureText(text, renderingFont);</p>
<p>at first, but it still generates an image with a bit of margins on sides, so I need to explicitly go around it and clip all the transparency, but the initial image size is a fair aproximation of what&#8217;s needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek</title>
		<link>http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-10019</link>
		<dc:creator>Marek</dc:creator>
		<pubDate>Tue, 24 Jun 2008 08:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2008/06/23/text-image-generation-virtualpathprovider-for-episerver-and-aspnet-in-general-part-1/#comment-10019</guid>
		<description>Nice post and very cool module. Especially I like the flexibility which it offers. 
I have to mention about the regular expression – impressive! ;)

One question ... how do you determine image width and height?</description>
		<content:encoded><![CDATA[<p>Nice post and very cool module. Especially I like the flexibility which it offers.<br />
I have to mention about the regular expression – impressive! ;)</p>
<p>One question &#8230; how do you determine image width and height?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
