Tutorial : Style title blog beside the favicon

Assalamualaikum and annyeonghaseyo ..Style title blog beside the favicon maksudnya macam title blog fina yang ada di sebelah favicon tu . Huruf tu akan keluar satu satu and ulang .

Senang sebenarnya nak buat . tapi hanya untuk template designer ajelah yng boleh . sbb fina sendiri takut kalau nak try dekat blogskin . takut nnti code dia akan terkeluar dekat blog . /biasa jadi mende tu .\

1.dashboard > layout > add gadget > javascript
2. copy code bawah ni .

<script>
function tb8_makeArray(n){
this.length = n;
return this.length;
}
tb8_messages = new tb8_makeArray(3);
tb8_messages[0] = "WORD";
tb8_messages[1] = "WORD";
tb8_messages[2] = "WORD";
tb8_rptType = 'infinite';
tb8_rptNbr = 5;
tb8_speed = 100;
tb8_delay = 2000;
var tb8_counter=1;
var tb8_currMsg=0;
var tb8_tekst ="";
var tb8_i=0;
var tb8_TID = null;
function tb8_pisi(){
tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
document.title = tb8_tekst;
tb8_sp=tb8_speed;
tb8_i++;
if (tb8_i==tb8_messages[tb8_currMsg].length){
tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
}
if (tb8_currMsg == tb8_messages.length){
if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
clearTimeout(tb8_TID);
return; } tb8_counter++;
tb8_currMsg = 0;
}
tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
}
tb8_pisi()
</script>


biru : tukar kepada title blog (jangan terlampau panjang)

p/s : jangan delete mana mana code . kalau tak mungkin akan jadi lain .

Assalamualaikum . :)

Tutorial : Sign in Cbox (edit cbox)

Assalamualaikum and annyeong . Actually tutorial ni semestinya ramai yang dah tahu , cuma ada sesetengah new bie still tak tahu macam mana nak buat cbox . Tapi yang ini just a basic step , tapi kalau nak buat cbox macam fina tu , fina akan ajar lain kali lah ye .. :P insya-Allah .

1. pergi ke cbox
2.  click get your own free cbox now !

3.akan keluar macam gambar dekat bawah ni, boleh isi mengikut kesesuaian blog.

 1. cbox name : kalau boleh letak nama yang jarang sangat orang letak/ guna . klau nama yang senang nak jumpe nnti error (tk boleh creat cbox)

2.email address : email blog korang .
3.password : yang korang senang ingat .. ( letak je password blog )
4.website : url blog korang .
5.language : english
6.style : lebih okay , kalau transparent , sbb senang nk edit or nk letak background .
7.  tick -  terms and conditions of service.
8. click create my cbox kalau tk ada problem .

p/s : pastikan ingat password dan juga cbox name . sbb kalau contohnya korang nak edit , korang masuk je cbox name dengan password , tk payah nak buat buat baru lagi :) 
SIAP ,,korang punnye cbox dah menjadi .

tapi korang punya cbox bentuk basic ja lah . so, kalau nk edit cbox bagi nmpk lawa sikit .

korang nampak button button atas tadi tu , tekan LOOK & FEEL
nnti dia akan keluar anak anak kecil and then tekan


 , ubah ikut citarasa korang .

LOOK & FEEL >> style presets (biasanya click transparent - tapi ikut suka lah )

LOOK & FEEL >> colour and fonts

nnti akan keluar gmbr sebelah tu , masa edit, nnti dia akan tunjukkan skli :)

EDIT CSS , tk perlu usik  buat masa ni . :)

kalau nak letak smile macam fina ,
tekan /sentuh options >> smilies

ubah macam biasa . klau nak ambil smiles daripada luar pun boleh . boleh ambil drpd favicon , (icon maybe terlampau besar . )

nk ambil code cbox masuk dalam blog just tekan PUBLISH .

blogskin : letak dekat sidebar .
template designer : add javascripts  .

Assalamualaikum .

Tutorial : Private Folder

Assalamualaikum and annyeong :) Malam ni tiba tiba rajin pulak nak buat tutorial , and ini boleh di katakan lama jugaklah tak buat tutorial sebab selama ni hiatus lah, private lah, update macam macam tu je .. and tibe tibe malam ni meroyan nak buat tutorial . okay, that's me ! always meroyan .. +_=

and , tkpayah nak dengar fina meroyan tk tentu pasal , baik dengar mukadimah tajuk tutorial ni ..

setiap computer mesti ade folder kan ? tipulah kalau tkde . tp ni fina nak ajar cara buat private folder. mean, tk ade sesiapa boleh masuk folder yang korang bikin tu . Kalau nak masuk pun dengan menggunakan password shje. Kalau contohnye nak cari dekat ruang SEARCH pun tkkan jumpe .. 

acece,, bunyi macam gempak gilooo jee.. -,-  and actually, first time fina buat pun macam excited tibe tibe .. oh lupe, fina sebenarnye jumpe tutorial ni dekat someone blog ni, (mase fina dok blogwalking sane sini) , and now, fina lupe yang empunya tutorial ni .. -,- maapin saya ... tp fina CREDIT TO OWNER okay :D

okay straight to the point ..

1. right click (dekat mana mana ) >> new >> new folder
*okay , minta maaf sebab gambar agak bercelaru, sebab background desktop fina memang neutral sikit, alam semula jadi .. huhu ^^ *

2. Open folder tu >> new >> text document

