Halaman

 

Khamis, 30 Ogos 2012

BERSAMA KAMI MERAIKAN KEMERDEKAAN NEGARA KITA MALAYSIA YANG KE 55 2012

0 ulasan
MARILAH KITA MERIAHKAN LAGI HARI KEMERDEKAAN KITA YANG KE 55 PADA 31 OGOS 2012,  BERSAMA SOUL-FM MARILAH KITA MENCERIAKAN LAGI DI HARI KEMERDEKAAN NEGARA KITA...
MERDEKA! MERDEKA! MERDEKA!

Read more...

Sabtu, 28 Julai 2012

Pesta Raya








UNDIAN DI AMBIL : PENDENGAR 70% ADMIN DAN DJ BERTUGAS 30%
TAMAT TEMPOH : 1 Ogos HINGGA 14 Ogos 2012

syarat :
1. RAKAMAN BOLEH DI BUAT PELBAGAI CARA
2. PESERTA YANG LAYAK HANYA AHLI WARGA BELAIAN KASIH LUAHAN JIWA/SOUL-FM
3. DJ, ADMIN, STAFF DAN ORANG YANG ADA KAITAN DENGAN PENGURUSAN PERTANDINGAN INI TIDAK DI BENARKAN UNTUK MENYERTAI
4. UMUR TIADA HAD, SEMUA LAYAK UNTUK MENYERTAI PERTANDINGAN
5. SETIAP RAKAMAN HARUS ADA NAMA RADIO SOUL-FM DI AKHIR KATA RAKAMAN
6. PESERTA HANYA BOLEH MENGHANTAR PENYERTAAN HANYA SEKALI SETIAP PERTANDINGAN

#SETIAP SYARAT HARUS DI PATUHI, JIKA ADA PESERTA YANG TELAH MELANGGAR PERATURAN YANG TELAH DI TETAPKAN, SECARA AUTOMATIK PESERTA TERSEBUT AKAN DI SINGKIRKAN, PESERTA YANG TELAH DI SINGKIRKAN AKAN DI UMUMKAN SUPAYA PESERTA TERSEBUT AKAN DAPAT PERBAIKI KESILAPANNYA.

#UNDIAN BOLEH DI DI LIHAT DALAM BLOGGER ATAU HALAMAN YANG KAMI SEDIAKAN.

HADIAH :
TEMPAT PERTAMA RM 100.00
TEMPAT KEDUA     RM   50.00
TEMPAT KETIGA    RM   30.00

Register here









UNDIAN DI AMBIL : PENDENGAR 70% ADMIN DAN DJ BERTUGAS 30%
TAMAT TEMPOH : 1 Ogos HINGGA 14 Ogos 2012

syarat :
1. RAKAMAN BOLEH DI BUAT PELBAGAI CARA
2. PESERTA YANG LAYAK HANYA AHLI WARGA BELAIAN KASIH LUAHAN JIWA/SOUL-FM
3. DJ, ADMIN, STAFF DAN ORANG YANG ADA KAITAN DENGAN PENGURUSAN PERTANDINGAN INI TIDAK DI BENARKAN UNTUK MENYERTAI
4. UMUR TIADA HAD, SEMUA LAYAK UNTUK MENYERTAI PERTANDINGAN
5. SETIAP RAKAMAN HARUS ADA NAMA RADIO SOUL-FM DI AKHIR KATA RAKAMAN
6. PESERTA HANYA BOLEH MENGHANTAR PENYERTAAN HANYA SEKALI SETIAP PERTANDINGAN

#SETIAP SYARAT HARUS DI PATUHI, JIKA ADA PESERTA YANG TELAH MELANGGAR PERATURAN YANG TELAH DI TETAPKAN, SECARA AUTOMATIK PESERTA TERSEBUT AKAN DI SINGKIRKAN, PESERTA YANG TELAH DI SINGKIRKAN AKAN DI UMUMKAN SUPAYA PESERTA TERSEBUT AKAN DAPAT PERBAIKI KESILAPANNYA.

