12.31.2011

Making Snow Drop on Your site

Making snow effect on the blog. I wanted to share to other bloggers in particular who have a template with a background or base color is black like mine. Will look more attractive again of course if balanced with white, and white color comes from the effects of snowfall.

Although more snow season or not. We still can not make snow on our blog. Indeed, here there is no snow, still we can also make snow on our blog. How do you get snow on our blog?

How to Make Snow at Blog
1. Log in to Blogger.
2. On the Dashboard page, we select Layout.
3. Then select Page Element
4. Add Gadget n choose HTML/Javascript
5. Copy-paste one of script below with choose one snow color
White

<script type="text/javascript" src="https://sites.google.com/site/unwanted86/javascript/snowwhite.js"></script>


purple

<script type="text/javascript" src="https://sites.google.com/site/unwanted86/javascript/snowpurple.js"></script>


Black

<script type="text/javascript" src="https://sites.google.com/site/unwanted86/javascript/snowblack.js"></script>


Blue

<script type="text/javascript" src="https://sites.google.com/site/unwanted86/javascript/snowblue.js"></script>


Red

<script type="text/javascript" src="https://sites.google.com/site/unwanted86/javascript/snowred.js"></script>

6. Save & finish
continue reading 2 comments

12.29.2011

Make running text

the following steps create running text!!

hai guys,,u can make the teks runs on your blog with a very simple way. U can make running teks with marquee. So, what's marquee? Do u know? Marquee is the HTML script used to make running teks. This feature is widely used by blogger for attracting visitors to what is offer on the blog. To the point :


  • Marquee 1.0, a standard marquee that displayed text runs from right to left. The script below !

<marquee>Your Text</marquee>

  • Marquee 1.0.1, marquee is the development of 1.0, if you point the mouse on the text stops running text. The script below!

<marquee onmouseover="this.stop()" onmouseout="this.start()">
Your Text</marquee>

  • Marquee 1.0.2,the text runs from left to right. The script below!

<marquee direction="right">Your Text</marquee>

  • Marquee 2.0, Marquee is job back and fort from invisible box space. The script below!

<marquee behavior="alternate">Your Text</marquee>

  • Marquee 2.0.1,marquee is the development of the marquee before with teaser scrollammount he became very aggresive. The script below!
<marquee behavior="alternate" scrollammount="18">
Your Text</marquee>

  • Marquee 2.0.2, marquee is the development of 2.0 with touch of on mouse over stop and mouse out start, like marquee 1.0.1. If you point the mouse on the text then he will stop

<marquee behavior="alternate" onmouseover="this.stop()"
onmouseout="this.start()">Your Text</marquee>

  • Marquee 3.0, is the marquee climbing, so we see the text direction was upward. If you have a lot of text, then marquee is the right choice

<marquee direction="up">Your Text</marquee>

  • Marquee 3.0.1, is the development of previous marquee that has no space limit. We limited the space has a height 100 only. Likewise with his ability scrollammount we slowed. And we add on mouse stop/ start as well. This script below!

<marquee direction="up" onmouseover="this.stop()" width="100%"
scrollammount="2" onmouseout="this.start()" height="100">
Your Text</marquee>

  • Marquee 3.0.2, was the development of the marquee before, olny the text in the middle of room naked. The script below !

<marquee direction="up" width="100%" scrollammount="2" height="100"
align="center">Your Text</marquee>

  • Marquee 3.0.3, is the development also in the opposite direction from the previous marquee, marquee was delighted to walk down. So that the resulting text runs from top bottom. Ability scrollammount its limit so that we can't look aggresive with a small naked space. Please slow down your own. The script below!

<marquee direction="down" width="100%" height="100">Your Text</marquee>
click here to indonesian language

Good Luck & may be useful
continue reading 0 comments

Copyright © Learning Blog 2010

Template By Nano Yulianto