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
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:
good article...
thank's so much..
thanks for sharing the code. great article
PLACES, PEOPLE EVENTS, GOOD FOOD AND MY LIFE- mymeryl.com
The best tricks bro, thanks
Post a Comment