<?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: Fix Cufon Flash of Unstyled Content</title>
	<atom:link href="http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/</link>
	<description>User experience designer and infamous WordPress developer.</description>
	<lastBuildDate>Thu, 08 Dec 2011 22:31:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Appel</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5864</link>
		<dc:creator>Appel</dc:creator>
		<pubDate>Wed, 24 Mar 2010 11:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5864</guid>
		<description>Just my 0.02$, this worked for me, cross browser: http://piestar.net/2009/04/27/stopping-the-cufon-fouc-in-ie/</description>
		<content:encoded><![CDATA[<p>Just my 0.02$, this worked for me, cross browser: <a href="http://piestar.net/2009/04/27/stopping-the-cufon-fouc-in-ie/" rel="nofollow">http://piestar.net/2009/04/27/stopping-the-cufon-fouc-in-ie/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5855</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5855</guid>
		<description>It worked once I&#039;ve made changes to my css

- h1,h2,h3,h4 {color:transparent;}

then added the &#039; Cufon.replace(&#039;h1, h2, h3, h4&#039;); &#039; at the beginning (top of body)

and right at the bottom of the body, called in another css/text to bring in the colors back to the font

- h1,h2,h3,h4 {color:#000;}

It worked fine for me without the flash now. :)</description>
		<content:encoded><![CDATA[<p>It worked once I&#8217;ve made changes to my css</p>
<p>- h1,h2,h3,h4 {color:transparent;}</p>
<p>then added the &#8216; Cufon.replace(&#8216;h1, h2, h3, h4&#8242;); &#8216; at the beginning (top of body)</p>
<p>and right at the bottom of the body, called in another css/text to bring in the colors back to the font</p>
<p>- h1,h2,h3,h4 {color:#000;}</p>
<p>It worked fine for me without the flash now. <img src='http://cdn.chris-wallace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5854</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5854</guid>
		<description>I&#039;m gonna try this out for this blog (it&#039;s running with an Arial 38px for the header---and it sure looks terrible when it flickered for that second).

Clarifying again, I should be calling Cufon at the end of the site eg: after footer instead of getting it up before the ?</description>
		<content:encoded><![CDATA[<p>I&#8217;m gonna try this out for this blog (it&#8217;s running with an Arial 38px for the header&#8212;and it sure looks terrible when it flickered for that second).</p>
<p>Clarifying again, I should be calling Cufon at the end of the site eg: after footer instead of getting it up before the ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Bowen</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5769</link>
		<dc:creator>Greg Bowen</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5769</guid>
		<description>I had trouble getting this to work. What I did was set the elements to display:none in the css and use jquery to show the elements that I wanted.


 $(document).ready(function() {
   $(&quot;h1&quot;).show();
   $(&quot;h2&quot;).show();
 });


(in the head)</description>
		<content:encoded><![CDATA[<p>I had trouble getting this to work. What I did was set the elements to display:none in the css and use jquery to show the elements that I wanted.</p>
<p> $(document).ready(function() {<br />
   $(&#8220;h1&#8243;).show();<br />
   $(&#8220;h2&#8243;).show();<br />
 });</p>
<p>(in the head)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koumei</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5445</link>
		<dc:creator>koumei</dc:creator>
		<pubDate>Fri, 18 Dec 2009 00:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5445</guid>
		<description>Anyway it is a good trick to solve FOUC!</description>
		<content:encoded><![CDATA[<p>Anyway it is a good trick to solve FOUC!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koumei</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5444</link>
		<dc:creator>koumei</dc:creator>
		<pubDate>Fri, 18 Dec 2009 00:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5444</guid>
		<description>I think better use jquery to apply the css to the elements. coz cufon is using javascript to replace the font, if javascript is not working on the machine, your element will never be seen on the screen.</description>
		<content:encoded><![CDATA[<p>I think better use jquery to apply the css to the elements. coz cufon is using javascript to replace the font, if javascript is not working on the machine, your element will never be seen on the screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5429</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5429</guid>
		<description>Great solution!  That did the trick Che.</description>
		<content:encoded><![CDATA[<p>Great solution!  That did the trick Che.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Che</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5425</link>
		<dc:creator>Che</dc:creator>
		<pubDate>Wed, 16 Dec 2009 22:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5425</guid>
		<description>You could apply the style via javascript after the Cufon.now() call to get around this.

ie - with jquery
$( &quot;h1, h2, h3&quot; ).css( &quot;visibility&quot;, &quot;visible&quot; );</description>
		<content:encoded><![CDATA[<p>You could apply the style via javascript after the Cufon.now() call to get around this.</p>
<p>ie &#8211; with jquery<br />
$( &#8220;h1, h2, h3&#8243; ).css( &#8220;visibility&#8221;, &#8220;visible&#8221; );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5390</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5390</guid>
		<description>You can do it, but it isn&#039;t valid.

http://forums.asp.net/t/1303967.aspx#2551423</description>
		<content:encoded><![CDATA[<p>You can do it, but it isn&#8217;t valid.</p>
<p><a href="http://forums.asp.net/t/1303967.aspx#2551423" rel="nofollow">http://forums.asp.net/t/1303967.aspx#2551423</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Onkels</title>
		<link>http://www.chris-wallace.com/2009/07/25/fix-flash-of-unstyled-content-with-cufon/comment-page-1/#comment-5366</link>
		<dc:creator>Dave Onkels</dc:creator>
		<pubDate>Thu, 10 Dec 2009 01:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.chris-wallace.com/?p=1509#comment-5366</guid>
		<description>As mentioned, IE8 is being stubborn with &#039;visibility: hidden&#039; so it looks like the best solution that works with all browsers (including MSFT&#039;s state-of-the-art IE8) is to use:

  text-indent: -9999

and follow it up with a

  text-indent: 0

Great solution Chris and Rogie!</description>
		<content:encoded><![CDATA[<p>As mentioned, IE8 is being stubborn with &#8216;visibility: hidden&#8217; so it looks like the best solution that works with all browsers (including MSFT&#8217;s state-of-the-art IE8) is to use:</p>
<p>  text-indent: -9999</p>
<p>and follow it up with a</p>
<p>  text-indent: 0</p>
<p>Great solution Chris and Rogie!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/18 queries in 0.010 seconds using disk: basic
Object Caching 479/490 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: cdn.chris-wallace.com

Served from: www.chris-wallace.com @ 2012-02-09 13:34:00 -->
