<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Image Reflection with jQuery and&#160;MooTools</title> <atom:link href="http://davidwalsh.name/javascrip-reflection/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/javascrip-reflection</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 04:02:29 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: David Walsh</title><link>http://davidwalsh.name/javascrip-reflection#comment-18270</link> <dc:creator>David Walsh</dc:creator> <pubDate>Thu, 17 Jun 2010 13:28:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4272#comment-18270</guid> <description>@Nickolas Simard:  Hairy muses FTL.</description> <content:encoded><![CDATA[<p>@Nickolas Simard:  Hairy muses FTL.</p> ]]></content:encoded> </item> <item><title>By: izdelava strani</title><link>http://davidwalsh.name/javascrip-reflection#comment-14219</link> <dc:creator>izdelava strani</dc:creator> <pubDate>Fri, 04 Dec 2009 17:15:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4272#comment-14219</guid> <description>Wow, didn&#039;t know that it can be done coding. I was doing it in photoshop and stuff. Good tip, thanx</description> <content:encoded><![CDATA[<p>Wow, didn&#8217;t know that it can be done coding. I was doing it in photoshop and stuff. Good tip, thanx</p> ]]></content:encoded> </item> <item><title>By: chris</title><link>http://davidwalsh.name/javascrip-reflection#comment-14144</link> <dc:creator>chris</dc:creator> <pubDate>Thu, 03 Dec 2009 05:17:02 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4272#comment-14144</guid> <description>nice post, great job, you made it come true. I think that&#039;s what I am looking for.Your site is nice, too!</description> <content:encoded><![CDATA[<p>nice post, great job, you made it come true. I think that&#8217;s what I am looking for.</p><p>Your site is nice, too!</p> ]]></content:encoded> </item> <item><title>By: Nickolas Simard</title><link>http://davidwalsh.name/javascrip-reflection#comment-14116</link> <dc:creator>Nickolas Simard</dc:creator> <pubDate>Wed, 02 Dec 2009 21:47:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4272#comment-14116</guid> <description>Ah, I knew I had seen that script somewhere... when you mentioned Christophe Beyls, I knew I was right!Great sum up of the usage of the script. I personally prefer the demo provided by Christophe - more dynamic and such... though the muse is more hairy :D.</description> <content:encoded><![CDATA[<p>Ah, I knew I had seen that script somewhere&#8230; when you mentioned Christophe Beyls, I knew I was right!</p><p>Great sum up of the usage of the script. I personally prefer the demo provided by Christophe &#8211; more dynamic and such&#8230; though the muse is more hairy :D.</p> ]]></content:encoded> </item> <item><title>By: Ryan Florence</title><link>http://davidwalsh.name/javascrip-reflection#comment-14115</link> <dc:creator>Ryan Florence</dc:creator> <pubDate>Wed, 02 Dec 2009 20:14:14 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4272#comment-14115</guid> <description>I was really hoping this post would be &quot;Introducing Scroll&quot;</description> <content:encoded><![CDATA[<p>I was really hoping this post would be &#8220;Introducing Scroll&#8221;</p> ]]></content:encoded> </item> <item><title>By: Strap</title><link>http://davidwalsh.name/javascrip-reflection#comment-14110</link> <dc:creator>Strap</dc:creator> <pubDate>Wed, 02 Dec 2009 16:00:37 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4272#comment-14110</guid> <description>I agree with you that reflection.js is a great piece of code but... in my machine doesn&#039;t work! :)
I use mootools-1.2.4 via google api and other plugins.
I found a solution, replace line 53:wrapper = new Element(($(img.parentNode).get(&quot;tag&quot;) == &quot;a&quot;) ? &quot;span&quot; : &quot;div&quot;).injectAfter(img).adopt(img, reflection);width:var parentNode = $(img.parentNode);
if (parentNode != null) {
wrapper = new Element((parentNode.get(&quot;tag&quot;) == &quot;a&quot;) ? &quot;span&quot; : &quot;div&quot;).injectAfter(img).adopt(img, reflection);
}
else {
wrapper = new Element(&quot;div&quot;).injectAfter(img).adopt(img, reflection);
}And... it seems to work! :)My two cents.
Cheers.
Strap</description> <content:encoded><![CDATA[<p>I agree with you that reflection.js is a great piece of code but&#8230; in my machine doesn&#8217;t work! :)<br
/> I use mootools-1.2.4 via google api and other plugins.<br
/> I found a solution, replace line 53:</p><p>wrapper = new Element(($(img.parentNode).get(&#8220;tag&#8221;) == &#8220;a&#8221;) ? &#8220;span&#8221; : &#8220;div&#8221;).injectAfter(img).adopt(img, reflection);</p><p>width:</p><p>var parentNode = $(img.parentNode);<br
/> if (parentNode != null) {<br
/> wrapper = new Element((parentNode.get(&#8220;tag&#8221;) == &#8220;a&#8221;) ? &#8220;span&#8221; : &#8220;div&#8221;).injectAfter(img).adopt(img, reflection);<br
/> }<br
/> else {<br
/> wrapper = new Element(&#8220;div&#8221;).injectAfter(img).adopt(img, reflection);<br
/> }</p><p>And&#8230; it seems to work! :)</p><p>My two cents.<br
/> Cheers.<br
/> Strap</p> ]]></content:encoded> </item> <item><title>By: derschreckliche</title><link>http://davidwalsh.name/javascrip-reflection#comment-14109</link> <dc:creator>derschreckliche</dc:creator> <pubDate>Wed, 02 Dec 2009 15:09:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4272#comment-14109</guid> <description>Thx for the share, very useful script!
Always wanted to know a possibility to do client-side reflections... ;)</description> <content:encoded><![CDATA[<p>Thx for the share, very useful script!<br
/> Always wanted to know a possibility to do client-side reflections&#8230; ;)</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/javascrip-reflection#comment-14108</link> <dc:creator>David Walsh</dc:creator> <pubDate>Wed, 02 Dec 2009 14:53:53 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4272#comment-14108</guid> <description>@Chris the Developer:  She&#039;s never gone! :)</description> <content:encoded><![CDATA[<p>@Chris the Developer:  She&#8217;s never gone! :)</p> ]]></content:encoded> </item> <item><title>By: Chris the Developer</title><link>http://davidwalsh.name/javascrip-reflection#comment-14107</link> <dc:creator>Chris the Developer</dc:creator> <pubDate>Wed, 02 Dec 2009 14:50:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4272#comment-14107</guid> <description>Haha! I was wondering where Christina had gone...</description> <content:encoded><![CDATA[<p>Haha! I was wondering where Christina had gone&#8230;</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 (User agent is rejected)
Database Caching 3/7 queries in 0.008 seconds using disk: basic
Object Caching 746/746 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 03:59:57 -->
