Select Blogs: Indonesian Flag Alcosmic alrevis Alrevis
Showing posts with label hosting. Show all posts
Showing posts with label hosting. Show all posts

Thursday, November 5, 2009

Use Blogger to Host Your Images - Unlimited Bandwidth

Several days ago I had explained how to hosting javascript in blogger with unlimited bandwidth, So now I will explain how to host image on blogspot with unlimited bandwidth of course :)

And of course this is a distinct advantage for those who like to use image on their blogger template, beside do not have to worry about running out of bandwidth, loading blogs will also be faster because the images hosted on blogger body immediately!

Here are the steps:
1. SIGN IN to Blogger.com, and enter Dashboard » New Entry!
2. In a post template select upload pictures , the you upload the picture you want to use!

3. If the picture is complete upload and then click Preview! Then right click on the image and select Copy Image Location in Firefox (Other browsers follow)!

Suppose you get a picture like this Location:

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdEAE6_l8OvH1xaLROQtD0HsnuDJNRMOsiuO9yxDu_8J5BVUiJ_a5sEN3qfHnewU3ZJz-QVnXGEE9YzrglJwfx5o-qe8E2xkqa7uPlJznaRRVzEQ3JzdGxkO7ewCkM_-XgQFFi0XQ8eu-0/s1600/2008-05-28_124414.jpg

4. Now you can use the location of the image as you wish!

Note:
To post you use to upload images so you can save posts as drafts and never published!

Wednesday, October 28, 2009

How to Host JavaScript on Blogger with Unlimited Bandwidth

You are bored with free hosting such as geocities, ripway, mydatanest, and other free hosting because they have a limited bandwidth? Then why you don't host your files directly in Blogger, especialy file type like javascript!

Normally to use javascript in blogger you must use tags like this <script src="Your File Location" type="text/javascript"></script> which means your files are hosted by using third-party services that have limit in bandwidth :( Since there was a problem like that then I am going to explain you how to host the javascript file directly in blogger with Unlimited Bandwidth!

Here are the steps:
1. Copy the entire script in your javascript file and paste in a text editor program, such as WordPad or Notepad.
2. Make a tag like this on your blog template if you want to host the javascript file, where is this tag will paste is depend in your needs!

<script type='text/javascript'>

//<![CDATA[

PASTE YOUR JAVASCRIPT CODE HERE

//]]>

</script>

Copy the javascript code before that you have saved as a text editor program and then paste in the text PASTE YOUR JAVASCRIPT CODE HERE!

3. Save!

Congratulations you have successfully host your javascript file in your own blog!

For example you can see its use in my previous post about how to display related articles, You can understand it by yourself :)

Benefits of this trick:
» No file size limitations
» No bandwith limitations
» Super fast page loading (coz files are stored in blogger itself)

Like the trick ? comment.. :)