CLICK HERE FOR BLOGGER TEMPLATES AND MYSPACE LAYOUTS »

Muhammad Nadzuar

Muhammad Nadzuar

Wednesday, November 16, 2011

spider-kita satu

Seringku bertanyakan
Dimanakah hatimu sayang
Kian lama ku simpan
Bersarang cinta dalam diam

Sampai bila harusku pendam
Layan cinta dan perasaan
Dengan lafaz ku bisikkan
Korus
Kita telah ditakdir bersama
Teman hidup di dunia
Malam siang kita jadi satu
Kerana engkau adalah milikku
Pegang tanganku seeratnya
Dunia ini berputar ligat
Mengapa harus ada sesal
Andainya tersungkur tetap bersama
Sampai bila harus ku pendam
Layan cinta dan perasaan
Dengan lafaz ku bisikkan .. oh ..
Satu….. wooooo..
Kita telah ditakdir bersama
Kerana engkau adalah milikku
Kerana engkau adalah milikku

Friday, October 28, 2011

nie hah lgi 1 tutorial..

tab menu bergerak

1 . Pergi Dashboard > Design > Page Element > Add a Gadget > Edit HTML
2 . Copy paste code ne .

<style>
#container {
width: 100%;
margin: 0px 0px;
padding: 0px 0px 40px 10px;
}

ul, li {
margin: 0; padding: 0;
}

#blob {
border-right: 1px solid #0059ec;
border-left: 1px solid #0059ec;
position: absolute;
top: 0;
z-index : 1;
background: KOD WARNE KOTAK;
background: -moz-linear-gradient(top, KOD WARNE KOTAK, KOD WARNE KOTAK);
background: -webkit-gradient(linear, left top, left bottom, from(KOD WARNE KOTAK), to(KOD WARNE KOTAK));
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 2px 3px 5px #011331;
-webkit-box-shadow: 2px 3px 5px #011331;
}

#lava-lamp {
Background-image:url(URL GAMBAR);
float: left;
border: 1px solid #BDBCBA;
margin: 0px 0px 15px;
padding: 10px 3px 10px 0px;
}

#lava-lamp li {
float: left;
list-style: none;
border-right: 1px solid #4a4a4a;
border-left: 0px solid #4a4a4a;
}

#lava-lamp li a {
color: #00000;
text-shadow: 0 0px 1px #81807B;
position: relative;
z-index: 2;
float: left;
font-size: 13px;
font-family: arial, sans-serif;
font-weight: bold;
text-decoration: none;
padding: 0px 20px;
}
</style>

<div id="container">

<ul id="lava-lamp">
<li id="selected"><a href="http://link-di-sini.blogspot.com">Home</a></li>
<li><a href="http://link-di-sini.blogspot.com">About Me</a></li>
<li><a href="http://link-di-sini.blogspot.com">Blog Tutorial</a></li>
<li><a href="http://link-di-sini.blogspot.com">More About My Portfolio</a></li>
<li><a href="http://link-di-sini.blogspot.com">KELUAR</a></li>
</ul>

</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>

<script type="text/javascript" src="https://sites.google.com/site/jquery01/jquery.spasticNav.js"></script>

<script type="text/javascript">
$('#lava-lamp').spasticNav();
</script>

3 . Ok . korang edit pape yang patut . buat bende ne mmg pening . kene bace betol2 . selamat mencube .
4 . Klaw korang still xpaham meh sini saye tunjukkan lagi .. saye kan abek .. HAHA
5 . KOD WARNE KOTAK tu korang gantikan dengan code warne kotak yang bergerak2 tu ..
6 . URL GAMBAR tu korang gantikan dengan url gambar background yang korang nak . nampak x kat kotak saye tu gambar polka dots kan ?? ha . korang cari lah gambar background die .
7 . Code2 warne korang boleh cari kat sini .




nk bwat tutorial nieh..

ajax float shoutbox

