<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Adam Gotterer</title>
	<link>http://www.adamgotterer.com</link>
	<description>Find the secrets to infinite income, and automate it!</description>
	<pubDate>Mon, 06 Oct 2008 13:00:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>Comment on Prototype XUL JavaScript Framework 1.6.0.2 by Adam</title>
		<link>http://www.adamgotterer.com/2008/02/19/prototype-xul-javascript-framework-1602/#comment-109</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 04 Oct 2008 16:46:47 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/02/19/prototype-xul-javascript-framework-1602/#comment-109</guid>
		<description>Jan: If you are developing only for firefox 3 you don't need to use Prototype XUL anymore. The project was built to work around a bug in FF2 that prevented prototyping function. I believe this was corrected in FF3. I haven't tried, but the normal prototype library should work as expected now.</description>
		<content:encoded><![CDATA[<p>Jan: If you are developing only for firefox 3 you don&#8217;t need to use Prototype XUL anymore. The project was built to work around a bug in FF2 that prevented prototyping function. I believe this was corrected in FF3. I haven&#8217;t tried, but the normal prototype library should work as expected now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype XUL JavaScript Framework 1.6.0.2 by jan</title>
		<link>http://www.adamgotterer.com/2008/02/19/prototype-xul-javascript-framework-1602/#comment-108</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Thu, 02 Oct 2008 16:24:31 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/02/19/prototype-xul-javascript-framework-1602/#comment-108</guid>
		<description>i'm using Firefox3 and i'm trying to build my own Firefox toolbar for our web project</description>
		<content:encoded><![CDATA[<p>i&#8217;m using Firefox3 and i&#8217;m trying to build my own Firefox toolbar for our web project</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype XUL JavaScript Framework 1.6.0.2 by jan</title>
		<link>http://www.adamgotterer.com/2008/02/19/prototype-xul-javascript-framework-1602/#comment-107</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Thu, 02 Oct 2008 16:23:40 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/02/19/prototype-xul-javascript-framework-1602/#comment-107</guid>
		<description>hi !!

i spend now 20 hours on the bind problem in my JS Class:

setMicroblogs: function(msg)
{
new Ajax.Request('http://www.domaincom/ajax/microblog/update', {
				  method: 'post',
				  parameters: 'microblog='+msg.value,
				  onComplete: function(req) { 
				  	this.showNotification('', 'test', '');
				  }.bind(this)
	 		});
	}


but a error appears "bind is not a function".. what is wrong ?? please help</description>
		<content:encoded><![CDATA[<p>hi !!</p>
<p>i spend now 20 hours on the bind problem in my JS Class:</p>
<p>setMicroblogs: function(msg)<br />
{<br />
new Ajax.Request(&#8217;http://www.domaincom/ajax/microblog/update&#8217;, {<br />
				  method: &#8216;post&#8217;,<br />
				  parameters: &#8216;microblog=&#8217;+msg.value,<br />
				  onComplete: function(req) {<br />
				  	this.showNotification(&#8221;, &#8216;test&#8217;, &#8221;);<br />
				  }.bind(this)<br />
	 		});<br />
	}</p>
<p>but a error appears &#8220;bind is not a function&#8221;.. what is wrong ?? please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype XUL Update by makuchaku</title>
		<link>http://www.adamgotterer.com/2008/02/21/prototype-xul-update/#comment-106</link>
		<dc:creator>makuchaku</dc:creator>
		<pubDate>Sat, 13 Sep 2008 22:53:15 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/02/21/prototype-xul-update/#comment-106</guid>
		<description>Prototype XUL totally rocks!

Thanks for the time you invested in this :)

--
Maku</description>
		<content:encoded><![CDATA[<p>Prototype XUL totally rocks!</p>
<p>Thanks for the time you invested in this <img src='http://www.adamgotterer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8211;<br />
Maku</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype XUL JavaScript Framework 1.6.0.2 by john</title>
		<link>http://www.adamgotterer.com/2008/02/19/prototype-xul-javascript-framework-1602/#comment-105</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 07 Sep 2008 16:28:58 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/02/19/prototype-xul-javascript-framework-1602/#comment-105</guid>
		<description>well, i was looking today for using prototype in my own fx extension, lucky i found this ...
is there a way ti use it to access the content of a loaded window ...
instead of doing "window.content.document.getElementById" i'd like to use prototype's $

did not find anything clear on the net</description>
		<content:encoded><![CDATA[<p>well, i was looking today for using prototype in my own fx extension, lucky i found this &#8230;<br />
is there a way ti use it to access the content of a loaded window &#8230;<br />
instead of doing &#8220;window.content.document.getElementById&#8221; i&#8217;d like to use prototype&#8217;s $</p>
<p>did not find anything clear on the net</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recursive PHP in_array function by Finch</title>
		<link>http://www.adamgotterer.com/2008/07/22/recursive-php-in_array-function/#comment-103</link>
		<dc:creator>Finch</dc:creator>
		<pubDate>Wed, 06 Aug 2008 09:39:37 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/07/22/recursive-php-in_array-function/#comment-103</guid>
		<description>you used the built in iterator very impressive :)

here is another 

function array_search_recursive( $needle, $haystack ) {
   $path = NULL;
   $keys = array_keys($haystack);
   while (!$path &#38;&#38; (list($toss,$k)=each($keys))) {
     $v = $haystack[$k];
     if (is_scalar($v)) {
         if ($v===$needle) {
           $path = array($k);
         }
     } elseif (is_array($v)) {
         if ($path=array_search_recursive( $needle, $v )) {
           array_unshift($path,$k);
         }
     }
   }
   return $path;
}</description>
		<content:encoded><![CDATA[<p>you used the built in iterator very impressive <img src='http://www.adamgotterer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>here is another </p>
<p>function array_search_recursive( $needle, $haystack ) {<br />
   $path = NULL;<br />
   $keys = array_keys($haystack);<br />
   while (!$path &amp;&amp; (list($toss,$k)=each($keys))) {<br />
     $v = $haystack[$k];<br />
     if (is_scalar($v)) {<br />
         if ($v===$needle) {<br />
           $path = array($k);<br />
         }<br />
     } elseif (is_array($v)) {<br />
         if ($path=array_search_recursive( $needle, $v )) {<br />
           array_unshift($path,$k);<br />
         }<br />
     }<br />
   }<br />
   return $path;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Things I&#8217;m Getting Fed Up With by dauttyvub</title>
		<link>http://www.adamgotterer.com/2008/03/10/things-im-getting-fed-up-with/#comment-102</link>
		<dc:creator>dauttyvub</dc:creator>
		<pubDate>Sun, 03 Aug 2008 04:07:42 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/03/10/things-im-getting-fed-up-with/#comment-102</guid>
		<description>Tahnks for posting</description>
		<content:encoded><![CDATA[<p>Tahnks for posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PriceAdvance Launches! by Adam</title>
		<link>http://www.adamgotterer.com/2008/05/08/priceadvance-launches/#comment-72</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 24 May 2008 05:34:22 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/05/08/priceadvance-launches/#comment-72</guid>
		<description>very cool. well done!</description>
		<content:encoded><![CDATA[<p>very cool. well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CollegeHumor vs. Facebook by Kevin Slane</title>
		<link>http://www.adamgotterer.com/2008/05/06/collegehumor-vs-facebook/#comment-71</link>
		<dc:creator>Kevin Slane</dc:creator>
		<pubDate>Thu, 15 May 2008 06:33:43 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/05/06/collegehumor-vs-facebook/#comment-71</guid>
		<description>I think I saw that ad a few times actually... I had heard rumors about the challenge, but thought it hilarious that because I have so much CH-related jargon in my profile, I was actually targeted for that ad. Best of luck to you guys, in this worthy endeavor.</description>
		<content:encoded><![CDATA[<p>I think I saw that ad a few times actually&#8230; I had heard rumors about the challenge, but thought it hilarious that because I have so much CH-related jargon in my profile, I was actually targeted for that ad. Best of luck to you guys, in this worthy endeavor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Johnny Lee: Creating tech marvels out of a $40 Wii Remote by James</title>
		<link>http://www.adamgotterer.com/2008/04/23/johnny-lee-creating-tech-marvels-out-of-a-40-wii-remote/#comment-68</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 01 May 2008 21:03:41 +0000</pubDate>
		<guid>http://www.adamgotterer.com/2008/04/23/johnny-lee-creating-tech-marvels-out-of-a-40-wii-remote/#comment-68</guid>
		<description>Adam,

Please send me an e-mail. I'd like to connect and find out more about PriceAdvance. Thanks.

jw</description>
		<content:encoded><![CDATA[<p>Adam,</p>
<p>Please send me an e-mail. I&#8217;d like to connect and find out more about PriceAdvance. Thanks.</p>
<p>jw</p>
]]></content:encoded>
	</item>
</channel>
</rss>
