Skip to main content

Use Java Scripts in Blogger Without Bandwidth Limitation

This post explains how to host javascript(.js) files in blogger itself without considering the bandwidth and amount.
"How to host Javascript files for Free with unlimited bandwidth ?" is one of the most frequently asked questions in the blogger community.
There are tons of hosting providers out there who can help you host your .js files for Free, but all have some bandwidth limitations and also they are not very reliable.

Google sites can be used to host your javascipt files for free in your blog, but the problem is even google sites have bandwidth limitations. So, if the bandwidth exceeds at a particular moment, the javascript files don't load which results in complete template mess up.

Here is a simple trick to avoid the mess:

1. Just do not upload your java script files to any hosting providers.  Collect or write your java script that you want to use. If you have java scripts in you blog but do not know where are they in your template then Log into your blogger account and go to Design>Edit HTML and check Expand Template Widgets. And search for  ‘text/javascript’. Then copy the url of the script where it is hosted and copy them into your browser and download them.

2. Open the script with Wordpad (not notepad) and copy that code.

3. Paste the code in your blogger template just where you want to use the script like this:

<script type='text/javascript'>
//<![CDATA[
PASTE THE JAVASCRIPT CODE HERE
//]]>
</script>


4. If you want to use more than one template then just repeat the steps from 1 to 3.
5. Finally save template.

Advantages:
» No limitations on file size
» No limitations on bandwidth
» Loading page very quickly as files are stored within blogger itself

Popular posts from this blog

Minecraft - Pocket Edition - $4.91 game for free

Mine Craft, a widely known game name worldwide. It is one of the most favorite games in the world. This game is now available for android mobile. Mine craft - pocket edition is all about building and surviving. This game is mostly created based on graphical blocks.  Google play store has this game up for $4.91. ETT is giving away the game absolutely for free. Download Minecraft - Pocket Edition from the bellow link. Minecraft - Pocket Edition

Download Apple Mac Theme for Windows

Most of the computer users in the world use clone PCs other than apple mac. So none of them gets the feeling of using an apple mac operating system. There is no easy way to use apple mac OS in the general clone PCs, but the user interface can be made like apple just by using this apple mac theme. This apple mac theme is very easy to install and use.  It can be installed normally.

How to create Windows 10 ISO from current installation

Microsoft Windows 10 is the most popular & need to use operating system these days. For both official and personal purposes. Each time you install a fresh windows 10 you have to install a bunch of required software. What if we could avoid that by making an ISO installation file of our own along with all of our required software already installed in it! Yup! For those who are looking for these options, this tutorial is for them. Let's find out how to create an installation media (ISO file) of Windows 10 from the current installation. To create an ISO file from the currently running Windows 10, you have to follow the below steps. 1. Download Microsoft's media creation tool. 2. Choose  Create installation media (USB flash drive, DVD, or ISO) for another PC  and hit Next . 3. Choose your preferred version of windows, architecture (32/64/amd), and language. Hit Next . 4. Choose ISO and hit Next  to start the ISO creation process. 5. Once complete, you will have an ISO ima...