1 . Pergi Design > Page Element > Add a Gadget > HTML
2 . Copy paste code ne .



<div style='display:scroll; position:fixed; top:70px; right:-0px;'>

<!-- Start Ajax Popup Shoutbox by -->

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>

<script>

$(document).ready(function() {

//select all the a tag with name equal to modal

$('a[name=modal]').click(function(e) {

//Cancel the link behavior

e.preventDefault();



//Get the A tag

var id = $(this).attr('href');



//Get the screen height and width

var maskHeight = $(document).height();

var maskWidth = $(window).width();



//Set heigth and width to mask to fill up the whole screen

$('#mask').css({'width':maskWidth,'height':maskHeight});







//Get the window height and width

var winH = $(window).height();

var winW = $(window).width();



//Set the popup window to center

$(id).css('top', winH/2-$(id).height()/2);

$(id).css('left', winW/2-$(id).width()/2);



//transition effect

$(id).fadeIn(2000);



});



//if close button is clicked

$('.window .close').click(function (e) {

//Cancel the link behavior

e.preventDefault();



$('#mask').hide();

$('.window').hide();

});



//if mask is clicked

$('#mask').click(function () {

$(this).hide();

$('.window').hide();

});



});

</script>

<style>

img { border: none; }

#mask {

position:center;

left:0;

top:0;

z-index:9000;

background-color:#000;

display:none;

}



#boxes .window {

position:fixed;

left:0;

top:0;

width:271px;

height:480px;

display:none;

z-index:9999;

padding:20px;

}

#boxes #wanhazelshoutbox {

background:url(BODY/BACKGROUND SHOUTBOX) no-repeat 0 0 transparent;

width:271px;

height:480px;

padding:56px 0 20px 5px;

}

#closesb {

padding:2px 0 0 0;

}

#author {

padding:8px 0 0 168px;

}

</style>

<ul><center> <a href="#wanhazelshoutbox" name="modal"><img src="ICON SHOUTBOX" border="0" /></a> </center> </ul>

<div id="boxes">

<!-- Start Shoutbox -->

<div id="wanhazelshoutbox" class="window">
<!-- Begin ShoutMix - http://www.shoutmix.com/ --><center>




CODE SHOUTMIX




</center>
<!-- End ShoutMix -->

<div id="author">

</div><div id="closesb"><center><input type="button" value="Close" class="close" /><center>

</div></div><!-- End of Ajax Shoutbox -->

<!-- Mask to cover the whole screen -->

<div id="mask"></div></div>

<!-- End of Ajax Popup Shoutbox--></div>

5 . OK . then korang gantikan BACKGROUND SHOUTBOX tu dengan background korang .
6 . Gantikan ICON SHOUTBOX tu dengan icon shoutbox korang .
7 . Gantikan CODE SHOUTMIX tu dengan code shoutmix korang .


Monday, September 12, 2011

cian adik saudre aq...

adik saudre aq nie bru ble jam..jam g-shock..yg x leh bla nyerr die bli jam g-shock srupe nan aq nyerr...sial pui...
pas tu ktorg wat pertndngan lumba lri..nk ctt mse pkai jam die laa an...pas tu tetibe jew tmpt pengkt kam uhh tercabot...pastu abg aq tetbe slh kn aq padahl die yg pgg jam uh..nk ctt mse...aq lak kne tdoh..rse nk bling jew tau..mntg2 aq sll gado nan adik saudre aq tuh..haih...

Saturday, September 10, 2011

raye

hry rye...aq smbhyg rye...aq pgy mlwt kbur...bca tahlil...aq blik rumah dpt dwet rye..atok ku kaye..1 time bge 5 hinggit...aq gne dwet rye g term1...aq bli jam g-shock brok...pgy men booling klh....mkn mcd big mac...bratur kt wayg x x jdi...aq tengk kak saudre aq bli encet bru...sony ericsson...pastu kitorg blik nek teksi(cito ehh laa)..da laa dok sbelah membe aikal..perh x than aq...nk mti raso ehh(cito ehh la)...pastu benti kt chengkau bli eskim,kopok,air,....perh...pahtu abg saudre aq dtg...pahtu tros blek...da ar...bubye..

