<?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: addSizes.js: automatic link file-size generation</title>
	<atom:link href="http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: JasonStockman</title>
		<link>http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation/comment-page-1#comment-268595</link>
		<dc:creator>JasonStockman</dc:creator>
		<pubDate>Fri, 31 Oct 2008 07:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4309#comment-268595</guid>
		<description>Great concept, I&#039;ll definitely use this when I can.</description>
		<content:encoded><![CDATA[<p>Great concept, I&#8217;ll definitely use this when I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tribulus</title>
		<link>http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation/comment-page-1#comment-267788</link>
		<dc:creator>Tribulus</dc:creator>
		<pubDate>Wed, 01 Oct 2008 12:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4309#comment-267788</guid>
		<description>very helpful 
thank you</description>
		<content:encoded><![CDATA[<p>very helpful<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natbat</title>
		<link>http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation/comment-page-1#comment-267105</link>
		<dc:creator>natbat</dc:creator>
		<pubDate>Tue, 02 Sep 2008 18:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4309#comment-267105</guid>
		<description>It may well make a good browser extension, especially with the addition of the untrusted file type check. @westonruter - that is an interesting idea, I might well update the script to do a check with XHR for files on the same domain and resort to json-head otherwise. 

btw Dion, ny name is &lt;strong&gt;Natalie&lt;/strong&gt; Downe not &#039;Nathalie Downe&#039;.</description>
		<content:encoded><![CDATA[<p>It may well make a good browser extension, especially with the addition of the untrusted file type check. @westonruter &#8211; that is an interesting idea, I might well update the script to do a check with XHR for files on the same domain and resort to json-head otherwise. </p>
<p>btw Dion, ny name is <strong>Natalie</strong> Downe not &#8216;Nathalie Downe&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westonruter</title>
		<link>http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation/comment-page-1#comment-267094</link>
		<dc:creator>westonruter</dc:creator>
		<pubDate>Tue, 02 Sep 2008 16:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4309#comment-267094</guid>
		<description>Seems like this could be easily done without json-head app if the resources are on the same domain. One could simply make a HEAD request with XHR to the resource and then read the Content-Length.</description>
		<content:encoded><![CDATA[<p>Seems like this could be easily done without json-head app if the resources are on the same domain. One could simply make a HEAD request with XHR to the resource and then read the Content-Length.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: btopro</title>
		<link>http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation/comment-page-1#comment-267093</link>
		<dc:creator>btopro</dc:creator>
		<pubDate>Tue, 02 Sep 2008 15:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4309#comment-267093</guid>
		<description>Building off eyelidlessness&#039;s comment - What if this was an injection / javascript based plugin for a browser?  It could scan the page and append the file time / file size as well as flag files as potentially harmful if they aren&#039;t of the types you define.</description>
		<content:encoded><![CDATA[<p>Building off eyelidlessness&#8217;s comment &#8211; What if this was an injection / javascript based plugin for a browser?  It could scan the page and append the file time / file size as well as flag files as potentially harmful if they aren&#8217;t of the types you define.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation/comment-page-1#comment-267091</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Tue, 02 Sep 2008 15:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4309#comment-267091</guid>
		<description>Another great use for this would be to check the mime-type for untrusted files. It wouldn&#039;t be fool-proof but it could help you to know what you might get with somefileservingscript.php?filename.ext or worse somefileservingscript.php?id.</description>
		<content:encoded><![CDATA[<p>Another great use for this would be to check the mime-type for untrusted files. It wouldn&#8217;t be fool-proof but it could help you to know what you might get with somefileservingscript.php?filename.ext or worse somefileservingscript.php?id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwlrs</title>
		<link>http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation/comment-page-1#comment-267086</link>
		<dc:creator>jwlrs</dc:creator>
		<pubDate>Tue, 02 Sep 2008 13:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4309#comment-267086</guid>
		<description>oops, missed the json head bit, duh...</description>
		<content:encoded><![CDATA[<p>oops, missed the json head bit, duh&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwlrs</title>
		<link>http://ajaxian.com/archives/addsizesjs-automatic-link-file-size-generation/comment-page-1#comment-267085</link>
		<dc:creator>jwlrs</dc:creator>
		<pubDate>Tue, 02 Sep 2008 13:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4309#comment-267085</guid>
		<description>Clever.  But isn&#039;t the point of such a file size notation to warn you that the file is pretty big before you bother downloading, in effect giving you a choice?  In this case, you are downloading it whether you like it or not.... Seems to miss the point, maybe it&#039;s just me</description>
		<content:encoded><![CDATA[<p>Clever.  But isn&#8217;t the point of such a file size notation to warn you that the file is pretty big before you bother downloading, in effect giving you a choice?  In this case, you are downloading it whether you like it or not&#8230;. Seems to miss the point, maybe it&#8217;s just me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

