[Catalyst] Speed up access to your favorite JavaScript frameworks
Paul Makepeace
paulm at paulm.com
Tue Jun 3 01:14:43 BST 2008
This might help some here who use AJAX.
/*
http://googleajaxsearchapi.blogspot.com/2008/05/speed-up-access-to-your-favorite.html
We have worked with a subset of the most popular JavaScript frameworks
to host their work on the Google infrastructure. The AJAX Libraries
API then becomes a content distribution network and loading
architecture for these libraries.
We realize that there are a huge number of useful libraries out there,
but we wanted to start small with the program, which has us starting
with:
* jQuery
* prototype
* script.aculo.us
* MooTools
* dojo
*/
They're automatically versioned too, so if you request version "1" of
jQuery you get 1.6.4 or whatever it is right now; "1.3" you get latest
in 1.3 branch etc.
Paul
More information about the Catalyst
mailing list