<?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: JavaScript in address bar, trick to make images in a web page dance</title> <atom:link href="http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance/feed" rel="self" type="application/rss+xml" /><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance</link> <description>Free Software reviews, Windows tips, tricks and advanced options</description> <lastBuildDate>Wed, 08 Feb 2012 18:24:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: michael jones</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-12733</link> <dc:creator>michael jones</dc:creator> <pubDate>Sat, 17 Sep 2011 04:26:57 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-12733</guid> <description>everytime I type it in it just searches the javascript codes on google</description> <content:encoded><![CDATA[<p>everytime I type it in it just searches the javascript codes on google</p> ]]></content:encoded> </item> <item><title>By: michael jones</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-12732</link> <dc:creator>michael jones</dc:creator> <pubDate>Sat, 17 Sep 2011 04:25:28 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-12732</guid> <description>dude it doesnt work</description> <content:encoded><![CDATA[<p>dude it doesnt work</p> ]]></content:encoded> </item> <item><title>By: Theodore Diamantidis</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-10799</link> <dc:creator>Theodore Diamantidis</dc:creator> <pubDate>Sat, 28 May 2011 16:54:07 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-10799</guid> <description>Code to put all elements to &quot;dance&quot;: 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(&quot;*&quot;); 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)+&quot;px&quot;; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&quot;px&quot;}R++}setInterval(&#039;A()&#039;,5); void(0);For text (the most common elements that contain text): 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(&quot;p&quot;, &quot;a&quot;, &quot;input&quot;, &quot;h1&quot;, &quot;h2&quot;, &quot;h3&quot;, &quot;strong&quot;, &quot;b&quot;, &quot;i&quot;, &quot;u&quot;, &quot;strike&quot;, &quot;em&quot;, &quot;q&quot;); 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)+&quot;px&quot;; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&quot;px&quot;}R++}setInterval(&#039;A()&#039;,5); void(0);</description> <content:encoded><![CDATA[<p>Code to put all elements to &#8220;dance&#8221;:<br /> 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(&#8220;*&#8221;); 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)+&#8221;px&#8221;; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&#8221;px&#8221;}R++}setInterval(&#8216;A()&#8217;,5); void(0);</p><p>For text (the most common elements that contain text):<br /> 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(&#8220;p&#8221;, &#8220;a&#8221;, &#8220;input&#8221;, &#8220;h1&#8243;, &#8220;h2&#8243;, &#8220;h3&#8243;, &#8220;strong&#8221;, &#8220;b&#8221;, &#8220;i&#8221;, &#8220;u&#8221;, &#8220;strike&#8221;, &#8220;em&#8221;, &#8220;q&#8221;); 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)+&#8221;px&#8221;; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&#8221;px&#8221;}R++}setInterval(&#8216;A()&#8217;,5); void(0);</p> ]]></content:encoded> </item> <item><title>By: Ajith</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-2346</link> <dc:creator>Ajith</dc:creator> <pubDate>Tue, 13 Apr 2010 16:47:39 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-2346</guid> <description>Sorry David, your comment didn&#039;t make it :( Of late Firefox has started to become unstable, that&#039;s why I copy the content of any form before submitting.</description> <content:encoded><![CDATA[<p>Sorry David, your comment didn&#8217;t make it <img src='http://www.exnol.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> Of late Firefox has started to become unstable, that&#8217;s why I copy the content of any form before submitting.</p> ]]></content:encoded> </item> <item><title>By: David Anthony Flowers</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-2320</link> <dc:creator>David Anthony Flowers</dc:creator> <pubDate>Tue, 13 Apr 2010 09:21:32 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-2320</guid> <description>Dang I just spent ages typing a long comment, and when I tried to send it my FireFox did something really weird. Did it come though or do I need to redo it?</description> <content:encoded><![CDATA[<p>Dang<br /> I just spent ages typing a long comment, and when I tried to send it my FireFox did something really weird.<br /> Did it come though or do I need to redo it?</p> ]]></content:encoded> </item> <item><title>By: Ajith</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1605</link> <dc:creator>Ajith</dc:creator> <pubDate>Sat, 05 Dec 2009 18:45:43 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1605</guid> <description>The code won&#039;t work now. sorry/ .-= Ajith´s last blog ..&lt;a href=&quot;http://www.exnol.com/windows/how-to-disable-access-to-drives-using-disk-management&quot; rel=&quot;nofollow&quot;&gt;How to disable access to Drives using Disk Management&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>The code won&#8217;t work now. sorry/<br /> .-= Ajith´s last blog ..<a href="http://www.exnol.com/windows/how-to-disable-access-to-drives-using-disk-management" rel="nofollow">How to disable access to Drives using Disk Management</a> =-.</p> ]]></content:encoded> </item> <item><title>By: TeckiSan</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1601</link> <dc:creator>TeckiSan</dc:creator> <pubDate>Tue, 01 Dec 2009 16:13:06 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1601</guid> <description>I am getting following error guyes.Solve it. &quot;0&quot; (and any subsequent words) was ignored because we limit queries to 32 words.</description> <content:encoded><![CDATA[<p>I am getting following error guyes.Solve it.<br /> &#8220;0&#8243; (and any subsequent words) was ignored because we limit queries to 32 words.</p> ]]></content:encoded> </item> <item><title>By: Ajith</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1479</link> <dc:creator>Ajith</dc:creator> <pubDate>Sat, 15 Aug 2009 04:46:23 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1479</guid> <description>Nope this also won&#039;t work now in FF.</description> <content:encoded><![CDATA[<p>Nope this also won&#8217;t work now in FF.</p> ]]></content:encoded> </item> <item><title>By: Amit</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1476</link> <dc:creator>Amit</dc:creator> <pubDate>Tue, 11 Aug 2009 12:33:08 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1476</guid> <description>This is the right script.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(&quot;img&quot;); 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)+&quot;px&quot;; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&quot;px&quot;}R++}setInterval(&#039;A()&#039;,5); void(0);</description> <content:encoded><![CDATA[<p>This is the right script.</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(&#8220;img&#8221;); 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)+&#8221;px&#8221;; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&#8221;px&#8221;}R++}setInterval(&#8216;A()&#8217;,5); void(0);</p> ]]></content:encoded> </item> <item><title>By: abdul basith m</title><link>http://www.exnol.com/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1418</link> <dc:creator>abdul basith m</dc:creator> <pubDate>Sat, 27 Jun 2009 05:35:32 +0000</pubDate> <guid isPermaLink="false">http://www.exnol.com/web/javascript-in-address-bar-trick-to-make-images-in-a-web-page-dance#comment-1418</guid> <description>script for text dance in web page?</description> <content:encoded><![CDATA[<p>script for text dance in web page?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: exnol.com @ 2012-02-09 07:08:00 by W3 Total Cache -->
