Mobile app version of vmapp.org
Login or Join
Nimeshi995

: Where can I find the full list of Google/Microsoft CDN hosted AJAX files? While Google hosts this list and Microsoft hosts this one there are several files missing such as jQuery UI CSS. Where

@Nimeshi995

Posted in: #Ajax #Cdn #Google #Microsoft

While Google hosts this list and Microsoft hosts this one there are several files missing such as jQuery UI CSS. Where can I find a complete listing of all the resources offered for major AJAX CDNs, especially Google and Microsoft (due to popularity)?

CDNs listings found so far (mostly thanks to artlung):


Google: code.google.com/apis/ajaxlibs/documentation (Darryl Hein also found scriptsrc.net for easier access)
Microsoft: www.asp.net/ajaxlibrary/cdn.ashx AOL: o.aolcdn.com (can only find dev.aol.com/dojo for references to URLs)
Yahoo: developer.yahoo.com/yui/articles/hosting

Google CDN Hosted jQuery UI Themes

Base, Black-Tie, Blitzer, Cupertino, Dark-Hive, Dot-Luv, Eggplant, Excite-Bike, Flick, Hot-Sneaks, Humanity, Le-Frog, Mint-Choc, Overcast, Pepper-Grinder, Redmond, Smoothness, South-Street, Start, Sunny, Swanky-Purse, Trontastic, UI-Darkness, UI-Lightness and Vader.

EDIT:

Just use CDN JS for all the hosting from one domain.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Nimeshi995

2 Comments

Sorted by latest first Latest Oldest Best

 

@Ravi8258870

This isn't a true list for both Google and Microsoft, but it lists the ones Google hosts: scriptsrc.net/ and provides nice JS for copying the needed HTML.

Google also hosts the CSS and associated images for jQuery UI at //ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/blitzer/jquery-ui.css where blitzer is the theme name.

10% popularity Vote Up Vote Down


 

@Dunderdale272

Specifically for jQuery UI there's a MAINFEST file at ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/MANIFEST which includes paths relative to that file for the jQuery UI files. The CSS file in your example actually does exist. I'm seeing CSS at:


ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/base/jquery-ui.css

Maybe I'm misunderstanding you though?

The Microsoft CDN is cool, but totally new to me.

Here's an interesting article on pros and cons of using JavaScript CDN.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme