-->
diary si comel

Pages

  • Home
  • tutorial
  • owner
  • owner...
  • my family nme

rahsia mcm mne nk wat welcome to my blog clic here to enter

hua dengar ajer tutorial nie hahahahaha
semua org nk sangat kan tutorial nie kat kurang..
kurang nk kan wat tuh ukay ukay now julia ajar serius...
mcm biase lah bkk
sing in > dashbors > disign > edit hatml > tick expand widget
dh kan ukay now kurang nk amik code dia kan
amik kat sinie
KLIK SINIE
udah udah udah
bile dh tekan tuh kan nantie die akan serch code yang kurang crk tuh

]]></b:skin>
dh kan ukay now nantie die keluar right this kan
}
 ]]></b:skin>
hah kan die suruh kau copy link yang panjang tuh kat atas code tuh kan..
kurang jgn letak kat tepi nie
}
tepi kurang tekan enter kat tepi nie }
nantie jadi right this
}

 ]]></b:skin>
hah atas  ]]></b:skin> tuh kan kosong ann
kurang copy lah code yang panjang tuh..
malas nk amik kat situh ukay julia bagie kat sinie



</style></head>
<script language="javascript" type="text/javascript">
/* toggle() checks to see if the images has already been faded
or not and sends the appropriate variables to opacity(); */
function toggle(el,milli) {
// Get the opacity style parameter from the image
var currOpacity = document.getElementById(el).style.opacity;
if(currOpacity != 0) { // if not faded
fade(el, milli, 100, 0);
} else { // else the images is already faded
fade(el, milli, 0, 100);
}
}
/* changeOpacity() uses three different opacity settings to
achieve a cross-browser opacity changing function. This
function can also be used to directly change the opacity
of an element. */
function changeOpacity(el,opacity) {
var image = document.getElementById(el);
// For Mozilla
image.style.MozOpacity = (opacity / 100);
// For IE
image.style.filter = "alpha(opacity=" + opacity + ")";
// For others
image.style.opacity = (opacity / 100);
}
/* fade() will fade the image in or out based on the starting
and ending opacity settings. The speed of the fade is
determined by the variable milli (total time of the fade
in milliseconds)*/
function fade(el,milli,start,end) {
var fadeTime = Math.round(milli/100);
var i = 0; // Fade Timer
// Fade in
if(start < end) {
for(j = start; j <= end; j++) {
// define the expression to be called in setTimeout()
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
// setTimeout will call 'expr' after 'timeout' milliseconds
setTimeout(expr,timeout);
i++;
}
}
// Fade out
else if(start > end) {
for(j = start; j >= end; j--) {
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
setTimeout(expr,timeout);
i++;
}
}
}
</script>
<div class="input" onClick="javascript:toggle('wise', 3000); this.style.display='none';
document.getElementById('june').style.display=''">
<center><img src="URL IMAGE YANG KORANG SUKA"
style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=40"/></center>
</div>
<div id="wise" style="filter : alpha(opacity=0); -moz-opacity : 0; opacity : 0;">
<div id="june" style="display : none;">
<body>

URL IMAGE lak nk dpt kat ne?...alamak nk julia letak kat sinie gak ker ukay jer

    
http://i.imgur.com/9qos6.png





http://i.imgur.com/77ESW.png





http://i.imgur.com/8iOw6.png





http://i.imgur.com/80cHf.png





http://i.imgur.com/cLWZ1.png





http://i.imgur.com/VC5pj.png


jgn risau klu follower kurang hilang kurang tekan refresh blk kay all thks luv you leave your comment kay guyz muaaaah
Posted by julia was here at 05:05 0 comments
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

cursor bubble

Assalamualaikum..
Sebelum ini aku ada juga buat tutorial cursor yang menarik.. Kalau nak review balik jom ke sini :
hua hua hua dh habis kurang bace jgn lah lupe follow me plezz i need your follower hehehehe jum jum jum bace tutorial cik julia heehehe

