<?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: S5 1.1rc2</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Fri, 10 May 2013 11:50:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Julien Wajsberg</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5920</link>
		<dc:creator>Julien Wajsberg</dc:creator>
		<pubDate>Tue, 12 Jul 2005 13:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5920</guid>
		<description><![CDATA[And same thing in slides.js :

if (isIE &amp;&amp; document.styleSheets &amp;&amp; document.styleSheets[0]) {
    document.styleSheets[0].addRule(&#039;img&#039;, &#039;behavior: url(v11rc1/default/iepngfix.htc)&#039;);
    document.styleSheets[0].addRule(&#039;div&#039;, &#039;behavior: url(v11rc1/default/iepngfix.htc)&#039;);
    document.styleSheets[0].addRule(&#039;.slide&#039;, &#039;behavior: url(v11rc1/default/iepngfix.htc)&#039;);
...

]]></description>
		<content:encoded><![CDATA[<p>And same thing in slides.js :</p>
<p>if (isIE &amp;&amp; document.styleSheets &amp;&amp; document.styleSheets[0]) {<br />
    document.styleSheets[0].addRule(&#8216;img&#8217;, &#8216;behavior: url(v11rc1/default/iepngfix.htc)&#8217;);<br />
    document.styleSheets[0].addRule(&#8216;div&#8217;, &#8216;behavior: url(v11rc1/default/iepngfix.htc)&#8217;);<br />
    document.styleSheets[0].addRule(&#8216;.slide&#8217;, &#8216;behavior: url(v11rc1/default/iepngfix.htc)&#8217;);<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Wajsberg</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5919</link>
		<dc:creator>Julien Wajsberg</dc:creator>
		<pubDate>Tue, 12 Jul 2005 12:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5919</guid>
		<description><![CDATA[Hi,

Just a comment as I dig in the diff between this version and 1.1b5 :

In &quot;iepngfix.htc&quot;, the following :
 var blankImg = &#039;v11rc1/default/blank.gif&#039;;
should point to v11rc2 instead.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just a comment as I dig in the diff between this version and 1.1b5 :</p>
<p>In &#8220;iepngfix.htc&#8221;, the following :<br />
 var blankImg = &#8216;v11rc1/default/blank.gif&#8217;;<br />
should point to v11rc2 instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper Rønn-Jensen</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5747</link>
		<dc:creator>Jesper Rønn-Jensen</dc:creator>
		<pubDate>Thu, 16 Jun 2005 12:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5747</guid>
		<description><![CDATA[Hi Eric. 
Thanks for sharing this great work, you have done! There is a thing in the index.html file. It says:


&lt;code&gt;&lt;meta name=&quot;version&quot; content=&quot;S5 1.1b4&quot; /&gt;&lt;/code&gt;

I suppose you should update that to version 1.1rc2.

/Jesper

PS. Thanks for a brilliant workshop in London. I&#039;m looking forward to seeing you again.]]></description>
		<content:encoded><![CDATA[<p>Hi Eric.<br />
Thanks for sharing this great work, you have done! There is a thing in the index.html file. It says:</p>
<p><code>&lt;meta name="version" content="S5 1.1b4" /&gt;</code></p>
<p>I suppose you should update that to version 1.1rc2.</p>
<p>/Jesper</p>
<p>PS. Thanks for a brilliant workshop in London. I&#8217;m looking forward to seeing you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Meyer</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5742</link>
		<dc:creator>Eric Meyer</dc:creator>
		<pubDate>Wed, 15 Jun 2005 00:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5742</guid>
		<description><![CDATA[Ah, yes; my mistake.  That&#039;s been corrected now.  If anyone downloaded the rc2 package before this comment was posted, please grab it again, as it has the corrected opera.css.  Thanks.]]></description>
		<content:encoded><![CDATA[<p>Ah, yes; my mistake.  That&#8217;s been corrected now.  If anyone downloaded the rc2 package before this comment was posted, please grab it again, as it has the corrected opera.css.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rijk van Geijtenbeek</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5739</link>
		<dc:creator>Rijk van Geijtenbeek</dc:creator>
		<pubDate>Tue, 14 Jun 2005 21:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/14/s5-11rc2/#comment-5739</guid>
		<description><![CDATA[Only after removing the three letters &#039;div&#039; from the opera.css stylesheet, is the display in Opera 8 OK... If you don&#039;t do that, slides overlap on the first page and the presentatio is unusable.

The encremental effects are of course missing in Opera, because they come from the added JavaScript.]]></description>
		<content:encoded><![CDATA[<p>Only after removing the three letters &#8216;div&#8217; from the opera.css stylesheet, is the display in Opera 8 OK&#8230; If you don&#8217;t do that, slides overlap on the first page and the presentatio is unusable.</p>
<p>The encremental effects are of course missing in Opera, because they come from the added JavaScript.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->