Kamis, 07 Agustus 2008

lyrics five minutes

Lirik Lagu Five Minutes - Salah apa

Yang terindah hanya bisa ku kenang

Saat kau dan aku.. terbalut cinta…

Yang terlihat kau tak seperti biasa

Mungkin tlah terluka.. mengganti diriku

Semua yang tlah ku lakukan

Tuk membuatmu slalu mencintai aku

Apa yang tlah ku berikan, tak sanggup lagi

Buatmu tetap milikku

Salah apa kamu membenciku

Salah apa kau meninggalkanku

Andai ku tahu kau tak inginkan aku…

Yang terlihat kau tak seperti biasa

Mungkin tlah temukan.. pengganti diriku

Apa yang tlah ku berikan, tak sanggup lagi

Buatmu tetap milikku

Salah apa kamu membenciku

Salah apa kau meninggalkanku

Andai ku tahu kau tak inginkan aku… [2x]

Lirik Lagu Five Minutes - Salah apa
-------
Script ini hanya jalan di Internet Explorer
-------

contoh buka: http://www.ilmuwebsite.com/javascript/javascript-matrix.htm

<html>
<head>
</head>
<body bgcolor="#000000">
<STYLE type=text/css>#supertext {
    LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px
}
</STYLE>

<SCRIPT language=JavaScript1.2>

//Configure the below three variables

//1) Set message to display (HTML accepted)
var thecontent='<h2><font face="Courier New" font size="5" color="#00FF00">ilmuwebsite.com - Webmaster Resource</font></h2>'
//2) Set delay after which message should be hidden, in miliseconds ('' makes it incessantly visible on the screen)
var hidetimer='';
//3) Set speed of animation (1-50), where larger is faster
var BallSpeed = 20;



///NO NEED TO EDIT BELOW THIS LINE///////////

var contentWidth;
var contentHeight;
var maxBallSpeed = 50;


var xMax;
var yMax;
var xPos = 0;
var yPos = 0;
var xDir = 'right';
var yDir = 'down';
var superballRunning = true;
var tempBallSpeed;
var currentBallSrc;
var newXDir;
var newYDir;

function initializeBall() {
   if (document.all) {
      xMax = document.body.clientWidth
      yMax = document.body.clientHeight
      document.all("supertext").style.visibility = "visible";
      contentWidth=supertext.offsetWidth
      contentHeight=supertext.offsetHeight
      }
   else if (document.layers) {
      xMax = window.innerWidth;
      yMax = window.innerHeight;
      contentWidth=document.supertext.document.width
      contentHeight=document.supertext.document.height
      document.layers["supertext"].visibility = "show";
      }
   setTimeout('moveBall()',400);
   if (hidetimer!='')
   setTimeout("hidetext()",hidetimer)
   }

function moveBall() {
   if (superballRunning == true) {
      calculatePosition();
      if (document.all) {
         document.all("supertext").style.left = xPos + document.body.scrollLeft;
         document.all("supertext").style.top = yPos + document.body.scrollTop;
         }
      else if (document.layers) {
         document.layers["supertext"].left = xPos + pageXOffset;
         document.layers["supertext"].top = yPos + pageYOffset;
         }
      animatetext=setTimeout('moveBall()',20);
      }
   }

function calculatePosition() {
   if (xDir == "right") {
      if (xPos > (xMax - contentWidth - BallSpeed)) {
         xDir = "left";
         }
      }
   else if (xDir == "left") {
      if (xPos < (0 + BallSpeed)) {
         xDir = "right";
         }
      }
   if (yDir == "down") {
      if (yPos > (yMax - contentHeight - BallSpeed)) {
         yDir = "up";
         }
      }
   else if (yDir == "up") {
      if (yPos < (0 + BallSpeed)) {
         yDir = "down";
         }
      }
   if (xDir == "right") {
      xPos = xPos + BallSpeed;
      }
   else if (xDir == "left") {
      xPos = xPos - BallSpeed;
      }
   else {
      xPos = xPos;
      }
   if (yDir == "down") {
      yPos = yPos + BallSpeed;
      }
   else if (yDir == "up") {
      yPos = yPos - BallSpeed;
      }
   else {
      yPos = yPos;
      }
   }

function hidetext(){
if (document.all)
supertext.style.visibility="hidden"
else if (document.layers)
document.supertext.visibility="hide"
clearTimeout(animatetext)
}

if (document.all||document.layers){
document.write('<span id="supertext"><nobr>'+thecontent+'</nobr></span>')
window.onload = initializeBall;
window.onresize = new Function("window.location.reload()");
}

</SCRIPT>

<SCRIPT language=JavaScript>

