Pizza Hut AEON Bandaraya Melaka

  No comments    
categories: ,
Jumaat lepas sebelum balik Temerloh sempat singgah AEON Bandaraya Melaka..sampai sana terus pegi makan pizza sebab dah lama bebenor tak makan..tue yang singgah kejap sementara tiket bas pukul 3 kan..pukul 12 dah mencekik kat sana..padahal dah melantak McD kat Melaka Sentral..huhuhu korang boleh rasakan yang aku nie jenis pemakan..hahaha malas nak cite banyak jom layan gambar-gambar ini..hahahah..






Published with Blogger-droid v2.0.4

Tutorial :Calendar Blog Archieve Berbackground

  No comments    
categories: 
.Dashboard>Design>Add a gadget>Html/Java script


Copy code kat bawah ni then pastekan dekat Html/Java scipt tadi :

<div id="blogCalendar"></div>
<script type="text/javascript" src="http://lvchen-recentcomments.googlecode.com/svn/trunk/Calendar/1.0/calendar_pack.js"></script>
<script type="text/javascript">
Calendar.base="URLBLOGKORANG";
Calendar.timeZone="+08:00";
Calendar.timeZoneCheck = true;
Calendar.drawTable();
</script>
<style>
#blogCalendar {
display:block;
text-algin:center;
border:3px double  #FFE4C4 ;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
width:90%;
background: url(URLIMG);
}
#CalendarCaption a {
text-decoration:none;
}
#CalendarCaption {
border-bottom: 3px solid  #FF1493 ; -moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
width:85%;
margin:auto;
}
#CalendarTable a {
font-weight:bold;
color:  #FFE4C4 ;
}
.Today {
background:  #FFE4C4 ;
font-weight:bold;
text-decoration:none;
}
#CalendarFooter {
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
background:  #FFE4C4 ;
}
.yearInput {
color: #000000;
background:  #FF1493 ; }
.monthTable {
color: #000000;
background:  #FFE4C4 ;
}
</style></center>


Biru : Ganti dengan url blog korang.
Hijau : Ganti dengan url gambar kesukaan korang.
Merah : Boleh tukar code warna di SINI

Tutorial : Link Berpelangi

  No comments    
categories: 
.Dashboard > Design > Page Element > Add Gadget > Html/java script

.Ctrl + C untuk copy code di bawah dan paste kan .

<script src="http://fwzynn.googlepages.com/rainbow.user.js" type="text/javascript">
/***********************************************
* Script edited by zaidatulazni at http://zaidatulaznishamsuddin.blogspot.com/
* Please keep this notice intact
***********************************************/
</script>

.Save

Tutorial : Letak Lagu Dalam Blog

  3 comments    
categories: 


.Dashboard > Design > Add A Gadget > Klik HTML/Javascript.

.Copy code kat bawah ni dan pastekan kat ruangan HTML/Javascript..

<style type="text/css">
#gb{
position:fixed;
top:70px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbtab{
height:55px;
width:57px;
float:left;
cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
background:url('URL ICON') no-repeat;
}
.gbcontent{
float:left;
border:2px solid #F5A9D0;
background:url('URL BACKGROUND');padding:5px;
}
</style>
<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script>
<div id="gb">
<div class="gbtab" onclick="showHideGB()"> </div>
<div class="gbcontent">
"CODE YOU TUBE KORANG"
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script></center>



.code url icon boley cari di SINI.

.code url background boleh cari di photobucket atau mana-mana background yang korang suka.

.code you tube tue cam nie copy pastue just edit ABC untuk lagu korang suka.

<object width="55" height="25"><param name="movie" value="http://www.youtube.com/v/f3iyH7dvZT8?fs=1&amp;autoplay=1&amp;hl=en_US&amp;rel=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/f3iyH7dvZT8?fs=1&amp;autoplay=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="55" height="25" allowscriptaccess="always" allowfullscreen="true"></embed></object>

camne? cam nie jer..




.Cari lagu yang korang suka di laman YOUTUBE.

.Korang tekan SHARE > EMBED > Tick Use old embed code.

.Amek code http://www.youtube.com/..... sampai kat tanda '?' . Kalau tak jelas, sila klik gambar di atas nie, yang step 4. gantikan code lagu korang kat ABC.

.Lepas tue save.

Tutorial : Cantikkan Post Title

  4 comments    
categories: 

.Dashboard > Design > Edit HTML > Tick Expand Widget Template.
.Tekan CTRL+F/F3, search for this code :



SIMPLE TEMPLATE 

h3.post-title, .comments h4 { 

Tak jumpa? Cari code ni pulak :

h3.post-title {

atau yang ini :

h3.post-title, h4 {

DENIM TEMPLATE

.post-title {

MINIMA TEMPLATE

.post h3 {


.Now, korang boleh pilih bentuk border yang korang nak. Then, pastekan code border tu kat BAWAH code yang korang cari sebentar tadi.

.Sebelum SAVE, PREVIEW dulu. Dah puas hati, barulah SAVE.

font:normal 15px Century Gothic;
text-align:center;
border: 1px dashed #FAC1F3;
background: url(URL BACKGROUND);
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
border-left: 15px solid #FAC1F3;
}



Century Gothic boleh tukar kepada font yang korang suka.
#FAC1F3 kod nie boleh tukar kepada warna yang korang suka kat SINI.
Border pun boleh tukar kepada solid, dashed, dotted
Border-left boleh tukar ke pada Border-right
text-align boleh tukar center left atau right.