Tuesday, August 23, 2011

perh pnat gler...

ari tu aq g kl bli bju rye...perh pnas glerr...lebih2 agi kt masjid koling tuh...wuyai,,,,nk mampuih raso ehh...smpai x dapek nk bnafas ar...da x than sangat tros pgy sogo...bru sojuk...tpi samo yoo rmai mcm kt msjid koling uhh...da tuh tros blik...lpas smayg traweh lak g uptown kt snawg...rmai gak arr owg kt ctu...mcm2 ad...pahtu aq jumpe tli pnggang yg ayie tunjuk uh..mrah jew..10 hinggit...muahaha...aq g ctu smate2 nk bli slipa...da larh bosa uptown uhh...nk jln jaoh...perhh mmg skit ar kaki aq bojln kt ctu.....blik dri ctu kol 2 pgi... tros singgah mdan slera kt sbelah blai polis uhh...pnat glerr arr...mkan nasik goreng kg...mmg tros jaga arr...blik jew tros tido...perh pnah glerr ar...

Wednesday, July 20, 2011

lgu kli ke4 aq tkar(baru)

Britney Spears feat. Kesha & Nicki Minaj - Till The World Ends (Remix) Lyrics

[Nicki Minaj]
Chimpanzee’s is hatin’ but I take it all in stride
Put her in a jungle with bananas on the side
Told you they’d revive your career but somebody lied
I aint talking poultry when I say this chicken’s fried
Anyway Britney, why they so jealous that you teamed up with me
Tell ‘em they my son, yup, gyal ‘em a mi pickney
Anyway, burned , whats that, I don’t know, femme fatale
Sniff, sniff, cries, I done slayed your whole entire fucking life
Oh oh, you got some Epson Salt
I done balled all day you aint touched the court
What, what you tired, you need a break
You was hot when? Ricki Lake!
I notice that you got it
You notice that I want it
Know that I can take it to the next level baby
If you understood this, this is the remix
Baby let me blow your mind tonite
It’s Britney bitch, I’m Nicki Minaj and that’s Kesha!
[Ke$ha]
I Can’t Take It Take It Take No More
Never Felt Like Felt Like This Before
C’mon Get Me Get Me On The Floor
DJ What You What You Waitin’ For…
WOAH OH OH OH OH OH WOAH OH OH OH…
WOAH OH OH OH OH OH WOAH OH OH OH…
[Britney Spears - Verse 2]
Watch Me Move When I Loose When I Loose It Hard
Get You Off With The Touch Dancing In The Dark
You Notice What I’m Wearin’
I’m Noticin’ You Starin’
You Know That I Can Take It To The Next Level Baby
Hotter Than The A-list
Next One On My Hit List
Baby Let Me Blow Your Mind Tonight!
[Chorus]
I Can’t Take It Take It Take No More
Never Felt Like Felt Like This Before
C’mon Get Me Get Me On The Floor
DJ What You What You Waitin’ For…
WOAH OH OH OH OH OH WOAH OH OH OH..
WOAH OH OH OH OH OH WOAH OH OH OH..
WOAH OH OH OH OH OH WOAH OH OH OH..
WOAH OH OH OH OH OH WOAH OH OH OH..
[Bridge]
See The Sunlight
We Ain’t Stoppin’
Keep On Dancing Till The World Ends
If You Feel It Let It Happen
Keep On Dancing Till The World Ends
Keep On Dancing Till The World Ends
Keep On Dancing Till The World Ends
WOAH OH OH OH OH OH WOAH OH OH OH…
See The Sunlight
We Ain’t Stoppin’
Keep On Dancing Till The World Ends
If You Feel It Let It Happen
Keep On Dancing Till The World Ends