#UNDIAN BOLEH DI DI LIHAT DALAM BLOGGER ATAU HALAMAN YANG KAMI SEDIAKAN.

HADIAH :
TEMPAT PERTAMA RM 30.00
TEMPAT KEDUA     RM  20.00
TEMPAT KETIGA     RM 10.00

Register here

Read more...

Jumaat, 13 Julai 2012

pando networks media booster free download

0 ulasan

You should not need to download Pando Media Booster directly since PMB.exe is installed with the game you are downloading. If you are trying to reinstall PMB.exe to resolve an issue, you can download it from this link: PMB.exe Download

If you see this bug...

example:


please download pando okey... :)

more info click here :)
Read more...

Rabu, 27 Jun 2012

Want to have skin on your facebook?

0 ulasan


Ingin ada skin di facebook anda?
Ingin ada lagu kesukaan anda di facebook anda?
Ingin ada effect di facebook anda?


Here I would like to introduce to you that we have a ways to further beautify your facebook account, look below to see the information we have to be share with you.


You can only put 5 music in your facebook account.

Now FBSkin already have a profile cover.

Now FBSkin already have a button like and Dislike.

Now FBSkin already have a photo hover and zoom.

Now FBSkin already have facebook symbols.




FBSkin have more to say you do not know, let us try in your profile.


To try to please enter sites that we provide here. http://www.fbskins.com/
Read more...

Selasa, 26 Jun 2012

Change Picture when passed Cursor

0 ulasan
Change Picture when passed Cursor





1. Go to your Blogger Dashboard > Design > Page Element > Add a Gadget > HTML/JavaScript

2. Copy the code below and paste it into the Html/Javascript box:
This script has a picture link.
<a href="Target link" target="_blank"><img src="URL gambar pertama" onmouseover="this.src='URL gambar kedua'" onmouseout="this.src='URL gambar pertama'" /></a>
This script does not have a picture link.
<img src="URL gambar pertama" onmouseover="this.src='URL gambar kedua'" onmouseout="this.src='URL gambar pertama'" />

3. You can change here
<a href="http://www.blogger.com/Target%20link" target="_blank"><img onmouseout="this.src='URL gambar pertama'" onmouseover="this.src='URL gambar kedua'" src="URL gambar pertama" /></a>


link color for The first picture we see.
link color for Links will you visit after you press the cursor at this picture.
link color for The pictures will be displayed with different sizes with the first picture you see, you can change size depending on the size of the original picture in the url that you upload.


4. Add a title. Save.



Read more...

Javascript / html hide the chatbox at the side

0 ulasan
Javascript / html hide the chatbox at the side



1. Go to your Blogger Dashboard > Design > Page Element > Add a Gadget > HTML/JavaScript

2. Copy the code below and paste it into the Html/Javascript box:


<style type="text/css">
#gb{
position:fixed;
top:50px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbtab{
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url('http://2.bp.blogspot.com/-hp5hb7Z7Gvk/TmzEhhJZRmI/AAAAAAAAGgo/vmECDANflYw/s320/shoutbox.png') no-repeat;
}
.gbcontent{
float:left;
border:2px solid #666666;
background:#F5F5F5;
padding:10px;
}
</style>
<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script>
<div id="gb">
<div class="gbtab" onclick="showHideGB()"> </div>
<div class="gbcontent">
ADD JAVASCRIPT/HTML CHATROOM/CHATBOX HERE
<div style="text-align:right"><a href="http://tutorialuntukblog.blogspot.com/2011/09/tutorial-sembunyikan-shoutbox-blog.html" target="_blank"><small>tutorial here</small></a>
<a href="javascript:showHideGB()">
[close]
</a>
</div>
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script>



3. You can change here
border:2px solid #666666;
background:#F5F5F5;

