Home
Blog Mistress
Tutorial
Tutorial
Banner Exchange

Tutorial : Ajax Float Shoutbox

Assalamualaikum !

Oke Dokie,
Dah 2 Tutorial tuk hari ni,
Direquest oleh Cik Fajie !

Haha, merosakkan pantun betullah saaya ni ! Hurm, AMARAN ! Tutorial ni agak berbelit-belit. So, kalau tak faham apa Ainaa merepek sat lagi, tanya la ye ? Hurm Jom Startt ! Sebelum tuh, segment Contoh lah dulu ! :D

Segment Contoh !

Ikon Shoutbox :



Body/Background Shoutbox :



1) Benda alah yang ditulis dibawah WAJIBUN korang kena edit. Design kedua-dua benda yang dilistkan dibawah mengikut kreativiti kepale otak anda sendiri. Mampuih kalau korang asyik-asyik jadi copypig. Kalau tak tau apa benda yang ditulis dibawah, boleh tengok segment Contoh.

Icon Shoutbox

Body/Bakcground Shoutbox

2. Edit punya edit, dah siap benda tadi tuh, upload kat Photobucket ! Tak ada akaun Photobucket ? Sign Up kat www.photobucket.com !

3) Dah siap Upload, abaikan Tab tu sementara. Sekarang, buka New Tab, Pergi ke www.blogger.com dan Sign In !

4) Pergi ke Design >> Add New Gadget >> HTML Java Script

5) Copy & Paste Code dibawah :

<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>

6) Gantikan....

*URL  Icon kepada URL korang.

*URL Body/Background dengan URL Korang.

*Code Shoutbox dengan Code Shoutbox korang.

Kalau korang semua dah siap, ia akan jadi macam kat bawah ni. Ini Contoh Ainaa punya Code.

<!-- 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(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2L9vVvRtM01HPAf3wcef_YXTN0KZf4itt-X24nNOGic9Xm20AWrK9w7E0kpIu5nu8Yct8FYN8TZznr1gNS7ZZjxyeKD8Pk5tUUbt_nOhu9dWE7Apkvwu0PJ4RuoLDwOo3jitaDl72fWE/s1600/red.png) 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="http://i1180.photobucket.com/albums/x416/whatevagurl/iconkerropi.png" border="0" /></a> </center> </ul>

<div id="boxes">

<!-- Start Shoutbox -->

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




<!-- Begin ShoutMix - http://www.shoutmix.com -->
<iframe title="AinaaMania90" src="http://www1.shoutmix.com/?AinaaMania90" width="225" height="370" frameborder="0" scrolling="auto">
<a href="http://www1.shoutmix.com/?AinaaMania90">View shoutbox</a>
</iframe>
<!-- End 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>

8) Sudah siap ? Save ! :D

Ini dia Shoutbox yang Ainaa handmade untuk korang. Please Comment kalau dah ambik Body/Background Shoutbox ini :D Body/Background akan ditambah mengikut semasa ke semasa.Okla, Toodles !

BLUEISH :
http://i1180.photobucket.com/albums/x416/whatevagurl/anigifbiru.gif
GREENY :
http://i1180.photobucket.com/albums/x416/whatevagurl/anigifhijau.gif
PURPLELICIOUS :
 http://i1180.photobucket.com/albums/x416/whatevagurl/anigifpepel.gif 
PINK
 http://i1180.photobucket.com/albums/x416/whatevagurl/ainaamaniaanimated.gif

Credits : Abang Wanhazel


Sekian,

186 comments:

Dyalara Ieyana said...

thanks ainaa , nty fajie cube okay ! :) hehe .

Ainaa Ramzani said...

@Dyalara Ieyana

Hehe, Welcome ! Cepatnya Fajie balas ! Whoa~~ :D

Anonymous said...

ok, seriously, mcm mne nk edit bnde alah sume tu kt photoscape, ;D

Ainaa Ramzani said...

@idohavename:)

Edit jeh. Tentukan width semua n edit yea dear ;D kalau tak jadik jugak, nanti ainaa buatkan :D

Ainaa Ramzani said...

@idohavename:)

Edit jeh. Tentukan width semua n edit yea dear ;D kalau tak jadik jugak, nanti ainaa buatkan :D

Anonymous said...

emm, mksdnye, background nye shj yg kite buat sndri ke ape ?

HanaZaid said...

boleh tanya tak , macam mana nak hilangkan background belakang button shoutbox tu ?

