MIRACLE ;


Assalamualaikum and hei . Wassup . Just not in mood to update any tutorial or freebies right now . Of course you can know about what i'm feeling right now . Just 3 days more for my super dimple dgvfdhbjfsnghk holiday .. Yup , you know what ,   i'm so so so so boring stay at home without going anywhere and just wake up from my sweet dream . /lol\ and here we go , to my beloved PC , this is my 'thing' that i really need right now . For completely my dgvfdhbjfsnghk holiday . 

Actually , it just too upset because i just have 3 days more before school started , and it's will be like ... 
-______________- ughhrrrhhh !! please , can i just stay at home and watching korean drama by myself. 

But i know i can't do that , isn't ? i'm still a teenager girl and a student that must go to a school for my own future. for my OWN future . So, even i want , or don't want , i still must go to the school . And now , i think again with my simple dimple life ,,,,  go to the school by bus and friend with same girls. it just ... sucksss !! totally suck , you know. 


Okay , actually , sometimes , i know that i'm not grateful with my life and always sigh , isn't ? you even know it right now when you read this entry. But , i'm not too lazy to go to school . But i just, not ready yet . I just wanna change my life to be better than the days before i'm started my mid year holiday . Sometimes, i just thing , why my life is like this . And why ? , i'm too introvert . Always lonely . Always keep in alone and just wanna be alone . That's the problem .

I always think , to be good like someone else . sometimes , i just can smile and say to my own " why she had a good life like this ? why ? why ? why she had such of this way for her life , can i be like her ? can i ?" 

ughhhh !! i know , i'm too over to be a perfect girl in the world . I just can say , why she so perfect in my eye . But i know , i almost forget about one thing . " nobody perfect " .. Even she looks perfect in my eye , but i know, there must something that will be same like me . I just can move on with those quotes that can make me felt appreciated , that make me felt , everybody in these world , same like me . So, just think positive and don't ever ever gave up , don't ever ever lose hope to be success and just think , miracle will happen if i keep praying and keep trying , keep hardworking for my own future.

Sometimes , i know , i'm too shy to talk with others people and i know , that's my attitude .So, even i sigh , even i complain , even i says what other things about my life , it doesn't change if not i'm make a move , and make a choice to change it , am i right ?

These image , makes me conscious , why i must change my life , and don't ever ever sigh ( like this entry ) , and just move on with your own style . Don't ever ever  felt that your the awful person in this world.
I gonna try with these quotes , to change my life and make it like what i want .










Okay, when i read all of these quotes , i know that i can do it , if i had  a positive thinking .So , just thinking positive and you can do it Afrina ! Just do it until get it what you want in your life :')

I think , this is my last entry / post in this blog . I just wanna hiatus . And of course because of the big exam , PT3 . I must prepared for this exam and do my best , and hope my result will make my parents proud of me :) Hope you can praying for me .

# just ignore with my broken english . I'm not American student . I'm just trying to speak in english and improve my grammar slowly . if you think so hardly to read this entry , just translate it from google-translate . simple right ? /lols\ . i'm just a kid that batak / bajet / poyo to speak in english . HAHAA .


Assalamualaikum . :) 

Tutorial : Background bertukar tukar (TD)

Assalamualaikum and annyeong . Tutorial ni bermaksud , kalau korang tekan older post ke , tekan tutorial korang ke , atau apa apa saja page dekat blog korang , background blog korang akan berubah ubah .

korang cuba la try dulu, kalau contohnya tak menjadi , mohon maaf dan fina akan cari kesilapannya :)

tapi this tutorial just for template designer sahaja .. hoho .

1.dashboard > template > edit HTML
2.macam biasa tekan triangle hitam kecil yg pertama ,
3.ctrl + f cari code ,

]]></b:skin>

4.copy code bwah ni ,

<b:if cond='data:blog.url == &quot;linkkorang&quot;'>
<style>
body {
background-image: url(url background);background-position: center; background-repeat:repeat; background-attachment: fixed;
}
</style>
</b:if>

5. paste dekat bawah code yang korang cari tadi .

oren : link korang
biru : url background

# kalau korang nak buat banyak banyak , copy paste  je code step nombor 4 tu dan paste dekat atas  </style> 

( pastikan waktu korang copy lagi sekali step numbur 4 tu , korang jangan copy sekali </style> terakhir tu . ada paham ?

# misal kata bawah code ]]></b:skin> ada code lain etc , favicon ke ape ke , korang paste je code atas ni  , dekat bawah code favicon tu ... tak faham sila comment , fina terangkan secara terperinci even dah tak tahu macam mana nak terang lagi .. /lolss\ tapi tak apa fina try cuba terangkan :)

6.preview , save

Open New Tab (TD)

Assalamualaikum and annyeong :) Okay , tadi fina buat untuk blogskin , sekarang for template designer pulak . open new tab , bila kita tekan older post ke , newer post ke , or other links, dengan automatiknya dia akan bukan tab baru .
 let's start .

