<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Unobtrusive Image Rollover with Prototype Library</title>
	<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/</link>
	<description>Web Development and Design, and Anything That Matters</description>
	<pubDate>Fri, 16 May 2008 04:45:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: yosax</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-68681</link>
		<pubDate>Sat, 29 Mar 2008 20:06:24 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-68681</guid>
					<description>How to roll over image such as in Amazon?
I want to implement the codes on one of my web.</description>
		<content:encoded><![CDATA[<p>How to roll over image such as in Amazon?<br />
I want to implement the codes on one of my web.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: S Woodside</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-48068</link>
		<pubDate>Thu, 29 Nov 2007 05:01:41 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-48068</guid>
					<description>You should probably note somewhere here or in the docs that prototype 1.5.1 is required, in case people are trying to use it with an older version they will get &quot;$$ is not defined&quot; (which doesn't search in google).</description>
		<content:encoded><![CDATA[<p>You should probably note somewhere here or in the docs that prototype 1.5.1 is required, in case people are trying to use it with an older version they will get &#8220;$$ is not defined&#8221; (which doesn&#8217;t search in google).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jean Carlo</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-38510</link>
		<pubDate>Tue, 04 Sep 2007 19:59:31 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-38510</guid>
					<description>Hi, 

I am trying use it with the prototype 1.5.0_rc0 library because i am using rails 1.1.6, and i have it error

this.links[i].observe is not a function
[Break on this error] this.links[i].observe('mouseover', this.rolloverImage);

Thanks for you help</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am trying use it with the prototype 1.5.0_rc0 library because i am using rails 1.1.6, and i have it error</p>
<p>this.links[i].observe is not a function<br />
[Break on this error] this.links[i].observe(&#8217;mouseover&#8217;, this.rolloverImage);</p>
<p>Thanks for you help
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-36184</link>
		<pubDate>Mon, 30 Jul 2007 02:32:17 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-36184</guid>
					<description>Glad that you find it useful Yohann. :)</description>
		<content:encoded><![CDATA[<p>Glad that you find it useful Yohann. :)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: yohann</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-36149</link>
		<pubDate>Sun, 29 Jul 2007 12:40:17 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-36149</guid>
					<description>Hi Herryanto,

Thank you for the fast fix, it's very nice.

You're library is a bless for those who don't like to write tone of css code or ugly javascript everywhere in between html tags.

From my experience, when you apply the observer to the closest div, it even works faster than inline javascript and as fast as classic css over. you code is clean, small and fast !

I've tried as well to put the observers on all chunks of pages  (content, lateral bar)  while still in development and it works as expected, just with a bit more latency, but acceptable.

I'm using rails and  the image caching mechanism doesn't prevent over images to be correctly loaded, it was a nice surprise as well.

Well Herryanto, thanks again for that creative and very usefull piece of javascript.</description>
		<content:encoded><![CDATA[<p>Hi Herryanto,</p>
<p>Thank you for the fast fix, it&#8217;s very nice.</p>
<p>You&#8217;re library is a bless for those who don&#8217;t like to write tone of css code or ugly javascript everywhere in between html tags.</p>
<p>From my experience, when you apply the observer to the closest div, it even works faster than inline javascript and as fast as classic css over. you code is clean, small and fast !</p>
<p>I&#8217;ve tried as well to put the observers on all chunks of pages  (content, lateral bar)  while still in development and it works as expected, just with a bit more latency, but acceptable.</p>
<p>I&#8217;m using rails and  the image caching mechanism doesn&#8217;t prevent over images to be correctly loaded, it was a nice surprise as well.</p>
<p>Well Herryanto, thanks again for that creative and very usefull piece of javascript.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-36146</link>
		<pubDate>Sun, 29 Jul 2007 10:26:45 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-36146</guid>
					<description>Sorry about it Yohann, I just moved my web hosting, and forgot to upload some files. It's up now.</description>
		<content:encoded><![CDATA[<p>Sorry about it Yohann, I just moved my web hosting, and forgot to upload some files. It&#8217;s up now.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: yohann</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-36092</link>
		<pubDate>Sat, 28 Jul 2007 11:39:36 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-36092</guid>
					<description>Hi Herryanto

I cannot find the page anymore for the rollover tutorial, only google cahing and the dowload link is no more available. Could you let me know if that's normal ?

I looked on the web for a rollover solution juste like yours and there ain't so many..  I think it's very nicely done and want to thank you for sharing.</description>
		<content:encoded><![CDATA[<p>Hi Herryanto</p>
<p>I cannot find the page anymore for the rollover tutorial, only google cahing and the dowload link is no more available. Could you let me know if that&#8217;s normal ?</p>
<p>I looked on the web for a rollover solution juste like yours and there ain&#8217;t so many..  I think it&#8217;s very nicely done and want to thank you for sharing.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-32364</link>
		<pubDate>Tue, 22 May 2007 10:07:19 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-32364</guid>
					<description>Thanks michael. I too, personally would prefer to use text based navs.  But at times, coming from designer perspective, we tend to be perfectionist. :)

The '_sel' option is to help the script to remove it from the image name if you are using a selected image, so it knows how to retrieve the '_over' image. 

If you don't have selected image. You don't have to bother about it at all.</description>
		<content:encoded><![CDATA[<p>Thanks michael. I too, personally would prefer to use text based navs.  But at times, coming from designer perspective, we tend to be perfectionist. :)</p>
<p>The &#8216;_sel&#8217; option is to help the script to remove it from the image name if you are using a selected image, so it knows how to retrieve the &#8216;_over&#8217; image. </p>
<p>If you don&#8217;t have selected image. You don&#8217;t have to bother about it at all.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Miccheng</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-32363</link>
		<pubDate>Tue, 22 May 2007 08:41:01 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-32363</guid>
					<description>Looks like a really elegant way of doing rollovers for JavaScript  / CSS newbies. Good job!

Neat idea using the convention over configuration method for naming files. Good idea preloading the images too - dun like the flash when loading new images.

Personally, i prefer text based navs with background... don't like to have to create a multiplicity of roll-over images.

So what if i don't create a _sel image. Does it default to the _over image?</description>
		<content:encoded><![CDATA[<p>Looks like a really elegant way of doing rollovers for JavaScript  / CSS newbies. Good job!</p>
<p>Neat idea using the convention over configuration method for naming files. Good idea preloading the images too - dun like the flash when loading new images.</p>
<p>Personally, i prefer text based navs with background&#8230; don&#8217;t like to have to create a multiplicity of roll-over images.</p>
<p>So what if i don&#8217;t create a _sel image. Does it default to the _over image?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