Mimiey Azra said...

Minta izin guna bodybackground okey ?
:DD

Ainaa Ramzani said...

@Mimiey Azraa

Boleh-boleh :)

Khalilah said...

mintak izin gune background yer..
ainaa.. nak tanye skit..
mmg shoutbox tu lepas kite tekan icon tu die ade tapi bile nak tutup shoutbox tu balik x bolehla..
ataupon memang shoutbox tu xleh tutup..

Ainaa Ramzani said...

@mizz ILa

Boleh tutop la dear, kan ade button close tuh,

Khalilah said...

tapi knape sy punye xde..
ainaa bleh tolong tengokkan tak?
http://diarygurl95.blogspot.com/
thx :)

Ainaa Ramzani said...

@mizz ILa

Ade je, tak caya tengok gambar ni, ni Ainaa snap dari blog akak :)

http://i1180.photobucket.com/albums/x416/whatevagurl/bloggerstuff.jpg

HAFIZAH said...
This comment has been removed by the author.
Khalilah said...

oh ha'ah ha'ah..
akak x nampak sbb aq gune notebook..
size notebook ni kecik jer..
so xleh nak view sume...
thx yek ainaa.. buat susah2 jer
sorry... he~

Cik Muda said...

menjadi ahernya..thanks ^^

syeera razali said...

aina ..
syera amek yg purple tu keyh ..
(da amek bru nk mntk izin)
ahakz!
pape pn , thnkz .
;)

Ainaa Ramzani said...

@mizz ILa

Heeh, tak per :)

Ainaa Ramzani said...

@C@H@Y@

Hoho, Alhamdullilah, ade jugak orang faham Tuto Ainaa neh ! Welcome :)

Ainaa Ramzani said...

@syeera razali

Okeh :) Welcome :D

Nurul Ajmal said...

aina nak tnye skit . cmne nk wat tulisan lip lap kat huruf my shoutbox tu . bleh share x ? please..

HAFIZAH said...

aina,klu nak buat bakground sendiri nak save dalam format ape ye??..BTW,sye amek yg kaler biru..;D

Ainaa Ramzani said...

@Nurul Ajmal

hoho, bende tu kene download photoscape la dear :D

Ainaa Ramzani said...

@HAFIZAH

kalau nak buat sendiri, boleh save dalam format .jpg , .png kalau tak silap la, okey ! :D

Munira said...

Woahhh , menjadi lahhh . thanxx ainaa :)

Anonymous said...

thanks aina . tuto ni berguna bgi ila . klau tgk kat blog wan, ila tak paham la . aina senang cket.

Ra said...

hey , thnx ;D
saya amik purple !

Ainaa Ramzani said...

@Munira

ok . welcome :D

Ainaa Ramzani said...

@Ila Nabilah

hoho , really ? wah2 kembang hidungg sattt :D

Ainaa Ramzani said...

@~Sarah Bieber~

okeh . welcome ;D

Nur Asyiqin said...

Syiqin nk minta guna bodybackground bley?

Rin said...

thanks ainaa..da ambik yg kaler purple tu yew

anys said...

thnks.i ambk yg wrne hijau :)

Syira said...
This comment has been removed by the author.
Memey Baharom said...

thanks adek

tyyy said...

ermmm, leh x tolong wat kan yg color hitam ?
hehehe ;D

Mahirararara said...

ainaa , akk nak try eak :)

Mahirararara said...

aina , tengs syg :) akk amik bckground pepel eak .

Mira Meng said...

Ainaa, Mira gune background shoutbox tu tau! Hee thanks a lot! Tutorial ni memang bergune sgt! :)

LiyanaMalek said...

aina, thanks! saya amik yang kaler purple eh? :D

ale's said...

aina, na tnye. yg body/background shoutbox tu na crik kat mne ea?

Ainaa Ramzani said...

@Nur Asyiqin

bolwh-boleh :D

Ainaa Ramzani said...

@Qurratu Ain

hehe, ok dearie :)

Ainaa Ramzani said...

@anys

okeh :D

Ainaa Ramzani said...

@syirasyirasyirawwr !

yes ?

Ainaa Ramzani said...

@memey :)

welcome :)

Ainaa Ramzani said...

@SiHan

hitam ? hoho , tak taulah . sebab banyak gambar yg pic die tak de warne hitam :)

Ainaa Ramzani said...

@mahirahnazlim

okeh :D

