November Happy Hour will be moved to Thursday December 5th.

Eric
Mar 30, 2011
  7931
(1 votes)

Use Microsoft CDN for JQuery or Google CDN with fallback

When we develop modern websites it will become more frequent that we use some kind of javascript library. And as it is we should always use a CDN from Microsoft or Google when we use these libraries.

Here is a link, http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/,  on why we should use it but in my case I thought I should share a fallback as well that are not that commonly used in projects.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  <script>window.jQuery||document.write('<script src="js/libs/jquery-1.5.1.min.js">\x3C/script>');</script>

 

These are the links to Microsoft CDN and Google CDN:

http://code.google.com/intl/sv-SE/apis/loader/

http://www.asp.net/ajaxlibrary/cdn.ashx

Mar 30, 2011

Comments

Mar 30, 2011 06:15 PM

How often will that fallback be needed? :)

Eric
Eric Mar 30, 2011 10:07 PM

well... hopefully never but actually this happend the other day to a customer that could not use google domain and therefore could not use jquery libs. :)

So it is not like i think google will go down or microsoft :)

Please login to comment.
Latest blogs
Optimizely SaaS CMS + Coveo Search Page

Short on time but need a listing feature with filters, pagination, and sorting? Create a fully functional Coveo-powered search page driven by data...

Damian Smutek | Nov 21, 2024 | Syndicated blog

Optimizely SaaS CMS DAM Picker (Interim)

Simplify your Optimizely SaaS CMS workflow with the Interim DAM Picker Chrome extension. Seamlessly integrate your DAM system, streamlining asset...

Andy Blyth | Nov 21, 2024 | Syndicated blog

Optimizely CMS Roadmap

Explore Optimizely CMS's latest roadmap, packed with developer-focused updates. From SaaS speed to Visual Builder enhancements, developer tooling...

Andy Blyth | Nov 21, 2024 | Syndicated blog

Set Default Culture in Optimizely CMS 12

Take control over culture-specific operations like date and time formatting.

Tomas Hensrud Gulla | Nov 15, 2024 | Syndicated blog