if (document.all){

Cols=22;

Cl=18; //Peþpeþe geliþ mesafeleri!

Cs=110; //Sayfaya enine yayýlýþ mesafeleri!

Ts=12; //Rakamlarýn büyüklükleri!

Tc='#00FF00';//Renk

Tc1='#00FF00';//Renk1

MnS=22; //Akýþ hýzlarý!

MxS=50; //Akýþ hýzlarý!

I=Cs;

Sp=new Array();S=new Array();Y=new Array();

C=new Array();M=new Array();B=new Array();

RC=new Array();E=new Array();Tcc=new Array(0,1,7,9,3,2);

document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>");

document.write("<div style='position:relative'>");

for(i=0; i < Cols; i++){

S[i]=I+=Cs;

document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"

+Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>");

}

document.write("</div></div>");

for(j=0; j < Cols; j++){

RC[j]=1+Math.round(Math.random()*Cl);

Y[j]=0;

Sp[j]=Math.round(MnS+Math.random()*MxS);

for(i=0; i < RC[j]; i++){

B[i]='';

C[i]=Math.round(Math.random()*1)+' ';

M[j]=B[0]+=C[i];

}

}

function Cycle(){

Container.style.top=window.document.body.scrollTop;

for (i=0; i < Cols; i++){

var r = Math.floor(Math.random()*Tcc.length);

E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>';

Y[i]+=Sp[i];

if (Y[i] > window.document.body.clientHeight){

for(i2=0; i2 < Cols; i2++){

RC[i2]=1+Math.round(Math.random()*Cl);

for(i3=0; i3 < RC[i2]; i3++){

B[i3]='';

C[i3]=Math.round(Math.random()*1)+' ';

C[Math.floor(Math.random()*i2)]=' '+' ';

M[i]=B[0]+=C[i3];

Y[i]=-Ts*M[i].length/1.5;

A[i].style.visibility='visible';

}

Sp[i]=Math.round(MnS+Math.random()*MxS);

}

}

A[i].style.top=Y[i];

A[i].innerHTML=M[i]+' '+E[i]+' ';

}

setTimeout('Cycle()',20)

}

Cycle();

}

</SCRIPT>
</body>
</html>

Sumber dari situs Ilmu Website dalam kategori javascript dengan judul Tulisan Matrix

Senin, 21 Juli 2008

five-click

fivers






Ricky FM

NAMA : RICKY FM
POSISI : KEYBOARD
TTL : BANDUNG 4 NOVEMBER 1974
HOBI : MUSIK,MOTOSPORT,GAME DLL
MUSIK FAVE : ALL KIND OF MUSIC
MAKANAN FAVE : BUBUR AYAM,SOP BUNTUT GORENG,NASI GORENG IKAN ASIN..DLL
MINUMAN FAVE : ICE TEA

Richie FM

POSISI : VOKAL
TTL : BANDUNG 18 MEI 1983
HOBI : EXTREME SPORT
MUSIK FAVORIT: ROCK 'N SOUL
WARNA FAVORIT: MERAH HITAM
MAKANAN FAVORIT: JAPANESE FOOD

Drie FM

POSISI : BASS PLAYER
TTL : BANDUNG, 27 JANUARI 1974
HOBI : MAIN PS, FUTSAL, NONTON (DVD, TV, DLL)
MUSIK FAVE : ROCK, FUNKY, JAZZ FUSION
MUSISI FAVE: RED HOT CHILLI PEPPERS, INCUBUS, STING, LEVEL 42, CASIOPEA
MINUMAN FAVE: SEGALA JENIS KOPI



POSISI : GUITAR
TTL : BANDUNG, 20 JANUARI 1980
HOBBY : MAIN PS,SEPAKBOLA,NONTON
MUSIK FAVE : YG ADA UNSUR ROCKNYA
MUSISI FAVE : NUNO BETTENCOURTH,ROLLING STONES,JHON 5
MAKANAN & MINUNMAN FAVE : SEMUA YG ENAK DAN HALAL



pertama mengenal alat musik langsung pd gitar,waktu melihat slash di v.klipnya november rain...juara...setelah itu langsung belajar & belajar sama siapa pun yg saya anggap bagus,sampai sekarang saya masih suka belajar,sejak masih di smu saya sering mengikuti festival band di bandung,dan setelah lulus saya langsung terjun didunia musik secara profesional,langkah awal bermain di cafe2,kemudian menjdi band pengiring penyanyi solo seperti andien selama 1 tahun,membentuk band bersama aria juga di gigs mengeluarkan album b.a.d.s tahun 2002,menjadi additional untuk pengisian di album penyanyi solo album agnes monica,shanty,mayang sari,etc..album soundtrack andai ia tahu tahun 2003,setelah itu saya bertemu dengan ricky fm,kemudian menawarkan untuk menjadi gitaris five minutes,saya langsung bersedia banget,kemudian membuat album yg berjudul rockmantic..semoga solid dan sukses amiiiiiiiiinn !!!!!


FIVE MINUTES PERSONIL

Ricky FM

Richie

Drie Warnanta

Roelhilman

Aria Yudhistira

Aria FM

POSISI : DRUMMER
TTL : BANDUNG, 09 MEI 1981
HOBI : TRAVELING
MUSIK FAVE : ALL KIND OF MUSIC
MAKANAN & MINUMAN FAVE : SOP BUNTUT GORENG, LEMON TEA