Browse > Home / / Another ways to upload javascript


Another ways to upload javascript

3 comments
Thursday, June 25, 2009 Posted by One-4-All

JavaScript is a scripting language used to enable programmatic access to objects within other applications. It is primarily used in the form of client-side JavaScript for the development of dynamic websites. JavaScript is a dialect of the ECMAScript standard and is characterized as a dynamic, weakly typed, prototype-based language with first-class functions (ref. wikipedia). Javascript can make our blog have a good look and more attractive. I used it in another blog (tipsandcara). To use javascript, we must upload it to web. I have been using a free webhosting, like ripway or hotlinkfiles. But, someday my blog have a bad conditions. My javascript doesn't work. Why it's can be happened? and the answer is my javascript files was deleted, have reach bandwith, or something else. It's a risks if we use a free hosting. But we can upload the script into our template (blogger template) with use a little trick.
When you want insert javascript code into blogger template use this style.

<script type='text/javascript'>
//<![CDATA[
Javascript code
//]]>
</script>



And then put that code between this code ]]></b:skin> and </head>

Like this one.
]]></b:skin>
<script type='text/javascript'>
//<![CDATA[
Javascript code
//]]>
</head>


Hopefully that way can solve our problem.

Best Regard
One-4-All

3 comments:

Imoel on July 3, 2009 at 10:13 PM said...

good article...
thank's so much..

Meryl (proud pinay) on July 12, 2009 at 1:54 PM said...

thanks for sharing the code. great article

PLACES, PEOPLE EVENTS, GOOD FOOD AND MY LIFE- mymeryl.com

Sjboy on July 17, 2009 at 9:40 PM said...

The best tricks bro, thanks

Post a Comment