<?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: Javascript Cool Effect Trick</title>
	<atom:link href="http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/</link>
	<description>Hemmy.net - A source of varied interests for everyone, the weblog that never sleeps.</description>
	<lastBuildDate>Thu, 26 Jan 2012 06:08:11 +0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: gintas</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-232501</link>
		<dc:creator>gintas</dc:creator>
		<pubDate>Sat, 03 Apr 2010 15:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-232501</guid>
		<description>u just need 2 replace qoutes by single qoute and the script will work correctly</description>
		<content:encoded><![CDATA[<p>u just need 2 replace qoutes by single qoute and the script will work correctly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-230793</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-230793</guid>
		<description>Cool! Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Cool! Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: priya</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-229565</link>
		<dc:creator>priya</dc:creator>
		<pubDate>Wed, 22 Jul 2009 10:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-229565</guid>
		<description>hey.. u can also change d numbers in it... like.. 200 to 20 or 40...or sin to cos or to tan etc.. n see more different effects..
its interesting..</description>
		<content:encoded><![CDATA[<p>hey.. u can also change d numbers in it&#8230; like.. 200 to 20 or 40&#8230;or sin to cos or to tan etc.. n see more different effects..<br />
its interesting..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nao58</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-228591</link>
		<dc:creator>nao58</dc:creator>
		<pubDate>Thu, 14 May 2009 14:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-228591</guid>
		<description>kewl!
and I&#039;ve just modified the script for ff3 and ie8.

R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; setInterval(function(){for(i=0; i&lt;DIL; i++){DIS=DI[i].style; DIS.position=&#039;absolute&#039;; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5+&#039;px&#039;; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5+&#039;px&#039;}R++},5);</description>
		<content:encoded><![CDATA[<p>kewl!<br />
and I&#8217;ve just modified the script for ff3 and ie8.</p>
<p>R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; setInterval(function(){for(i=0; i&lt;DIL; i++){DIS=DI[i].style; DIS.position=&#8217;absolute&#8217;; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5+&#8217;px&#8217;; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5+&#8217;px&#8217;}R++},5);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-224306</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Tue, 21 Oct 2008 03:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-224306</guid>
		<description>i have firefox 3 too and i can&#039;t press enter once i pasted the code.</description>
		<content:encoded><![CDATA[<p>i have firefox 3 too and i can&#8217;t press enter once i pasted the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-224052</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 11 Oct 2008 00:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-224052</guid>
		<description>I have Firefox 3 and i cant get this to work. Any ideas?</description>
		<content:encoded><![CDATA[<p>I have Firefox 3 and i cant get this to work. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TImothy White</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-210728</link>
		<dc:creator>TImothy White</dc:creator>
		<pubDate>Thu, 13 Mar 2008 04:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-210728</guid>
		<description>This version works in IE:

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=&#039;absolute&#039;; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval(&#039;A()&#039;,5); void(0);

simply copy (ctrl + C), press Alt + D, ctrl + V, then enter.
the moving images will be at the top of the page.
Note: this dosnt effect the internet! it only effects what YOU see!</description>
		<content:encoded><![CDATA[<p>This version works in IE:</p>
<p>javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=&#8217;absolute&#8217;; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval(&#8216;A()&#8217;,5); void(0);</p>
<p>simply copy (ctrl + C), press Alt + D, ctrl + V, then enter.<br />
the moving images will be at the top of the page.<br />
Note: this dosnt effect the internet! it only effects what YOU see!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pelle</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-207645</link>
		<dc:creator>Pelle</dc:creator>
		<pubDate>Sat, 15 Dec 2007 15:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-207645</guid>
		<description>Didnt make it to work with the latest Explorer and Firefox reader.But,maybe i did something wrong?.</description>
		<content:encoded><![CDATA[<p>Didnt make it to work with the latest Explorer and Firefox reader.But,maybe i did something wrong?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddy</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-189960</link>
		<dc:creator>Eddy</dc:creator>
		<pubDate>Fri, 27 Jul 2007 06:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-189960</guid>
		<description>Try this (copy the code below and paste it on your internet address bar or URL and hit enter):

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName(&#039;img&#039;); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=&#039;absolute&#039;; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+&#039;px&#039;; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&#039;px&#039;}R++}setInterval(&#039;A()&#039;,10); void(0);

Hint: Use google image to search for any images.</description>
		<content:encoded><![CDATA[<p>Try this (copy the code below and paste it on your internet address bar or URL and hit enter):</p>
<p>javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName(&#8216;img&#8217;); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=&#8217;absolute&#8217;; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+&#8217;px&#8217;; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&#8217;px&#8217;}R++}setInterval(&#8216;A()&#8217;,10); void(0);</p>
<p>Hint: Use google image to search for any images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackson bollox</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-179420</link>
		<dc:creator>jackson bollox</dc:creator>
		<pubDate>Thu, 05 Jul 2007 17:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-179420</guid>
		<description>doesn&#039;t work in IE</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t work in IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Script of the week goes to&#8230; at Andrew Sellick</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-152612</link>
		<dc:creator>Script of the week goes to&#8230; at Andrew Sellick</dc:creator>
		<pubDate>Fri, 15 Jun 2007 09:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-152612</guid>
		<description>[...] it&#8217;s just a bit of fun, however, it&#8217;s still quite cool.&#160; I found a piece of code HEMMY.NET that produces a really nice affect when pasting the following JavaScript into the URL bar whilst [...]</description>
		<content:encoded><![CDATA[<p>[...] it&#8217;s just a bit of fun, however, it&#8217;s still quite cool.&nbsp; I found a piece of code HEMMY.NET that produces a really nice affect when pasting the following JavaScript into the URL bar whilst [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Desseno</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-16506</link>
		<dc:creator>Carlos Desseno</dc:creator>
		<pubDate>Mon, 30 Oct 2006 01:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-16506</guid>
		<description>Really nice.</description>
		<content:encoded><![CDATA[<p>Really nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katana</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-16264</link>
		<dc:creator>Katana</dc:creator>
		<pubDate>Sun, 29 Oct 2006 00:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-16264</guid>
		<description>Just copy and paste the code into your address bar (the one where you type your url such as www.google.com)</description>
		<content:encoded><![CDATA[<p>Just copy and paste the code into your address bar (the one where you type your url such as <a href="http://www.google.com" rel="nofollow">http://www.google.com</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xtine</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-16255</link>
		<dc:creator>Xtine</dc:creator>
		<pubDate>Sun, 29 Oct 2006 00:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-16255</guid>
		<description>how do you get it to work??? :s</description>
		<content:encoded><![CDATA[<p>how do you get it to work??? :s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veron</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-15815</link>
		<dc:creator>Veron</dc:creator>
		<pubDate>Fri, 27 Oct 2006 02:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-15815</guid>
		<description>Totally awesome! I don&#039;t mean to shamelessly plug my site but it does look wonderful there!</description>
		<content:encoded><![CDATA[<p>Totally awesome! I don&#8217;t mean to shamelessly plug my site but it does look wonderful there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travelpeople</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-15727</link>
		<dc:creator>travelpeople</dc:creator>
		<pubDate>Thu, 26 Oct 2006 18:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-15727</guid>
		<description>Cool animation!!!!</description>
		<content:encoded><![CDATA[<p>Cool animation!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirty Carl &#187; Blog Archive &#187; Cool Javascript</title>
		<link>http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/comment-page-1/#comment-15722</link>
		<dc:creator>Dirty Carl &#187; Blog Archive &#187; Cool Javascript</dc:creator>
		<pubDate>Thu, 26 Oct 2006 18:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hemmy.net/2006/10/25/javascript-cool-effect-trick/#comment-15722</guid>
		<description>[...] Cool Javascript     Check out this cool Javascript trick that performs some interesting animation. Try it out for yourself! Link &amp; Image:Hemmy.Net  Tags:  Javascript  &#124;  Animation [...]</description>
		<content:encoded><![CDATA[<p>[...] Cool Javascript     Check out this cool Javascript trick that performs some interesting animation. Try it out for yourself! Link &amp; Image:Hemmy.Net  Tags:  Javascript  |  Animation [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