(ADD JAVASCRIPT/HTML CHATROOM/CHATBOX HERE) rename this text change with you javascript


Example:
You can change the picture above to change the url in the red link below, you can create the look you like self-image and copy the URL entered into the javascript / html in the place of origin, if there is a problem to create this script please contact me on facebook .

.gbtab{
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url('http://2.bp.blogspot.com/-hp5hb7Z7Gvk/TmzEhhJZRmI/AAAAAAAAGgo/vmECDANflYw/s320/shoutbox.png') no-repeat;
}




4. Add a title. Save.
Read more...

Font rotate around the mouse cursor on blogger

0 ulasan
Font rotate around the mouse cursor on blogger



1. Go to your Blogger Dashboard > Design > Page Element > Add a Gadget > HTML/JavaScript


2. Copy the code below and paste it into the Html/Javascript box:
<style type="text/css">
/* Circle Text Styles */
#outerCircleText {
font-style: normal;
font-weight: normal;
font-family: 'comic sans';
color: #FF0080;
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
</style>
<script type="text/javascript">
;(function(){
var msg = "Perkataan anda di sini";
var size = 24;
var circleY = 0.75; var circleX = 2;
var letter_spacing = 5;
var diameter = 10;
var rotation = 0.4;
var speed = 0.2;
if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
msg = msg.split('');
var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement('div'), oi = document.createElement('div'),
b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,
mouse = function(e){
e = e || window.event;
ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},
makecircle = function(){ // rotation/positioning
if(init.nopy){
o.style.top = (b || document.body).scrollTop + 'px';
o.style.left = (b || document.body).scrollLeft + 'px';
};
currStep -= rotation;
for (var d, i = n; i > -1; --i){ // makes the circle
d = document.getElementById('iemsg' + i).style;
d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
};
},
drag = function(){ // makes the resistance
y[0] = Y[0] += (ymouse - Y[0]) * speed;
x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
for (var i = n; i > 0; --i){
y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
x[i] = X[i] += (x[i-1] - X[i]) * speed;
};
makecircle();
},
init = function(){ // appends message divs, & sets initial values for positioning arrays
if(!isNaN(window.pageYOffset)){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
} else init.nopy = true;
for (var d, i = n; i > -1; --i){
d = document.createElement('div'); d.id = 'iemsg' + i;
d.style.height = d.style.width = a + 'px';
d.appendChild(document.createTextNode(msg[i]));
oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
};
o.appendChild(oi); document.body.appendChild(o);
setInterval(drag, 25);
},
ascroll = function(){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
window.removeEventListener('scroll', ascroll, false);
};
o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
if (window.addEventListener){
window.addEventListener('load', init, false);
document.addEventListener('mouseover', mouse, false);
document.addEventListener('mousemove', mouse, false);
if (/Apple/.test(navigator.vendor))
window.addEventListener('scroll', ascroll, false);
}
else if (window.attachEvent){
window.attachEvent('onload', init);
document.attachEvent('onmousemove', mouse);
};
})();
</script>


3. You can change here
font-family: 'comic sans';
color: #FF0080;