Semua tutorial ini untuk cursor belaka.. So korang boleh try mana yang bekenan di hati.
Kali ni nak ajar cara cantikkan cursor juga.. Tapi lain sikit seperti di atas.. Kali ni cursor dalam akurium pula..dia akan berbuih-buih..sangatlah sweet.. Contoh macam ini :

http://t1.gstatic.com/images?q=tbn:ANd9GcR4_oxVXrnywdrWz7hkAg72QWQ7b9KtMa2Psr2IrHWvRR7UiEyeug

Ok.. Jom ikuti cara-cara di bawah ..

1. Sign in blogger > Design > Add Gadget > Html/JavaScript
2. Copy code di bawah dan paste ke dalam Html/Java Script



<noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script type="text/javascript">

        // <![CDATA[



        var colours=new Array("#FC00CE", "#FC00CE", "#FC00CE", "#FC00CE", "#FC00CE"); // colours for top, right, bottom and left borders and background of bubbles



        var bubbles=12; // 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>



@@ Sila tukar font yang berwarna #FC00CE untuk warna buih kesukaan korang. Nak code warna sila ke SINI

3. Preview dan save.. Tapi gerakkan cursor korang dulu


P/s : Nak makan kek Cheese Tiramisu..tetiba pulak..

Posted by julia was here at 04:47 0 comments
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

twitter bird berterbangan dlm blog kurang

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsK7SksKiKy0kKsTULvB7umBye6nna-RQakvdvgo9-ToGkFzqm7Sty9xghIiCRKO2WGbMMX5ta98-JvugIN1zet8Dcle6BHCbNQgYkqQlo9Jd3scuBjAUA5EQbFsgN_qUSCF3hPIu8wQ/s1600/burng+twitt.png 


Burung twitter sangatlah comel.
Lagi comel kalau dia terbang.
 Seperti di bawah. 

http://cdiqlife.com/wp-content/uploads/2011/03/birdsprite.png

 Dan lagi comel kalau dia berada di dalam belog. Rasa nak picit-picit saja burung twitter itu..
Dan kerana itu aku nak ajar korang meletakkan burung twitter chomel ini di dalam belog.
Kalau korang nak tengok demo sila la menekan tangan di SINI 

Langkah-langkah :

1. Sign in blogger > Design > Add Gadget > Html/JavaScript
2. Copy code di bawah dan paste ke dalam Html/Java Script

<script type="text/javascript" src="http://techgyo.com/wp-content/FlyingTwitbird/tripleflap.js"></script>
<script type="text/javascript">
var birdSprite="http://techgyo.com/wp-content/FlyingTwitbird/birdsprite.png";
var targetElems=new Array("img","hr","table","td","div","input","textarea","button","select","ul","ol","li","h1","h2","h3","h4","p","code","object","a","b","strong","span");
var twitterAccount = "http://twitter.com/fara_idola";var tweetThisText = "Twitter - techGyo http://www.techgyo.com/";tripleflapInit();
   </script>
<a id="theBird" href="http://twitter.com/fara_idola" target="_blank" style="display: block; position: absolute; width: 64px; height: 64px; background-image: url(http://techgyo.com/wp-content/FlyingTwitbird/birdsprite.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; z-index: 947; left: 0px; top: 587px; background-position: 0px 0px; background-repeat: no-repeat no-repeat; "></a>
<a id="theBirdLtweet" href="http://twitter.com/home?status=Twitter%20-%20techgyo%20http%3A//www.techgyo.com/" target="_blank" title="tweet this" style="position: absolute; background-image: url(http://techgyo.com/wp-content/FlyingTwitbird/birdsprite.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: 58px; height: 30px; z-index: 951; left: 49px; top: 583px; display: none; opacity: 0; background-position: -64px 0px; background-repeat: no-repeat no-repeat; "></a>
<a id="theBirdLfollow" href="http://twitter.com/fara_idola" target="_blank" title="follow me" style="position: absolute; background-image: url(http://techgyo.com/wp-content/FlyingTwitbird/birdsprite.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: 58px; height: 20px; z-index: 952; left: 54px; top: 613px; display: none; opacity: 0; background-position: -64px -30px; background-repeat: no-repeat no-repeat; "></a>
3. Sebelum korang SAVE perlu diingatkan korang perlu mengubah perkataan yang di merah dan tukarkan kepada username twitter korang... ( ada tiga perkataan (fara_idola ) yang perlu korang ganti ke username korang )

