<?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: Stop using poor performance CSS expressions &#8211; Use JavaScript instead</title>
	<atom:link href="http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/</link>
	<description>Web development and Internet trends</description>
	<lastBuildDate>Wed, 17 Mar 2010 23:38:52 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: X tips to slim down your website &#171; Meshack Blog</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-617461</link>
		<dc:creator>X tips to slim down your website &#171; Meshack Blog</dc:creator>
		<pubDate>Tue, 12 Jan 2010 01:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-617461</guid>
		<description>[...] Rightly so, Microsoft has dropped support for CSS expressions with IE 8. The better choice is to use proper event handlers. Here is a great article further exploring the problem with CSS expressions. [...]</description>
		<content:encoded><![CDATA[<p>[...] Rightly so, Microsoft has dropped support for CSS expressions with IE 8. The better choice is to use proper event handlers. Here is a great article further exploring the problem with CSS expressions. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-603711</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 29 Sep 2009 06:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-603711</guid>
		<description>Olav,

I think the best resource on that is the &lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#css_expressions&quot; rel=&quot;nofollow&quot;&gt;statement from the Yahoo Performance Team on CSS expressions&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Olav,</p>
<p>I think the best resource on that is the <a href="http://developer.yahoo.com/performance/rules.html#css_expressions" rel="nofollow">statement from the Yahoo Performance Team on CSS expressions</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olav</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-603664</link>
		<dc:creator>Olav</dc:creator>
		<pubDate>Mon, 28 Sep 2009 20:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-603664</guid>
		<description>How did you track performance on css expression vs javascript ?!</description>
		<content:encoded><![CDATA[<p>How did you track performance on css expression vs javascript ?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-597851</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Sun, 16 Aug 2009 22:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-597851</guid>
		<description>moleculezz,

Glad that it worked out for you!</description>
		<content:encoded><![CDATA[<p>moleculezz,</p>
<p>Glad that it worked out for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moleculezz</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-597795</link>
		<dc:creator>moleculezz</dc:creator>
		<pubDate>Sun, 16 Aug 2009 14:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-597795</guid>
		<description>Nevermind I fixed the problem. I changed some of the code and set a conditional statement for IE6 to change the div#middle padding to 10px.</description>
		<content:encoded><![CDATA[<p>Nevermind I fixed the problem. I changed some of the code and set a conditional statement for IE6 to change the div#middle padding to 10px.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moleculezz</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-597785</link>
		<dc:creator>moleculezz</dc:creator>
		<pubDate>Sun, 16 Aug 2009 13:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-597785</guid>
		<description>Hi,
I tried to use the above code but it doesn&#039;t seem to work for me. Maybe I&#039;m doing it wrong?
If you have IE6 you can check out the web address. It is giving me problems with both the left div and the right div.

My structure is something like this:
&lt;code&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style type=&quot;text/css&quot;&gt;
#wrapper{ width:980px; margin:auto; background-color:#fff }
#header{ width:980px; position:relative }
#middle{
	width: expression(document.body.clientWidth &gt; 940)? &quot;980px&quot; : &quot;auto&quot;;
	/* For web browsers supporting it */
	max-width: 980px;
	padding:20px; 
	overflow:hidden; 
	clear:both;
}
#left{ float:left; width:200px }
#main{ width:auto; margin: 0px 0px 0px 210px }
#content{
	width: expression(document.body.clientWidth &gt; 480)? &quot;480px&quot; : &quot;auto&quot;;
	/* For web browsers supporting it */
	max-width: 480px;
	min-height: 400px;
	margin: 0px 250px 0px 0px;
}
#right{ float:right; width:240px }
#footer{ clear:both; width:980px; margin:auto; padding:20px 0 }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt; div id=&quot;wrapper&quot;&gt;
	&lt; div id=&quot;header&quot;&gt;
		
	&lt;/div&gt;
	&lt; div id=&quot;middle&quot;&gt;
		&lt; div id=&quot;left&quot;&gt;

		&lt;/div&gt;
		&lt; div id=&quot;main&quot;&gt;
			&lt; div id=&quot;right&quot;&gt;
				
			&lt;/div&gt;
			&lt; div id=&quot;content&quot;&gt;
				
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt; div id=&quot;footer&quot;&gt;
	
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried to use the above code but it doesn&#8217;t seem to work for me. Maybe I&#8217;m doing it wrong?<br />
If you have IE6 you can check out the web address. It is giving me problems with both the left div and the right div.</p>
<p>My structure is something like this:<br />
&lt;code&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
#wrapper{ width:980px; margin:auto; background-color:#fff }<br />
#header{ width:980px; position:relative }<br />
#middle{<br />
	width: expression(document.body.clientWidth &gt; 940)? &#8220;980px&#8221; : &#8220;auto&#8221;;<br />
	/* For web browsers supporting it */<br />
	max-width: 980px;<br />
	padding:20px;<br />
	overflow:hidden;<br />
	clear:both;<br />
}<br />
#left{ float:left; width:200px }<br />
#main{ width:auto; margin: 0px 0px 0px 210px }<br />
#content{<br />
	width: expression(document.body.clientWidth &gt; 480)? &#8220;480px&#8221; : &#8220;auto&#8221;;<br />
	/* For web browsers supporting it */<br />
	max-width: 480px;<br />
	min-height: 400px;<br />
	margin: 0px 250px 0px 0px;<br />
}<br />
#right{ float:right; width:240px }<br />
#footer{ clear:both; width:980px; margin:auto; padding:20px 0 }<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt; div id=&#8221;wrapper&#8221;&gt;<br />
	&lt; div id=&#8221;header&#8221;&gt;</p>
<p>	&lt;/div&gt;<br />
	&lt; div id=&#8221;middle&#8221;&gt;<br />
		&lt; div id=&#8221;left&#8221;&gt;</p>
<p>		&lt;/div&gt;<br />
		&lt; div id=&#8221;main&#8221;&gt;<br />
			&lt; div id=&#8221;right&#8221;&gt;</p>
<p>			&lt;/div&gt;<br />
			&lt; div id=&#8221;content&#8221;&gt;</p>
<p>			&lt;/div&gt;<br />
		&lt;/div&gt;<br />
	&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt; div id=&#8221;footer&#8221;&gt;</p>
<p>&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
&lt;/code&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 21 fonctions Javascript pour l&#8217;intégrateur web (et plus à venir&#8230;)</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-596470</link>
		<dc:creator>21 fonctions Javascript pour l&#8217;intégrateur web (et plus à venir&#8230;)</dc:creator>
		<pubDate>Mon, 03 Aug 2009 03:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-596470</guid>
		<description>[...] maxWidthFixForIE6.js &#8212; Emuler la propriété max-width pour IE6 : [...]</description>
		<content:encoded><![CDATA[<p>[...] maxWidthFixForIE6.js &#8212; Emuler la propriété max-width pour IE6 : [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-570287</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 14 Apr 2009 20:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-570287</guid>
		<description>Zac,

Happy it helped! :-)</description>
		<content:encoded><![CDATA[<p>Zac,</p>
<p>Happy it helped! <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-564920</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Wed, 08 Apr 2009 15:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-564920</guid>
		<description>Nice job. Works like a charm!</description>
		<content:encoded><![CDATA[<p>Nice job. Works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting min-width and max-width in IE 6 &#171; Web Help!</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-523280</link>
		<dc:creator>Setting min-width and max-width in IE 6 &#171; Web Help!</dc:creator>
		<pubDate>Sat, 14 Feb 2009 20:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-523280</guid>
		<description>[...] found this article on the web, which says that reqular expressions are very expensive on the page, and you should use [...]</description>
		<content:encoded><![CDATA[<p>[...] found this article on the web, which says that reqular expressions are very expensive on the page, and you should use [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StefKob Blog &#187; Blog Archive &#187; Fonctions Javascript web integration</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-484873</link>
		<dc:creator>StefKob Blog &#187; Blog Archive &#187; Fonctions Javascript web integration</dc:creator>
		<pubDate>Sat, 13 Dec 2008 23:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-484873</guid>
		<description>[...] maxWidthFixForIE6.js  â€” Emuler la propriÃ©tÃ© max-width pour IE6 : [...]</description>
		<content:encoded><![CDATA[<p>[...] maxWidthFixForIE6.js  â€” Emuler la propriÃ©tÃ© max-width pour IE6 : [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-477842</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 21 Nov 2008 13:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-477842</guid>
		<description>waitangi,

Great! :-)
That CDN thing is a bit off, I think. It&#039;s really only valid for major web sites being accessed from all around the globe. Don&#039;t worry to much about it. :-)</description>
		<content:encoded><![CDATA[<p>waitangi,</p>
<p>Great! <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
That CDN thing is a bit off, I think. It&#8217;s really only valid for major web sites being accessed from all around the globe. Don&#8217;t worry to much about it. <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waitangi</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-477841</link>
		<dc:creator>waitangi</dc:creator>
		<pubDate>Fri, 21 Nov 2008 13:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-477841</guid>
		<description>Ah cool thanks for that info Robert, I&#039;ve followed your advice and removed the ie-only code to a separate file inside conditional comments.

Almost at the holy grail of YSlow A! (just a few grand on CDN and it&#039;s there :) ).</description>
		<content:encoded><![CDATA[<p>Ah cool thanks for that info Robert, I&#8217;ve followed your advice and removed the ie-only code to a separate file inside conditional comments.</p>
<p>Almost at the holy grail of YSlow A! (just a few grand on CDN and it&#8217;s there <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-477775</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 21 Nov 2008 09:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-477775</guid>
		<description>waitangi,

The problem with using &lt;code&gt;attachEvent&lt;/code&gt; is that it is present in IE 7 as well, + in Opera, who has tried to mimicked it.

Therefore, using conditional comments is the best way to achieve this, and also, personally I prefer a clean separation in my code between real code and other code used to cover up for certain web browser flaws.</description>
		<content:encoded><![CDATA[<p>waitangi,</p>
<p>The problem with using <code>attachEvent</code> is that it is present in IE 7 as well, + in Opera, who has tried to mimicked it.</p>
<p>Therefore, using conditional comments is the best way to achieve this, and also, personally I prefer a clean separation in my code between real code and other code used to cover up for certain web browser flaws.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waitangi</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-477690</link>
		<dc:creator>waitangi</dc:creator>
		<pubDate>Fri, 21 Nov 2008 05:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-477690</guid>
		<description>Nice one, another Yslow follower here... I&#039;m a js novice but I think this might work as another way of including the code (instead of using [if lt...]), no IE6 to test on here...
&lt;code&gt;
function checkAvailableWidth(){
	// min/max works better with slightly different values?
	var container = document.getElementById(&quot;container&quot;);
	container.style.width = (document.body.clientWidth  1012? &quot;1010px&quot; : &quot;auto&quot;);
}
// window.attachEvent only followed by IE6? or IE7 as well?
if (window.attachEvent)
{
	 window.attachEvent(&#039;onload&#039;, checkAvailableWidth);
	 window.attachEvent(&#039;onresize&#039;, checkAvailableWidth);
}
&lt;/code&gt;
I have a big block of sitewide js so my idea is to just stick it in there instead of having a separate file. Not sure how those calls work when there are other ones looking out for &#039;onload&#039; as well.</description>
		<content:encoded><![CDATA[<p>Nice one, another Yslow follower here&#8230; I&#8217;m a js novice but I think this might work as another way of including the code (instead of using [if lt...]), no IE6 to test on here&#8230;<br />
<code><br />
function checkAvailableWidth(){<br />
	// min/max works better with slightly different values?<br />
	var container = document.getElementById("container");<br />
	container.style.width = (document.body.clientWidth  1012? "1010px" : "auto");<br />
}<br />
// window.attachEvent only followed by IE6? or IE7 as well?<br />
if (window.attachEvent)<br />
{<br />
	 window.attachEvent('onload', checkAvailableWidth);<br />
	 window.attachEvent('onresize', checkAvailableWidth);<br />
}<br />
</code><br />
I have a big block of sitewide js so my idea is to just stick it in there instead of having a separate file. Not sure how those calls work when there are other ones looking out for &#8216;onload&#8217; as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-465916</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Sat, 18 Oct 2008 21:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-465916</guid>
		<description>Inair,

Good!

flash tekkie,

Yes, I was very glad about that decision!</description>
		<content:encoded><![CDATA[<p>Inair,</p>
<p>Good!</p>
<p>flash tekkie,</p>
<p>Yes, I was very glad about that decision!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flash tekkie</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-465730</link>
		<dc:creator>flash tekkie</dc:creator>
		<pubDate>Sat, 18 Oct 2008 10:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-465730</guid>
		<description>Surely any script execution at the Style Sheet stack of the browser is a performance issue and more importantly a security threat. No wonder it makes IE the most insecure browser on the market.

Good news is &lt;a href=&quot;http://tekkie.flashbit.net/browsers/internet-explorer-dumping-css-hacks-to-comply-with-standards&quot; title=&quot;Internet Explorer dumping CSS hacks to comply with standards&quot; rel=&quot;nofollow&quot;&gt;Microsoft is ending expressions in Internet Explorer&lt;/a&gt; as announced on Thursday earlier this week.

A very nice move towards the standard-compliant browser.</description>
		<content:encoded><![CDATA[<p>Surely any script execution at the Style Sheet stack of the browser is a performance issue and more importantly a security threat. No wonder it makes IE the most insecure browser on the market.</p>
<p>Good news is <a href="http://tekkie.flashbit.net/browsers/internet-explorer-dumping-css-hacks-to-comply-with-standards" title="Internet Explorer dumping CSS hacks to comply with standards" rel="nofollow">Microsoft is ending expressions in Internet Explorer</a> as announced on Thursday earlier this week.</p>
<p>A very nice move towards the standard-compliant browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inair</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-334227</link>
		<dc:creator>Inair</dc:creator>
		<pubDate>Thu, 10 Jul 2008 03:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-334227</guid>
		<description>Hi,

This article is great. It help me with the expression problem. Thanks, Robert.

Best regards,
Inair</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This article is great. It help me with the expression problem. Thanks, Robert.</p>
<p>Best regards,<br />
Inair</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????????????? expressions ? CSS &#124; ?????????? ???????????...</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-269428</link>
		<dc:creator>????????????? expressions ? CSS &#124; ?????????? ???????????...</dc:creator>
		<pubDate>Sat, 10 May 2008 11:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-269428</guid>
		<description>[...] http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-ins... [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-ins.." rel="nofollow">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-ins..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????????????? expressions ? CSS &#124; ?????????? ???????????...</title>
		<link>http://robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-269426</link>
		<dc:creator>????????????? expressions ? CSS &#124; ?????????? ???????????...</dc:creator>
		<pubDate>Sat, 10 May 2008 11:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-instead/#comment-269426</guid>
		<description>[...] http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-ins... [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-ins.." rel="nofollow">http://www.robertnyman.com/2007/11/13/stop-using-poor-performance-css-expressions-use-javascript-ins..</a>. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