;(function(){
var msg = "Perkataan anda di sini";


example :


4. Add a title. Save.




Read more...

Isnin, 25 Jun 2012

effect rotating the object around the mouse cursor on blogger

0 ulasan
Effect rotating the object around the mouse cursor on blogger



1. Go to your Blogger Dashboard > Design > Page Element > Add a Gadget > HTML/JavaScript


2. Copy the code below and paste it into the Html/Javascript box:
<script language="JavaScript" type="text/javascript">
var xCol = "#FF0000";
var yCol = "#FFFF00";
var zCol = "#0000FF";
var n = 6; //number of dots per trail.
var t = 40; //setTimeout speed.
var s = 0.2; //effect speed.
var r,h,w;
var d = document;
var my = 10;
var mx = 10;
var stp = 0;
var evn = 360/3;
var vx = new Array();
var vy = new Array();
var vz = new Array();
var dy = new Array();
var dx = new Array();
var pix = "px";
var strictmod = ((document.compatMode) &&
document.compatMode.indexOf("CSS") != -1);
var domWw = (typeof window.innerWidth == "number");
var domSy = (typeof window.pageYOffset == "number");
var idx = d.getElementsByTagName('div').length;
for (i = 0; i < n; i++)
{
var dims = (i+1)/2;
d.write('<div id="x'+(idx+i)+'" style="position:absolute;'
+'top:0px;left:0px;width:'+dims+'px;height:'+dims+'px;'
+'background-color:'+xCol+';font-size:'+dims+'px"><\/div>'
+'<div id="y'+(idx+i)+'" style="position:absolute;top:0px;'
+'left:0px;width:'+dims+'px;height:'+dims+'px;'
+'background-color:'+yCol+';font-size:'+dims+'px"><\/div>'
+'<div id="z'+(idx+i)+'" style="position:absolute;top:0px;'
+'left:0px;width:'+dims+'px;height:'+dims+'px;'
+'background-color:'+zCol+';font-size:'+dims+'px"><\/div>');
}
if (domWw) r = window;
else
{
if (d.documentElement &&
typeof d.documentElement.clientWidth == "number" &&
d.documentElement.clientWidth != 0)
r = d.documentElement;
else
{
if (d.body && typeof d.body.clientWidth == "number")
r = d.body;
}
}
function winsize()
{
var oh,sy,ow,sx,rh,rw;
if (domWw)
{
if (d.documentElement && d.defaultView &&
typeof d.defaultView.scrollMaxY == "number")
{
oh = d.documentElement.offsetHeight;
sy = d.defaultView.scrollMaxY;
ow = d.documentElement.offsetWidth;
sx = d.defaultView.scrollMaxX;
rh = oh-sy;
rw = ow-sx;
}
else
{
rh = r.innerHeight;
rw = r.innerWidth;
}
h = rh;
w = rw;
}
else
{
h = r.clientHeight;
w = r.clientWidth;
}
}
function scrl(yx)
{
var y,x;
if (domSy)
{
y = r.pageYOffset;
x = r.pageXOffset;
}
else
{
y = r.scrollTop;
x = r.scrollLeft;
}
return (yx == 0)?y:x;
}
function mouse(e)
{
var msy = (domSy)?window.pageYOffset:0;
if (!e) e = window.event;
if (typeof e.pageY == 'number')
{
my = e.pageY - msy + 16;
mx = e.pageX + 6;
}
else
{
my = e.clientY - msy + 16;
mx = e.clientX + 6;
}
if (my > h-65) my = h-65;
if (mx > w-50) mx = w-50;
}
function assgn()
{
for (j = 0; j < 3; j++)
{
dy[j] = my + 50 * Math.cos(stp+j*evn*Math.PI/180) *
Math.sin((stp+j*25)/2) + scrl(0) + pix;
dx[j] = mx + 50 * Math.sin(stp+j*evn*Math.PI/180) *
Math.sin((stp+j*25)/2) * Math.sin(stp/4) + pix;
}
stp+=s;
for (i = 0; i < n; i++)
{
if (i < n-1)
{
vx[i].top = vx[i+1].top; vx[i].left = vx[i+1].left;
vy[i].top = vy[i+1].top; vy[i].left = vy[i+1].left;
vz[i].top = vz[i+1].top; vz[i].left = vz[i+1].left;
}
else
{
vx[i].top = dy[0]; vx[i].left = dx[0];
vy[i].top = dy[1]; vy[i].left = dx[1];
vz[i].top = dy[2]; vz[i].left = dx[2];
}
}
setTimeout(assgn,t);
}
function init()
{
for (i = 0; i < n; i++)
{
vx[i] = document.getElementById("x"+(idx+i)).style;
vy[i] = document.getElementById("y"+(idx+i)).style;
vz[i] = document.getElementById("z"+(idx+i)).style;
}
winsize();
assgn();
}
if (window.addEventListener)
{
window.addEventListener("resize",winsize,false);
window.addEventListener("load",init,false);
document.addEventListener("mousemove",mouse,false);
}
else
if (window.attachEvent)
{
window.attachEvent("onload",init);
document.attachEvent("onmousemove",mouse);
window.attachEvent("onresize",winsize);
}
</script>




3. You can change here
var xCol = "#FF0000";
var yCol = "#FFFF00";
var zCol = "#0000FF";

4. Add a title. Save.













Read more...

Bubble effect on the mouse cursor on blogger

0 ulasan
Bubble effect on the mouse cursor on blogger



1. Go to your Blogger Dashboard > Design > Page Element > Add a Gadget > HTML/JavaScript

2. Copy the code below and paste it into the Html/Javascript box:


<script type="text/javascript" src="https://sites.google.com/site/unwanted86/javascript/bubblecursor.js"></script><script type="text/javascript">
// <![CDATA[
var colours=new Array("#0066FF", "#0066FF", "#0066FF", "#0066FF", "#0066FF"); // colours for top, right, bottom and left borders and background of bubbles
var bubbles=100; // maximum number of bubbles on screen
/****************************
* JavaScript Bubble Cursor *
* (c) 2010 mf2fm web-design *
* http://www.mf2fm.com/rv *
* DON'T EDIT BELOW THIS BOX *
****************************/
var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var bubb=new Array();
var bubbx=new Array();
var bubby=new Array();
var bubbs=new Array();
window.onload=function() { if (document.getElementById) {
var rats, div;
for (var i=0; i<bubbles; i++) {
rats=createDiv("3px", "3px");
rats.style.visibility="hidden";
div=createDiv("auto", "auto");
rats.appendChild(div);
div=div.style;
div.top="1px";
div.left="0px";
div.bottom="1px";
div.right="0px";
div.borderLeft="1px solid "+colours[3];
div.borderRight="1px solid "+colours[1];
div=createDiv("auto", "auto");
rats.appendChild(div);
div=div.style;
div.top="0px";
div.left="1px";
div.right="1px";
div.bottom="0px"
div.borderTop="1px solid "+colours[0];
div.borderBottom="1px solid "+colours[2];
div=createDiv("auto", "auto");
rats.appendChild(div);
div=div.style;
div.left="1px";
div.right="1px";
div.bottom="1px";
div.top="1px";
div.backgroundColor=colours[4];
div.opacity=0.5;
if (document.all) div.filter="alpha(opacity=50)";
document.body.appendChild(rats);
bubb[i]=rats.style;
}
set_scroll();
set_width();
bubble();
}}
function bubble() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c<bubbles; c++) if (!bubby[c]) {
bubb[c].left=(bubbx[c]=x)+"px";
bubb[c].top=(bubby[c]=y)+"px";
bubb[c].width="3px";
bubb[c].height="3px"
bubb[c].visibility="visible";
bubbs[c]=3;
break;
}
}
for (c=0; c<bubbles; c++) if (bubby[c]) update_bubb(c);
setTimeout("bubble()", 40);
}
function update_bubb(i) {
if (bubby[i]) {
bubby[i]-=bubbs[i]/2+i%2;
bubbx[i]+=(i%5-2)/5;
if (bubby[i]>sdown && bubbx[i]>0) {
if (Math.random()<bubbs[i]/shigh*2 && bubbs[i]++<8) {
bubb[i].width=bubbs[i]+"px";
bubb[i].height=bubbs[i]+"px";
}
bubb[i].top=bubby[i]+"px";
bubb[i].left=bubbx[i]+"px";
}
else {
bubb[i].visibility="hidden";
bubby[i]=0;
return;
}
}
}
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sleft;
x=(e)?e.pageX:event.x+sdown; }
window.onresize=set_width;
function set_width() {
if (document.documentElement && document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (typeof(self.innerHeight)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
else {
swide=800;
shigh=600;
}
}
window.onscroll=set_scroll;
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}
function createDiv(height, width) {
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height;
div.style.width=width;
div.style.overflow="hidden";
return (div);
}
// ]]>
</script>




3. You can change here
var colours=new Array("#0066FF", "#0066FF", "#0066FF", "#0066FF", "#0066FF"); // 

4. Add a title. Save.


Read more...

Snow effect on the mouse cursor on blogger

0 ulasan
Snow effect on the mouse cursor on blogger


1. Go to your Blogger Dashboard > Design > Page Element > Add a Gadget > HTML/JavaScript

2. Copy the code below and paste it into the Html/Javascript box:


<a href=" http://mysoulfm.blogspot.com/ " target="_blank" title="Blogger Widgets"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLyKFO863gdd-YmvYXOLUHHSd4A-4iAPT3phYGYlJ450bgdhffLIJ4WawsdOCGhhdAKvsyo4Yens3TiGFUfYWH_aVfTagJJGN2xtCNteoSFbBF1sjXBA0aAFpv1adgKFQ64xF8YTRF9LM/h120/cursor-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script type="text/javascript">
// <![CDATA[
var colour="black";
var sparkles=100;
var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var tiny=new Array();
var star=new Array();
var starv=new Array();
var starx=new Array();
var stary=new Array();
var tinyx=new Array();
var tinyy=new Array();
var tinyv=new Array();
window.onload=function() { if (document.getElementById) {
var i, rats, rlef, rdow;
for (var i=0; i<sparkles; i++) {
var rats=createDiv(3, 3);
rats.style.visibility="hidden";
document.body.appendChild(tiny[i]=rats);
starv[i]=0;
tinyv[i]=0;
var rats=createDiv(5, 5);
rats.style.backgroundColor="transparent";
rats.style.visibility="hidden";
var rlef=createDiv(1, 5);
var rdow=createDiv(5, 1);
rats.appendChild(rlef);
rats.appendChild(rdow);
rlef.style.top="3px";
rlef.style.left="0px";
rdow.style.top="0px";
rdow.style.left="3px";
document.body.appendChild(star[i]=rats);
}
set_width();
sparkle();
}}
function sparkle() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c<sparkles; c++) if (!starv[c]) {
star[c].style.left=(starx[c]=x)+"px";
star[c].style.top=(stary[c]=y)+"px";
star[c].style.clip="rect(0px, 5px, 5px, 0px)";
star[c].style.visibility="visible";
starv[c]=50;
break;
}
}
for (c=0; c<sparkles; c++) {
if (starv[c]) update_star(c);
if (tinyv[c]) update_tiny(c);
}
setTimeout("sparkle()", 40);
}
function update_star(i) {
if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
if (starv[i]) {
stary[i]+=1+Math.random()*3;
if (stary[i]<shigh+sdown) {
star[i].style.top=stary[i]+"px";
starx[i]+=(i%5-2)/5;
star[i].style.left=starx[i]+"px";
}
else {
star[i].style.visibility="hidden";
starv[i]=0;
return;
}
}
else {
tinyv[i]=50;
tiny[i].style.top=(tinyy[i]=stary[i])+"px";
tiny[i].style.left=(tinyx[i]=starx[i])+"px";
tiny[i].style.width="2px";
tiny[i].style.height="2px";
star[i].style.visibility="hidden";
tiny[i].style.visibility="visible"
}
}
function update_tiny(i) {
if (--tinyv[i]==25) {
tiny[i].style.width="1px";
tiny[i].style.height="1px";
}
if (tinyv[i]) {
tinyy[i]+=1+Math.random()*3;
if (tinyy[i]<shigh+sdown) {
tiny[i].style.top=tinyy[i]+"px";
tinyx[i]+=(i%5-2)/5;
tiny[i].style.left=tinyx[i]+"px";
}
else {
tiny[i].style.visibility="hidden";
tinyv[i]=0;
return;
}
}
else tiny[i].style.visibility="hidden";
}
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sdown;
x=(e)?e.pageX:event.x+sleft;
}
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}
window.onresize=set_width;
function set_width() {
if (typeof(self.innerWidth)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.documentElement && document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
}
function createDiv(height, width) {
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height+"px";
div.style.width=width+"px";
div.style.overflow="hidden";
div.style.backgroundColor=colour;
return (div);
}
// ]]>
</script>
3. You can change here
var colour="black";

4. Add a title. Save.

Blogger Widgets
Read more...

Add Music Background on Bloger

0 ulasan
Add Music Background on Bloger

Apabila anda sudah selesai meletakkan script java ini secara automatik ia akan memainkan music yang anda pilih, lagu yang akan di mainkan tidak boleh di hentikan, anda perlu menunggu lagu ini sehingga selesai di mainkan, sebarang pertanyaan anda boleh mencari saya di facebook, Selamat mencuba.





1. Go to your Blogger Dashboard > Design > Page Element > Add a Gadget > HTML/JavaScript

2. Copy the code below and paste it into the Html/Javascript box:

<br /> <embed style="width:1px; height:1px; visibility:hidden" autostart="true" loop="true" volume="100%" src="http://learnsongs.ru/songs/BoneyM_jingle_bells.mp3"/></embed>

3. To change your own song please change this url http://learnsongs.ru/songs/BoneyM_jingle_bells.mp3 to the song url that you are interested.

4. Add a title. Save.
Read more...

Jumaat, 22 Jun 2012

Add Cursors for my blogger

0 ulasan

Cursors untuk anda yang kami cadangkan, jika anda inginkan yang lebih menarik ada di dalam  http://www.cursors-4u.com semoga anda dapat mencari cursor yang anda minat...


Most viewed :
<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-1/cur1.ani), url(http://cur.cursors-4u.net/cursors/cur-1/cur1.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2005/04/21/cur1-11.html" target="_blank" title="Electricity Lightning"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Electricity Lightning" style="position:absolute; top: 0px; right: 0px;" /></a>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-3/cur204.ani), url(http://cur.cursors-4u.net/cursors/cur-3/cur204.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2009/04/22/flaming-arrow.html" target="_blank" title="Flaming Arrow"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Flaming Arrow" style="position:absolute; top: 0px; right: 0px;" /></a>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-3/cur205.ani), url(http://cur.cursors-4u.net/cursors/cur-3/cur205.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2009/04/22/flaming-arrow-glitter-purple.html" target="_blank" title="Flaming Arrow Glitter Purple"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Flaming Arrow Glitter Purple" style="position:absolute; top: 0px; right: 0px;" /></a>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/nature/nat-10/nat915.ani), url(http://cur.cursors-4u.net/nature/nat-10/nat915.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2011/04/19/robot-unicorn.html" target="_blank" title="Robot Unicorn"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Robot Unicorn" style="position:absolute; top: 0px; right: 0px;" /></a>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym501.ani), url(http://cur.cursors-4u.net/symbols/sym-6/sym501.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2010/04/17/animated-sparkly-love-heart.html" target="_blank" title="Animated  Sparkly Love Heart"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Animated  Sparkly Love Heart" style="position:absolute; top: 0px; right: 0px;" /></a>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/games/gam-10/gam987.ani), url(http://cur.cursors-4u.net/games/gam-10/gam987.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2009/06/02/animated-dragonica-star-glove-pointer.html" target="_blank" title="Animated Dragonica Star Glove Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Animated Dragonica Star Glove Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/nature/nat-4/nat322.ani), url(http://cur.cursors-4u.net/nature/nat-4/nat322.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2008/11/21/cute-blue-fying-butterfly.html" target="_blank" title="Cute Blue Flying Butterfly"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Cute Blue Flying Butterfly" style="position:absolute; top: 0px; right: 0px;" /></a>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-3/cur221.ani), url(http://cur.cursors-4u.net/cursors/cur-3/cur221.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2009/04/22/cool-pink-pointer-glitter.html" target="_blank" title="Cool Pink Pointer Glitter"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Cool Pink Pointer Glitter" style="position:absolute; top: 0px; right: 0px;" /></a>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/special/spe-3/spe300.ani), url(http://cur.cursors-4u.net/special/spe-3/spe300.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2011/02/18/cute-bow-tie-hearts-blinking-pink-pointer.html" target="_blank" title="Cute Bow Tie Hearts Blinking Pink Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Cute Bow Tie Hearts Blinking Pink Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/user/use-1/use174.ani), url(http://cur.cursors-4u.net/user/use-1/use174.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2011/02/06/animated-sonic.html" target="_blank" title="Animated Sonic"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Animated Sonic" style="position:absolute; top: 0px; right: 0px;" /></a>
Jika anda mahu lebih banyak lagi sila kunjungi laman ini
Read more...

Recent Posts with Thumbnails Widget for Blogger

0 ulasan




1. Go to your Blogger Dashboard > Design > Page Element > Add a Gadget >HTML/JavaScript

2. Copy the code below and paste it into the Html/Javascript box:

<div class="eggTray">
<script src="https://sites.google.com/site/projectdigitaltomato/blogger/js/listbadge.js">
{"pipe_id":"1a6640e2a78b2c6e736f2220529daae5","_btype":"list",
"pipe_params":{"URL":"http://YourOwnB1og.blogspot.com/feeds/posts/default"},
"hideHeader":"false","height":"500","count": 8 }
</script>
<div class="ycdr" style="font-family: arial, sans-serif; font-size: 9px;">
<a href="http://www.madtomatoe.com/recent-posts-widget-with-thumbnails-for-blogger/" target="_blank" title="Grab this widget">Recent Posts Thumbnails</a> <a href="http://www.madtomatoe.com/" target="_blank">Blogger Widget</a></div>
<noscript>Your browser does not support JavaScript!</noscript></div>
<style type="text/css">
.eggTray {margin:10px 0px;padding:0px;}
.ybr li  {border-bottom:0px #cccccc dotted; padding:0px 0px 10px 0px!important;}
.ycdr {background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiN4HE38lHdloAIF90_jsk_DTM3yEJtapAE5PHz5s4eYWeJ6JasVf5vZBCLCNencfr1L__g5b_aPqXmY_O87AUuepFgdxuG8CK-LzLXCHMOxYqi9xr19hqidfPBALAARRJQgEAOyImDhW5T/s400/blgo.png) 0px 0px no-repeat; padding: 1px 0px 0px 19px; height:14px; margin: 4px 0px 0px 0px;line-height:14px;}
.ycdr, .ycdr a {color:#999999;}
.widget .popular-posts ul {padding-left:0;}
</style>

3. In the code, look for the line…

{“URL”:”http://YourOwnB1og.blogspot.com/feeds/comments/default…

…and replace the blog address with your own blog address

For custom domains, add your blog address like this…

4. Add a title. Save.

Optional settings:


How to change the number of posts
By default, this widget is set to display a maximum of 8 recent posts. To change this number, edit line #4 in the code (refer to the code above for the line number) and replace the number 8 with the number of posts desired:

{“URL”:”http://YourOwnB1og.blogspot.com/feeds/posts/default”},”height”:”500″,”count”: 8 }

How to remove the scroll bar
To disable the scroll bar, edit line #4 and remove the number 500:

{“URL”:”http://YourOwnB1og.blogspot.com/feeds/posts/default”},”height”:”500“,”count”: 8 }
Read more...

Carta Music Top 5 Soul-FM

Related Posts Plugin for WordPress, Blogger...