4. Lepas itu bolehlah SAVE dan tengoklah burung twitter terbang gembira di blog korang.

5. Tak faham jangan malu-malu arnab untuk bertanya kalau tak korang sesat dalam hutan.


p/s : Jangan malas nak LIKE kalau suka...


Posted by julia was here at 04:45 0 comments
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

care wat tittle blog bergerak

Selamat hari Sabtu.
Hari ini amat rajin untuk mengupdate blog tutorial kepada kalian.
Cara-cara untuk membuat Tajuk blog bergerak..
Maksudnya kalau ada orang open blog anda tajuk kat tab atas title anda bergerak-gerak.
Miss Fara ada pasang dulu tapi sebab mata Miss Farah  berpinar-pinar so MS buangkan hehehe..
Ini adalah step2nya.. Jom ikut satu persatu ye..
Mula-mula :

1.Login ke Blogspot .

2. Klik Layout/design > klik  Edit HTML

3. Cari kode ini ye kawan-kawan.
<head>

Gunakan ctrl F untuk memudahkan proses mencari.

Ambil
<head>
yang paling atas sekali.

4. Selepas itu copykan code di bawah dan pastekan di bawah kode yang di atas
<script language='JavaScript'>var txt="Welcome to BLOG MISS FARAH";var kecepatan=100;var segarkan=null;function bergerak() { document.title=txt;txt=txt.substring(1,txt.length)+txt.charAt(0);segarkan=setTimeout("bergerak()",kecepatan);}bergerak();</script>

5. Ayat Welcome to BLOG MISS FARAH itu tukarlah dengan ayat anda!
6. Klik SAVE TEMPLETE...view dan tengok hasilnya.
Posted by julia was here at 04:41 0 comments
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

letak bunga api kat blog kurang nk x?..

Assalamualikum,
Sempena bulan puasa dan Syawal yang bakal tiba ni.
Aku nak ajar korang macam mana nak letak bunga api dalam blog.
Jangan risau bunga api ni tak membahayakan korang.
Malah lebih selamat berbanding bermain bunga api sebenar :)

1. Sign in blogger > Design > Add Gadget > Html/JavaScript
2. Copy code di bawah dan paste ke dalam Html/Java Script


Pink Fireworks
<script type="text/javascript" src="https://sites.google.com/site/jeritanblog/javascript/a_pink.js"></script>
Blue Fireworks
<script type="text/javascript" src="https://sites.google.com/site/jeritanblog/javascript/a_blue.js"></script>
3. Save dan tengok hasilnya.


Posted by julia was here at 04:38 0 comments
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

asalamualaikum yang berkilat...

1. Sign in Blogspot > Design > Settings
 

2. Pilih Formatting,

3. Scroll/ tengok ke bawah dan anda jumpa Post Template

4. Copy code di bawah dan masukkan code ini ke dalam Post Template. ( seperti gambar di atas )
<img src="(URLIMAGE)" />
5. Save Settings.

 # URLIMAGE tu korang boleh tukar dengan url gambar yang korang suka.


