klik nuffnang

15.12.09

2

request tutorial

assalamualaikum kawan-kawan
sape2 yg nak request tutorial,
boleh request kat cni...
aku akn cube carikkan utk korg ea...huhuhu
i'll try my best...
aku juz nak share ape yg aku tau je...
hihhihihihi....thank u
lots of love
thanks for reading ♥ ekinyusri

12.12.09

2

tab menu

tutorial ini adalah untuk membuat tab menu kat bahagian atas tue...ada templatyg dah ade tab menu..tp klu templat yg biase,yg kite buat sndr,xde tab menu...dah lame aku blaja nak wat tab menu nie...dan akhirnye aku berjaye gak...let try it!!!

1. LAYOUT > edit HTML

2. klik pada 'expand widget'

3. copy and paste kod kat bawah nie,dan letak kat atas kod nie ]]></b:skin>


#navigation{font-size:110%;
height:2.2em;
line-height:2.2em;
margin:0 1px;
color:#999;
}
#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ccc;
white-space:nowrap;
}
#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #999;
}
* html #navigation a {width:1%;}
#navigation a:hover{
background:#ccc;
color:#fff;
text-decoration:none;
}


4. kemudian carik kod bawah nie plak


<b:section class="header" id="header" maxwidgets="1" showaddelement="no">


5. then ubah macam kod bawah nie...copy and paste je


<b:section class="header" id="header" maxwidgets="10" showaddelement="yes">


6. then SAVE TEMPLAT...jgn lupe plak

7. pastu gi kat PAGE ELEMENT plak... klik ADD GADGET,pilih HTML/JAVASCRIPT

8. copy and paste kod kat bawah nie


<div style="text-align: center;">
<div id="navigation">
<ul>
<li class="selected">
<a href="http://blogkamu.blogspot.com/">Home</a></li>
<li><a href="http://blogkamu.blogspot.com/search/label/LABEL" >Link Label</a></li>
<li><a href="http://blogkamu.blogspot.com/">Blogroll Links</a></li>
</ul>
</div>
</div>


9. Lastly, SAVE it

NOTE : gantikan URL tulisan warna biru tue ngan URL blog anda sendiri k...

selamat mencuba~
lots of love
thanks for reading ♥ ekinyusri
0

memaparkan jumlah entri & jumlah komen

tutorial ini berfungsi utk memberitahu total entri yg kte dah post dan total komen yg kte terima utk setiap post kite...try it!!!


1. Masuk ruangan LAYOUT

2. Klik pada PAGE ELEMENT dan ADD GADGET

3. Kemudian pilih add HTML/Javascript

4. Copy kod di bawah nie


JUMLAH KOMEN

<script style="text/javascript">
function numberOfComments(json) {
document.write('Total Comments : <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');}
</script>
<script src="http://originalbyekin.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"/></script>



JUMLAH ENTRI

<script style="text/javascript">
function showpostcount(json) {
document.write('Total Posts : <b>' + parseInt(json.feed.openSearch$totalResults.$t,10) + '</b><br>');}</script>
<script src="http://originalbyekin.blogspot.com/feeds/posts/default?alt=json-in-script&callback=showpostcount"/></script>


5. Lastly SAVE

NOTE : URL yang berwarna purple tue,URL blog anda sendiri yer
lots of love
thanks for reading ♥ ekinyusri
0

membuat link berpelangi

link berpelangi nie berfungsi bile korang mouseover kat link tue,link korg akan bertukar-tukar warna pelangi...cantik tau...jomlah try

1. gi kat LAYOUT

2. then gi kat EDIT HTML

3. copy and paste kod kat bawah nie dibawah kod <body>


<script src="http://h1.ripway.com/hanatrg/rainbow.js">

</script>



4. SAVE

ok,siap!!! selamat mencuba~
lots of love
thanks for reading ♥ ekinyusri
0

disable copy and paste

tutorial ini adalah untuk mengelakkan data-data, gambar-gambar atau ape je dari blog anda di 'copy paste' oleh org2 yg tidak bertanggungjawab...juz follow je step kat bawah nie...

1. pegi kat LAYOUT

2. klik kat EDIT HTML

3. copy kod kat bawah nie...dan paste kat atas kod </head>


<script type="text/JavaScript">
//http:hanatrg[dot]blogspot[dot]com
function killCopy(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=killCopy
document.onclick=reEnable
}
</script>


4. SAVE
lots of love
thanks for reading ♥ ekinyusri
0

buat 'overflow/scroll' dalam post

• cara nak buat overflow atau kotak scroll nie senang je...juz copy n paste code kat bawah nie
kemudian leh isi gambar,artikel,code atau ape saje kat dlm tue
(gantikan dengan tulisan 'text' berwarna biru)
anda boleh sambung semula post anda sebelum atau selepas scroll tersebut

Text
<div style="border: 1px solid ; background: transparent none repeat scroll 0% 0%; overflow: auto; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 450px; height: 100px;">
Text
Text
Text
Text
Text
Text
Text
</div>
Text

selamat mencuba~
lots of love
thanks for reading ♥ ekinyusri

11.12.09

0

senaraikan blog di google


Salah satu cara untuk meningkatkan jumlah penjunjung ke blog / laman web kita ialah dengan menyenaraikannya pada laman pencarian yang popular. Google dilabelkan antara laman pencarian yang sering digunapakai oleh orang ramai sewaktu mencari sesuatu informasi. Justeru, anda sangat disarankan untuk menyenaraikan blog / laman web anda di Google.

Caranya mudah sahaja. Anda cuma masuk ke laman web GOOGLE. Kemudian masukkan maklumat yang diperlukan. Setelah anda berpuas hati dengan semua maklumat yang anda tulis, terus sahaja tekan butang Add URL. Nah, sekarang blog anda sudah tersenarai di laman pencarian popular.

Selamat mencuba~
Sumber : Fitrah Alam
lots of love
thanks for reading ♥ ekinyusri
0

basic code

font style code :

<del> delete </del>

<s> cancel </s>

<b> bold </b>

<i> italic </i>

<u> underline </u>

<blink> blink </blink>

<br/> line tab

<hr/> straight line

<center> center </center>

show image :

<img src="URL image"/>
lots of love
thanks for reading ♥ ekinyusri
0

border

jenis-jenis border :

border-style: dotted;
border-style: dashed;
border-style: solid;
border-style: double;
border-style: groove;
border-style: ridge;
border-style: inset;
border-style: outset;

kod2 setiap border :

border-style: dotted;

<div style="border-width: 2px; border-style: dotted; border- ">
TULISKAN AYAT DI SINI
</div>



border-style: dashed;

<div style="border-width: 2px; border-style: dashed; border- ">
TULISKAN AYAT DI SINI
</div>


border-style: solid;

<div style="border-width: 2px; border-style: solid; border- ">
TULISKAN AYAT DI SINI
</div>


border-style: double;

<div style="border-width: 4px; border-style: double; border- ">
TULISKAN AYAT DI SINI
</div>


border-style: groove;

<div style="border-width: 4px; border-style: groove; border- ">
TULISKAN AYAT DI SINI
</div>


border-style: ridge;

<div style="border-width: 4px; border-style: ridge; border- ">
TULISKAN AYAT DI SINI
</div>


border-style: inset;

<div style="border-width: 4px; border-style: inset; border- ">
TULISKAN AYAT DI SINI
</div>


border-style: outset;

<div style="border-width: 4px; border-style: outset; border- ">
TULISKAN AYAT DI SINI
</div>


juz copy and paste je
good luck~
lots of love
thanks for reading ♥ ekinyusri