<?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: Finally a chance to reflect on the Ajax Libraries API / Google CDN JavaScript library hosting</title>
	<atom:link href="http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:19:00 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wyszukiwarka mp3</title>
		<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/comment-page-1#comment-39809</link>
		<dc:creator>wyszukiwarka mp3</dc:creator>
		<pubDate>Wed, 29 Oct 2008 18:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting#comment-39809</guid>
		<description>I like this blog so much!</description>
		<content:encoded><![CDATA[<p>I like this blog so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Statusy GG, Opisy na GG</title>
		<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/comment-page-1#comment-39645</link>
		<dc:creator>Statusy GG, Opisy na GG</dc:creator>
		<pubDate>Thu, 25 Sep 2008 10:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting#comment-39645</guid>
		<description>Projects in AJAX, such as jQuery is a very useful and better from the same script in PHP.</description>
		<content:encoded><![CDATA[<p>Projects in AJAX, such as jQuery is a very useful and better from the same script in PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cytaty</title>
		<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/comment-page-1#comment-39394</link>
		<dc:creator>cytaty</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting#comment-39394</guid>
		<description>This is tool is really very helpful. Ajax is my favorite language!</description>
		<content:encoded><![CDATA[<p>This is tool is really very helpful. Ajax is my favorite language!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Sykes</title>
		<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/comment-page-1#comment-38762</link>
		<dc:creator>Stephen Sykes</dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting#comment-38762</guid>
		<description>To answer my own comment, the short forms of the urls (without a fully specified version number) should be avoided for this reason.  Using http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js works correctly, and there is no additional query to google after it is loaded the first time.</description>
		<content:encoded><![CDATA[<p>To answer my own comment, the short forms of the urls (without a fully specified version number) should be avoided for this reason.  Using <a href="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js</a> works correctly, and there is no additional query to google after it is loaded the first time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Sykes</title>
		<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/comment-page-1#comment-38760</link>
		<dc:creator>Stephen Sykes</dc:creator>
		<pubDate>Thu, 05 Jun 2008 12:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting#comment-38760</guid>
		<description>Hum, the Safari activity window shows that when loading our pages Safari is contacting google for each javascript file on every single page load.  This is not ideal.

$ curl -i http://ajax.googleapis.com/ajax/libs/prototype/1/prototype.js

Last-Modified: Sat, 24 May 2008 00:39:29 GMT
Content-Type: application/x-javascript
Expires: Thu, 05 Jun 2008 13:17:24 GMT
Date: Thu, 05 Jun 2008 12:17:24 GMT
Cache-Control: public, max-age=3600, must-revalidate, proxy-revalidate
Transfer-Encoding: chunked
Server: GFE/1.3

Could this be due must-revalidate in the Cache-Control header?</description>
		<content:encoded><![CDATA[<p>Hum, the Safari activity window shows that when loading our pages Safari is contacting google for each javascript file on every single page load.  This is not ideal.</p>
<p>$ curl -i <a href="http://ajax.googleapis.com/ajax/libs/prototype/1/prototype.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/prototype/1/prototype.js</a></p>
<p>Last-Modified: Sat, 24 May 2008 00:39:29 GMT<br />
Content-Type: application/x-javascript<br />
Expires: Thu, 05 Jun 2008 13:17:24 GMT<br />
Date: Thu, 05 Jun 2008 12:17:24 GMT<br />
Cache-Control: public, max-age=3600, must-revalidate, proxy-revalidate<br />
Transfer-Encoding: chunked<br />
Server: GFE/1.3</p>
<p>Could this be due must-revalidate in the Cache-Control header?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Monson-Haefel</title>
		<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/comment-page-1#comment-38753</link>
		<dc:creator>Richard Monson-Haefel</dc:creator>
		<pubDate>Wed, 04 Jun 2008 14:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting#comment-38753</guid>
		<description>I think the Google Ajax Library APIs are great for Ajax developers, but I had to LOL when I heard you say you were hoping to get browser vendors to ship them. There is no way that Microsoft, which still owns most of the browser  market today, is going to cooperate with Google to ship the Ajax Library APIs with their IE browser. None.  

Anyway, providing a single cached repository for the hundreds of Ajax APIs is a good thing, but it really doesn&#039;t solve the problem that there are simply too many Ajax libraries (240 - 300 by my count) to maintain a stable ecosystem. Hopefully the number of libraries will diminish over time.

Richard Monson-Haefel
VP of Developer Relations
Curl, Inc.</description>
		<content:encoded><![CDATA[<p>I think the Google Ajax Library APIs are great for Ajax developers, but I had to LOL when I heard you say you were hoping to get browser vendors to ship them. There is no way that Microsoft, which still owns most of the browser  market today, is going to cooperate with Google to ship the Ajax Library APIs with their IE browser. None.  </p>
<p>Anyway, providing a single cached repository for the hundreds of Ajax APIs is a good thing, but it really doesn&#8217;t solve the problem that there are simply too many Ajax libraries (240 &#8211; 300 by my count) to maintain a stable ecosystem. Hopefully the number of libraries will diminish over time.</p>
<p>Richard Monson-Haefel<br />
VP of Developer Relations<br />
Curl, Inc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint Ecker</title>
		<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/comment-page-1#comment-38741</link>
		<dc:creator>Clint Ecker</dc:creator>
		<pubDate>Mon, 02 Jun 2008 19:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting#comment-38741</guid>
		<description>Well I got it because primarily I&#039;m a web developer and secondarily a tech journalist :D When Ars needs someone to speak to something this technical, I cover that for them.  Hopefully I&#039;ll be able to cover this sort of stuff more and more often in the coming months :)

Great work on the project, btw. I hope to make great use of all this stuff in upcoming projects!</description>
		<content:encoded><![CDATA[<p>Well I got it because primarily I&#8217;m a web developer and secondarily a tech journalist :D When Ars needs someone to speak to something this technical, I cover that for them.  Hopefully I&#8217;ll be able to cover this sort of stuff more and more often in the coming months :)</p>
<p>Great work on the project, btw. I hope to make great use of all this stuff in upcoming projects!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mahemoff</title>
		<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/comment-page-1#comment-38724</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Mon, 02 Jun 2008 17:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting#comment-38724</guid>
		<description>I am very excited about this too, especially if there was a way for the browser manufacturers to integrate it. MS isn&#039;t going to use a Google CDN, though, so I&#039;m hopeful some standard might emerge to keep the repo location flexible, while keeping it a simple one-liner for the JS developer.</description>
		<content:encoded><![CDATA[<p>I am very excited about this too, especially if there was a way for the browser manufacturers to integrate it. MS isn&#8217;t going to use a Google CDN, though, so I&#8217;m hopeful some standard might emerge to keep the repo location flexible, while keeping it a simple one-liner for the JS developer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timothy</title>
		<link>http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting/comment-page-1#comment-38715</link>
		<dc:creator>timothy</dc:creator>
		<pubDate>Mon, 02 Jun 2008 17:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/finally-a-chance-to-reflect-on-the-ajax-libraries-api-google-cdn-javascript-library-hosting#comment-38715</guid>
		<description>Looking at my own project, I see that it&#039;s not just jQuery that I want you guys to host, but all the myriad jQuery plugins and addons. Is that coming as well?</description>
		<content:encoded><![CDATA[<p>Looking at my own project, I see that it&#8217;s not just jQuery that I want you guys to host, but all the myriad jQuery plugins and addons. Is that coming as well?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