Sempena bulan Ramadhan ini termasuk bulan-bulan lain, aku designkan gambar untuk korang. Korang boleh ambil URLIMAGE gambar tersebut. Kalau tak suka sila design sendiri ye. 

 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4wRuFbIJelhyDGYhXLS8q49hJImaqOIr9rmptCl-DCSaBzAC7csGLUvrRX_ByOlxKVaVIJfE52yC84JUl2X07Uh4ct99WNu6CnsZnS-O2HOSqGRqQNXVOSSZuKtngz_5yqcUjBzkL2WE/s1600/ciknurfarah1.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg57ESqTw5fZBzlci53wOf35paRKoxl635RM8rcOYaapmtOPGiCvxUQRxVykCsLg9egh96Q_VC1FYyos_XPrmzYI6rK9gBwsiTEBl-FbskAqvOA6G3MnlOKr7z_VhvCupIqG2QnX_yfgqM/s1600/ciknurfarah2.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkkVMPNGHT2X9XpfT-IVRuAerPHZT9oVVJi3xDoou4WOv9l4rgXcwe9HuERBtWrJeMt8ABw2qV5IV19vz-vkvQdSG__u2tGGepfFt9KN9WwDYYr4DmH6GzojzsKpbgiv8MVzjU9ASpPP0/s1600/ciknurfarah3.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAkH3y3Ann1rBqcDNCr4kmDgZu5YPEF7cWbNDv6uZYoMjAAFfhyphenhyphenAAM5Kby8z4gOsOiULR73U_UhTSXKYJRe1CpAKEGbk8D6zh0kNENICXQkynESupX3v0yft8mLQta_739irEEdtMqJxU/s1600/ciknurfarah4.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI4Rg8YRXZTxzoNGmDDlCJwk54Q8yjnQ58rouzymy6nVhBSlHMNg53BJZj1ZK36J6rBtrTbK5NCpualurhaYfJ30N3jZsdEJ-MPhFnw7LMdVcwFUjjXeB3Eryr2BBhizY71jl3tR1lvus/s1600/ciknurfarah5.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFjX5cji7uK5myuQR1kRm6vF8maEasdfWb0u9PpQLm7EhseR5-crZYnoWYxYvVQcGETXcVTHuO7P5fJSzHbIgBpnCD2EiDo9G2pkb-ZJceS5sKs6MppBT3hh8ZsrGFNCd0XSgitzZ9MsM/s1600/ciknurfarah6.png

 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF-XGrLHzemgh_9B_Xf2DdXiRYsZ9iLIVpO7HBWupJrG5AS1F_z0RlJu9HGGbiZSTYmNuyQN-XYOCHKZPhM-cvaGu6qk_lZOvXgmnK8CrcsQUAylwx6X0geSy_dRkDZr59SK9y7LnX-Ek/s1600/ciknurfarah7.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgXZU-eBKEPTPIZroqFU5KAmW5zg4r4dGkiD21p_s4LBUzjIb9Gd8qxxyxubqAd2LcI4RVbpNA-sG-7CEEFFwxMubtqzbwrq7kzwYYqGKYH9oemi8t85iNLUYnspxVNRZJGUj2eA56zm8/s1600/ciknurfarah8.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgG5yK0nmEQvKz_pVxKqdiFQdwPeMVefhMMe1AZG5EE_Sc0O_sblLAAHD9NPuPICOUME1b8qGb-1UtFDETkvUHy6VgPfBVjVUJ7bhsJlGGMP8FcDXWEFJL8rVIy134yXJD2mkAJFeh107I/s1600/ciknurfarah9.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSAugSoL2b-7EXeCq7IGUsTLXm8q4P6p9O0ewv6spBH37ZLTdKmzuMKCK_7miN_3uCRch8i2u_gG1zdqjD4xpHjdqL3NZT6WlZdVIMJD9F-Ugj2rDquoTVIDMw5R_38l2bu-dvepBGLKk/s1600/ciknurfarah10.png

Bonoss :
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBHihXtcxdEGU3VRH6cW3H0rbaO4SBgJ26uWEwD8VjGUioIJ_RJxi5QffEAgybWF5y_XNMy98JNNVMtZKiAxcntEz54Ob5nlG4-X7Pkf_DjlkjRjJ6j9YO4p9xpdKNgTu1WAYm4AfIvnnd/s1600/Assalam+ciknurfarah.gif


 # Pilihlah mana yang berkenan di hati kalau tak suka sila buat sendiri. 
Posted by julia was here at 04:36 0 comments
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Total Pageviews

LinkWithin

