<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/CDN</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 08:21:26 GMT</pubDate>
<item>
<title>(jQuery) Google CDN jQuery loading fallback - Huskie</title>
<link>http://snipplr.com/view/62495/google-cdn-jquery-loading-fallback/</link>
<description><![CDATA[ <p>This code snippet fetches the very latest minified version of jQuery from Google's CDN. If this is not available, we revert to a locally stored version (current version at time of publish was 1.7.1 - update this to suit going forward).</p> ]]></description>
<pubDate>Thu, 12 Jan 2012 02:47:13 GMT</pubDate>
<guid>http://snipplr.com/view/62495/google-cdn-jquery-loading-fallback/</guid>
</item>
<item>
<title>(JavaScript) Check for jQuery CDN, fallback to local version - caruso_g</title>
<link>http://snipplr.com/view/61904/check-for-jquery-cdn-fallback-to-local-version/</link>
<description><![CDATA[ <p>Use CDN if online. Fallback to local version if offline.</p> ]]></description>
<pubDate>Thu, 15 Dec 2011 05:10:33 GMT</pubDate>
<guid>http://snipplr.com/view/61904/check-for-jquery-cdn-fallback-to-local-version/</guid>
</item>
<item>
<title>(PHP) Load jQuery from CDN, fallback to local (for Wordpress) - f6design</title>
<link>http://snipplr.com/view/61286/load-jquery-from-cdn-fallback-to-local-for-wordpress/</link>
<description><![CDATA[ <p>Add the following to your Wordpress theme's functions.php file. The jQuery paths/URLs might need to be changed to suite your circumstances.</p> ]]></description>
<pubDate>Tue, 29 Nov 2011 09:11:44 GMT</pubDate>
<guid>http://snipplr.com/view/61286/load-jquery-from-cdn-fallback-to-local-for-wordpress/</guid>
</item>
<item>
<title>(jQuery) Latest Minified jQuery from Google CDN - Huskie</title>
<link>http://snipplr.com/view/59660/latest-minified-jquery-from-google-cdn/</link>
<description><![CDATA[ <p>To get the most recent version in the 1.x.x family.</p> ]]></description>
<pubDate>Wed, 12 Oct 2011 08:07:57 GMT</pubDate>
<guid>http://snipplr.com/view/59660/latest-minified-jquery-from-google-cdn/</guid>
</item>
<item>
<title>(PHP) WordPress Swap jQuery for jQTools UI - scottnix</title>
<link>http://snipplr.com/view/59448/wordpress-swap-jquery-for-jqtools-ui/</link>
<description><![CDATA[ <p>Swap Wordpress jQuery for http://flowplayer.org/tools/ UI library combined (and minified) with latest jQuery. 
(http://flowplayer.org/tools/download/index.html#cdn)</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 03:43:41 GMT</pubDate>
<guid>http://snipplr.com/view/59448/wordpress-swap-jquery-for-jqtools-ui/</guid>
</item>
<item>
<title>(PHP) WordPress Swap jQuery for Google CDN - scottnix</title>
<link>http://snipplr.com/view/59447/wordpress-swap-jquery-for-google-cdn/</link>
<description><![CDATA[ <p>Be sure to check for latest version
(http://code.google.com/apis/libraries/devguide.html#jquery)</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 03:33:39 GMT</pubDate>
<guid>http://snipplr.com/view/59447/wordpress-swap-jquery-for-google-cdn/</guid>
</item>
<item>
<title>(jQuery) Llamada a jQuery en Google y alternativa si la conexion falla - dato</title>
<link>http://snipplr.com/view/56417/llamada-a-jquery-en-google-y-alternativa-si-la-conexion-falla/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Jul 2011 22:00:19 GMT</pubDate>
<guid>http://snipplr.com/view/56417/llamada-a-jquery-en-google-y-alternativa-si-la-conexion-falla/</guid>
</item>
<item>
<title>(PHP) jQuery dynamic Google CDN with PHP - hebertialmeida</title>
<link>http://snipplr.com/view/49096/jquery-dynamic-google-cdn-with-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Feb 2011 00:52:05 GMT</pubDate>
<guid>http://snipplr.com/view/49096/jquery-dynamic-google-cdn-with-php/</guid>
</item>
<item>
<title>(JavaScript) Load jQuery from Google CDN, but fallback to local if it fails - matula</title>
<link>http://snipplr.com/view/47878/load-jquery-from-google-cdn-but-fallback-to-local-if-it-fails/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Jan 2011 07:40:40 GMT</pubDate>
<guid>http://snipplr.com/view/47878/load-jquery-from-google-cdn-but-fallback-to-local-if-it-fails/</guid>
</item>
<item>
<title>(JavaScript) Google CDN jQuery - iamjpg</title>
<link>http://snipplr.com/view/45865/google-cdn-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Dec 2010 09:40:28 GMT</pubDate>
<guid>http://snipplr.com/view/45865/google-cdn-jquery/</guid>
</item>
<item>
<title>(HTML) Proper way of loading jQuery from Google\'s CDN with fallback to local lib if necessary - hced</title>
<link>http://snipplr.com/view/45859/proper-way-of-loading-jquery-from-googles-cdn-with-fallback-to-local-lib-if-necessary/</link>
<description><![CDATA[ <p>Proper way of loading libs such as jQuery from Google's CDN. Place these JavaScripts at the bottom for fast page loading. To target different versions, you can be more specific if you want; eg. /1.4/ or even /1.4.4/.

(NOTE: you may either use http:// or https:// depending on your needs. Both will work.)</p> ]]></description>
<pubDate>Fri, 17 Dec 2010 05:28:35 GMT</pubDate>
<guid>http://snipplr.com/view/45859/proper-way-of-loading-jquery-from-googles-cdn-with-fallback-to-local-lib-if-necessary/</guid>
</item>
<item>
<title>(HTML) Conditionally Loading jQuery - touffies</title>
<link>http://snipplr.com/view/43342/conditionally-loading-jquery/</link>
<description><![CDATA[ <p>if window.jQuery is undefined, there must have been a problem downloading the script from the CDN. In that case, proceed to the right side of the &amp;&amp; operator, and insert a script linking to a local version of jQuery.</p> ]]></description>
<pubDate>Mon, 01 Nov 2010 01:17:59 GMT</pubDate>
<guid>http://snipplr.com/view/43342/conditionally-loading-jquery/</guid>
</item>
<item>
<title>(jQuery) Jquery Googles CDN - athanassiadis</title>
<link>http://snipplr.com/view/41973/jquery-googles-cdn/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 10 Oct 2010 08:22:02 GMT</pubDate>
<guid>http://snipplr.com/view/41973/jquery-googles-cdn/</guid>
</item>
<item>
<title>(JavaScript) Grab Google CDN jQuery. fall back to local if necessary - koteus</title>
<link>http://snipplr.com/view/40747/grab-google-cdn-jquery-fall-back-to-local-if-necessary/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 19 Sep 2010 06:29:27 GMT</pubDate>
<guid>http://snipplr.com/view/40747/grab-google-cdn-jquery-fall-back-to-local-if-necessary/</guid>
</item>
<item>
<title>(jQuery) Google CDN JQuery - shibbard</title>
<link>http://snipplr.com/view/34188/google-cdn-jquery/</link>
<description><![CDATA[ <p>Remember the google CDN for JQuery</p> ]]></description>
<pubDate>Tue, 11 May 2010 04:42:28 GMT</pubDate>
<guid>http://snipplr.com/view/34188/google-cdn-jquery/</guid>
</item>
<item>
<title>(jQuery) Google CDN hosted jQuery with local fallback - doodlemoonch</title>
<link>http://snipplr.com/view/28239/google-cdn-hosted-jquery-with-local-fallback/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Feb 2010 09:53:05 GMT</pubDate>
<guid>http://snipplr.com/view/28239/google-cdn-hosted-jquery-with-local-fallback/</guid>
</item>
<item>
<title>(jQuery) Hosted HTML5 Enabling Script IE Conditional Tag - LeeRJohnson</title>
<link>http://snipplr.com/view/28201/hosted-html5-enabling-script-ie-conditional-tag/</link>
<description><![CDATA[ <p>Found if from http://diveintohtml5.org</p> ]]></description>
<pubDate>Thu, 11 Feb 2010 18:18:45 GMT</pubDate>
<guid>http://snipplr.com/view/28201/hosted-html5-enabling-script-ie-conditional-tag/</guid>
</item>
<item>
<title>(HTML) jQuery TOOLS CDN Full Library Script Tag - LeeRJohnson</title>
<link>http://snipplr.com/view/21195/jquery-tools-cdn-full-library-script-tag/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Oct 2009 21:12:02 GMT</pubDate>
<guid>http://snipplr.com/view/21195/jquery-tools-cdn-full-library-script-tag/</guid>
</item>
</channel>
</rss>