TUTORIAL : Online user

nampak tak yang una kotakkan tuhh ? ade yang tanya macam mane nak buat online user tuh , actually first step korunk kene pergi link nie dulu :


dah bukak ke link dyer kann ? korunk sign up lah dulu kayy :
lepas korunk dah isi form semua kan ? nanti dia keluar mcm yang kat bawah nie :
bile dah keluar mcm nie , korunk kene pergi ke sign in yahoomail korunk dan korunk akan dapat satu email , bukak dan nati dia akan keluar mcm gambar yang kat bawah nie :
korunk click jer link yang una kotakkan tuh tauu ? lepas tuh nanti dia kuar pulak gambar 
yang mcm bawah nie :

bila dah keluar je mcm nie , nanty dia keluar pulak gmabar nie :

 bila dah kuar mcm nie , korunk masukkan link blog korunk tauu ? then bila dah masukkan click lah ADD tuhh , lepas tuh , korunk boleh lah godek-godek online user korunk mcam kat bawah nie :)
first : tukar colour font korunk :) boleh dapat code colour dekat SINI
 second : korunk tulis words korunk :) macam una punyer una tulis silentreader(s) kan ?
lastly : korunk generate code tuh kayy :)
nanty dia kelua coding mcam kat bawah nie ^^

code nie korunk copy and paste dekat ruangan HTML/Javascript , then bila dah copy & paste korunk save kan jer lahhh ! tengokkk ! jadi takkk ? wheeee :D
nota kecil:
kalau ade apa2 yang tak faham , tanya jer una kayy ??

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Falling snow

nampak tak blog una ade snow kann , grrr , sejukk gitu bile masuk blog una , HAHA :) soo , nak takk ? mehh kite buat ,

first step korunk kene pergi ke Dashboard > Design > Add gadget HTML/Javascript .
then korunk copy code kat bawah nie dah paste kan dalam ruangan HTML tuh kayy ?

<script>
//Here you can add your own picture for snow. Just change the url
var snowsrc="URL Snow"
//how many snowflakes there will be (currently 12)
var no =47;
//How fast will the snow disappear (0 is never)
var hidesnowtime = 0;
//The height the snow will reach before it disappears ("windowheight" or "pageheight")
var snowdistance = "pageheight";
///////////////////////////////End of Settings///////////////////////////////////
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
function iecompattest()
{
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;
if (ns6up)
{
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
else
if (ie4up)
{
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i)
{
dx[i] = 0;
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
if (ie4up||ns6up)
{
if (i == 0)
{
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://rftactical.darkbb.com/index.htm\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
}
else
{
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
}
}
}
function snowIE_NS6()
{
doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
for (i = 0; i < no; ++ i)
{
yp[i] += sty[i];
if (yp[i] > doc_height-50)
{
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
}
snowtimer=setTimeout("snowIE_NS6()", 10);
}
function hidesnow()
{
if (window.snowtimer) clearTimeout(snowtimer)
for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
}

if (ie4up||ns6up)
{
snowIE_NS6();
if (hidesnowtime>0)
setTimeout("hidesnow()", hidesnowtime*1000)
}
</script>
url snow boleh guna yang bawah nie jer kayy ?

white 
http://i13.servimg.com/u/f13/11/52/70/02/snowba10.png
credit : mania story 

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Jquery top button

heyy ,salam :) nampak tak top button una tuhh ? bile scroll ke bawah baru nampak then bile tekan nati dia tergolek-golek nail ke atas ! hahaha :) chomel kann ? actually una pernah buat , then una check tengok eihh hilang rupanya coding una tuh , so nie una buat baru . jadi una nak kongsi ngan korunk , lets start :

first peergi ke Dashboard > Design > Edit HTML *tick expand widget and tekan ctrl+F and search code nie.

</body>

then copy code kat bawah nie dan pastekan sebelum code di atas .

<a href='#' id='toTop'><center>YOUR WORDS<span class='Apple-style-span' style='color: rgb(255, 204, 204); '/></center><img src='ICON CHOMEL/TOP BUTTON?t=1292762029' style='border:0;'/></a>

then korunk search pulak code nie .

]]></b:skin>

dah tuh korunk copy code bawah nie sebelum code kat atas nie .

/* to top */#toTop { width:100px;background:none;border:0px solid #ccc;text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#666;text-decoration:none; }

then , next step search code yang last nie .

</head> 