1.dashboard > template > edit HTML
2.ctrl + f , cari code

<head>

# pastikan korang click triangle hitam kecil pertama tu dulu sebelum search

3copy code bawah ni .

<base target='_blank'/>  

4.paste dekat bawah code yang korang cari tadi
5.save

Tutorial : Open New Tab

Assalamualaikum and annyeong . Straight to the point aje lah . Maksud tutorial ni , bila kita click link , automatik dia akan terbuka dekat tab yang lain . Tak kira lah older post or newer post .

1. dashboard > template
2. cari code

<head>
atau

</head>

3. copy code bawah ni .

<base target='_blank'/>
 4. paste dekat bawah code <head> tadi .
5. save .

# kalau nak preview tak pasti boleh appear 'keberhasilannya' ke tak .
Btw , selamat mencuba.

Tutorial : Image Hover Ber-Rainbow

Assalamualaikum and annyeong :) Tutorial seterusnya untuk buat image hover ber-rainbow pulak . Kalau korang biasa blogwalking blogwalking tu , korang selalu nampak image akan bertukar warna warni kan bila di sentuh . Look fun ?
So ? nak buat ?
follow this step .

1.dashboard > template
2.ctrl + f , cari code

</style>

3.copy code bawah ni pula

img {
filter: hue-rotate(360deg);
-webkit-filter: hue-rotate(360deg);
-moz-filter: hue-rotate(360deg);
-webkit-filter;(1);
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
transition: all 0.7s linear;
}
img:hover {
filter: hue-rotate(0deg);
-webkit-filter: hue-rotate(0deg);
-moz-filter: hue-rotate(0deg);
-webkit-filter;(0);
}

 4. paste dekat atas code </style> tadi tu .
5.preview and save :)


Tutorial : Image Hover (Vibrate)

Assalamualaikum and annyeong :) tutor pasal image hover lagi . Image hover yang ni , apabila cursor sentuh pada gambar , it will vibrate . Kalau tak faham , korang boleh try dulu tuto ni and preview , kalau rasa suka save : )

1.dashboard > template 
2.ctrl + f , cari sama ada code ni 

<style>

atau 

</style>
3. copy code bawah ni 

