Tagged Questions

A content delivery network or content distribution network (CDN) is a system of computers containing copies of data placed at various nodes of a network.

learn more… | top users | synonyms

102
votes
3answers
30k views

Downloading jQuery CSS from Google's CDN

I am planning on using Google to download the jQuery lib for both UI and Core. My question is, do they allow me to download the CSS for it or should I have to host it myself? Also if I use Google to ...
87
votes
14answers
21k views

Microsoft CDN for jQuery or Google CDN?

Does it actually matter which CDN you use to link to your jquery file or any javascript file for that matter. Is one potentially faster than the other? What other factors could play a role in which ...
37
votes
3answers
5k views

Is there a publicly available CDN that hosts JSON2?

It's well known that Google and Microsoft host several common javascript libraries on their CDNs (content distribution networks). Unfortunately neither seems to host JSON2.js. I'm aware that I could ...
32
votes
2answers
3k views

Why should I use Google's CDN for jQuery?

This may be obvious to some, but I've been wondering: why should I depend on Google's server to host jQuery for my site? Is it only because it loads faster this way?
25
votes
4answers
1k views

Is there a Content Delivery Network (CDN) that hosts Google Code Prettify?

Is there a Content Delivery Network (CDN) that is hosting google-code-prettify? I am putting together a blog on TypePad and would like to take advantage of a CDN if possible.
22
votes
10answers
2k views

Why move your Javascript files to a different main domain that you also own?

I've noticed that just in the last year or so, many major websites have made the same change to the way their pages are structured. Each has moved their Javascript files from being hosted on the same ...
22
votes
15answers
10k views

What's the best CDN for image hosting on a high-volume web site?

Akamai is way too expensive. Photobucket is not reliable. Is there a great content delivery network that I can use just to host my images? We deploy images programmatically via FTP, so there is ...
21
votes
8answers
2k views

How to load local script files as fallback in cases where CDN are blocked/unavailable?

I’m using a CDN for the following javascript: https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js ...
21
votes
7answers
8k views

Force CloudFront distribution/file update

I'm using Amazon's CloudFront to serve static files of my web apps. Is there no way to tell a cloudfront distribution that it needs to refresh it's file or point out a single file that should be ...
20
votes
3answers
5k views

CDN recommendation for Modernizr

do you know any CDN for modernizr-1.7.min.js? UPDATE Microsoft is now serving Modernizr on AJAX CDN http://www.asp.net/ajaxlibrary/cdn.ashx Here is the direct link : ...
19
votes
9answers
2k views

How to fallback to local stylesheet (not script) if CDN fails

I am linking to the jQuery Mobile stylesheet on a CDN and would like to fall back to my local version of the stylesheet if the CDN fails. For scripts the solution is well known: <!-- Load jQuery ...
17
votes
3answers
493 views

How secure are CDNs for delivering jQuery?

We build sites that have a public (non-secured) area and secured (delivered over HTTPS) area and we use jQuery library. Recently I suggested we use Google CDN for jQuery delivery. Some of my ...
15
votes
10answers
8k views

Can you recommend an effective and cheap CDN for video streaming?

I am looking for a streaming CDN recommendation. Cost and performance are my chief concerns. Video viewers may be all over the globe, with the, US, Europe, Russia and South America topping the list ...
15
votes
14answers
3k views

Amazon S3: when/why

So, I have a dedicated server. I host about dozen or so small sites. Is there a real benefit in using S3(or Mosso) for my image and static file hosting? My server has more than enough disk space, or ...
14
votes
1answer
1k views

CDN for blueprint css framework

Does anyone know a free CDN for blueprint css framework thanks in advance cheers, sameera
13
votes
4answers
7k views

Alternative to Amazon S3 for the data center?

I'm looking to for a service that is similar to Amazon S3, a simple service to store and retrieve arbitrary data (and meta-data), but one that runs locally in your own data center. Strictly speaking, ...
9
votes
3answers
467 views

Is there a CDN which provides on-demand image resizing, cropping, sharpening, etc?

