<?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: CacheFile.net: Central JavaScript Library URLs</title>
	<atom:link href="http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jon Davis</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259191</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Thu, 22 Nov 2007 02:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259191</guid>
		<description>Meanwhile I added Coral CDN as a recommended URI alternative directly on the CacheFile web site.</description>
		<content:encoded><![CDATA[<p>Meanwhile I added Coral CDN as a recommended URI alternative directly on the CacheFile web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dov Katz</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259189</link>
		<dc:creator>Dov Katz</dc:creator>
		<pubDate>Thu, 22 Nov 2007 01:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259189</guid>
		<description>I made 3 demos (prototype, ext, jquery) which can load files from cachefile.net.nyud.net (the coral CDN proxy) via JSLoader...

Take a look
http://www.jsloader.com/demos/</description>
		<content:encoded><![CDATA[<p>I made 3 demos (prototype, ext, jquery) which can load files from cachefile.net.nyud.net (the coral CDN proxy) via JSLoader&#8230;</p>
<p>Take a look<br />
<a href="http://www.jsloader.com/demos/" rel="nofollow">http://www.jsloader.com/demos/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Davis</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259161</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Wed, 21 Nov 2007 17:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259161</guid>
		<description>Re the querystring, added to the description: This is not typically the best approach as it creates a seperate cache entity for web browsers because querystrings are treated as different URI, but the feature was added for flexibility. You should not use this feature with a dynamic date value or the resource will never be reused in the browser&#039;s cache, but for a static future-dated item this feature may be useful to some web sites.</description>
		<content:encoded><![CDATA[<p>Re the querystring, added to the description: This is not typically the best approach as it creates a seperate cache entity for web browsers because querystrings are treated as different URI, but the feature was added for flexibility. You should not use this feature with a dynamic date value or the resource will never be reused in the browser&#8217;s cache, but for a static future-dated item this feature may be useful to some web sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Davis</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259159</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Wed, 21 Nov 2007 17:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259159</guid>
		<description>@ask: &quot;ps. just to add: I do realize you can â€œset the expiration dateâ€, but that completely defeats the stated purpose of having the files cached universally from site to site&quot;

... The browser will view the URL with the specified querystring as a seperate entity than the URL without the querystring.</description>
		<content:encoded><![CDATA[<p>@ask: &#8220;ps. just to add: I do realize you can â€œset the expiration dateâ€, but that completely defeats the stated purpose of having the files cached universally from site to site&#8221;</p>
<p>&#8230; The browser will view the URL with the specified querystring as a seperate entity than the URL without the querystring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Davis</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259158</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Wed, 21 Nov 2007 16:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259158</guid>
		<description>@ask: I don&#039;t know what you&#039;re seeing but as it&#039;s configured right now they will be cached for one full year. As for compression, I already explained that gzip compression is coming. I enabled gzip compression last night but ran into technical issues so I had to turn it back off temporarily until I fix the problem. 

@Nick: I agree, the server should be stable. The current host has uptime of 99.9%. Really the only thing that will throw it off will be the scalability of the script code that manages the traffic and adds features like querystring-requested expire dates (etc). However, again, the objective is to cache the data with static URIs, not pump heavy traffic continuously. If it&#039;s server stability you want, help me couple your donation with my own donation.</description>
		<content:encoded><![CDATA[<p>@ask: I don&#8217;t know what you&#8217;re seeing but as it&#8217;s configured right now they will be cached for one full year. As for compression, I already explained that gzip compression is coming. I enabled gzip compression last night but ran into technical issues so I had to turn it back off temporarily until I fix the problem. </p>
<p>@Nick: I agree, the server should be stable. The current host has uptime of 99.9%. Really the only thing that will throw it off will be the scalability of the script code that manages the traffic and adds features like querystring-requested expire dates (etc). However, again, the objective is to cache the data with static URIs, not pump heavy traffic continuously. If it&#8217;s server stability you want, help me couple your donation with my own donation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damir Secki</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259141</link>
		<dc:creator>Damir Secki</dc:creator>
		<pubDate>Wed, 21 Nov 2007 13:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259141</guid>
		<description>Nick: that&#039;s why &quot;I gave&quot; the idea is to have multiple servers</description>
		<content:encoded><![CDATA[<p>Nick: that&#8217;s why &#8220;I gave&#8221; the idea is to have multiple servers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259139</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 21 Nov 2007 13:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259139</guid>
		<description>It has to be a very stable server to host libraries for others. I understand what gives that trick for the idea&#039;s author - an enormous links. But if the server fails people&#039;s web sites can fail too.</description>
		<content:encoded><![CDATA[<p>It has to be a very stable server to host libraries for others. I understand what gives that trick for the idea&#8217;s author &#8211; an enormous links. But if the server fails people&#8217;s web sites can fail too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Sharp</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259134</link>
		<dc:creator>Remy Sharp</dc:creator>
		<pubDate>Wed, 21 Nov 2007 11:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259134</guid>
		<description>I read some time back that jQuery were providing a hosted version of their script (though not on a CDN, but hosted by Google).

The (old) url I&#039;ve got is: http://jquery.com/src/jquery-latest.js (which redirects - so the new URL may be better).

It&#039;s worked consistently for me for the last year and is great for bookmarklets or just pulling it quickly.</description>
		<content:encoded><![CDATA[<p>I read some time back that jQuery were providing a hosted version of their script (though not on a CDN, but hosted by Google).</p>
<p>The (old) url I&#8217;ve got is: <a href="http://jquery.com/src/jquery-latest.js" rel="nofollow">http://jquery.com/src/jquery-latest.js</a> (which redirects &#8211; so the new URL may be better).</p>
<p>It&#8217;s worked consistently for me for the last year and is great for bookmarklets or just pulling it quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ask BjÃ¸rn Hansen</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259120</link>
		<dc:creator>Ask BjÃ¸rn Hansen</dc:creator>
		<pubDate>Wed, 21 Nov 2007 04:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259120</guid>
		<description>ps. just to add: I do realize you can &quot;set the expiration date&quot;, but that completely defeats the stated purpose of having the files cached universally from site to site</description>
		<content:encoded><![CDATA[<p>ps. just to add: I do realize you can &#8220;set the expiration date&#8221;, but that completely defeats the stated purpose of having the files cached universally from site to site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ask BjÃ¸rn Hansen</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259119</link>
		<dc:creator>Ask BjÃ¸rn Hansen</dc:creator>
		<pubDate>Wed, 21 Nov 2007 03:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259119</guid>
		<description>Jon,

You don&#039;t have to change the URLs to use Amazon S3, at least if you plan ahead.

&quot;Over browsing five different jQuery-driven web sites using the same version of jQuery, there may be five different copies of the script being seperately downloaded.&quot;

Uh, as the cachefile server is configured that&#039;ll happen too using cachefile -- and as someone else pointed out, the files are not compressed.  

The cachefile server isn&#039;t just missing essential cache headers; it&#039;s actually explicitly telling the browser NOT to cache.  Very Clever (not).


 - ask</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>You don&#8217;t have to change the URLs to use Amazon S3, at least if you plan ahead.</p>
<p>&#8220;Over browsing five different jQuery-driven web sites using the same version of jQuery, there may be five different copies of the script being seperately downloaded.&#8221;</p>
<p>Uh, as the cachefile server is configured that&#8217;ll happen too using cachefile &#8212; and as someone else pointed out, the files are not compressed.  </p>
<p>The cachefile server isn&#8217;t just missing essential cache headers; it&#8217;s actually explicitly telling the browser NOT to cache.  Very Clever (not).</p>
<p> &#8211; ask</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Davis</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259118</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Wed, 21 Nov 2007 03:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259118</guid>
		<description>Regarding my concerns about 301/302 redirects and CDNs, I describe my issues here: http://cachefile.net/forum/viewtopic.php?t=15</description>
		<content:encoded><![CDATA[<p>Regarding my concerns about 301/302 redirects and CDNs, I describe my issues here: <a href="http://cachefile.net/forum/viewtopic.php?t=15" rel="nofollow">http://cachefile.net/forum/viewtopic.php?t=15</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Davis</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259113</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Wed, 21 Nov 2007 01:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259113</guid>
		<description>&gt; Jon, are there any copyright implications with any of this? 

Check the licenses, which are included in the browsable directories. They should all be redistributable. I&#039;ll triple-check myself and pull anything I put up if I realized I goofed up on any particular non-redistributable library.</description>
		<content:encoded><![CDATA[<p>&gt; Jon, are there any copyright implications with any of this? </p>
<p>Check the licenses, which are included in the browsable directories. They should all be redistributable. I&#8217;ll triple-check myself and pull anything I put up if I realized I goofed up on any particular non-redistributable library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Davis</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259110</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Wed, 21 Nov 2007 00:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259110</guid>
		<description>There are lots of CDNs I could plug cachefile.net into, as well as very reliable distribution services like Amazon S3 (which, by the way, is obviously not free).

The issue is that a) I&#039;m certainly not going to be changing any URIs, the primary objective is to keep the URIs static, not just to host the content reliably. And b) if I do go with a CDN or Amazon S3 or something, it will involve a 302 redirect. I&#039;m trying my hardest to avoid 302&#039;s, as that can be almost as expensive as a bad web host to begin with.

I am definitely not interested in going long-term with HostGator.com. This is just an incubation period while static URIs are defined and these logistics are being initially discussed with you, the Internet community.</description>
		<content:encoded><![CDATA[<p>There are lots of CDNs I could plug cachefile.net into, as well as very reliable distribution services like Amazon S3 (which, by the way, is obviously not free).</p>
<p>The issue is that a) I&#8217;m certainly not going to be changing any URIs, the primary objective is to keep the URIs static, not just to host the content reliably. And b) if I do go with a CDN or Amazon S3 or something, it will involve a 302 redirect. I&#8217;m trying my hardest to avoid 302&#8242;s, as that can be almost as expensive as a bad web host to begin with.</p>
<p>I am definitely not interested in going long-term with HostGator.com. This is just an incubation period while static URIs are defined and these logistics are being initially discussed with you, the Internet community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolae Namolovan</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259109</link>
		<dc:creator>Nicolae Namolovan</dc:creator>
		<pubDate>Wed, 21 Nov 2007 00:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259109</guid>
		<description>Maybe better to use Coral Content Distribution Network ?


Just add .nyud.net to your domain name, and you&#039;re done, also you can mirror any file, including your logo, css..etc


Atm it seem to have a network of 260 servers (!) world-wide, not sure about the &quot;speed&quot; and of guaranties what the file will be sure delivered..


I&#039;ll better go for Amazon S3.. But a &quot;foreign&quot; url showing all the time in the status when you browse another page is not very handsome..</description>
		<content:encoded><![CDATA[<p>Maybe better to use Coral Content Distribution Network ?</p>
<p>Just add .nyud.net to your domain name, and you&#8217;re done, also you can mirror any file, including your logo, css..etc</p>
<p>Atm it seem to have a network of 260 servers (!) world-wide, not sure about the &#8220;speed&#8221; and of guaranties what the file will be sure delivered..</p>
<p>I&#8217;ll better go for Amazon S3.. But a &#8220;foreign&#8221; url showing all the time in the status when you browse another page is not very handsome..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259100</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Tue, 20 Nov 2007 21:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259100</guid>
		<description>Jon, are there any copyright implications with any of this?  I know that EXT has one of the more conservative license agreements, I&#039;d be curious if any of this falls into reseller/OEM realm.

Also, the Dojo AOL CDN is more than just a link to the Dojo source, it&#039;s a CDN cross domain build.  Are the ones you serve the same, and have you done the same thing for the other toolkits?</description>
		<content:encoded><![CDATA[<p>Jon, are there any copyright implications with any of this?  I know that EXT has one of the more conservative license agreements, I&#8217;d be curious if any of this falls into reseller/OEM realm.</p>
<p>Also, the Dojo AOL CDN is more than just a link to the Dojo source, it&#8217;s a CDN cross domain build.  Are the ones you serve the same, and have you done the same thing for the other toolkits?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damir Secki</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259094</link>
		<dc:creator>Damir Secki</dc:creator>
		<pubDate>Tue, 20 Nov 2007 19:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259094</guid>
		<description>It would be great if browsers would support major js libraries so... they would be incorporated in the browsers and browser&#039;s update  would update the recent libraries too

the second thing the trust issue could be sovled with server mirroring or more servers offering the same thing.. and yo would only have to upadte you server list once in a while (like emule works)</description>
		<content:encoded><![CDATA[<p>It would be great if browsers would support major js libraries so&#8230; they would be incorporated in the browsers and browser&#8217;s update  would update the recent libraries too</p>
<p>the second thing the trust issue could be sovled with server mirroring or more servers offering the same thing.. and yo would only have to upadte you server list once in a while (like emule works)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Davis</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259085</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Tue, 20 Nov 2007 17:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259085</guid>
		<description>&gt; Send me your money. :P :)

.. hm. While the site is &quot;donationware&quot; in the sense that there&#039;s a donation link, I do want to emphasize that this was in fact stated tongue-in-cheek and I&#039;m not doing this to try to clean out people&#039;s wallets but to try to help meet a serious need that the web has. Please don&#039;t be offended by the above silliness.</description>
		<content:encoded><![CDATA[<p>&gt; Send me your money. :P :)</p>
<p>.. hm. While the site is &#8220;donationware&#8221; in the sense that there&#8217;s a donation link, I do want to emphasize that this was in fact stated tongue-in-cheek and I&#8217;m not doing this to try to clean out people&#8217;s wallets but to try to help meet a serious need that the web has. Please don&#8217;t be offended by the above silliness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kant</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259083</link>
		<dc:creator>Andy Kant</dc:creator>
		<pubDate>Tue, 20 Nov 2007 17:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259083</guid>
		<description>Amazon S3 would probably be a good solution for a host. Its always going to be fast, reliable, and cheap.</description>
		<content:encoded><![CDATA[<p>Amazon S3 would probably be a good solution for a host. Its always going to be fast, reliable, and cheap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Davis</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259081</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Tue, 20 Nov 2007 16:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259081</guid>
		<description>Hi guys. Thanks for the comments. The reservations and concerns mentioned here are quite valid. I wanted to comment on a couple of things: 1) pay the bills? what bills? seriously, though, this is donationware, if it&#039;s hardly used then I can certainly afford it myself, if it&#039;s moderately used then ten people contributing a buck or two shouldn&#039;t be hard to come by, and if it&#039;s heavily used then a hundred people contributing a buck or two is no biggie either. These are small files with low processing overhead (logging, mostly, and coming gzip compression). 2) Issues regarding bandwidth and reliability, such is certainly a resonable concern, but to this I&#039;ll just say that reliability will go up in accordance with how much people use it and/or how much people donate. Right now it&#039;s on a HostGator account to get it started and HostGator is a fine host. However, I, too, have my doubts about it being the best platform for a heavily depended upon high uptime web site, so I&#039;d like to migrate ASAP. Send me your money. :P :)  3) On trust, my hope is that the community will, in the process of adopting the platform, develop some leadership and accountability structure so that we can go beyond &quot;Jon Davis&#039; nice idea&quot; to a community-driven project. Isn&#039;t there a model out there for shared responsibility in web hosting like there is for open-source software? We could build a community-driven CDN out of this. Otherwise, Akamai and other CDNs are certainly on the table. My goal really is to make this whole thing reliable. On the other hand, if people don&#039;t show their support for the idea by either settling for the current system now or by donating, a CDN will be too difficult to come by. 4) Gzip compression (when the browser says it supports it) is coming. 5) Downloadable archive of complete library: that&#039;s coming. I&#039;m also looking at adding support for a virtual &quot;current&quot; version for each library that is dynamic rather than statically versionized.

Finally, &quot;they could turn it off at any time&quot;, hm, so I could. But I won&#039;t. I&#039;ve already committed that if I shut the site down, I&#039;ll give at least a month&#039;s notice if anytime very soon, at least a year if it&#039;s been online for the next couple months. In either case, I will add to the forums a way to subscribe to a mailing list for such notifications.

@jordan, I&#039;ll take a look, thanks for the link!

@Dov, *sob* if only I&#039;d seen your site before I started this project, I&#039;d send money your way instead!! I&#039;m sorry. However, I&#039;m also going to go beyond JavaScript and will be keeping an eye out for commonly used DTDs, schamas, microformat css&#039;s, and more. I&#039;ve already included syndication graphics.

@Howie, you make important points, if a site is using SSL, cachefile.net won&#039;t do https right now. This will result in a browser-side notification / error. This is something that needs to be fixed; on the other hand, best practices are such that you should never reference external resources on an SSL-secured site anyway. As for cross-site script attacks, these are standard popular libraries only, no one will be uploading Javascript scripts to the repository (except me, or other admin people).</description>
		<content:encoded><![CDATA[<p>Hi guys. Thanks for the comments. The reservations and concerns mentioned here are quite valid. I wanted to comment on a couple of things: 1) pay the bills? what bills? seriously, though, this is donationware, if it&#8217;s hardly used then I can certainly afford it myself, if it&#8217;s moderately used then ten people contributing a buck or two shouldn&#8217;t be hard to come by, and if it&#8217;s heavily used then a hundred people contributing a buck or two is no biggie either. These are small files with low processing overhead (logging, mostly, and coming gzip compression). 2) Issues regarding bandwidth and reliability, such is certainly a resonable concern, but to this I&#8217;ll just say that reliability will go up in accordance with how much people use it and/or how much people donate. Right now it&#8217;s on a HostGator account to get it started and HostGator is a fine host. However, I, too, have my doubts about it being the best platform for a heavily depended upon high uptime web site, so I&#8217;d like to migrate ASAP. Send me your money. :P :)  3) On trust, my hope is that the community will, in the process of adopting the platform, develop some leadership and accountability structure so that we can go beyond &#8220;Jon Davis&#8217; nice idea&#8221; to a community-driven project. Isn&#8217;t there a model out there for shared responsibility in web hosting like there is for open-source software? We could build a community-driven CDN out of this. Otherwise, Akamai and other CDNs are certainly on the table. My goal really is to make this whole thing reliable. On the other hand, if people don&#8217;t show their support for the idea by either settling for the current system now or by donating, a CDN will be too difficult to come by. 4) Gzip compression (when the browser says it supports it) is coming. 5) Downloadable archive of complete library: that&#8217;s coming. I&#8217;m also looking at adding support for a virtual &#8220;current&#8221; version for each library that is dynamic rather than statically versionized.</p>
<p>Finally, &#8220;they could turn it off at any time&#8221;, hm, so I could. But I won&#8217;t. I&#8217;ve already committed that if I shut the site down, I&#8217;ll give at least a month&#8217;s notice if anytime very soon, at least a year if it&#8217;s been online for the next couple months. In either case, I will add to the forums a way to subscribe to a mailing list for such notifications.</p>
<p>@jordan, I&#8217;ll take a look, thanks for the link!</p>
<p>@Dov, *sob* if only I&#8217;d seen your site before I started this project, I&#8217;d send money your way instead!! I&#8217;m sorry. However, I&#8217;m also going to go beyond JavaScript and will be keeping an eye out for commonly used DTDs, schamas, microformat css&#8217;s, and more. I&#8217;ve already included syndication graphics.</p>
<p>@Howie, you make important points, if a site is using SSL, cachefile.net won&#8217;t do https right now. This will result in a browser-side notification / error. This is something that needs to be fixed; on the other hand, best practices are such that you should never reference external resources on an SSL-secured site anyway. As for cross-site script attacks, these are standard popular libraries only, no one will be uploading Javascript scripts to the repository (except me, or other admin people).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick</title>
		<link>http://ajaxian.com/archives/cachefilenet-central-javascript-library-urls/comment-page-1#comment-259072</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Tue, 20 Nov 2007 15:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3026#comment-259072</guid>
		<description>Ben: that prototypejs.org link points to Mephisto&#039;s copy of prototype and isn&#039;t guaranteed to be current, so I would not rely on it.</description>
		<content:encoded><![CDATA[<p>Ben: that prototypejs.org link points to Mephisto&#8217;s copy of prototype and isn&#8217;t guaranteed to be current, so I would not rely on it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