Ainaa Ramzani said...

@mahirahnazlim

welcome akk :D

Ainaa Ramzani said...

@Mira Meng

welcome ^__*

Ainaa Ramzani said...

@LiyanaMalek

okey :)

Ainaa Ramzani said...

@Pu3 !

selalunya tak boleh cari sebab die kene buat sendiri :D

aisya hazirah said...

thnks ye ainaa...sbb dh jdi.

Amanda Azman said...

tak pahammm .

NF said...

tengs for this tutorial, i appreciate it !
tengs hunn ! :D

Anonymous said...

ok..xpe la ainna

han hanan said...

Han amik yer.Thanks :),jangan marah tau Hanan amik yang Ainaa nyer :)

Waebits said...

tengs ainaa :)

marshmallow said...

adik, akak amek background satu bley?
x reti lah nak buat kat photoscape :(
apa kata ainaa buat tutorial utk buat background guna photoscape.
okay?
hehe thanks dear :)

Blog Rasmi OKD dan Dluvers ♥ said...

Amik Background Purple :)

Anonymous said...

Yeay dah berjaye ! Thanks aina :) lagi satu, isya amik background wane pepel .

gadis kurung said...

aina,i amik yg kaler blue tu.. tenksss :)

a said...

thanks for the tutorial ainaa, i amek yang kaler purple tu. :D

Syakira Qaisara said...

hmm. aina. nk background warne pink boleh ?

Cik Zahidah said...

thanks for the tuto yaww, tmpang ambik ye background shoutbox tu :) , tak reti buat sndiri lahh :(

Eiyra Alvieraa said...

mintak izin , saya ambik Body/Background shoutbox tau :)

Nazuha Firdaus. said...
This comment has been removed by the author.
Nazuha Firdaus. said...

Ainaa..izinkan ambik background yg wane purple ye.thx!tuto nih bergune kalo wan tuh x fhm jadik kelain pulk nazuha punyer cbox.thx ainaa 4 da tuto!

amatullah syafiyah said...

Aina ,
ade x body/background shotbox yg wrne pink?
klu ade bole bgi x?
klu xde, xpe laa !

Wan_hazel said...

hahaha...nie tuto wan...nama wanhazel pun masih kat situ..kredit utk wan tak de ke???hahaha..

Didy D'Raphael said...

didy xbole buat mende nie..dye kuar 2 shoutbox..nape?

♥ HanaHyun ♥ said...

thanks for the tutorial..i took the blue colour ^_^

Izzaty said...

Salam.. ader x background shoutbox color pink ?
klu ade, share bole ? klu x de, x pe laa :))

rara said...

Ainaaaa. Napa rara buat kan, letak code gbar utk icon, asek xjadik je :( help me out!

Anonymous said...

thanks ainaa! i took the blue one :)

sarah mansor said...

thanks ainaa . menjadi sgt . sarah amik the purple colour :)

Nurul Syazwana said...

ainaa... yg icon shoutbox tu apa? dan mcm mana? akak ta faham gile laaa... :(

yayaohh said...

yaya da try wat .. jadii ,, hehe .
thenxz ea

farhana che'nasa said...

akk ambek satu

Ummy Rahman's said...

minta amik background yahh ;) thankss

Amy Yassin said...

haii !! menjadi la .. hehe .. but nk background kaler pink ade ?? huhu :)

Blog Rasmi OKD dan Dluvers ♥ said...

Minta Izin Mengengopy Tuto Boleh ?

Aidaa Antonella ♥ said...

@Cik Ainaa Mania

shantexx blog :D and then , tenggs for daw tuto kay dek :) muwaah !

Mode Promenade said...

kamsahamnida for the tutorial ! :D

suzey said...

tengs ye aina (;

princess chibi said...

mintak izin..sye ambil yg kaler purple tu..thankz yea..

Syaidatul Nur Liyana said...

kak Aina boleh tolong buatkan x?...saye x berape faham larh..boleh x?..plezz... ^^ ...nnt saye bg email nun pass ye kat kak aina.. bkk blog saya dulu...saya nak follow blog kak aina.. http://nurliyana98.blogspot.com/

nurainanabilah said...

adek aina . akak aina dah buadd shoutbox tuu .. tpy mcm mana nak close ? bila akaa tekan close . dia ta close pun .. means shoutbox tuu ta tertutup pun .. tolong boleh ?

nurainanabilah said...

aina ! takpelha . dah jd dah blog akaaa :)
http://babeyouremine.blogspot.com/

