<?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: Unobtrusive Rollovers Using YUI</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2008/04/28/unobtrusive-rollovers-using-yui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Chad Kieffer</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-365011</link>
		<dc:creator>Chad Kieffer</dc:creator>
		<pubDate>Fri, 02 May 2008 01:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-365011</guid>
		<description>Based on a few comments, I&#039;ve written a companion post which illustrates &lt;a href=&quot;http://2tbsp.com/node/92&quot; title=&quot;Improving JavaScript Performance and Scalability&quot; rel=&quot;nofollow&quot;&gt;how to improve the performance and scalability of the original rollover example&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Based on a few comments, I&#8217;ve written a companion post which illustrates <a href="http://2tbsp.com/node/92" title="Improving JavaScript Performance and Scalability" rel="nofollow">how to improve the performance and scalability of the original rollover example</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caridy Patino</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-364392</link>
		<dc:creator>Caridy Patino</dc:creator>
		<pubDate>Wed, 30 Apr 2008 23:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-364392</guid>
		<description>Hello Guys:

The Lighter Plugin does the same thing, but with the different that you don&#039;t need to add the listener manually for the mouseover/out, in fact there is not listeners at all, because the bubbling library does the control of the mouse movement at the highest level (document.body).
http://www.bubbling-library.com/sandbox/misc/yui-rollover.html

You just need to create the correct html markup and CSS rules. Also you can include the lighter plugin on demand, and everything should works.

Best Regards,
Caridy</description>
		<content:encoded><![CDATA[<p>Hello Guys:</p>
<p>The Lighter Plugin does the same thing, but with the different that you don&#8217;t need to add the listener manually for the mouseover/out, in fact there is not listeners at all, because the bubbling library does the control of the mouse movement at the highest level (document.body).<br />
<a href="http://www.bubbling-library.com/sandbox/misc/yui-rollover.html" rel="nofollow">http://www.bubbling-library.com/sandbox/misc/yui-rollover.html</a></p>
<p>You just need to create the correct html markup and CSS rules. Also you can include the lighter plugin on demand, and everything should works.</p>
<p>Best Regards,<br />
Caridy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rollovers using the Motionbox EventHandler at Topper&#8217;s Blog</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-364325</link>
		<dc:creator>Rollovers using the Motionbox EventHandler at Topper&#8217;s Blog</dc:creator>
		<pubDate>Wed, 30 Apr 2008 21:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-364325</guid>
		<description>[...] YUI has yet another nice writeup on unobtrusive rollovers. [...]</description>
		<content:encoded><![CDATA[<p>[...] YUI has yet another nice writeup on unobtrusive rollovers. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-363611</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Wed, 30 Apr 2008 01:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-363611</guid>
		<description>Chad has got it right. YUI is the best but the real pudding is when we don&#039;t need external libraries at all.</description>
		<content:encoded><![CDATA[<p>Chad has got it right. YUI is the best but the real pudding is when we don&#8217;t need external libraries at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-363230</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 29 Apr 2008 16:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-363230</guid>
		<description>@Christian/Eric, Arther and Eric are spot on as far as my intent — illustrate the evolution of JavaScript methods with a simple example that shows the benefits of unobtrusive techniques. Hopefully this example will be made obsolete as IE 6&#039;s browser market share falls.</description>
		<content:encoded><![CDATA[<p>@Christian/Eric, Arther and Eric are spot on as far as my intent — illustrate the evolution of JavaScript methods with a simple example that shows the benefits of unobtrusive techniques. Hopefully this example will be made obsolete as IE 6&#8242;s browser market share falls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asvin Balloo</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-362708</link>
		<dc:creator>Asvin Balloo</dc:creator>
		<pubDate>Tue, 29 Apr 2008 05:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-362708</guid>
		<description>About 2 weeks ago, orange.mu was launched, where we use more or less the same thing, with roll over menus. Nice tutorial ;-)</description>
		<content:encoded><![CDATA[<p>About 2 weeks ago, orange.mu was launched, where we use more or less the same thing, with roll over menus. Nice tutorial ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Miraglia</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-362644</link>
		<dc:creator>Eric Miraglia</dc:creator>
		<pubDate>Tue, 29 Apr 2008 03:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-362644</guid>
		<description>@Christian/Eric, Fair enough -- but I saw the example as being more of indication of how we&#039;ve evolved from writing JavaScript inline and using it to modify style objects directly to separating the presentation and script pieces out and then using libraries to make the solution more scalable.  As Arthur points out, IE&#039;s :hover issues make this kind of strategy directly relevant in some cases -- and even more relevant if you&#039;re doing something more interesting than just toggling styles, which is often the case in rollover implementations.  I don&#039;t think Chad was advocating the use of JavaScript where only CSS is necessary; rather, I saw him exemplifying the progression toward an unobtrusive pattern for those cases where JS will be required.  -Eric</description>
		<content:encoded><![CDATA[<p>@Christian/Eric, Fair enough &#8212; but I saw the example as being more of indication of how we&#8217;ve evolved from writing JavaScript inline and using it to modify style objects directly to separating the presentation and script pieces out and then using libraries to make the solution more scalable.  As Arthur points out, IE&#8217;s :hover issues make this kind of strategy directly relevant in some cases &#8212; and even more relevant if you&#8217;re doing something more interesting than just toggling styles, which is often the case in rollover implementations.  I don&#8217;t think Chad was advocating the use of JavaScript where only CSS is necessary; rather, I saw him exemplifying the progression toward an unobtrusive pattern for those cases where JS will be required.  -Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur M</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-362636</link>
		<dc:creator>Arthur M</dc:creator>
		<pubDate>Tue, 29 Apr 2008 03:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-362636</guid>
		<description>The reason why techniques like this have evolved is that IE didn’t support hover except on anchor elements. So you can do almost all of this in CSS, except if you want to support IE, then you have to have a fallback. I think Chad’s article though is meant to describe a technique you can hang more stuff off of than just a CSS hover…this just illustrates the foundation for what you’d do to make your script unobtrusive.</description>
		<content:encoded><![CDATA[<p>The reason why techniques like this have evolved is that IE didn’t support hover except on anchor elements. So you can do almost all of this in CSS, except if you want to support IE, then you have to have a fallback. I think Chad’s article though is meant to describe a technique you can hang more stuff off of than just a CSS hover…this just illustrates the foundation for what you’d do to make your script unobtrusive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ferraiuolo</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-362635</link>
		<dc:creator>Eric Ferraiuolo</dc:creator>
		<pubDate>Tue, 29 Apr 2008 03:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-362635</guid>
		<description>I don&#039;t see the point here... like Christian said, this could be done purely in CSS; why bother with JavaScript to do something this trivial?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the point here&#8230; like Christian said, this could be done purely in CSS; why bother with JavaScript to do something this trivial?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Decker</title>
		<link>http://www.yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/comment-page-1/#comment-362612</link>
		<dc:creator>Christian Decker</dc:creator>
		<pubDate>Tue, 29 Apr 2008 01:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/04/28/unobtrusive-rollovers-using-yui/#comment-362612</guid>
		<description>Looks great, but couldn&#039;t we have achieved the same effect using only standard CSS selectors?
I usually tend to use CSS when possible as it works also on browsers that do not allow JS execution.</description>
		<content:encoded><![CDATA[<p>Looks great, but couldn&#8217;t we have achieved the same effect using only standard CSS selectors?<br />
I usually tend to use CSS when possible as it works also on browsers that do not allow JS execution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

