Blogger tweaks or even adding a new widget to blogger template constantly require the use of JavaScript and CSS for customization. Hosting a JavaScript and CSS proven to be better practices than installing it directly to the HTML. This way, the load time will be more faster and more cleaner HTML template.

One of the free option to host a files is by using Google Code. Google Code runs a Project Hosting service that provides revision control offering Subversion, Mercurial and Git, an issue tracker, a wiki for documentation, and a file download feature [Wiki]. This means, with the 200MB file limit, you can upload any file - JavaScript, Image, Video, CSS, Documents etc with no restriction.


Before we go further, you must know that Google Code Project Hosting is a shared hosting rather than regular web hosting services. So all projects hosted on Google Code are Open Source, and are available for anyone to view or download.

Various licenses are used for the files served by Project Hosting including GNU General Public License (GPL), MIT License etc.

How To Host Your Files On Google Code

Step 1 : Go to Google Code Project Hosting and fill the required fields. Choose License as MIT License and Version Control System as Mercurial and press Create Project. [More on how to choose a Version Control System here]


Step 2 : Go to Downloads tabs and then click the New download button.

Step 3 : Now fill all the necessary field and select the file you want to upload and click the Submit file button.


If you're hosting a JavaScript file and want to get the source url, just click on on the files listed..


Now, right click the link highlighted in red and copy the source link..


Lastly, if you wanna make a change, make a new download or delete files, just go to Google Code homepage and click the My favorites link on the top-right corner and select your projects.

Go0d Luck..



You may also like this [...]
Fellow Readers