<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/Reflection</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 00:18:48 GMT</pubDate>
<item>
<title>(JavaScript) Object Reflections - iancrowther</title>
<link>http://snipplr.com/view/44309/object-reflections/</link>
<description><![CDATA[ <p>this is my way of working out the contents of an object when I don't have access to a debugger like firebug</p> ]]></description>
<pubDate>Wed, 17 Nov 2010 22:43:20 GMT</pubDate>
<guid>http://snipplr.com/view/44309/object-reflections/</guid>
</item>
<item>
<title>(JavaScript) image reflection (horizontal or vertical) - Jman</title>
<link>http://snipplr.com/view/11284/image-reflection-horizontal-or-vertical/</link>
<description><![CDATA[ <p>How to use: HTML: 
&amp;lt;img id="image" src="image.png" alt=""/>

JavaScript: 
add_reflection (document.getElementById ( 'image'), 1, 1, 0.1, 0); 

As a result, the script wrap image in the div, ask him to the desired height and width and put reflection of image

PS Sorry for my english</p> ]]></description>
<pubDate>Sun, 18 Jan 2009 13:25:49 GMT</pubDate>
<guid>http://snipplr.com/view/11284/image-reflection-horizontal-or-vertical/</guid>
</item>
</channel>
</rss>