The google-cdn tag has no wiki summary.
0
votes
0answers
6 views
Greenscript CDN fallback on Play Framework 1.2.5
Im using Play! 1.2.5 and Greenscript 1.2.8b. Im looking to have a fallback for jQuery and other javascript library if one the CDN is not responding.
<script ...
0
votes
0answers
12 views
Downloading the latest 2.x version of jQuery from Google
This works:
http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
But this doesn't:
http://ajax.googleapis.com/ajax/libs/jquery/2/jquery.min.js
During development, I like to always be ...
0
votes
0answers
14 views
Check if the Jquery CDN protocol relative url exists PHP
I am trying to see if JQuery CDN exists or not via PHP
essentially what Paul Irish did here but with PHP instead.
http://paulirish.com/2010/the-protocol-relative-url/
I am trying following but ...
1
vote
0answers
40 views
Measure and compare differences between own server and CDN
I have been serving my own jquery.js and recently stumbled upon the idea of using google's CDN.
I am very interested in switching to it because of its advertised reasons, but I want to measure its ...
0
votes
0answers
79 views
Using requirejs 2.1.5 and the google cdn
I am just beginning to use the requirejs api, but have an initial question concerning using the google CDN.
Currently, to get the latest jquery and jqueryui I am using the following:
<meta ...
0
votes
1answer
39 views
Define version of jQuery Mobile by its code
How to find the version number of the
latest version of jQuery Mobile Date: Wed Feb 13 23:27:57 2013 -0500 ?
That's not the file I can find anywhere else, tried to google it.
I need a fixed CDN url ...
0
votes
2answers
33 views
Programatically get the latest Google Hosted library version?
Do anyone know if there's a way to programatically get the latest version of a Google hosted library?
The reason why I'm asking this is to use it in a template generator. IMHO, it's good to download ...
0
votes
0answers
101 views
Bundling performance inside ASP.NET MVC
Is it better for performance to reference 4 js files on Microsoft CDN Example :
JQuery,
JQueryUI,
JQuery Validation,
Knockout.js
or have it all in one Bundle ?
6
votes
1answer
206 views
How to see what is returned when a remote script is blocked
I'm using Google hosted jQuery in my webapp (//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js) As part of bug diagnostics I have a window.onerror handler which catches any errors I'm not ...
0
votes
3answers
504 views
google.load is loading the old version of jquery causing versioning issues
I have these two lines of code in my web page:
google.load("jquery", "1.7.0");
google.load("jqueryui", "1.8.16");
And I decide to upgrade to the newer version:
google.load("jquery", ...
3
votes
1answer
131 views
Cross-origin requests on Google CDN
I am trying to load a file with a .json extension from the Google CDN:
//ajax.googleapis.com/ajax/libs/dojo/1.8/dojox/geo/charting/resources/data/USStates.json
Standard xhr requests fail because of ...
0
votes
2answers
72 views
google hosted scripts , use http or https?
I am using google hosted javascripts libraries,(jquery ,jquery-ui & other google jsapi),and I noticed that these scripts can be accessed by both http & https schema.Now ,I want to know that ...
7
votes
3answers
4k views
Latest jQuery version on Google's CDN
I read in the official doc of google cdn that this is the src to jquery:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
However, it is annoying to ...
2
votes
4answers
669 views
What's the best way to load jQuery? [duplicate]
Possible Duplicate:
Where do you include the jQuery library from? Google JSAPI? CDN?
I have an application that uses jQuery. The application could use almost any recent version of jQuery ...
1
vote
0answers
59 views
Resolving CDN response issues
When developing websites or visiting websites I'm seeing issues when pulling down files from various CDN. E.g. I just signed up to Shopify and on first load of the shop in Firefox it wouldn't pull ...
-1
votes
1answer
130 views
How to XSS Google APIs using Typo Domains? [closed]
301
XSS Google Typo How to has moved to a new Location: google apis xss typo attack
How do you resolve Google.com Security holes such as Typo domains? Answer: The Google Security team and ...
-1
votes
1answer
465 views
HTTPS-friendly jQuery CSS theme from Google CDN
Just trying to get an https friendly version of google's hosted jquery css themes, i.e
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css
loading
...
0
votes
1answer
196 views
What is the best way to override/remove certain attribute in an externally hosted css (specifically Google CDN jquery-ui.css)?
I am using Google CDN to host one of jQuery UI theme's CSS.
However there are some css properties that I would like to override.
I understand it's possible to do it with jQuery .removeClass() or ...
1
vote
2answers
530 views
Google Loader vs standard <script> tags
Google loader
<script type="text/javascript">
google.load('jquery','1.7.1');
google.load('jqueryui','1.8.17');
</script>
or...
standard <script> tags
<script ...
1
vote
0answers
155 views
Cant load any google CDN and jquery, websites stopped working and cant reference cdn in code [closed]
I have researched this topic top to bottom and am to the point of having to reinstall my operating system. I receive the "stack overflow requires external javascript..." error and any other site that ...
0
votes
2answers
820 views
How to include Google charts API without calling google.load()?
The jQuery, jQuery UI and Google Maps can be loaded from Google's CDN in two ways - either by using google.load():
<script type="text/javascript" ...
1
vote
1answer
1k views
Google.load() of jQuery - doesn't work with DataTables.net
I have web pages (here an example) with the old Google charts API (the old static images) and I'd like to move it to the new Google visualisation charts API.
I also use jQuery, jQuery UI, Google JS ...
0
votes
1answer
612 views
Google CDN for jquery widgets
Do you know if jquery widgets such as "slider" or "button" are available for download in the Google CDN?
I only found "datepicker" available in the manifest so far :
...
2
votes
3answers
220 views
Lightweight JS Library vs Google-hosted CDN
When page-load speed is the priority, is it better to use a minimal, lightweight javascript library (hosted on a CDN), or is it better to use something like jQuery, hosted on Google's CDN that the ...
8
votes
4answers
4k views
Is jquery.cookies hosted on the Google CDN?
I can't seem to find the jquery plugin for cookies on googles CDN. Is it only available for download?
0
votes
1answer
664 views
JQuery 1.6.1 become unavailable on Google APIs today (01/25/2012)
Does anybody have a scoop on JQuery 1.6.1 disappearing from Google APIs? Today, on 01/25/2012 at 8:30pm, suddenly parts of our app stopped functioning. Culprit is GoogleAPIs.com - something we relied ...
2
votes
1answer
861 views
jQuery UI $.datepicker () Does Not Exist for Google Code CDN (Works Locally)
When I link to the jQuery UI file stored on Google's servers with the following code in my :
<script type="text/javascript" ...
0
votes
1answer
413 views
Why (and when) does Google CDN serve jQuery uncompressed?
When I load Google's hosted jquery.min.js, it does not return gzipped:
Request headers
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Cache-Control:max-age=0
...
2
votes
2answers
956 views
How to load uncompressed Dojo files from Google's CDN?
Is there a good way to bring in the uncompressed version of a dependency using dojo.require? I'm already requesting dojo.xd.uncompressed.js, but all of the dijits I'm using, etc. are being provided in ...
0
votes
0answers
304 views
How to deal with external Google CDN jQuery UI css overwrite with the local one
A quick question...
How to deal with external Google CDN jQuery UI css overwrite with the local one?
For example I want to apply all input text with ui-state-default ui-corner-all by using
...
1
vote
2answers
1k views
Conditional javascript require in the asset pipeline
I'm struggling with the asset pipeline. I'm loading dojo from Google CDN putting this in my template:
= javascript_include_tag 'http://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/dojo.xd.js', ...
1
vote
1answer
223 views
MVC3 Razor view not coping with jQuery CDN fallback script
I'm looking to implement loading jQuery from the Google Content Delivery Network. The issue I'm having is that the recommended script from HTML5 Boilerplate is causing the Razor view to lose sight of ...
1
vote
1answer
90 views
jQuery UI tabs positioned about 50% of their height below eachother
This is quite odd, and I can't get it to stop happening.
Here's the relevant code. I'm using a Google CDN host for the UI-lightness theme.
<div id="prof_div">
<ul>
...
1
vote
1answer
589 views
jQuery UI not working? (Specifically tabs)
Odd problem. I've looked at some similar questions- None of their answers fixed my problem.
It's doing all the stuff right but rather than the tabs becoming interactive like they're meant to, they ...
2
votes
1answer
341 views
Google app engine slow TTFB
I started looking at using Google app engine as CDN, but their TTFB is very poor. Can I do anything to reduce the response time of static content?
Web Page Performance Test from Dulles
Web Page ...
3
votes
2answers
2k views
Google CDN for JS - where are the direct paths?
http://code.google.com/apis/libraries/devguide.html
I don't want to use Google's API key to load the various JS libraries using Google's loader (as the key seems to be tied to a certain domain and ...
5
votes
2answers
2k views
Google CDN Hosted jQuery UI CSS with local fallback?
I already have the following for the JS files:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script ...
2
votes
2answers
1k views
Google CDN Jquery load not working
I currently have an ugly array of separate javascript files in one of my layouts and I'm trying to clean it up using the Google CDN.
Current state (horrible I know):
...css...
<%= yield :head ...
5
votes
1answer
10k views
Google cdn jQuery mobile
This works:
<script src="http://code.jquery.com/jquery-1.5.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js" ...
5
votes
7answers
268 views
Is there a benefit to NOT using a public CDN to load Javascript libraries?
I've heard all the cases in favour of using a CDN like Google APIs to host JavaScript libraries like JQuery and Prototype for my web application. It's faster, saves bandwidth, permits parallel loading ...
5
votes
1answer
710 views
Can jQuery-UI safely be used without the CSS assets?
Can jQuery-UI safely be used without including the CSS assets? Google hosts the JS file, but I don't see any references on that page to the jQuery-UI CSS resources. What problems or issues can I ...
0
votes
3answers
166 views
Files (jQuery, jQuery UI, prototype) from external server
If I have to load for example jquery.js file among some (let's tell about 10) other css / js files, what is a better approach?
load all from the same server that I have my whole app, or
use some ...
3
votes
3answers
583 views
Asp.Net CDN Minified JQuery Not Gzipped?
Does anyone know if there is a reason why the minified versions of the jQuery files on the Asp.Net content delivery network are not gzip compressed? The non-minified versions are properly compressed.
...
0
votes
0answers
152 views
How do I test if a google ajax api load is successful
Is it possible to test for a success / failure notice from google ajax api's?
i.e. To provide a fallback option if the load fails (or even takes too long).
I've used the 'standard' approach before:
...
0
votes
2answers
1k views
jquery datepicker shows up without theme
<head runat="server">
<title></title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
...
1
vote
2answers
427 views
Can one host one's OWN JavaScript Files (other than Jquery) on free CDN like google?
Dave Ward inspired me to host my javascript jquery externally on google CDN:
//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js
//ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js
...
0
votes
2answers
431 views
Google CDN for jquery or prototypejs or any other if not loaded
I am using google CDN for jQuery and prototypeJS library in my pages. For any reason, if those library are not loaded what measure can I take so that my pages function properly.
EDIT
I have found ...
13
votes
3answers
2k views
Public CDN for CKEditor
Simple one:
Is there any public CDN to load CKEditor like when you load Jquery from Google's CDN?
I haven't been able to find any big CDN. I guess I could always hotlink to ckeditor.com's .js file ...
3
votes
2answers
483 views
Advantages of CDN content served via https over http
All of google's CDN libraries are served via https. Is there any advantage of serving them via https over http ?
1
vote
1answer
278 views
Content Delivery Network(s) security
What are the latest news on CDN security, related to the fact that CDN provider has access to my users' cookies? Let's assume that the delivered scripts are not patched to do a malicious job behind ...
