welcome page-tekan terus masuk blog

Amy Munirah | Thursday, September 15, 2011 | 6Comments |
Assalamualaikum .Amy kembali bertuto. tuto akhir sebelum pmr:D .
nampak gambar dekat bawah nih tak kalau masuk-masuk blog amy.


nak buat tak ? untuk yang tak buat lagi jehh :)
1) Mula-mula korang buat lha imagenye dulu.kalau amy,amy buat dekat photoshop jehh,senang, tak payah nak transparentkan lagi guna gimp.
2) Lepas tu upload lha image yang korang buat tu ke photobucket.
3) Then,g dashboard->design->edit html->tick expand widget(penting ye)
4) Cari code ini
]]></b:skin>
5) Lepas tu,copy code kat bawah nih and paste dekat atas code yang korang cari tu.ingat taw,atas ! :)

/* to top */
#toTop { width:100px;background:none;border:0px solid #ccc;text-
align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#666;text-
decoration:none; }
</style></head>
<script language="javascript" type="text/javascript">
/* toggle() checks to see if the images has already been faded
or not and sends the appropriate variables to opacity(); */
function toggle(el,milli) {
// Get the opacity style parameter from the image
var currOpacity = document.getElementById(el).style.opacity;
if(currOpacity != 0) { // if not faded
fade(el, milli, 100, 0);
} else { // else the images is already faded
fade(el, milli, 0, 100);
}
}
/* changeOpacity() uses three different opacity settings to
achieve a cross-browser opacity changing function. This
function can also be used to directly change the opacity
of an element. */
function changeOpacity(el,opacity) {
var image = document.getElementById(el);
// For Mozilla
image.style.MozOpacity = (opacity / 100);
// For IE
image.style.filter = "alpha(opacity=" + opacity + ")";
// For others
image.style.opacity = (opacity / 100);
}
/* fade() will fade the image in or out based on the starting
and ending opacity settings. The speed of the fade is
determined by the variable milli (total time of the fade
in milliseconds)*/
function fade(el,milli,start,end) {
var fadeTime = Math.round(milli/100);
var i = 0; // Fade Timer
// Fade in
if(start < end) {
for(j = start; j <= end; j++) {
// define the expression to be called in setTimeout()
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
// setTimeout will call 'expr' after 'timeout' milliseconds
setTimeout(expr,timeout);
i++;
}
}
// Fade out
else if(start > end) {
for(j = start; j >= end; j--) {
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
setTimeout(expr,timeout);
i++;
}
}
}
</script>
<center><div class="input" onClick="javascript:toggle('wise', 3000); this.style.display='none';
document.getElementById('june').style.display=''">
<img src="URL IMAGE"
style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=40"/>
</div></center>
<div id="wise" style="filter : alpha(opacity=0); -moz-opacity : 0; opacity : 0;">
<div id="june" style="display : none;">
<body>
6) Warna merah tu url image korang yang korang upload dekat photobucket tadi:)
7) Then save lha. ha,kalau dy ade cakap macam ni
would you like to keep these widgets on your blog or delete them ?
8) Just tekan DELETE oke. then selesai,tengok lha hasilnye:)
selamat mencuba.

Thank you for reading

Letak Lagu dalam blog versi 1

Amy Munirah | Wednesday, September 07, 2011 | 0Comments |
Assalamualaikum.hoho ,dah bersawang blog amy nih.lama gila tak update.oke,versi 1 nih guna musicdumper,kalau nak guna youtube amy tak sempat lha nak buat tuto.korang cari lha kat tuto mana-mana.ala,sebenarnye ramai yang dah tahu kan-kan,so amy saje na buat tuto nih.HAHA xd.


1) Mula-mula dashboard->design->page element->add gadget->html/javascript.
2) Lepas tu pergi ke musicdumper nih ,mesti lha pergi ke link nih kan,kalau tak mana na dapat lagunye*hoho tak lawak pun*
3) Then,korang cari lha lagu yang korang nak dekat tempat search tu.kalau dah jumpa lagu yang korang nak tu,korang tengo kat tepi dy,ada song preview,and bawah-bawah lagi ada embed option macam gambar dekat bawah nih
4) Lepas tu,copy lha code yang dia bagi tu and paste dekat dalam kotak html/javascript tu ea.
5) Save.senang ja*ce wahh* :)
Thank you for reading