<?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: Human readable file sizes</title>
	<atom:link href="http://aidanlister.com/2004/04/human-readable-file-sizes/feed/" rel="self" type="application/rss+xml" />
	<link>http://aidanlister.com/2004/04/human-readable-file-sizes/</link>
	<description>Code is poetry</description>
	<lastBuildDate>Tue, 09 Mar 2010 10:53:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mikado</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-1307</link>
		<dc:creator>Mikado</dc:creator>
		<pubDate>Wed, 09 Dec 2009 17:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-1307</guid>
		<description>Very handy, thanks man!</description>
		<content:encoded><![CDATA[<p>Very handy, thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Lake</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-766</link>
		<dc:creator>Michael Lake</dc:creator>
		<pubDate>Sun, 14 Jun 2009 03:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-766</guid>
		<description>Thank you for this method; it&#039;s easy to use and well-built!
You may want to update the &lt;strong&gt;@link&lt;/strong&gt; PHPDoc tag, though, since it resolves to the old non-WordPress page which is now non-existent.</description>
		<content:encoded><![CDATA[<p>Thank you for this method; it&#8217;s easy to use and well-built!<br />
You may want to update the <strong>@link</strong> PHPDoc tag, though, since it resolves to the old non-WordPress page which is now non-existent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aidan Lister</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-712</link>
		<dc:creator>Aidan Lister</dc:creator>
		<pubDate>Fri, 05 Jun 2009 00:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-712</guid>
		<description>It is indeed, good pickup, thanks.</description>
		<content:encoded><![CDATA[<p>It is indeed, good pickup, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javi</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-678</link>
		<dc:creator>javi</dc:creator>
		<pubDate>Thu, 28 May 2009 10:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-678</guid>
		<description>Thanks, this is what I exactly was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks, this is what I exactly was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jian Lin</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-675</link>
		<dc:creator>Jian Lin</dc:creator>
		<pubDate>Wed, 27 May 2009 05:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-675</guid>
		<description>is the line

while ($size &gt;= 1024 &amp;&amp; $i &lt; $depth) 

supposed to be

while ($size &gt;= $mod &amp;&amp; $i &lt; $depth)</description>
		<content:encoded><![CDATA[<p>is the line</p>
<p>while ($size &gt;= 1024 &amp;&amp; $i &lt; $depth) </p>
<p>supposed to be</p>
<p>while ($size &gt;= $mod &amp;&amp; $i &lt; $depth)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dahlen Md</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-526</link>
		<dc:creator>Dahlen Md</dc:creator>
		<pubDate>Sun, 05 Mar 2006 00:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-526</guid>
		<description>Nice script...</description>
		<content:encoded><![CDATA[<p>Nice script&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Info</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-484</link>
		<dc:creator>Info</dc:creator>
		<pubDate>Thu, 01 Dec 2005 12:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-484</guid>
		<description>Thank you! Your code was a GOD-SEND!</description>
		<content:encoded><![CDATA[<p>Thank you! Your code was a GOD-SEND!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mck</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-433</link>
		<dc:creator>Mck</dc:creator>
		<pubDate>Thu, 06 Oct 2005 08:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-433</guid>
		<description>Awesome code, appreciate it, and the site looks great as well! :D</description>
		<content:encoded><![CDATA[<p>Awesome code, appreciate it, and the site looks great as well! <img src='http://aidanlister.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mdc</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-426</link>
		<dc:creator>Mdc</dc:creator>
		<pubDate>Thu, 04 Aug 2005 16:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-426</guid>
		<description>Hi, nice code. Any way this can be applied to network/mapped drives?

[Editor&#039;s Note: It&#039;ll work on anything, it takes numerical input. How you get that number is up to you :)]</description>
		<content:encoded><![CDATA[<p>Hi, nice code. Any way this can be applied to network/mapped drives?</p>
<p>[Editor's Note: It'll work on anything, it takes numerical input. How you get that number is up to you <img src='http://aidanlister.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthijs Jansen</title>
		<link>http://aidanlister.com/2004/04/human-readable-file-sizes/comment-page-1/#comment-268</link>
		<dc:creator>Matthijs Jansen</dc:creator>
		<pubDate>Mon, 21 Mar 2005 01:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=72#comment-268</guid>
		<description>nice script ..</description>
		<content:encoded><![CDATA[<p>nice script ..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
