I saw on jQuery UI site such line in source code:

<script src="http://jquery-ui.googlecode.com/svn/tags/latest/external/jquery.bgiframe-2.1.2.js" type="text/javascript"></script>

Looks like they host there static files on google servers to save their server resources.

It's very interesting. I haven't found usefull descriptions from googlecode.com.

So, is it possible for me to do the same with my site static files fo free?

link|improve this question

78% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Just upload your files to a Google Code repository and you'll be able to find a direct link to the raw files.

link|improve this answer
So it means yes? And could anyone except me delete them from there? – Vitali Ponomar Nov 28 '11 at 17:55
google's servers faster – Vitali Ponomar Nov 28 '11 at 17:56
Only users with commit access to the repository would be able to make any changes. – Matt Ball Nov 28 '11 at 17:59
And will I give them such rights? – Vitali Ponomar Nov 28 '11 at 18:01
As the project owner, yes, you can control other owners, committers, and contributors using the admin interface. Perhaps you should just peruse the docs: code.google.com/p/support – Matt Ball Nov 28 '11 at 18:04
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.