<?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 firsttube.com</title>
	<atom:link href="http://www.firsttube.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firsttube.com</link>
	<description>crunchy nuggets, served semi-daily</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:05:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Sorting a Multi-Dimensional Array with PHP by Syed Rakib Al Hasan</title>
		<link>http://www.firsttube.com/read/sorting-a-multi-dimensional-array-with-php/comment-page-1/#comment-4410</link>
		<dc:creator>Syed Rakib Al Hasan</dc:creator>
		<pubDate>Wed, 08 Feb 2012 22:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/?p=1044#comment-4410</guid>
		<description>i find this approach easier to the eye than the article&#039;s approach</description>
		<content:encoded><![CDATA[<p>i find this approach easier to the eye than the article&#8217;s approach</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sorting a Multi-Dimensional Array with PHP by Sam</title>
		<link>http://www.firsttube.com/read/sorting-a-multi-dimensional-array-with-php/comment-page-1/#comment-4409</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 06 Feb 2012 05:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/?p=1044#comment-4409</guid>
		<description>Thankyou! Worked perfectly!</description>
		<content:encoded><![CDATA[<p>Thankyou! Worked perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sorting a Multi-Dimensional Array with PHP by stefano smania</title>
		<link>http://www.firsttube.com/read/sorting-a-multi-dimensional-array-with-php/comment-page-1/#comment-4408</link>
		<dc:creator>stefano smania</dc:creator>
		<pubDate>Fri, 03 Feb 2012 22:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/?p=1044#comment-4408</guid>
		<description>Thank you! You helped me.</description>
		<content:encoded><![CDATA[<p>Thank you! You helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Decemberists&#8217; &#8220;The Hazards of Love&#8221;: An Interpretation by Sheldon Satenstein</title>
		<link>http://www.firsttube.com/read/the-decemberists-the-hazards-of-love/comment-page-2/#comment-4404</link>
		<dc:creator>Sheldon Satenstein</dc:creator>
		<pubDate>Mon, 23 Jan 2012 21:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://firsttube.com/?p=1212#comment-4404</guid>
		<description>Not sure if this has been suggested, but one possible reading of the ambiguity around the child could be that the Queen rescues him from the river and the entire cycle begins again.</description>
		<content:encoded><![CDATA[<p>Not sure if this has been suggested, but one possible reading of the ambiguity around the child could be that the Queen rescues him from the river and the entire cycle begins again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sorting a Multi-Dimensional Array with PHP by Jeremy</title>
		<link>http://www.firsttube.com/read/sorting-a-multi-dimensional-array-with-php/comment-page-1/#comment-4390</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 10 Jan 2012 14:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/?p=1044#comment-4390</guid>
		<description>Wow lots of jerks in the comments here. This saved me the headache of trying to write it myself so thanks! I had an array of objects though so I had to make a slight change to where the values located:
&lt;pre&gt;
function subval_sort($a,$subkey) {
	foreach($a as $k=&gt;$v) {
		$b[$k] = strtolower($v-&gt;$subkey);
	}
	asort($b);
	foreach($b as $key=&gt;$val) {
		$c[] = $a[$key];
	}
	return $c;
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Wow lots of jerks in the comments here. This saved me the headache of trying to write it myself so thanks! I had an array of objects though so I had to make a slight change to where the values located:</p>
<pre>
function subval_sort($a,$subkey) {
	foreach($a as $k=&gt;$v) {
		$b[$k] = strtolower($v-&gt;$subkey);
	}
	asort($b);
	foreach($b as $key=&gt;$val) {
		$c[] = $a[$key];
	}
	return $c;
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: My Thoughts on Phish as 2011 Closes by Greg 757phan</title>
		<link>http://www.firsttube.com/read/my-thoughts-on-phish-as-2011-close/comment-page-1/#comment-4388</link>
		<dc:creator>Greg 757phan</dc:creator>
		<pubDate>Thu, 05 Jan 2012 20:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.firsttube.com/?p=1925#comment-4388</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.firsttube.com/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-1925">Password: <input name="post_password" id="pwbox-1925" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: My Thoughts on Phish as 2011 Closes by ADAWGWYO</title>
		<link>http://www.firsttube.com/read/my-thoughts-on-phish-as-2011-close/comment-page-1/#comment-4384</link>
		<dc:creator>ADAWGWYO</dc:creator>
		<pubDate>Wed, 04 Jan 2012 17:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.firsttube.com/?p=1925#comment-4384</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.firsttube.com/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-1925">Password: <input name="post_password" id="pwbox-1925" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: My Thoughts on Phish as 2011 Closes by Kenny Nelson</title>
		<link>http://www.firsttube.com/read/my-thoughts-on-phish-as-2011-close/comment-page-1/#comment-4383</link>
		<dc:creator>Kenny Nelson</dc:creator>
		<pubDate>Wed, 04 Jan 2012 02:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.firsttube.com/?p=1925#comment-4383</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.firsttube.com/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-1925">Password: <input name="post_password" id="pwbox-1925" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: My Thoughts on Phish as 2011 Closes by Ron</title>
		<link>http://www.firsttube.com/read/my-thoughts-on-phish-as-2011-close/comment-page-1/#comment-4382</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Tue, 03 Jan 2012 15:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.firsttube.com/?p=1925#comment-4382</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.firsttube.com/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-1925">Password: <input name="post_password" id="pwbox-1925" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: My Thoughts on Phish as 2011 Closes by Runaway Jim</title>
		<link>http://www.firsttube.com/read/my-thoughts-on-phish-as-2011-close/comment-page-1/#comment-4381</link>
		<dc:creator>Runaway Jim</dc:creator>
		<pubDate>Tue, 03 Jan 2012 15:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.firsttube.com/?p=1925#comment-4381</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.firsttube.com/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-1925">Password: <input name="post_password" id="pwbox-1925" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: My Thoughts on Phish as 2011 Closes by Katie</title>
		<link>http://www.firsttube.com/read/my-thoughts-on-phish-as-2011-close/comment-page-1/#comment-4380</link>
		<dc:creator>Katie</dc:creator>
		<pubDate>Tue, 03 Jan 2012 02:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.firsttube.com/?p=1925#comment-4380</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.firsttube.com/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-1925">Password: <input name="post_password" id="pwbox-1925" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer Sucks by goatboy</title>
		<link>http://www.firsttube.com/read/Internet-Explorer-Sucks/comment-page-1/#comment-4377</link>
		<dc:creator>goatboy</dc:creator>
		<pubDate>Thu, 29 Dec 2011 16:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/read/Internet-Explorer-Sucks#comment-4377</guid>
		<description>Unfortunatly  people will always continue to use IE and so microsoft just dont bother.. how about the open in new window bug on windows 7... still no real fix for it (aside from work arounds that other people have figured out on the net.) Why should microsoft bother to improve it when there are plenty of free alternatives about... if everyone just stopped buying their shit then they might get up off their asses...  Until then wait for windows 8 and the cockups that will follow -.-</description>
		<content:encoded><![CDATA[<p>Unfortunatly  people will always continue to use IE and so microsoft just dont bother.. how about the open in new window bug on windows 7&#8230; still no real fix for it (aside from work arounds that other people have figured out on the net.) Why should microsoft bother to improve it when there are plenty of free alternatives about&#8230; if everyone just stopped buying their shit then they might get up off their asses&#8230;  Until then wait for windows 8 and the cockups that will follow -.-</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer Sucks by vzhen</title>
		<link>http://www.firsttube.com/read/Internet-Explorer-Sucks/comment-page-1/#comment-4373</link>
		<dc:creator>vzhen</dc:creator>
		<pubDate>Mon, 19 Dec 2011 11:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/read/Internet-Explorer-Sucks#comment-4373</guid>
		<description>Doraemon proof why ie sucks
http://goo.gl/uXNxT</description>
		<content:encoded><![CDATA[<p>Doraemon proof why ie sucks<br />
<a href="http://goo.gl/uXNxT" rel="nofollow">http://goo.gl/uXNxT</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on As 2011 Winds Down&#8230; by Kroc Camen</title>
		<link>http://www.firsttube.com/read/as-2011-winds-down/comment-page-1/#comment-4372</link>
		<dc:creator>Kroc Camen</dc:creator>
		<pubDate>Wed, 14 Dec 2011 19:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.firsttube.com/?p=1916#comment-4372</guid>
		<description>Do. :)</description>
		<content:encoded><![CDATA[<p>Do. <img src='http://www.firsttube.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Decemberists&#8217; &#8220;The Hazards of Love&#8221;: An Interpretation by Frank</title>
		<link>http://www.firsttube.com/read/the-decemberists-the-hazards-of-love/comment-page-2/#comment-4371</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 14 Dec 2011 01:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://firsttube.com/?p=1212#comment-4371</guid>
		<description>Great interpretation, and much like Tommy,  the music is there for you to interpret the story for yourself. I listened to it again after reading this interpretation, and theres one thing that kind of jumps out at me. The song Hazards of Love 3 (Revenge!) The rake has already been killed and his punishment is to have to spend eternity with his murdered children, who were basically the bane of his existence. Perhaps it could even be viewed as somewhat of a redemption. This time, he can&#039;t escape them and they&#039;ll be together eternally.</description>
		<content:encoded><![CDATA[<p>Great interpretation, and much like Tommy,  the music is there for you to interpret the story for yourself. I listened to it again after reading this interpretation, and theres one thing that kind of jumps out at me. The song Hazards of Love 3 (Revenge!) The rake has already been killed and his punishment is to have to spend eternity with his murdered children, who were basically the bane of his existence. Perhaps it could even be viewed as somewhat of a redemption. This time, he can&#8217;t escape them and they&#8217;ll be together eternally.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

