<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for you.gotfoo.org</title>
	<link>http://you.gotfoo.org</link>
	<description>An Ever Evolving Flurry of Words</description>
	<pubDate>Tue, 13 May 2008 22:16:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>Comment on Make a Yahoo! Web Service REST Call with PHP - Simplifed by NWmhl</title>
		<link>http://you.gotfoo.org/make-a-yahoo-web-service-rest-call-with-php-simplifed/#comment-20325</link>
		<author>NWmhl</author>
		<pubDate>Sun, 11 May 2008 23:35:55 +0000</pubDate>
		<guid>http://you.gotfoo.org/make-a-yahoo-web-service-rest-call-with-php-simplifed/#comment-20325</guid>
					<description>I really Liked This Site, Check itYou Must Look In This Website
&lt;a href="http://photo3.150m.com/ " rel="nofollow"&gt;Embalming photo gallery&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I really Liked This Site, Check itYou Must Look In This Website<br />
<a href="http://photo3.150m.com/ " rel="nofollow">Embalming photo gallery</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Make a Yahoo! Web Service REST Call with PHP - Simplifed by yomjV</title>
		<link>http://you.gotfoo.org/make-a-yahoo-web-service-rest-call-with-php-simplifed/#comment-20301</link>
		<author>yomjV</author>
		<pubDate>Sun, 11 May 2008 13:13:26 +0000</pubDate>
		<guid>http://you.gotfoo.org/make-a-yahoo-web-service-rest-call-with-php-simplifed/#comment-20301</guid>
					<description>Please Review This Site, You'll Like It