Anonymous said...

thank you sgt2! :DD
Best tuto ever! Will be voting for YOU!

Apit said...

ainaa buat background tuh pakai photoscape kea ?

Qarirah. said...

Thanks !!
Tuto berguna!!
Berjaya woo.. !

Nurul Syazwana said...

ajax float shoutbox tu nak dpt kat mne yek?

Haniputeri said...

Akk aina , klau akk jenguk blog saye , knp ajax float shoutbox saye jd cam tuh ?

nee said...

ainaa , thanx ! but asl taleyb close ?

Anonymous said...

amek yang purple taww ^^ tapi kan kat bawah tuh memang ada maniastory ek ? -.-'

nur sahira said...

akak ambek body/background shoutbox

Dyalara Ieyana said...

Akak amek background yer ainaa :)

farah said...

farah amik background ainaa, terima kasih ^^

#Skyscraper said...

cmne nk buat shoutbox tuu tersorok ? ^'^

Best Friends ! said...

wow!aina menjadi!hehe kalau rajen jenguk dan follow blog kite org!btw thanks so much!

Hanis A. said...

thankishhh
dah jadii:DD

cik ungu said...

kita amek yg purple background yer..thx a lot..:)

nurul nurshafiqah said...

sya ambik background dia tau..thnx

Nurul Nadia said...

alah x jdilah...aina buat kan bole x??:(

Misz_kPopholic said...

aina..nk tnyer....blh x kta ubh p'ktaan Close tu dgn p'ktaan len?

nurulbalqis ♥ said...

cik bee amek kaler purple ye,,
makin lawa blog ainaa nie.,, hihi^^

#DubbyChubby said...

mse copy URL gmbar 2 xde pape pon???

NSA said...

aina pqa punye shoutbox tak boleh close la..sebab takde button close..pastu kenapa lepas klik shoutbox tu keluar jauh sangat..huhu
then cane nak edit size dia jangan nak over the size

kitty said...

cik aina : saya xpndai nk cntikkan shoutbox 2 .. kosong ja ,. da bt bnyk kli da .. bleh x tolong bt kan ?? hehe

Ayu Farahana Mohd Sharif said...
This comment has been removed by the author.
Ziey Mazzyha said...
This comment has been removed by the author.
Farah Wahida said...

Ainaaa dear !!!
Love this so much .. mase tuh try x jadik aw .. then try again jadi pulak .. heppy like whoaa !! ahah.. btw, akk amik background pink tuu ehhh .. comel lorhh... :)

Iman Jazmina♥ said...

Akak, code shoutbox nak dapat dkt mane? btw, saya amik yg pink ye ^^

#Skyscraper said...

Hadeh ,,, Yg close button pulak ilang , aduhaduh peningpening

alia afendi said...

thx!

Falling . said...

ainaa,sis amek yg url background tuh tp x jd lah coz dia kata 'upgrade to pro '...

cmne eh...

faralinrahim said...

nak edit mgedit tu kt mna eh? tbe2 mcm blur plak ble ainaa ckp edit sndr tp tktau nk edit kat mana. kt kite pnye pc sndr keh?

Anonymous said...

kak Ainaa Yang Purplrcious mne2 tu semua tukar dengan Icon Shoutbox ke? N lagi satu yang body/background shoutbox tu mcm mana?

... said...

trimas ainaa,ainaa nak tanya doodle tu awk dapat dari mana awk buat ?

SyasyaAmila said...

thanks aina ! Syasya ada guna background aina taw !

Maryam Adzra said...

Ainaa , jadie , tapii macam mna nak letak gambar ? Saya punya tak ade gambarr ponn .

Maryam Adzra said...

Saye ambik pink kale taww .

MISH EYZATY said...

tenkiu2 syg ! i mbek design u . cantek sgt !

kyungsoo'swaife. said...

alaaaaaaaaaa , tak jadi la.

Anonymous said...

BODY/BACKGROUND SHOUTBOX nak dapat camne eyh?

blueberry said...

time kaceh kak!dah menjadi!saya amik wane purple!yek!

Kim Yoora said...

sy amek background wrne pink. hehe. tQ

Someone said...

