<?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 for Psychcf&#039;s blog</title>
	<atom:link href="http://psychdesigns.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://psychdesigns.net/blog</link>
	<description>Stuff &#039;bout programming, the web, linux, and more.</description>
	<lastBuildDate>Wed, 19 May 2010 21:30:18 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Announcing The &#8220;Stupid&#8221; Javascript Framework by foo</title>
		<link>http://psychdesigns.net/blog/2010/04/announcing-the-stupid-javascript-framework/comment-page-1/#comment-110</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Wed, 19 May 2010 21:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=146#comment-110</guid>
		<description>you could make it slower ;)

diff --git a/stupid.js b/stupid.js
index b339569..ace1a2b 100644
--- a/stupid.js
+++ b/stupid.js
@@ -5,19 +5,21 @@ See README and LICENSE for more info. Docs are inline comments.
 */
 stupid = {
     byId: function(id){
-        //Gets an element by it&#039;s ID.
-        var search = function(elem, id){
-            if(elem.id == id){
-                return elem;
-            }
-            var children = elem.childNodes;
-            for(var i in children){
-                if(res=search(children[i], id)){
-                    return res;
-                }
-            }    
-        }
-        return search(document, id);
+		setTimeout(function() {
+	        //Gets an element by it&#039;s ID.
+    	    var search = function(elem, id){
+        	    if(elem.id == id){
+	                return elem;
+    	        }
+        	    var children = elem.childNodes;
+            	for(var i in children){
+	                if(res=search(children[i], id)){
+    	                return res;
+        	        }
+	            }    
+    	    }
+        	return search(document, id);			
+		}, (3 * 1000));
     },
     wrapFunctions: function(obj, name){
         //Wraps functions so that you can see their calls in firebug. &#039;obj&#039; is either a function or object with functions. &#039;name&#039; is an optional name.</description>
		<content:encoded><![CDATA[<p>you could make it slower <img src='http://psychdesigns.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>diff &#8211;git a/stupid.js b/stupid.js<br />
index b339569..ace1a2b 100644<br />
&#8212; a/stupid.js<br />
+++ b/stupid.js<br />
@@ -5,19 +5,21 @@ See README and LICENSE for more info. Docs are inline comments.<br />
 */<br />
 stupid = {<br />
     byId: function(id){<br />
-        //Gets an element by it&#8217;s ID.<br />
-        var search = function(elem, id){<br />
-            if(elem.id == id){<br />
-                return elem;<br />
-            }<br />
-            var children = elem.childNodes;<br />
-            for(var i in children){<br />
-                if(res=search(children[i], id)){<br />
-                    return res;<br />
-                }<br />
-            }<br />
-        }<br />
-        return search(document, id);<br />
+		setTimeout(function() {<br />
+	        //Gets an element by it&#8217;s ID.<br />
+    	    var search = function(elem, id){<br />
+        	    if(elem.id == id){<br />
+	                return elem;<br />
+    	        }<br />
+        	    var children = elem.childNodes;<br />
+            	for(var i in children){<br />
+	                if(res=search(children[i], id)){<br />
+    	                return res;<br />
+        	        }<br />
+	            }<br />
+    	    }<br />
+        	return search(document, id);<br />
+		}, (3 * 1000));<br />
     },<br />
     wrapFunctions: function(obj, name){<br />
         //Wraps functions so that you can see their calls in firebug. &#8216;obj&#8217; is either a function or object with functions. &#8216;name&#8217; is an optional name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Common Japanese dialogue words by Jay MacDonald</title>
		<link>http://psychdesigns.net/blog/2009/11/common-japanese-dialogue-words/comment-page-1/#comment-49</link>
		<dc:creator>Jay MacDonald</dc:creator>
		<pubDate>Fri, 04 Dec 2009 18:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=98#comment-49</guid>
		<description>Cool story, bro.</description>
		<content:encoded><![CDATA[<p>Cool story, bro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bullet Hell Games by Will Riley</title>
		<link>http://psychdesigns.net/blog/2009/05/bullet-hell-games/comment-page-1/#comment-37</link>
		<dc:creator>Will Riley</dc:creator>
		<pubDate>Sun, 22 Nov 2009 00:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=73#comment-37</guid>
		<description>Yeah, now I&#039;ve been playing a lot of Touhou, it&#039;s a fun game. I&#039;ve got most of the PC games. Good stuff.</description>
		<content:encoded><![CDATA[<p>Yeah, now I&#8217;ve been playing a lot of Touhou, it&#8217;s a fun game. I&#8217;ve got most of the PC games. Good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bullet Hell Games by Jonathan Dahan</title>
		<link>http://psychdesigns.net/blog/2009/05/bullet-hell-games/comment-page-1/#comment-36</link>
		<dc:creator>Jonathan Dahan</dc:creator>
		<pubDate>Sat, 21 Nov 2009 22:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=73#comment-36</guid>
		<description>Gotta play perfect cherry blossom if you haven&#039;t yet - its loads of fun if you can get past the ridiculousness of being a a girl that shoots lightning instead of a plane that can shoot lightning. rRootage is good, and the guy who ported it also ported a lot of other really nice shooters (plus the bullet libraries are interesting to check out if you code).</description>
		<content:encoded><![CDATA[<p>Gotta play perfect cherry blossom if you haven&#8217;t yet &#8211; its loads of fun if you can get past the ridiculousness of being a a girl that shoots lightning instead of a plane that can shoot lightning. rRootage is good, and the guy who ported it also ported a lot of other really nice shooters (plus the bullet libraries are interesting to check out if you code).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appeal to linux, get tested early in development by Will Riley</title>
		<link>http://psychdesigns.net/blog/2008/10/appeal-to-linux-get-tested-early-in-development/comment-page-1/#comment-34</link>
		<dc:creator>Will Riley</dc:creator>
		<pubDate>Wed, 18 Nov 2009 02:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=66#comment-34</guid>
		<description>Yeah, I got 64 bit working now, awesome sauce. I need to update this blog some time, lol.</description>
		<content:encoded><![CDATA[<p>Yeah, I got 64 bit working now, awesome sauce. I need to update this blog some time, lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appeal to linux, get tested early in development by Dave</title>
		<link>http://psychdesigns.net/blog/2008/10/appeal-to-linux-get-tested-early-in-development/comment-page-1/#comment-33</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 29 Oct 2009 22:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=66#comment-33</guid>
		<description>Haha, just saw the year on this post. Here I was thinking this was just a few weeks old. Well, you&#039;ve got your problem solved either way :)</description>
		<content:encoded><![CDATA[<p>Haha, just saw the year on this post. Here I was thinking this was just a few weeks old. Well, you&#8217;ve got your problem solved either way <img src='http://psychdesigns.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appeal to linux, get tested early in development by Dave</title>
		<link>http://psychdesigns.net/blog/2008/10/appeal-to-linux-get-tested-early-in-development/comment-page-1/#comment-32</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 29 Oct 2009 22:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=66#comment-32</guid>
		<description>Gears is packaged for karmic, including 64-bit.</description>
		<content:encoded><![CDATA[<p>Gears is packaged for karmic, including 64-bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appeal to linux, get tested early in development by Bill Gates</title>
		<link>http://psychdesigns.net/blog/2008/10/appeal-to-linux-get-tested-early-in-development/comment-page-1/#comment-12</link>
		<dc:creator>Bill Gates</dc:creator>
		<pubDate>Sat, 01 Nov 2008 19:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=66#comment-12</guid>
		<description>People like you are ruining our jobs at Microsoft.</description>
		<content:encoded><![CDATA[<p>People like you are ruining our jobs at Microsoft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Chrome will improve other browsers by phandentium</title>
		<link>http://psychdesigns.net/blog/2008/09/how-chrome-will-improve-other-browsers/comment-page-1/#comment-3</link>
		<dc:creator>phandentium</dc:creator>
		<pubDate>Sun, 07 Sep 2008 05:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=31#comment-3</guid>
		<description>Competition is good for the consumer.</description>
		<content:encoded><![CDATA[<p>Competition is good for the consumer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My thoughts on Google Chrome by ónoma</title>
		<link>http://psychdesigns.net/blog/2008/09/my-thoughts-on-google-chrome/comment-page-1/#comment-2</link>
		<dc:creator>ónoma</dc:creator>
		<pubDate>Wed, 03 Sep 2008 03:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://psychdesigns.net/blog/?p=3#comment-2</guid>
		<description>In cases like this, it&#039;s best to ignore the nonsense put out by the PR dept and focus on the busienss aspects.  It doesn&#039;t serve Google&#039;s business goals to have the gateway to its services controlled by 3rd parties like Microsoft with whom it has a hostile relationship, and Mozilla, of which it holds a pretty low opinion.  By creating its own browser, it avoids having to negotiate with Mozilla and the Firefox community over what ends up in the browser.</description>
		<content:encoded><![CDATA[<p>In cases like this, it&#8217;s best to ignore the nonsense put out by the PR dept and focus on the busienss aspects.  It doesn&#8217;t serve Google&#8217;s business goals to have the gateway to its services controlled by 3rd parties like Microsoft with whom it has a hostile relationship, and Mozilla, of which it holds a pretty low opinion.  By creating its own browser, it avoids having to negotiate with Mozilla and the Firefox community over what ends up in the browser.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