For years I have wished that Amazon would create an add-on service that would allow me to request modified versions of an image on the fly based on querystring values. <img ...
9
votes
1answer
213 views

What libraries does Google host (other than jQuery)?

First, I apology if I used the wrong term in the question (Please feel free to edit if I'm wrong). I know Google hosts (almost) all version of jQuery, jQuery UI (js and css) For example : ...
8
votes
7answers
750 views

Whats faster for including scripts, using CDN (Google) or store them locally in website root?

Whats faster for including scripts, using CDN (Google) or store them locally in website root?
8
votes
2answers
286 views

Anyone in the enterprise using Google-hosted jQuery script?

I would like to use Google's copy of jQuery, to spare some load on my company's local web servers: http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js While this is great for many ...
8
votes
3answers
551 views

Scripts/Stylesheets: Consolidate locally or use CDN?

I can obviously do some limited testing of my own, but I'm hoping to hear from some people with real-world experience on at least medium-scale web sites. Two of the items on every "top 10" list for ...
7
votes
2answers
241 views

Browser and wget load JPEG differently?

I'm stumped on this one. Try loading this image in your browser, and then save it to your hard disk. http://profile.ak.fbcdn.net/hprofile-ak-snc4/41674_660962816_995_n.jpg It's a valid JPEG file ...
7
votes
4answers
800 views

Better to combine & minify javascript or use Google CDN?

I am building a site which currently uses javascript from several sources: Group 1: Google Maps API v3 (hosted by Google) Group 2: jQuery & swfobject (hosted on Google CDN) Group 3: Several ...
7
votes
2answers
541 views

Does Google App Engine use google CDN to distribute static resources?

I find a lot of articles on the web describing how GAE can be used as a CDN. But, I could not locate any mention about CDN in Google's documentation of App Engine. Can somebody please point me to ...
7
votes
8answers
1k views

Is IE8 going to break my CDN hosted jQuery?

IE8 has a feature called InPrivate Filtering, which will block scripts it finds on webpages from more than 'n' different sites. I'm listening to the most recent 'Security Now' podcast which is raving ...
7
votes
6answers
2k views

jQuery CDN host with vsdoc?

Following on from this question (that I asked) and this question (that Simon asked), is there a CDN that provides the jQuery script AND the -vsdoc version side-by-side? e.g. Google provide: ...
6
votes
2answers
332 views

Sourcing jQuery from a CDN?

I am using require JS and want to know the best method to use a CDN version of jQuery. I hear the 1.7 version is "AMD" which is supposed to help but can't find a straight example. Hope some RequireJS ...
6
votes
3answers
145 views

Is using a CDN for jQuery (or other static files/scripts) really a good idea?

It says everywhere to use a CDN, such as Google's or Microsoft's AJAX CDN to load static script libraries, such as jQuery in my case. I don't understand how this is really helpful to make my site any ...
6
votes
2answers
101 views

Why bother with an API for google's CDN

http://code.google.com/apis/libraries/devguide.html states that you need to sign up for an API to use the CDN. But why? You can clearly use it without. Doesn't linking to ...
6
votes
2answers
377 views

Is there a way to use a CDN (for jQuery) and have an offline Web app (via HTML5 manifests)?

I'm beginning to look at HTML5s ability to allow for offline Web applications. A while back I found that using a CDN worked well for my applications, so I've been sticking with them, mostly just for ...
6
votes
2answers
1k views

When using Cloudfront, how can one set the Expires Header relative to the current Date?

We are developing a big Website, and all our Images and Resources are in Amazon S3. We are also using Cloudfront to globally distribute our Content. What we want to to, is to tell the Clients Web ...
6
votes
1answer
300 views

Do it yourself or use a commercial CDN

Consider a dynamic content html web site with lots of static .js and image baggage must be hosted in a single location. The site will soon have a few 1000 new users clustered in a single country on ...
6
votes
3answers
614 views

Are there a minified/compressed versions of the jQuery UI CSS themes on Google's CDN?

I know that Google has the CSS files for jQuery UI at the following location: //ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/pepper-grinder/jquery-ui.css But I'm wondering if they serve the ...
6
votes
7answers
307 views

Benefits vs. Pitfalls of hosting jQuery locally

We're currently pulling jQuery and jQueryUI (and jQueryUI CSS) libraries from the google CDN. I like this because I can call google.load("jquery", "1"); and the latest jQuery 1.x.x will be used. Now ...
6
votes
1answer
398 views

jQuery via Google CDN best practices

I'm loading jQuery via Google's CDN using the following code. My main question is what will happen if a user hits my site and hasn't yet got jQuery pre-cached. Will he download the Google version and ...
6
votes
4answers
2k views

Google app engine & CDN

When using Google app engine is there any benefit to use a CDN if i wanted my file resources as closer to users?
6
votes
2answers
999 views

Creating Signed URLs for Amazon CloudFront

Short version: How do I make signed URLs "on-demand" to mimic Nginx's X-Accel-Redirect behavior (i.e. protecting downloads) with Amazon CloudFront/S3 using Python. I've got a Django server up and ...
6
votes
4answers
2k views

What are the advantages and disadvantages of using CDN(Content Delivery Network)?

I was going through Best Practices for Speeding Up Your Web Site from developer site of yahoo... What are the advantages and disadvantages of using CDN(Content Delivery Network)? When to use CDN? ...
6
votes
5answers
670 views

List of CDN's for common components/files

It seems that the popularity of jQuery and MS AJAX, as well as tools like YSlow & Google Page Speed have given rise to common components being hosted on Content Delivery Networks (CDN). So which ...
5
votes
2answers
98 views

Clarifications about Play with scala's approach to modules

I am looking at various web frameworks for a new project (social networking + transactions between connected users). I am intrigued by Play (with scala) but need some help in understanding an issue. ...
5
votes
3answers
252 views

Why doesn't Facebook combine its CSS/JS files?

I am curious as to why the Facebook developers have chosen to not combine their scripts and stylesheets into single files. Instead they are loaded on demand via their CDN. Facebook is obviously a ...
5
votes
4answers
107 views

Bundling .js files vs CDN

In order to improve performance of our web pages, we are recommended to use CDNs to server .js files on our web pages. That makes sense. Also, we are recommended to bundle our .js files in order to ...
5
votes
7answers
128 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
197 views

Issue with securing RTMP streams from Level3 CDN

I am currently dealing with securing rtmp streams from Level3 CDN. The documentation can be found here: https://rapidshare.com/files/1450549534/Token_Components.html (looks like you need to be ...
5
votes
1answer
316 views

How to reference CDN images in a stylesheet which may use HTTPS?

I have all my site images setup to serve from Amazon's Cloudfront CDN. If my pages will sometimes be served as both HTTP and HTTPS, then should I make all image paths HTTPS to the CDN? Is this a poor ...
5
votes
1answer
573 views

What's the best way to utilize jQuery-UI theme on CDN with local fallback?

Is there anyway to load jQuery-UI theme from CDN, but with local fallback? Similar to the javascript fall-back outline here? Google Hosted CDN with fall back
5
votes
2answers
949 views

Why isn't Google's Closure library hosted on their CDN?

Google hosts a number of JavaScript libraries such as jQuery and dojo on their CDN. For some reason, their own Google Closure library does not seem to be included. Is there a hosted version of the ...
5
votes
2answers
805 views

Storing data in a Google App Engine App

I'm reading up on Google App engine and I'm thinking of using it as a CDN for a project I'm working on. As far as I can tell, there's two ways to store data. I could use a datastore or I could put ...
5
votes
3answers
3k views

Is using a CDN possible when you're running a HTTPS website?

I have a website with only home page available through simple HTTP protocol. All other pages are accessible only through HTTP over SSL(https://). I'm using CDN for home page and very happy with it. ...
4
votes
1answer
98 views

How do I force ScriptManager to serve CDN scripts over SSL

We have a site served on a web farm. The farm is behind an SSL Accellerator which handles the encryption. This means that our IIS servers see all incoming connections as http, even though users all ...

1 2 3 4 5 9