var rector=3
///////DONE EDITTING///////////
var stopit=0
var a=1
function init(which){ 

4. paste bawah code tadi tu .
5. copy code bawah ni pulak .

<imgsrc="URLIMAGE"width="200"height="200"class="shakeimage"onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()">
6.paste je dekat mana mana . suka hati korang . 

oren : URL image
biru : lebar image
hijau : tinggi image

Tutorial : Image hover (zoom)


Assalamualaikum and annyeonghaseyo . Pagi yang indah ni tiba tiba nak bagi tutorial pulak kan . Image hover ( zoom ) ni , maksudnya bila cursor sentuh gambar , automatik gambar tu akan membesar . 
Kalau tak faham , korang boleh try dulu . 

Blogskin / classic template :

1. dashboard > template 
2. ctrl + f , cari code 

</style>
template designer :

1. dashboard > template > edit html ( click triangle hitam yang pertama tu )
2. ctrl + f , cari code 

/* Header
3. copy code bawah ni  pula

img {-moz-transition: 0.5s;-webkit-transition: 0.5s;}img:hover {-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transition: 0.5s;-webkit-transition: 0.5s;} 
4. paste code tadi , dekat atas code </style> atau /* Header 
5. preview and save 


Tutorial : Sidebar title background

Assalamualaikum and annyeong . Straight to the point . Sidebar title background for blogskin aka denim template

1.dashboard > template > edit html
2.ctrl + f , cari code 

.sidebar h2 {

3. delete code tu dengan anak anak code dia sekali
4.gantikan dengan code bawah ni pula

border-bottom: 2px solid #8A4B08;
border-top: 2px solid #8A4B08;background: url (URL BG);margin: 1.6em 0 .5em;padding: 4px 5px;font-size: 12px;font-family: Verdana;letter-spacing:1px;text-align:center;color: #000;}   

5.preview & save

Yellow : Tebal border
Blue : Warna border
Green : Solid / Dashed / Dotted
Pink : URL Background
Orange : Saiz font
Purple : Jenis font

Tutorial : Sidebar Title background


Assalamualaikum and annyeong . Ni cara cara untuk buat sidebar title background . ( jangan confuse , ni bukan letak image title background ye )

this tutorial just for template designer only ,okeh 

1.dashboard > template > edit html
2.ctrl + f , cari code

h2 {

3.delete code tu dgn ank anak code tu sekali
4.gantikan dengan code bawah ni

border-bottom: 2px solid #8A4B08;
border-top: 2px solid #8A4B08;background: url (URL BG);margin: 1.6em 0 .5em;padding: 4px 5px;font-size: 12px;font-family: Verdana;letter-spacing:1px;text-align:center;color: #000; 

5.preview and save

Yellow : Tebal border
Blue : Warna border
Green : Solid / Dashed / Dotted
Pink : URL Background
Orange : Saiz font
Purple : Jenis font

Tutorial : Post title background


Assalamualaikum and annyeong . Teruskan dengan tutorial yang kedua untuk malam ni . Tadi untuk template designer , sekarang for denim template aka blogskin .

1.dashboard > template > edit html 
2.ctrl + f , cari code 

.post-title {

3. delete code tu dengan anak anak code dia sekali .
4. gantikan dengan code bawah ni 


border-bottom: 2px solid #8A4B08;
border-top: 2px solid #8A4B08;background: url (URL BG);margin: 1.6em 0 .5em;padding: 4px 5px;font-size: 12px;font-family: Verdana;letter-spacing:1px;text-align:center;color: #000; 

5. preview & save


Yellow : Tebal border
Blue : Warna border
Green : Solid / Dashed / Dotted
Pink : URL Background
Orange : Saiz font
Purple : Jenis font

Tutorial : Post title background

* omg , i love your hair this time *

Assalamualaikum and annyeong . Maaflah tiba tiba menayangkan gambar bias fina di entry ni . Tapi fina puas hati dengan gambar yang fina jumpa .xD /lolss\ ape yang fina cuba cakapkan ni pun fina tak faham ..
Fina dah lama tak buat tutorial , tiba tiba malam ni terajin pulak enn .. mungkin ramai yang dah tahu , not mungkin , tapi memang .. HAHAA ..

okay, tutorial ni for template designer sahaja .

Template designer :

1. dashboard > template > edit html
2. tekan ctrl + f cari code bawah ni

h3.post-title, .comments h4 {

3.delete code tu dgn ank ank code tu
4. gantikan dengan code dengan bawah ni

border-bottom: 2px solid #8A4B08;
border-top: 2px solid #8A4B08;
background: url (URL BG);margin: 1.6em 0 .5em;padding: 4px 5px;font-size: 12px;font-family: Verdana;letter-spacing:1px;text-align:center;color: #000;

5. preview & save

Yellow : Tebal border
Blue : Warna border
Green : Solid / Dashed / Dotted
Pink : URL Background
Orange : Saiz font
Purple : Jenis font

Awesome Rara Deluxe Giveaway



Klik banner untuk join : )

Big thanks to :

Sponsor-sponsor awesome iaitu ShaZa Kpop Online,Button Badge Bajet,A.M Kpop Shop,Hanbok Media Kpop Shop | Kpop Online Store | YS Online Shop | Korean Shop Collection | My Stitching World and Shop | Muslimah Attire Madness | Lilly Lolly | Shahoney Kitty Shoppe | NIF Collection | Lady Passion Style | Slim Beautycare SBC | Stylez Store House | Red Boutique House | Yana Pink Blossom  | Papa Mama Buah Cinta | NZ Wardrobe | Ekinrazali da tailor | Siti Hajar Karim | Siblingshoppe.Giveaway ini dianjurkan oleh Rara Deluxe 

Senarai Hadiah :-
  • 1 Korean single or mini album x 1 by ShaZa Kpop Online
  • 1 set Button Badge BAP x1 by Button Badge Bajet
  • 1 topi BAP x 1 by Kpop Online Store
  • 1 barang misteri EXO x 2 by YS Online Shop
  • EXO Overdose Lomo Cards Set (30pcs) by A.M Kpop Shop
  • Kai Official Button Badge by Hanbok Media Kpop Shop
  • Shinee Everybody Photo set B by Hanbok Media Kpop Shop
  • Exo watch by K-Kiomi Market
  • Random Kpop Badge x3pcs by A.M Kpop Shop
  • 1 Exo file by Korean Shop Collection
  • 1/2 Exo standee by Korean Shop Collection
  • 1 shawl by My Stitching World and Shop
  • 1 handsocks x 2 by Muslimah Attire Madness
  • 1 cute bookmark x 1 by Lilly Lolly
  • 1 pore strip x 1 by Shahoney Kitty Shoppe
  • 1 keychain x 1 by Shahoney Kitty Shoppe
  • 1 inner neck magic x 1 by NIF Collection
  • 2 hand mask x 2 by Lady Passion Style
  • Shawl x 1 by Slim Beautycare SBC
  • Shoe under the bed x 1 by Stylez Store House
  • Jumpsuit x 1 by Red Boutique House
  • Ladies accessories x 2 by Yana Pink Blossom 
  • Topup RM 5 x 2 by Papa Mama Buah Cinta
  • Topup RM 5 x 1 by NZ Wardrobe
  • Topup RM 10 x 1 by NZ Wardrobe
  • Tooup RM 5 x 4 by Ekinrazali da tailor
  • Topup RM 10 x 5 by Siti Hajar Karim 
  • Voucher RM 4 untuk semua peserta by Siblingshoppe
ariexxn