3.open text document >> copy code bawah ni ,
cls @ECHO OFF title Folder Private if EXIST "HTG Locker" goto UNLOCK if NOT EXIST Private goto MDLOCKER :CONFIRM echo Are you sure you want to lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Private "HTG Locker" attrib +h +s "HTG Locker" echo Folder locked goto End :UNLOCK echo Enter password to unlock folder set/p "pass=>" if NOT %pass%== PASSWORD ANDA goto FAIL attrib -h -s "HTG Locker" ren "HTG Locker" Private echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Private echo Private created successfully goto End :End
4.Paste dalam text document tadi .
*notice : jangan ubah apa apa code dalam tu kecuali yang berwarna biru itu shje .*

biru : tukar kepada password anda.

5.4. Save as nama text document tersebut sebagai locker.bat dan save as type kepada All Files.

lepas tu nnti dia akan keluar macam ni .

tekan yang locker tu ..

kalau nak private kan , tekan y and enter (bukan serentak - kang rosak keyboard -,- )
and folder yang tulis private tadi akan tibe tibe hilang because dia hide  . and kalau nak bukak balik  folder private tu . tekan locker tu , and type password korang .

and bile korang nak private balik (tutup folder) , tekan locker and tekan y and enter .

rasa tu je kot . and fina sarankan , code atas tu copy and paste and save dekat computer, laptop korang, supaye kalau korang nk buat private folder lagi, senang . tp kalau tk pun , jenguk jenguk lh fina punnye blog .. :) kekeke..

*PERHATIAN : NO RE-TUTORIAL okay . kerjasama anda amat saya hargai ,

Assalamualaikum . :)

segmen: pencarian bloglist by Anna96

Assalamalaikum ,, hehe , sebenarnya tak ada pun nak cakap , cuma marilah ramai ramai jom join segmen bloglist ni ye :) hanya perlu ikut syarat syarat di blog nye shje . boleh click barner kalau nk join :) Annyeong .

Template Designer

Assalamualaikum and annyeonghaseyo :)  ahaa ,, hiatus , and then private .. and now back with a new new new skin . with simple dimple skin . actually , this is not blogskin anymore , and now i'm trying to use template designer or else denim template .. Okay and now, i know how difficult it is .. and i think, blogskin is more easier then denim template .. and with my patient , with 1 WEEK , and .. tadaaa ~~ what do you think ?

Simple ? yurp .. i just can do this simple skin because .. actually , not the first time i'm use template designer , but that's a loonggggg time ago , so i forgot already how to edit it again, and when i used blogskin, i think , it more easy and i just change my denim template to blogskin with no hesitate .

And now, i'm just trying to change back into denim template . And i think, all the tutorial , with the most helped --> Kak Wanaseoby <-- because she had more tutorials about denim template and she had a beautiful and cute skin .. actually, a long ago, i guess, Kak Wana used blogskin, but i'm totally wrong . i think she is a DAEBAKK girl you know.

You know what, actually , the point i wanted to change my blog into template designer because, i dissatisfaction with my skin ,, actually , i wanted edited my blog, with my own efforts even with others helped like i say just now , but i learned from her :) And actually, i proud of my self.. kekeke .. batak maybe ?

okay, actually nothing to say , but i hope you will visited my blog again and again okay , :) btw, pray for me , pray for my exam that was had on mac :) Gomawo , Assalamualaikum . :)

Hiatus;


Assalamualaikum and annyeong haseyo .. actually still miss to update in this blog . Btw , i can't online everytime like last year .. very freedom ,,, haha,, actually not too ,, PBS still on .. but , this year ,, i must more concentrate with my study because of the BIG EXAM = PBSMR that i must occupy ... btw , this exam not easy like i think .. i think ,  PBSMR just like UPSR , that is just 4 subjects that i must pass.. but ,,, i totally wrong .. actually PBSMR is toooooooooo  complicated then i think .. and it's too difficult then PMR , okay .. !!!! All the questions just like to kill me and all my batchh .. seriously ..

all my teachers said that " all the questions , they get from HOTS , i think all of my batch '99' know what is meaning of that ..  .. high order thinking skills..  okay actually this entry not to discuss and share with you all about PBSMR or HOTS .. but , like you see at the above picture .. i must hiatus for awhile .. but i don't know until when .. i think , i'll stop for share my tutorial or freebies too because that's no time to online .. but i think , just for awhile .. because i always miss to update in my simple dimple blog... hahahaxxx..

Actually , i don't know , why i must do such this hiatus entry .. lolss.. like DIVA , that's squeezes like a popular girl , you know... haha ,, i think nobody know me and nobody care about me , even i want to hiatus or not , just not to annoy anybody , that's enough i think .. hahahax .... 

And sorry , because i can't blogwalking like always .. i think, all of you will pray for my happiness /.. hehe :) 

Thank you for reading.. btw , don't even mind about my broken english,grammar , vocabulary or others such an english false... 

Assalamualaikum :) May Allah bless you all ,,,

I want EXO-M postcard Giveaway

http://idahabdulrashid.blogspot.com/2014/02/i-want-exo-m-postcard-giveaway.html

click barner kalau nk join this gempak giveawayyy ..
Assalamualaikum and annyeonghaseyo .. okay, felt excited giloooo .. ye la , dah lama tak menghapdate post kan ?? so, tbe tbe terbaca satu jemputan dekat cbox .. Kak Idah , jemput fina untuk join GA dia .. and , fina dah tentu tentunye exotic aka exostan kannn ?? so,, rasa rugi pulak tk masuk,,, syaratnye lime jee. .. rugi kott sape tak masukkk .. hahahaxx... and of course macam orang lain jugak... fina harap harap sangat yang fina akan menang.... sape tak na esxo postcard kannnn ??? hahahaa.. ...

fina actually, minat Do Kyung Soooooo ,,, tapi sebab syarat GA nak,, Exo M ...

So, fina minatttt ..  KRIS

haha ,, kay tu jeee... Harap menang :)
ariexxn