<?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: Screw Up Any Webpage, In Two Seconds Flat</title>
	<atom:link href="http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/</link>
	<description>Deliciously Geeky...</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:25:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alan</title>
		<link>http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/comment-page-1/#comment-115590</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 09 Jan 2007 23:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/#comment-115590</guid>
		<description>The reason the code on this site doesn&#039;t work but the code on destructoid does is due to the single quote characters.  The code on destructoid uses a regular single quote character, ASCII character 27 in hex or 39 in decimal.  The code as shown on ohgizmo is using some other special character that looks like a quote.  This often happens when using something like a word processor to type computer code.  Computer code is not intended to be typed in a word processor or any other sort of rich text editor.  Get rid of the fancy single quote character and use a nice simple regular single right quote ASCII character, and all will be well.</description>
		<content:encoded><![CDATA[<p>The reason the code on this site doesn&#8217;t work but the code on destructoid does is due to the single quote characters.  The code on destructoid uses a regular single quote character, ASCII character 27 in hex or 39 in decimal.  The code as shown on ohgizmo is using some other special character that looks like a quote.  This often happens when using something like a word processor to type computer code.  Computer code is not intended to be typed in a word processor or any other sort of rich text editor.  Get rid of the fancy single quote character and use a nice simple regular single right quote ASCII character, and all will be well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crack</title>
		<link>http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/comment-page-1/#comment-115500</link>
		<dc:creator>crack</dc:creator>
		<pubDate>Tue, 09 Jan 2007 19:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/#comment-115500</guid>
		<description>this is nothing new. rohitab played with this months ago, and it was all over the place months before that.</description>
		<content:encoded><![CDATA[<p>this is nothing new. rohitab played with this months ago, and it was all over the place months before that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koz</title>
		<link>http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/comment-page-1/#comment-115120</link>
		<dc:creator>Koz</dc:creator>
		<pubDate>Mon, 08 Jan 2007 07:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/#comment-115120</guid>
		<description>Hi guys, that code you put there doesn&#039;t work but you can use this one: 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);

I love oh gizmo, keep up the cool reviews!</description>
		<content:encoded><![CDATA[<p>Hi guys, that code you put there doesn&#8217;t work but you can use this one: 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(&#8221;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(&#8217;A()&#8217;,5); void(0);</p>
<p>I love oh gizmo, keep up the cool reviews!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/comment-page-1/#comment-115116</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 08 Jan 2007 07:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohgizmo.com/2007/01/08/screw-up-any-webpage-in-two-seconds-flat/#comment-115116</guid>
		<description>Doesnt work</description>
		<content:encoded><![CDATA[<p>Doesnt work</p>
]]></content:encoded>
	</item>
</channel>
</rss>