Related Posts Plugin for WordPress, Blogger...
SELAMAT DTG KE ALAM CIK JULIA...DONT FORGET TO FOLLOW ME...THKS TO ALL CUS LEAVE YOUR COMMENT....THKYOU ALL MUAH!!!
12.JANUARI.2012
my nme is~julia afrina umur~ 11 thn hobi~layan FB ngan blogger cite cite~nk jadi cheff yang terkemuka ddk kat`seremban alamat~649,tmn pulai impian 17 nme panggilan~iriana

Popular Posts

  • (no title)
    sper nk tahu mcm mne nk wat swirl menembusi badan mcm gambar kat ats nie.. ukay first firs kowang kener bkk google n than tekan images lep...
  • (no title)
    .Assalamualaikum ! ^^  (Jawab .. Jawab .. Tak Jawab Dosa!:)  Oke , seperti yang semua orang tahu , hari ni Lyssa nak teach korang kan , mac...
  • JOM BELAJAR WAT BACGROUND NGAN JULIA
    peringatan selagi kowang x paham kowang kene bace sampalah kowang paham ukay 1~kowang pergie googke n than kat atas tuh ader warna hitam ...
  • (no title)
    .Assalamualaikum ! Peacee ^_^v Heyyy . Baru je julia letak "Thanks For Reading , Leave Your Comment"  tu kan , ada je orang ...
  • (no title)
    .Assalamualaikum ! Peacee ^_^v Heyy . Tutorial ini dah lama di-request oleh ramai orang . Ramai yang tergila- gila suruh Lyssa buat nuhh ...
  • rahsia mcm mne nk wat welcome to my blog clic here to enter
    hua dengar ajer tutorial nie hahahahaha semua org nk sangat kan tutorial nie kat kurang.. kurang nk kan wat tuh ukay ukay now julia ajar ser...
  • (no title)
    .Assalamualaikum. Cewahh . aduyy . Terasa lama nye Lyssa takk buat tutorial untuk korangg kan ? Sorry ye . Atas sebab - sebab tertentu lah ...
  • (no title)
    .Assalamualaikum ! Peacee ^_^v Ok . Setelah Sekian Lama , korang dok tanya - tanya Lyssa macam mana nak letak iklan dekat blog .. Lyssa te...
  • letak cute icon di sebelah blog list..
    Assalamualaikum ! Peacee ^_^v Heyy . Tadi , belek - belek fesbukk julia , ada mintak kongsi tutorial yang dihasilnya sendiri , di blog Ly...
  • (no title)
    Helow .. Helow.. Heloww :) HAHA!! :) Bila korang tengok je title post ni . korang mesti tersenyum lebar kan ?? hahahaha!!!! Tuh lah  , kor...

Followers

*korang copy code kat bawah nie letak kat blog korang auu:)

cursor

 

My Blog List

  • lovely girlz..n tutorial tuk korang
    rahsia mcm mne nk wat welcome to my blog clic here to enter
    13 years ago

follow this blogger

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif0xTX3NmC0hq-rMRjFpWCuRgrcV12RS8GWx__6e8k4Jdv4EKfbVw2binWp5K_tf9lJVQUZE8o3IDd5PN_mupddSlQMfR_ym27cnc4YxXHdyYYSkTTUlAZlTgl2PciYUXLZwLeoTxrElDR/s1600/folopurple.png
[close]
thks sbb terjah blog julia nie hah....come again tomorow...sebelum pergi tinggal kan komen...n jgn lupe follow julia gak kay guyz...



Gratisan Musik

Blog Archive

  • ▼  2012 (6)
    • ▼  January (6)
      • rahsia mcm mne nk wat welcome to my blog clic here...
      • cursor bubble
      • twitter bird berterbangan dlm blog kurang
      • care wat tittle blog bergerak
      • letak bunga api kat blog kurang nk x?..
      • asalamualaikum yang berkilat...
  • ►  2011 (53)
    • ►  December (4)
    • ►  November (49)

About Me

My photo
julia was here
View my complete profile
whatever. Picture Window theme. Powered by Blogger.