dah sudah , korunk copy code yang kat bawah nie , sebelum code kat atas nie kayy ?


<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/><script type='text/javascript'>/*----------------------- * jQuery Plugin: Scroll to Top * by Craig Wilson, Ph.Creative (http://www.ph-creative.com) * Bring to you by Zen from http://zenplate.blogspot.com * Copyright (c) 2009 Ph.Creative Ltd. * Description: Adds an unobtrusive &quot;Scroll to Top&quot; link to your page with smooth scrolling. * For usage instructions and version updates to go http://blog.ph-creative.com/post/jquery-plugin-scroll-to-top.aspx * Do not delete these infomation * Version: 1.0, 12/03/2009 -----------------------*/ 
$(function(){$.fn.scrollToTop=function(){$(this).hide().removeAttr(&quot;href&quot;);if($(window).scrollTop()!=&quot;0&quot;){$(this).fadeIn(&quot;slow&quot;)}var scrollDiv=$(this);$(window).scroll(function(){if($(window).scrollTop()==&quot;0&quot;){$(scrollDiv).fadeOut(&quot;slow&quot;)}else{$(scrollDiv).fadeIn(&quot;slow&quot;)}});$(this).click(function(){$(&quot;html, body&quot;).animate({scrollTop:0},&quot;slow&quot;)})}}); 
$(function() { $(&quot;#toTop&quot;).scrollToTop(); }); 
</script>

now , dah siap pun top button korunk :) try preview dan scroll :) kalau dah puas hati korunk save lahh ^^ chomel kann ?

 
nota kecil: 
tuto nie una ade tambah sikit ^^ una harap korunk boleh faham dan berjaya buat ^^ good luck kayy ? 
credit : anis nutella 

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Background shoutmixbox

whee :D mcm yang korunk nampak shoutmix box una pakai baju , HAHA :) ade background sume tuh kan ? so , korunk nak buat mcm nie tak ? meh kita mulakan :


first korunk kene pergi ke Dashboard > Design > Add gadget HTML/Javascript .
copy code kat bawah nie dan paste kan dlm ruangan HTML tuh .
<center><div style="border:1px solid #FFFFFF;"><div style="background:url(BACKGROUND IMAGE);"><center>ONLINE USER/YOUR OWN WORDS</font></a><center>CODE SHOUTMIX</center></div>
MERAH : yang nie korunk boleh tukar warna ikut suka hati korunk dekat SINI
UNGU : yang nie pulak boleh letak ONLINE USER atau apa-apa WORDS yang korunk nak
BIRU : yang nie pulak korunk boleh letak code SHOUTMIX BOX korunk kayy?
HIJAU : yg nie untuk background dia kayy ? nak bagi poka dot ke ape ke ?
nota kecil :
tak faham tanya kayy ? semoga berjaya ^^

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL: main body ada background

salam semuanya , tadi kat fanpage facebook una ade yang tanya how una buat main body ade background :) kalau tengok main body una kan ade corak2 gitu ? hahaha :) soo , let we start :

WASHED DENIM TEMPLATE
first korunk kene pergi ke Dashboard > Design > Edit HTML*tick expand widget and search for this code 
#content-wrapper {
lepas tuh copy code kat bawah nie dan paste kan dekat bawah code di atas .

background : url(BACKGROUND IMAGE);

CONTOH CODING :
next caru code yang bawah nie pulak kayy ?
.sidebar h2 {
then korunk nampak ade anak-anak code kan ? korunk tambah je code yang una bagi nie dekat bawah code di atas :
background : url(BACKGROUND IMAGE);
 CONTOH CODING :

lepas dah buat semua tuh korunk pergi ke :
#main-wrapper {
then korunk tengok background-color yang #FFFFFF tuh korunk gantikan dengan perkataan transparent , lepas tuh search :
#sidebar-wrapper {
yang nie pun korunk buat bnda yang sama mcm kat atas nie :)

