<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: google.load():  Utilize Google&#8217;s AJAX Libraries&#160;API</title> <atom:link href="http://davidwalsh.name/google-load/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/google-load</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 02:40:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Josh Stauffer</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-15968</link> <dc:creator>Josh Stauffer</dc:creator> <pubDate>Fri, 05 Feb 2010 23:00:51 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-15968</guid> <description>I recently started using google.load and for jquery and jquery ui. I think it is cool that they offer this.</description> <content:encoded><![CDATA[<p>I recently started using google.load and for jquery and jquery ui. I think it is cool that they offer this.</p> ]]></content:encoded> </item> <item><title>By: Thomas</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-15687</link> <dc:creator>Thomas</dc:creator> <pubDate>Thu, 28 Jan 2010 09:11:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-15687</guid> <description>Wouldnt it be better to just use google&#039;s Closure Compiler(http://code.google.com/closure/compiler/) ?</description> <content:encoded><![CDATA[<p>Wouldnt it be better to just use google&#8217;s Closure Compiler(http://code.google.com/closure/compiler/) ?</p> ]]></content:encoded> </item> <item><title>By: Andrew Benton</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-12376</link> <dc:creator>Andrew Benton</dc:creator> <pubDate>Sat, 03 Oct 2009 02:51:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-12376</guid> <description>@V1:If you read the google pagespeed docs (http://code.google.com/speed/page-speed/docs/rtt.html) about parallelizing downloads you might actually be saving a little time. Plus the Google server&#039;s IP will likely be cached by any ISP and even better, Google&#039;s hosted script will likely be cached by the browser more often than yours will, so the DNS lookup and extra request most likely won&#039;t actually happen.</description> <content:encoded><![CDATA[<p>@V1:</p><p>If you read the google pagespeed docs (<a
href="http://code.google.com/speed/page-speed/docs/rtt.html" rel="nofollow">http://code.google.com/speed/page-speed/docs/rtt.html</a>) about parallelizing downloads you might actually be saving a little time. Plus the Google server&#8217;s IP will likely be cached by any ISP and even better, Google&#8217;s hosted script will likely be cached by the browser more often than yours will, so the DNS lookup and extra request most likely won&#8217;t actually happen.</p> ]]></content:encoded> </item> <item><title>By: Adriaan</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-7913</link> <dc:creator>Adriaan</dc:creator> <pubDate>Wed, 25 Feb 2009 16:26:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-7913</guid> <description>&lt;blockquote&gt;
Sending them through a “shrink” functionality every time would not only fail in relieving all of the items above, but it would hurt response time as it would put more stress on the server. Avoid that at all costs.
&lt;/blockquote&gt;That&#039;s true, but not if you implement a caching solution...then it&#039;ll be much better.  Ed Elliot has a nice post about this topic, and I use a solution based on some of his ideas, which works really great.</description> <content:encoded><![CDATA[<blockquote><p> Sending them through a “shrink” functionality every time would not only fail in relieving all of the items above, but it would hurt response time as it would put more stress on the server. Avoid that at all costs.</p></blockquote><p>That&#8217;s true, but not if you implement a caching solution&#8230;then it&#8217;ll be much better.  Ed Elliot has a nice post about this topic, and I use a solution based on some of his ideas, which works really great.</p> ]]></content:encoded> </item> <item><title>By: Live Web Studio</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-7767</link> <dc:creator>Live Web Studio</dc:creator> <pubDate>Thu, 12 Feb 2009 17:31:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-7767</guid> <description>cloud computing is the feature, like mentioned in the first by David - the same file is served for everyone ! and if u wondering if the old versions remain on servers, the answer is YES ! so u dont need to manual update the direct link to the lib.</description> <content:encoded><![CDATA[<p>cloud computing is the feature, like mentioned in the first by David &#8211; the same file is served for everyone ! and if u wondering if the old versions remain on servers, the answer is YES ! so u dont need to manual update the direct link to the lib.</p> ]]></content:encoded> </item> <item><title>By: Jan Komzák</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-7509</link> <dc:creator>Jan Komzák</dc:creator> <pubDate>Wed, 28 Jan 2009 05:46:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-7509</guid> <description>I think, that this solution is good, if you have restrictive data transfer on your site (shared hosting, ...), but as @Anton says, i prefer having theese files at my own control.It doesn&#039;t mean that I&#039;m afraid of Google, but there is no warranty that another day, there will be some other content than you expected :) In case of hosting these file on your host, it is minimal chance to scratch that file transfer.And about the size and caching: there is JSmin, YUI compressor and so on, so at the case of MooTools it&#039;s about 100KB for fullstack (core and more) code minified by YUI compressor.I applaud Google for this initiative, and I&#039;m sure that there are a lot of people who will use this, but I didn&#039;t see some pros for this solution.</description> <content:encoded><![CDATA[<p>I think, that this solution is good, if you have restrictive data transfer on your site (shared hosting, &#8230;), but as @Anton says, i prefer having theese files at my own control.</p><p>It doesn&#8217;t mean that I&#8217;m afraid of Google, but there is no warranty that another day, there will be some other content than you expected :) In case of hosting these file on your host, it is minimal chance to scratch that file transfer.</p><p>And about the size and caching: there is JSmin, YUI compressor and so on, so at the case of MooTools it&#8217;s about 100KB for fullstack (core and more) code minified by YUI compressor.</p><p>I applaud Google for this initiative, and I&#8217;m sure that there are a lot of people who will use this, but I didn&#8217;t see some pros for this solution.</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-7508</link> <dc:creator>Ryan</dc:creator> <pubDate>Wed, 28 Jan 2009 05:40:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-7508</guid> <description>We have begun using a script called Combine that we rolled into our framework. It combines all the files and gzips them, stores that file on your server. Then it uses some nice caching that caches the file locally as well and forces a new version if you&#039;ve changed anything. I also added in a whitespace stripping function but it didn&#039;t save much over much since gzip does a lot of that itself.Here is a post I did on it a while back:
http://blueprint.intereactive.net/compressing-javascript-part-1/still yet to get all the post written that shows the benchmarks.</description> <content:encoded><![CDATA[<p>We have begun using a script called Combine that we rolled into our framework. It combines all the files and gzips them, stores that file on your server. Then it uses some nice caching that caches the file locally as well and forces a new version if you&#8217;ve changed anything. I also added in a whitespace stripping function but it didn&#8217;t save much over much since gzip does a lot of that itself.</p><p>Here is a post I did on it a while back:<br
/> <a
href="http://blueprint.intereactive.net/compressing-javascript-part-1/" rel="nofollow">http://blueprint.intereactive.net/compressing-javascript-part-1/</a></p><p>still yet to get all the post written that shows the benchmarks.</p> ]]></content:encoded> </item> <item><title>By: Anton</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-7462</link> <dc:creator>Anton</dc:creator> <pubDate>Sun, 25 Jan 2009 19:17:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-7462</guid> <description>@Bryan J Swift: I do agree, it is a cool technique to get the latest version of the framework.  However, I prefer to keep control of the framework versions just in case anything big changes.</description> <content:encoded><![CDATA[<p>@Bryan J Swift: I do agree, it is a cool technique to get the latest version of the framework.  However, I prefer to keep control of the framework versions just in case anything big changes.</p> ]]></content:encoded> </item> <item><title>By: V1</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-7457</link> <dc:creator>V1</dc:creator> <pubDate>Sat, 24 Jan 2009 21:04:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-7457</guid> <description>Yes its a nice technique, but I still prefer to host the files my self, it gives me control about my files, if there is something wrong, its MY own fault. I had allot of problems with google analytic (It took long time to LOAD the files more than one second, and I cant accept that behavior on my sites especially if you depend on these files.)Also another reason why i dislike this technique, it will cost you one extra HTTP request for the google that will load the file for you.. And an extra DNS lookup because you will link to google. So there are some side effects from using this technique. If you do not care about this.. Yeah sure, go ahead and use it.. But its not that hard to apply cache headers your self..</description> <content:encoded><![CDATA[<p>Yes its a nice technique, but I still prefer to host the files my self, it gives me control about my files, if there is something wrong, its MY own fault. I had allot of problems with google analytic (It took long time to LOAD the files more than one second, and I cant accept that behavior on my sites especially if you depend on these files.)</p><p>Also another reason why i dislike this technique, it will cost you one extra HTTP request for the google that will load the file for you.. And an extra DNS lookup because you will link to google. So there are some side effects from using this technique. If you do not care about this.. Yeah sure, go ahead and use it.. But its not that hard to apply cache headers your self..</p> ]]></content:encoded> </item> <item><title>By: Tom</title><link>http://davidwalsh.name/google-load/comment-page-1#comment-7451</link> <dc:creator>Tom</dc:creator> <pubDate>Sat, 24 Jan 2009 14:44:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1272#comment-7451</guid> <description>I&#039;ve been thinking of using this before, but haven&#039;t implemented it yet. One of the reasons is that you have to load the Mootools-more from your own server anyhow. So my technique to date has been to join both &quot;core&quot; and &quot;more&quot; to one file and minify it. This works OK, as that file doesn&#039;t really ever change.But, I would start using google.load (or rather link directly the the files on their servers) if it would be possible to load the &quot;more&quot;-package as well. Seeing how jQuery UI and script.aculo.us being in the repository so should Mootools-more.js also be.</description> <content:encoded><![CDATA[<p>I&#8217;ve been thinking of using this before, but haven&#8217;t implemented it yet. One of the reasons is that you have to load the Mootools-more from your own server anyhow. So my technique to date has been to join both &#8220;core&#8221; and &#8220;more&#8221; to one file and minify it. This works OK, as that file doesn&#8217;t really ever change.</p><p>But, I would start using google.load (or rather link directly the the files on their servers) if it would be possible to load the &#8220;more&#8221;-package as well. Seeing how jQuery UI and script.aculo.us being in the repository so should Mootools-more.js also be.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 00:04:19 -->
