Thursday, 15 December 2011

Goodbye Alert


1. Dashboard > Design > Edit Html > Tick Expand Widget.

2. Ctrl+F search for 

</ Head>

3. Copy nih pulak n paste bawah </ Head>

<script type='text/javascript'>
// goodbye alert
function goodbye(){
alert('Ayat Korang');
}
parent.window.onunload=goodbye;
</script>


4.Merah: Ganti ngan ayat korang yea..

5.Preview n Save , Done !
Credits : feeqarchernarskylark.blogspot.com

Rainbow Link


Okay Let's start :)

1. Dashboard > Page Element > Add a Gadget > Html/Javascript.

2.Copy Code nih and paste dalam kotak Html?Javascript.

<script src="http://fwzynn.googlepages.com/rainbow.user.js" type="text/javascript">

/***********************************************

* Script edited by Ynn Ainul at http://fwzynn.blogspot.com/

* Please keep this notice intact

***********************************************/
</script>

Credits : Hafiza



Note Below Every Post


1) Dashboard>>Design>>Edit HTML>>Tick Expand Widget Templates

2) Press CTRL+F and search for this code
<data:post.body/>
3) Copy the code below here & paste it below <data:post.body/>:
<hr/><center>Pleace Click Like :)</center><hr/>
4) Replace Please Click Like with your note.

5) Click Preview and check if the note is there, if yes, then you can click save!

     
Credits : Sunshine Story

Link Hover


Let's Start>>


1) Dashboard>>Design>>Edit HTML

2) Press CTRL+F and search for this code
a:hover {
3) Copy the code below here and paste it below a:hover { :
background:url(IMAGE URL); background-repeat: repeat;
4)  Replace IMAGE URL with the URL of the picture that you want.

5) Click Preview, If there were no errors, then you can click save.

You can go to Glitter Graphics for more cute picture. Or you can choose some below here:


http://www.addemoticons.com/gif/c/addemoticons218.gif

http://dl5.glitter-graphics.net/pub/590/590935ankbyj1xx4.gif

http://www.addemoticons.com/gif/c/addemoticons409.gif

Favicon

Let's start:

1) Dashboard >> Design >> Edit HTML

2) Press CTRL+F and search for this code:
</head>
3) Copy the code below here and paste it above </head>:

4) Replace the red code with the URL of the icon that you want.
<link href='PICTURE URL' rel='shortcut icon' type='image/x-icon'/>
<link href='PICTURE URL' rel='icon' type='image/x-icon'/>
5) Replace PICTURE URL with the picture that you want.

Here are some free favicons for you:
http://sl.glitter-graphics.net/pub/440/440576q8wrax7se2.gif
 http://sl.glitter-graphics.net/pub/644/644197xychjg5cjg.gif
http://sl.glitter-graphics.net/pub/1008/1008951xbh88shb03.gif
http://sl.glitter-graphics.net/pub/137/137456a7yi159cti.gif
http://sl.glitter-graphics.net/pub/903/903105vqcmxwrij0.gif

You can find alot of icons >here<

6) Preview, Save And Done :)
Credits : Sunshine Story  

Tuesday, 13 December 2011

Disabled Right Click with Alert.


Harini Fatihah nak share ngan korang cara cara nak buat Disabled right
Click,semua dah tau kan macam mne tu?skrang ni fatihah nk ajar cara nak
buat Disabled Right Click tu ;)

1.Design>Add a Gadget>HTML/Javascript.

2Copy code ni gne ctrl+c.

<script language=javascript>
<!--

//edit by unwanted

var message="Tulis warnig warning anda yg menakutkan tuh ";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>

3.Preview n Save ' Selamat Mencuba ' Bye !!

Sunday, 11 December 2011

Perhatian Kepada Follower Follower.




Holla Friends n Assalamualaikum !! dah lama kan fatihah tak update blog ni ?nak tau tak sbb apa ? Fatihah telah pon tukar ke blog baru ! *betul ke ayat aku nihh ? --' so ni lah blog baru fatihah.

harap korang follow blog ni >> http://cutestdreamever.blogspot.com.

Monday, 15 August 2011

Tutorials # 2 : Facebook Like Button !!

assalamualaikum ? kali ni first time Tieha buat tuto ..hehehe kali ni terajin skit rse macam nak buat tuto jer ..tau tak ape tu Facebook like button ?alaa..like button tu macam ade satu button yg lte ble like  tu. cm ni..


Nampak tak ? yg tieha dah bulatkan warna merah tu ??

okay...let's begin !! :D

1.Dashboard  > Design > Edit HTML > Tick Expand Widget.
2.Ctrl +F then,cari code nih
 <data:post.body/>
3.lepastu, copy code ni and paste kat bawah code tadi tu.

<br>Ayat Korang <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show-faces=true&amp;width=530&amp;height=60&amp;action=like&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:530px; height:60px'/>
</br>
</br> </br>

4. Ayat yang warna merah tu tukar dengan ayat korang sendiri okay ..

5. Save and Preview

Selamat Mencuba !!

Sunday, 14 August 2011

Tutorials # 1:Image Animation Hover

assalamualaikum smua !! harini rse rajin pulak nak buat tuto...harini rse nak buat tuto Image Animation Hover ..
Image Animation Hover tu macam ble kte ltakan cursor kte kat pic ..pic tu akan jdi melengkung nak tau cbe ltakan cursor kat gambar blog nie ? mlengkung kan ? okay jom Tieya ajarkan ...tak tau cube grakkan cursor korang kat pic nie..

nampak tak ? dyer jdi mlengkungkn ?? tu lah image animation hover..

1. Dashboard > Design > Edit HTML

2. cari code nih :-
 
    /* Header 


3. Da jumpa ? Copy code nie  plak and ltak kat bawah code yg nombor 1 tdi ..


    /*------ IMAGE ANIMATION------*/img {filter:alpha(opacity=100);-webkit-transition-duration:.5s;} img:hover {filter: alpha(opacity=60); opacity: .6; -webkit-box-shadow: 0px 0px 20px #000000; -moz-box-shadow: 0px 0px 20px #000000; -webkit-border-top-right-radius:30; -webkit-border-top-left-radius:30; -webkit-border-bottom-right-radius:30; -webkit-border-bottom-left-radius:30;}img:hover {filter: alpha(opacity=60); opacity: .60; border: 1px solid#000000; border-radius: 50px; -moz-border-radius: 50px;}-moz-opacity:1.0;opacity:1.0;}img:hover {filter:alpha(opacity=80);-moz-opacity:0.80;opacity:.80;}u {text-decoration:underline;border-bottom: 2px dotted #ff0080;padding: 0px;}


4. yang code warna merah tu korang tukarkan dengan clour code yg korang ske yer ... tkan sini


Slamat mncube !!