SIMPLE TEMPLATE
first korunk kene pergi ke Dashboard > Design > Edit HTML*tick expand widget and search for this code 
.main-inner {
dah jumpa korunk masuk kan jer code yang una bagi nie kat bawah dia :) then cuba preview , jadi takk ? kalau jadi ! save jer kayy
background : url(BACKGROUND IMAGE);
 URL BACKGROUND FREE UNTUK KORUNK :
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5pR4ALIHDMXFqbFDIOJWcntOEVtkRnB1UE4XHkX35Kw4vItNZsMHhOr7U1xXeI7yt97nvGlz0Iatl76-iTwvLZ-_yhTPekvngo4A8Fy7iTfXR18v2oh6aOw5hazuS-E_UuX05tZ9_kpNo/s1600/backgroundbody+%25281%2529.gif
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNogtDxr44aApgv1RoLpBUn8-wW-IJHsdxH_9CXsxpgg36WuA5XFZxjQGom1AT49egwzA-emMjD-w8HgyToFMhW18CfizvUgCGp8mo-VXhUYKyK_mIiOAdK37mfYjjQDlgHLyfiGx6mU-N/s1600/backgroundbody+%25282%2529.gif
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb4Td41Fs56goVvBpQah3b92HHFO-FOcl5jC_MwR8JdvkfKx2Spurct5Sr8DCCGHuek3cYESKTezKeUXzzWeQMVq6Wiba4T6536CJdt_WFU7490ij2bqWz4Yp0w8ZR2A2rfJEdozzgTd4k/s1600/backgroundbody%25283%2529.png
nota kecil :
tengok coding tuh elok2 kayy ? tak faham tanya je kayy ?

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

BASIC : turns your template to washed denim template

nak template washed denim macam una ? mehh kita nelajar mehh , hatihati tau waktu guna coding nie semua :) and before tukar pasti kan korunk copy dulu coding lama ? takut nanti tak jadi pulakk kann ? soo , be carefull , nanty rosak pulak blog yang omei2 tuh :)
okeyy , jom start ? firstly apa yang perlu korunk buat ialah , go to DASHBOARD > DESIGN > EDIT HTML then korunk scroll ke bawah nanty akan nampak select layout template  click saje , then nanti dia akan keluar seperti ini :

korunk click button yang washed denim tuh then korunk SAVE TEMPLATE tuh dah dapat template baru :) and view lah blog korunk , nie contoh gambar nyer kayy :