tengs (: saya amek tau ! :D

Mie Lyz Neko said...

amik biru! thanks~

Amien Gedik said...

saya amek !

Maryam Adzra said...

Thnks yaa . Daa lama saya nak buat tapi tak jadi , tapii alhamdullilah akhirnya jadi jugak . Thanks kepada awakk .

nur hanis said...

okeh serius cakap ta reti .. tlong buatkn utuk anis ley tak? buat smua siap cmplete?.plz..klau bleyh nk yg warne merah hti..plz..plz..plz.....

Norain said...

Kenapa saye punye sekerat je SHOUTBOX die?

Anonymous said...

natrah amek yaw ! :3

AnisZhrh said...

akaq amik k ! thanx !

najwamr said...

Amik satu 'badan' okey ;)

Tea Dno said...

nak gune wane pink okeh ?

apersonwhohavefeelings said...

kite amik yg wane purple tww . tq .

aLwAyS WaItInG u said...

◕‿◕ nia ◕‿◕
agk susa lha,cmne nk buad ea ?xbrpe phm

nad_nanad94 said...

THANKS .byk membantue sayee .tq vry much:)

Farah Lemonade said...

ainaa..mintak izin gna body background eh?^_^

Farah Lemonade said...

ainaa..thank you wat tuto nie..farah amik kaler purple kay??

Anonymous said...

ambik 1 tau

Nur Izza Irdina said...

x paham lah.

syu said...

aw aww !!! cun giler~ syu curik background kaler pink tu . . pretty tengs aina syg ;)

Anonymous said...

aina, tak pandai la.. pnjg sngt care dye :(

Nabiha Johari said...

aina...amik background satu tau2! comel2!!

Unknown said...

kt mane nk edit icon ngn background tu?

Unknown said...

ambk yg purple tu ye. thanks :)

h u d a said...

thanks.saya amik pink itu (^_^)V

Anonymous said...

Tengs ainaa :D

Aqeela Yuen said...

ainaa , macam mana nak tukar saiz icon shoutbox tu ?

Ainn Rahman said...

dah ambik body shoutbox kaler pink ;P

najlaa said...

hey,saya amek wane pink, adek saye amek wane purple,tenkiu.

Nazlin Adlina said...

Pink colour okay :)

Amoi Farah said...

Salam sy org baru sy amek color pink terima kasih sudi beri tuto menyerikan blog sy.

umairah.aris said...

akk , mne nk dpt code background ?

Ili Fadilah Alias said...

Huishh!! TROS ILANG SIAK SHOUT MIX AQ >_<
HATE IT!! penat2 jea aq buad -,-

Anonymous said...

saya ambek background pinky tu yeee :) thanks ainaa

izzati_ty said...

kalau yg gambar dpn je bukan background nye tu cmne lak? cemburu nye tgok blog comel owner punye ni!! >.<

Anonymous said...
This comment has been removed by the author.
Anonymous said...

akak amik satu yek.thankss.love it!

Maryam Adzra said...

Saya amek kale purple yee.

Sulaman Solehah said...

tnx ainaa..luv ya so much..

シmashiEyシ said...

tengs , saia cube ;))

Azera said...

ana , saya punya chat x ade button close . macam mana ye >?

Husna said...

tq..bagi background

nur hidayah said...

saya ambik satu ye..!!

Anna Cupid said...

hihi .berkesan .i've took a pink oneee .cantekkk ;)

jasz zulkefli said...

satu ya.yang pinkish tu!

qveenhlz said...

Ambik yg PurpleLicious tuhh yeah ? Kthanks :'D

indah suria :) said...

aina kite amik taww ! hee <3 thanks

akma said...

sya dh cba..mnjadi la..thnks

Anonymous said...

Terima kasih Ainaa :)

Ilya Atilia said...

Aina,terima kasih ^_^ I like your handmade background. :)

Anonymous said...

aina..knp frame yg sy buat kecik sgt???
x muat nk ltk shoutbox kt dlm...
kena addjust yg manerr satu untk frame die..

nisaseyo said...

Akk...Mcm mner nak tau code shoutmix uh ??
cube bgi tau tikit..(:

Harisya Abdul Razak said...

Nak gune satu background kak ainaa bley ?

Nur Alia said...

one taken :)

TeahLiam said...

amek icon shoutbox .:)

Zorifatul Adilah said...

cantek,amek 1 ;)

.:Nani Hannani:. said...

Amik satuu

iena said...

thanks ye awk for this tuto..menjadi..sy amik satu yg wrna biru.. :)

manja_@in said...

amik warna purple yg comel tu :)

beautiful. said...

Thank Youu sayang