So guys, the winter season is almost here and let’s do something special for this season. As a blogger the best thing we can do is to add the snow effect in our blog or website by using simple javascript. This snow effect is used to create a special effect for your blog/website which looks like snow(not actually :P , just some white dots)  is falling from top to bottom on your web page.

FEATURES:

  • Light weight, doesn’t makes a page heavy.
  • Easy to implement.
  • Easy to remove.
  • Looks good and temporarily changes the looks of your blog/website.

EXAMPLE BLOG:

Check out this blog where we have implemented the “Snow Effect” code.

CODE:

Copy the code given below,

<script src=”http://snow-effect.googlecode.com/files/snow.js” type=”text/javascript”>
</script>

IMPLEMENTATION(for blogger blogs):

To use the above code in your blogger blog, go to:

Dashboard>>Layout>>Add a Gadget>>HTML/Javascript

html_logo

Paste the JavaScript there and you are all done, just go to your homepage and see the changes ;)

JavaScript Source: google code.