thenn kita nak masuk kan Background blog for this template , ikut step nie kayy :
Dashboard >> Design >> Edit HTML then tekan ctrl + F and cari code nie .
body {
dekat bawah body tuh kan ? korunk copy paste coding yang una bagi nie & gantikan saja code tuh :
body {
background: url(Background image);
background-attachment: fixed;
background-repeat: repeat;
margin: 0;
padding: 0px;
font: x-small Verdana, Arial;
text-align: center;
color: #000000;
font-size/* */:/**/small;
font-size: /**/small;
letter-spacing:1px;
}

lepas tuh korunk preview kay ? hahh  , dah ade background tapi tetiba nampak ade warna putih pulak kat header dia ? ouhh , jangan risau , jom transparentkan header dia kayy :
click ctrl + F search code nie :
/* Variable definitions
   ====================
 then korunk dekat bawah tuh ade anak-anak code dia , korunk search code yang ade mcm nie .
 <Variable name="headerBgColor" description="Page Header Background Color"
           type="color" default="#ffffff" value="#ffffff">
 <Variable name="headerTextColor" description="Page Header Text Color"
           type="color" default="#333333" value="#333333">
 <Variable name="headerCornersColor" description="Page Header Corners Color"
           type="color" default="#ffffff" value="#ffffff">
dah dapat cari korunk gantikan code di atas dengan code yang baru una bagi nie :
 <Variable name="headerBgColor" description="Page Header Background Color"
           type="color" default="transparent" value="transparent">
 <Variable name="headerTextColor" description="Page Header Text Color"
           type="color" default="transparent" value="transparent">
 <Variable name="headerCornersColor" description="Page Header Corners Color"
           type="color" default="transparent" value="transparent">
tadaaa , dah transparent pun header korunk :) chomell kann ? soo , mehh , kita buat header dia pulak kayy , ade dua :) satu yang bersambung ngan main body , lagi satu yang tak bersambung , jom belajar satu-satu kay :
Header bersambung dengan body
(harap faham lah yer?tak pe papehal tanya je una kay?)
contoh yang bersambung punya 
contoh yang tak bersambung
explanation :
yang ade tuto using adobe tuh kan , yang tuh untuk header yang bersambungpunyer , kalau nak buat yang tak bersambung same je stepnyer cume korunk tak perlu buat rectangle rounded tool tuh jer yang lain-lain tuh korunk buat lah kayy ? senang jer kann ? then kalau buat yang no tittle tuh kan ? una guna width nya 760px and height dia 300px kite leh jer buat body die jady melengkung cam una punya blog nie :) soo , mehh kita buat kayy :
click ctrl + F and cari code nie .
#content-wrapper {
then bawah dia ade anak-anak code kann ? hahh , ganty kan saje dengan code yang una bagi nie kayy .
width: 760px;
margin: 0 auto;
padding:15px;
text-align: $startSide;
background-color: $mainBgColor;
border: 1px solid $borderColor;
border-top: 0;
border-top-left-radius: 25px 25px;
border-top-right-radius: 25px 25px;
border-bottom-left-radius: 25px 25px;
border-bottom-right-radius: 25px 25px;
}

yeayyy ! siap blog korunk ! senang kan nak buat ? yang border melengkung tuh dia atas bawah tau ? try lah scroll sampai habis :) whee :D harap-harap korunk faham lah tuto una nie kayy ? harap dapat bantu korunk yang newbie lagi nak guna washed denim template nie :) ganti je coding yang una bagi nie , for sure korunk boleh dapat punye lahh :) yang untuk sidebar post tittle boleh rujuk dekat Tutorial una kayy ? tapi kalau nak una buat untuk part-2 punye una mahu tggu request je :) kalau ramai request una terus kan kayy ?

nota kecil :
semoga berjaya ~

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

FREEBIES : Background part-5 (own made)

Your Daily Source of Everything Cute HERE!
ouhhh , yeahhh ! una berjaya buat background sendiri yawww ! dengan menggunakan adobe photoshop cs5 ! simple giler + senang yaww nak buat :) but just polka dot je lah yang una mampu buat , hasilnyaa ? tengok background blog una ? lawa takk ? soo , nanty bile korunk letak kat blog korunk background jadi mcm una lahh , simple je una buat :) kalau ambil bgtahu tauu ? thankss :D

Small Polkadot Background

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPpFKg1T-KspD_V4oWtDsmWcwRcVaL9tgrLjk9_FAUXl49wWX25Ijxtci-ffJ6Y2CWEfRbySSNQInLIP9rwcqugADPHxEqZ4PrSiuLE4tY_SCEB5yfCY5jEc_G6Gx1AvbCuVl30L9suxvw/s1600/blue.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj20GZRG6gfmUm37R71zgA8CdQS3qaqMh2ns6ii4hWvwA72S5qSXnR5ilgVDo1-3gYL1Jl-_Yhb6Q52zNnEt4svOGHNv0pHJnqsKHBZec0Cw7__hAssFty_CFhl-dqpdOCf_Ser1sc-g1l2/s1600/green.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSRbO73VlIv3saXNQJvt5WNmLTlnybxxpHui0UF0vaKigQN4VXNtMi8_vYqBewqfJDYBkMHKh3l_pZBkX-2YaP30f3StYL5O1oMQpuDchyQF5BTsaauqN81ymBKodizQ-_xEohBL4zRmxP/s1600/purple.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL_slKvzXdI6DERCeVZ-oGm5SIZlSLVwAMcHcs-aiOVpMmjiXQUuc21otThANfGEQwIzGK9B8oTBBNpewr5Ve3_zi9wUJHoOrnopFhXTyPzi38-UfCP0cYrfV1LQnq_37FV3f8206beqo1/s1600/th_pink.png

Big Polkadot Background

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUfJNJk8QUxIZYk4wEQQVQs-cpRt7f6cSHXcTjcgUS_dObLpZr-JjrX5i3aeKWBinw2qvecQQjXYIE79NGv5olRWlbgBQmzuTg2iFp85aHlBVnPM49uomWKQBC63qjBU6QvzzXOZbkJbaQ/s1600/bigblue.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjaAGO3-_0P2b-5pqC1hk2cKujocHAW5reewaN-o907xlBA8idtGOaDyf5aeDV3F8C0a68lllZA_s-ywMd-_hNPsfzHOqyPVaJhDSyXJ_xvq2uHnor728HutOHzK8mG3oLhlibFh4bj0yjP/s1600/biggreen.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiT-0sHf04L21p44MterYnf3DMLj6qWI5IFt9gFypN7BnofJcNbmPrsis0b_Q5eIl4Ad2A6eyy-oKco1-KC3loEEbIrON1HcAzlS2R1__MbBhlXxgEU3h-SsVkOqZLnS9w7UJ3N5yX_l4RA/s1600/bigpink.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnMiG3klkx5ON-VLjW92SCuw6VtEYYvv2vSpqPFzyUnyHoezlaVpfFUtuRbQMtWdMOJmgGA642765TE9BhZaJdt2aqgehpwPglMdO_kq3PE_Ahwnj5jaiaEJ0Ognp9HFmr3jHxANuHQ3Pk/s1600/bigpurple.png

nota kecil :
lepas nie boleh buat cg doodle dan scribbles kan ? hahaha :D trying first , practice make perfect ^^ kalau mahu guna comment saja tauu ? 

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

BASIC : Type of border

soo , hari nie mahu kongsi type2 border same korunk :) una search tadi kat google , taip punyer taip jumpe jugakk ! whee :D so boleh lah kongsi kann ? 

Border 1

-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;


Border 2 

-moz-border-radius-bottomright: 50px 25px;
border-bottom-right-radius: 50px 25px;


Border 3

-moz-border-radius-bottomright: 25px 50px;
border-bottom-right-radius: 25px 50px;


Border 4

-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em;


Border 5

-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;


Border 6

-moz-border-radius: 35px;
border-radius: 35px;

nota kecil :
yang ade px tuh ? korunk boleh adjust , nak melekung sangat ke , tak nak ke , boleh adjust kay ? semoga berjaya !

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : customize Home , older post & newer

okeyy , hari nie una mahu buat tuto bagi tukar sikit korunk punye home , older , newer bagi jadi icon chomel gitu :) hahaha , soo , mehh sinie kita belajar , sila rujuk gambar di atas yer untuk tentukan position nyer , soo, jom start :

  • first apa yang perlu korunk lakukan ialah pergi ke DASHBOARD > DESIGN > EDIT HTML*tick expand widget . dah sudah ? sila search code bawah nie using CTRL + F 
  • semua coding harus digantikan yaaa ? contoh seperti gambar di bawah,
SEBELUM :
expr:title='data:newerPageTitle'><data:newerPageTitle/></a>

SELEPAS :
expr:title='data:newerPageTitle'><img src="URL ICON/IMAGE ANDA"/> </a>
  • soo , jom mula dengan Newer Post yang arrow nyer hala ke kiri
<data:newerPageTitle/>
gantikan coding di atas dengan :
<img src="URL ICON/IMAGE ANDA"/> 

  • next is Older Post yang arrow nyer hala ke kanan
<data:olderPageTitle/> 
  gantikan coding di atas dengan :
<img src="URL ICON/IMAGE ANDA"/>


  • seterusnya Home yang ada icon rumah 
<data:homeMsg/>
  gantikan coding di atas dengan :
<img src="URL ICON/IMAGE ANDA"/>
hahh , dah siap :) senang je kann ? try lah preview sat , tengok ade tak icon tuh ? whee , soo , kat sinie una bagi lah icon tuh sume , tak payah lah nak mencari kann ? 

SET 1 
SET 2
nota kecil :
click saje kat gambar tuh nanty dia open kat new tab then copy url gambar dan pastekan saje yer kat image url tuhh :) dah jadi ? wahh , tahniah ^^ 
 credit : maniastory

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : comment form message

nampak kan apa yang una kotakkan tuh ? soo , tadi ade yang menanya jadi una buat tuto je yerr ? soo , jom start :
  • first go to your DASHBOARD > SETTING 
  • then pilih TAB COMMENT 
  • search for COMMENT FORM MESSAGE
  • then letak lah ayat korunk :) doneee ! simple kann ? semoga berjaya semuaa ^^

nota kecil :
simple kann ?  nak masuk kan icon chomel2 pun bolehh tauu ? semoga berjaya !

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL: Remove navbar

heyy , tadi ada yang tanya una how nak buat hilangkan navbar mcm una :) korunk masuk blog una tak de navbar kann ? hahh , soo , nie una nak ajar , simple saje , pasty korunk bolehh ikut ^^ soo jom ikut caranya :

Dashboard > edit html and search for this code using CTRL + F :
/* Variable definitions
dah search ? then sila copy code di bawah ini dan  pastekan di ATAS coding di atas nie :)
 #navbar-iframe {
display: none !important;
}
thenn , dah siap :) tak faham tanya yaaa ? have a nice day ^^
Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : date header di luar entry

( click gambar untuk proses tumbesaran )
heyy , nampak tak ape yang una tandakan tuhh ? yaaa ! itu  lah yang una nak buat since ramai yang bertanya kann ? jadi una buat tuto nie yupp , 1st una jumpa love omey2 tuh dekat blog ainaa iaitu MANIASTORY request for tuto , and ainaa kata mahu buat , una macam HOOREYYY ! then tetibe check dashboard cik putry yang mempunyai blog PUTRYY CYRUS telah membuat tuto , una lagi lah macam #ouhhmakdatukk! thenn una mintak sharing in this blog yang tak seberapa nak berbandingkan mereka yang famous amous :) wheee :D soo , una share ikhlas same korunk sebab ade yang bertanyaa , soo, tak mau cakap banyak2 , let we start our tuto :

1st thing kene buat adalah Dashboard > design > Edit Html*tick expand widget thenn , search for this code using CTRL + F
 .date-header { 
thennn , nampak kan coding kecil nyaa kann ? jangan risau , copy code yang una bagi nie then korunk letak saje bawah coding2 kecil tuh okeyy ?

Sebelah kiri

height: 0px; margin:-15px -20px -500px -115px; padding: 30px 300px 105px 10px; background: url( URL ICON DATE HEADER ) no-repeat;
position:absolute !important; position:relative;

text-align:center;
font:normal 17px Century Gothic;
color: #FFFFFF;


Sebelah kanan


height:0px;
margin:0px 60px 800px 590px;
padding: 32px 300px 80px 30px;
background: url(URL ICON DATE HEADER) no-repeat;position:absolute !important; position:relative;
text-align:center;
font:normal 17px Century Gothic;
color: #FFFFFF;
tak paham eihhh ? tak pe , tak pe , mehh sini una tunjuk contoh coding una yaaa ?
click gambar untuk proses tumbesaran )
simple je kann tuto nyeee ? 

nota kecil :
una tweak cket coding cik putry sebab una tak de yang h2. tapi ade date header :) soo , una try letak , then jadi plakk ! una bangga wokkk ! huhu :)  hahhh ! korunk pun boleh buat tauu ? tuto nie untuk pengguna Washed Denim Template yeee ?? harap maklum tauu ^^ semoga berjyaaa ?

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

FREEBIES : tiny cursor in multiple colour

heyyy , nampak una punyer cursor , kecil je kann ? whee :D soo , di sini una buat bagi jadi multiple colour , so if nak amek , amek saje but leave comment first tau ?

 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNaaTprpmAr5pyE_EwNL5psp7p4P5L-_CNCT-3OEOhFB2FLePSaH_cYt-nWUvHZj-cMfRYomBMGNl0R1DpaFhNelM_qqlnLvHrF8zQOTeWNVIEI34bjcHau4Ox7n2qKtPdYRiq0EPUc5Wo/s1600/tinyarrowblue.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmwlLGZaMJKCUrGueraDhZRQ4r_3RGhCuhD01yLIZOVMLYzXj7nlPRDdM0PLD_tInB4PXSYBpcGaskbvi3L3gbD32vIHfTx4xymqkBx3FOdI11sZogU23hNw_N_vPsdSw1rhFk83BUZ1bB/s1600/tinyarrowgreen.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihJNeku9F0MYftmQy33u57VxLR1SFtd_EkrecVVA5O3gE6eDTcWvGZIzji_qKdScGVgq97S06vIUh3blDbP1ZJ1YIxxSDg4wsN_8eA9u174-Sep86W2ib0wkvgKIR_2bktJnLZwI48M7dQ/s1600/tinyarrowgrey.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjLAS3KwKL-ky0XQ3T7LgSrLbWv_1KnlTIhRH4PKnrXK65b2zRvXJcyKY8oX8wo2NJ9Vgx0Yr75xjBIE62QkqgFGUp6sn-lFLf0EGEDRvCpFws4vmSrWaeRfUC1uQNPSqggRG4Ne95MWOG/s1600/tinyarrowpink.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgnbxDLDeF4QBXwbPuV96i50LuFUstaRKUugd2gntsC67n3JDuR8NzDGGVQjYCiVbxS_sQjq_XCwf85Frqqj3o0hUP1EPGivtrPJvP89mI9Llx7NO6dkfTd31QEZsEsc_RFjVnv1ykOp7f/s1600/tinyarrowpurple.png
nota kecil :
kalau ambil bgtahu yer ?  Mi amor <3

Hai! Selamat membaca. Jangan lupa tinggal komen ya?