<?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: reflection.js demo</title>
	<atom:link href="http://cow.neondragon.net/index.php/383-reflectionjs-demo/feed" rel="self" type="application/rss+xml" />
	<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo</link>
	<description>Helping you to get the most out of modern technology and communications since 2004.</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:38:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lunchboxbill</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-6045</link>
		<dc:creator>lunchboxbill</dc:creator>
		<pubDate>Fri, 26 Feb 2010 16:37:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-6045</guid>
		<description>funny reading some of the 2005 comments and how things have turned out :)</description>
		<content:encoded><![CDATA[<p>funny reading some of the 2005 comments and how things have turned out <img src='http://cow.neondragon.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsetes</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-4635</link>
		<dc:creator>rsetes</dc:creator>
		<pubDate>Sat, 04 Apr 2009 09:07:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-4635</guid>
		<description>Little note Cow,

Your script doesn’t work when you use the body-onload-tag in html. Then the reflections are not being displayed. I wanted a image-preload-script but when i drop the function in my body-onload the reflection.js didn’t work anymore. The function-name was not the problem. I tried more than one name.

greetz me</description>
		<content:encoded><![CDATA[<p>Little note Cow,</p>
<p>Your script doesn’t work when you use the body-onload-tag in html. Then the reflections are not being displayed. I wanted a image-preload-script but when i drop the function in my body-onload the reflection.js didn’t work anymore. The function-name was not the problem. I tried more than one name.</p>
<p>greetz me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-4533</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Sun, 22 Feb 2009 03:55:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-4533</guid>
		<description>if youre stuggling with some &quot;reflecting-before-loaded&quot;-problems try that:
rename the &quot;add&quot; method to &quot;set&quot; (means, change &#039;add: function(image, options) {&#039; to &#039;set: function(image, options) {&#039;)  and add the folowing method somewhere inside the Reflection-class:
add: function(image, options) {
		image.onload	= function(){ Reflection.set(image, options); };
		image.src		= image.src;
	},

very hot now,
thanks</description>
		<content:encoded><![CDATA[<p>if youre stuggling with some &#8220;reflecting-before-loaded&#8221;-problems try that:<br />
rename the &#8220;add&#8221; method to &#8220;set&#8221; (means, change &#8216;add: function(image, options) {&#8216; to &#8216;set: function(image, options) {&#8216;)  and add the folowing method somewhere inside the Reflection-class:<br />
add: function(image, options) {<br />
		image.onload	= function(){ Reflection.set(image, options); };<br />
		image.src		= image.src;<br />
	},</p>
<p>very hot now,<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keikonium</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-3624</link>
		<dc:creator>Keikonium</dc:creator>
		<pubDate>Wed, 27 Aug 2008 17:12:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-3624</guid>
		<description>Hi Cow,

First off, I&#039;d like to thank you for this amazing script! It really makes things look prettier for sure.

However, I am having a few problems (most likely my shotty knowledge of Javascript :P). Anyways, if I put this script in a folder with an image, and an index.php file, then define the class=&quot;reflect&quot; on the image and call the script to load, all works fine, the reflection shows up.

But if I put the image in a different sub folder, the reflection no longer works. Do the images and the script all need to be in the same folder? If yes, is it possible for the script to look at any code on any page and if class=&quot;reflect&quot; is found, reflect the image?

Hopefully that wasn&#039;t to confussing, but thanks in advance for any help :).

~ Kei</description>
		<content:encoded><![CDATA[<p>Hi Cow,</p>
<p>First off, I&#8217;d like to thank you for this amazing script! It really makes things look prettier for sure.</p>
<p>However, I am having a few problems (most likely my shotty knowledge of Javascript <img src='http://cow.neondragon.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ). Anyways, if I put this script in a folder with an image, and an index.php file, then define the class=&#8221;reflect&#8221; on the image and call the script to load, all works fine, the reflection shows up.</p>
<p>But if I put the image in a different sub folder, the reflection no longer works. Do the images and the script all need to be in the same folder? If yes, is it possible for the script to look at any code on any page and if class=&#8221;reflect&#8221; is found, reflect the image?</p>
<p>Hopefully that wasn&#8217;t to confussing, but thanks in advance for any help <img src='http://cow.neondragon.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>~ Kei</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gersom</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-3550</link>
		<dc:creator>Gersom</dc:creator>
		<pubDate>Thu, 07 Aug 2008 21:35:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-3550</guid>
		<description>Little note Cow,

Your script doesn&#039;t work when you use the body-onload-tag in html. Then the reflections are not being displayed. I wanted a image-preload-script but when i drop the function in my body-onload the reflection.js didn&#039;t work anymore. The function-name was not the problem. I tried more than one name.

greetz me</description>
		<content:encoded><![CDATA[<p>Little note Cow,</p>
<p>Your script doesn&#8217;t work when you use the body-onload-tag in html. Then the reflections are not being displayed. I wanted a image-preload-script but when i drop the function in my body-onload the reflection.js didn&#8217;t work anymore. The function-name was not the problem. I tried more than one name.</p>
<p>greetz me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cow</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-3496</link>
		<dc:creator>Cow</dc:creator>
		<pubDate>Mon, 28 Jul 2008 21:54:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-3496</guid>
		<description>Dear David,

Try Reflection.js 1.9. I think this issue has been fixed!

Cow</description>
		<content:encoded><![CDATA[<p>Dear David,</p>
<p>Try Reflection.js 1.9. I think this issue has been fixed!</p>
<p>Cow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hopkins</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-3493</link>
		<dc:creator>David Hopkins</dc:creator>
		<pubDate>Mon, 28 Jul 2008 14:37:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-3493</guid>
		<description>Hi!

I&#039;m using reflection.js v1.5 and am having trouble with IE 7. The reflection height for resized images is 100% for some reason. Only happens in IE 7.

Link: http://www.outlookimages.co.uk/v5/ypo-canvas-photo.php

...then upload an image.

Any help would be great!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;m using reflection.js v1.5 and am having trouble with IE 7. The reflection height for resized images is 100% for some reason. Only happens in IE 7.</p>
<p>Link: <a href="http://www.outlookimages.co.uk/v5/ypo-canvas-photo.php" rel="nofollow">http://www.outlookimages.co.uk/v5/ypo-canvas-photo.php</a></p>
<p>&#8230;then upload an image.</p>
<p>Any help would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gildas</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-3344</link>
		<dc:creator>Gildas</dc:creator>
		<pubDate>Thu, 03 Jul 2008 19:01:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-3344</guid>
		<description>I managed to get the reflection work on www.1dlabel.com/boutik.html but there is on problem remaining.
As the elements are nested within a DIV tag that is set to a right alignment for the text, my CD Cover and its reflection should appear aligned on the right alas, they are aligned on the left border of my DIV.
What&#039;s happening ?

Thanks again for your help</description>
		<content:encoded><![CDATA[<p>I managed to get the reflection work on <a href="http://www.1dlabel.com/boutik.html" rel="nofollow">http://www.1dlabel.com/boutik.html</a> but there is on problem remaining.<br />
As the elements are nested within a DIV tag that is set to a right alignment for the text, my CD Cover and its reflection should appear aligned on the right alas, they are aligned on the left border of my DIV.<br />
What&#8217;s happening ?</p>
<p>Thanks again for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-3277</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Wed, 25 Jun 2008 21:30:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-3277</guid>
		<description>I&#039;ve adjusted the onload lines with the following:

if (window.addEventListener) {
window.addEventListener(&quot;load&quot;, addReflections, false);
}
else if (window.attachEvent) {
window.attachEvent(&quot;onload&quot;, addReflections);
}

It allows other onload events by other javascripts. At least it worked for me... ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve adjusted the onload lines with the following:</p>
<p>if (window.addEventListener) {<br />
window.addEventListener(&#8220;load&#8221;, addReflections, false);<br />
}<br />
else if (window.attachEvent) {<br />
window.attachEvent(&#8220;onload&#8221;, addReflections);<br />
}</p>
<p>It allows other onload events by other javascripts. At least it worked for me&#8230; <img src='http://cow.neondragon.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElGandoz</title>
		<link>http://cow.neondragon.net/index.php/383-reflectionjs-demo/comment-page-2#comment-3228</link>
		<dc:creator>ElGandoz</dc:creator>
		<pubDate>Wed, 18 Jun 2008 15:44:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-3228</guid>
		<description>First off, stunning work!
But i&#039;ve a little problem..
referring to the issue of &quot;The Technocrat&quot;, about resizing a image...is there the possibility to resize an image, using the css attribute max-width/max-height ?
Because right now it doesn&#039;t work! This is very helpful for resize images just over a fixed dimension, more flexible than the fixed dimension (it affect larger and smaller images...)
Thanks a lot for your work</description>
		<content:encoded><![CDATA[<p>First off, stunning work!<br />
But i&#8217;ve a little problem..<br />
referring to the issue of &#8220;The Technocrat&#8221;, about resizing a image&#8230;is there the possibility to resize an image, using the css attribute max-width/max-height ?<br />
Because right now it doesn&#8217;t work! This is very helpful for resize images just over a fixed dimension, more flexible than the fixed dimension (it affect larger and smaller images&#8230;)<br />
Thanks a lot for your work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