&lt;a href="http://software-iu1.110mb.com/ " rel="nofollow"&gt;Made in china mini digital software&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Please Review This Site, You&#8217;ll Like It<br />
<a href="http://software-iu1.110mb.com/ " rel="nofollow">Made in china mini digital software</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using Script.aculo.us to Toggle a DIV by Gabe</title>
		<link>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div/#comment-20129</link>
		<author>Gabe</author>
		<pubDate>Thu, 08 May 2008 13:03:02 +0000</pubDate>
		<guid>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div/#comment-20129</guid>
					<description>Very nice.  You've encouraged me to try harder.  I'm working on a dropdown menu..Ugh...but it is turning out pretty nice.  One thing I notice is that if you use an image for the submenu it gets a little buggy.  Anyone else notice that?</description>
		<content:encoded><![CDATA[<p>Very nice.  You&#8217;ve encouraged me to try harder.  I&#8217;m working on a dropdown menu..Ugh&#8230;but it is turning out pretty nice.  One thing I notice is that if you use an image for the submenu it gets a little buggy.  Anyone else notice that?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using phpFlickr to Integrate Flickr Photos on Your Own Site by Patricio</title>
		<link>http://you.gotfoo.org/using-phpflickr-to-intergrate-flickr-photos-on-your-own-site/#comment-19568</link>
		<author>Patricio</author>
		<pubDate>Mon, 21 Apr 2008 18:41:29 +0000</pubDate>
		<guid>http://you.gotfoo.org/using-phpflickr-to-intergrate-flickr-photos-on-your-own-site/#comment-19568</guid>
					<description>Hey I would like to see an example of how to UPLOAD photos to my flickr account from my website... can you point me on the right direction, or give me an example?</description>
		<content:encoded><![CDATA[<p>Hey I would like to see an example of how to UPLOAD photos to my flickr account from my website&#8230; can you point me on the right direction, or give me an example?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using Script.aculo.us to Toggle a DIV II by anonyme</title>
		<link>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div-ii/#comment-18542</link>
		<author>anonyme</author>
		<pubDate>Sun, 06 Apr 2008 23:58:25 +0000</pubDate>
		<guid>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div-ii/#comment-18542</guid>
					<description>A correction: this is the only way for me to REALLY make the persistence with automatic retrieving of ids by class name (but you still have to specify an id):
___________
var boxIds = document.getElementsByClassName('tabC');
for (i = 0; i </description>
		<content:encoded><![CDATA[<p>A correction: this is the only way for me to REALLY make the persistence with automatic retrieving of ids by class name (but you still have to specify an id):<br />
___________<br />
var boxIds = document.getElementsByClassName(&#8217;tabC&#8217;);<br />
for (i = 0; i</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using Script.aculo.us to Toggle a DIV II by anonyme</title>
		<link>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div-ii/#comment-18541</link>
		<author>anonyme</author>
		<pubDate>Sun, 06 Apr 2008 23:44:05 +0000</pubDate>
		<guid>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div-ii/#comment-18541</guid>
					<description>Hi all, I use this:
________________________________
var boxIds = getElementsByClassName('tabC');
________________________________

to retrieve all DIVs or SPANs without specifying IDs for each DIV, it works fine.
Still, while I see the online example works, I have no luck at all with cookies and it doesn't remember the positions of my DIVs. Maybe a wrong Prototype/scriptaculous version?

Thanks to the author anyway</description>
		<content:encoded><![CDATA[<p>Hi all, I use this:<br />
________________________________<br />
var boxIds = getElementsByClassName(&#8217;tabC&#8217;);<br />
________________________________</p>
<p>to retrieve all DIVs or SPANs without specifying IDs for each DIV, it works fine.<br />
Still, while I see the online example works, I have no luck at all with cookies and it doesn&#8217;t remember the positions of my DIVs. Maybe a wrong Prototype/scriptaculous version?</p>
<p>Thanks to the author anyway</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using phpFlickr to Integrate Flickr Photos on Your Own Site by bobby</title>
		<link>http://you.gotfoo.org/using-phpflickr-to-intergrate-flickr-photos-on-your-own-site/#comment-18531</link>
		<author>bobby</author>
		<pubDate>Sun, 06 Apr 2008 14:30:44 +0000</pubDate>
		<guid>http://you.gotfoo.org/using-phpflickr-to-intergrate-flickr-photos-on-your-own-site/#comment-18531</guid>
					<description>a7ZvJR Hi! Nice site! Where is a add to favorite button&#38; ;)
http://www.mysite.com</description>
		<content:encoded><![CDATA[<p>a7ZvJR Hi! Nice site! Where is a add to favorite button&amp; <img src='http://you.gotfoo.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<a href="http://www.mysite.com" rel="nofollow">http://www.mysite.com</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using Script.aculo.us to Toggle a DIV II by allos</title>
		<link>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div-ii/#comment-18027</link>
		<author>allos</author>
		<pubDate>Sat, 22 Mar 2008 15:49:03 +0000</pubDate>
		<guid>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div-ii/#comment-18027</guid>
					<description>i tested your script and it works fine , but what if i want the divs to be open as an initial state

so the users could close any content that they don't want ?

i try to change the 
 
to
 
but it doesn't work</description>
		<content:encoded><![CDATA[<p>i tested your script and it works fine , but what if i want the divs to be open as an initial state</p>
<p>so the users could close any content that they don&#8217;t want ?</p>
<p>i try to change the </p>
<p>to</p>
<p>but it doesn&#8217;t work</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using Script.aculo.us to Toggle a DIV by Side</title>
		<link>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div/#comment-17274</link>
		<author>Side</author>
		<pubDate>Mon, 03 Mar 2008 16:46:26 +0000</pubDate>
		<guid>http://you.gotfoo.org/using-scriptaculous-to-toggle-a-div/#comment-17274</guid>
					<description>Hi, cool effect.

But is there any mod to add sound to the effect when it slides downM</description>
		<content:encoded><![CDATA[<p>Hi, cool effect.</p>
<p>But is there any mod to add sound to the effect when it slides downM</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using phpFlickr to Integrate Flickr Photos on Your Own Site by jeanloui</title>
		<link>http://you.gotfoo.org/using-phpflickr-to-intergrate-flickr-photos-on-your-own-site/#comment-16484</link>
		<author>jeanloui</author>
		<pubDate>Sat, 23 Feb 2008 15:52:27 +0000</pubDate>
		<guid>http://you.gotfoo.org/using-phpflickr-to-intergrate-flickr-photos-on-your-own-site/#comment-16484</guid>
					<description>Solved! I saved index.php as UTF-8 compatable (BBEdit)</description>
		<content:encoded><![CDATA[<p>Solved! I saved index.php as UTF-8 compatable (BBEdit)</p>
]]></content:encoded>
				</item>
</channel>
</rss>
