Saturday, April 2, 2011

Firefox Securities Whirling At First Blog Opened

Firefox Securities Whirling in circles When First Opened Blog


R
elative demand my friends to share the tricks to create the effect of shrinking and rotating firefox when the blog opened, so this time I will share tricks "to make firefox swirling effect when the blog was opened", the effect of spin current firefox opened this blog I get when do blog walking on blog Dedy.

This effect will give the impression or effect of shrinking and turning firefox blog when first opened or when the blog in a state of loading. Indeed, this effect is quite long, but do not worry our blog visitors to leave our blog since the beginning of a long effect, because the effect of turning the blog opened firefox when this took place when loading the blog in a state, so when the effect of rotating firefox quit and return to the position or size initially, our blog has appeared in a state ready to read (if the internet speed are not susceptible to interference or slowly).

Firefox spinning effect also gives the impression of a welcome for the visitors blog, because it rotates firefox effect is also very suitable mounted on each blog, besides giving the impression of a welcome, this effect is also giving impression on the visitors that visited your blog is beautiful blog , dynamic, and not boring.

Well, maybe all my friends could not wait and already quite understand what I mean, if not understand, for awhile and see how they affect your blog and hopefully fit into my blog subscribers, and for those who already understand, please follow the way following:

1. Make sure you log in with your blogger account.

2. Click Layout

3. Click Edit HTML

4. Copy and Paste the following script code just above the code <head>
This is the code:

<script>
//<![CDATA[
window.scrollBy(0,0)
window.resizeTo(0,0)
window.moveTo(0,0)
//setInterval("move()",10);
setTimeout("move()", 1);
var mxm=100000
var mym=100000
var mx=100000
var my=100000
var sv=70
var status=1
var szx=0
var szy=0
var c=25
var n=0
var sm=10
var cycle=2
var done=2
function move()
{
if (status == 1)
{
mxm=mxm/1.01
mym=mym/1.01
mx=mx+mxm
my=my-mym
mxm=mxm+(500-mx)/5
mym=mym-(400-my)/5
window.moveTo(mx,my)
rmxm=Math.round(mxm/1)
rmym=Math.round(mym/2)
if (rmxm == 0)
{
if (rmym == 0)
{
status=2
}
}
}
if (status == 2)
{
sv=sv/1.1
scrratio=1+1/3
mx=mx-sv*scrratio/2
my=my-sv/2
szx=szx+sv*scrratio
szy=szy+sv
window.moveTo(mx,my)
window.resizeTo(szx,szy)
if (sv < 0.1)
{
status=3
}
}
if (status == 3)
{
document.fgColor=0xffffFF
c=c-16
if (c<0)
{status=8}
}
if (status == 4)
{
c=c+16
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c > 239)
{status=5}
}
if (status == 5)
{
c=c-16
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c < 0)
{
status=6
cycle=cycle-1
if (cycle > 0)
{
if (done == 1)
{status=7}
else
{status=4}
}
}
}
if (status == 6)
{
document.title = "Cljck"
alert("Cljck")
cycle=2
status=4
done=1
}
if (status == 7)
{
c=c+4
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c > 128)
{status=8}
}
if (status == 8)
{
window.moveTo(0,0)
sx=screen.availWidth
sy=screen.availHeight
window.resizeTo(sx,sy)
status=9
}
var timer=setTimeout("move()",0)
}
//]]>
</script>

5. Save

And please see the effects that occur in your firefox when you opened your blog. Good luck:))

Firefox Securities Whirling At First Blog Opened

0 Comment:

Post a Comment