Tutorial : Dashboard & Button follow [Classic Template]
Tuesday, 28 August 2012, ϟ 0 shout(s)
For Template Designer users
Dashboard > Design > Page Element > Add Gadget > HTML/JavaScript
- Copy code below this and paste it in the HTML/JavaScript
<div style="top:0px; right:0px; position:fixed;"><a style="background:#ffffff; font-size:8pt; text-align:center; display:inline-block; width:100px; padding:5px; -webkit-border-radius:0px 0px 0px 10px; -moz-border-radius:0px 0px 0px 10px;"href="http://www.blogger.com/follow-blog.g?blogID=BLOG ID" target="_blank">FOLLOW</a> <a style="background:#ffffff; font-size:8pt; text-align:center; display:inline-block; width:100px; padding:5px; -webkit-border-radius:0px 0px 0px 10px; -moz-border-radius:0px 0px 0px 10px;"href="http://www.blogger.com/home" target="_blank">DASHBOARD</a>BLOG ID : letak blog ID korang. tak tahu nak ambil kat mane? pergi ke new post korang then tengok kat bahagian link yang atas sekali tuh! nampak tak? ha! tulah blog ID korang.
For Blogskin Users
Dashboard > Template
- Copy codes below ni and pastekan kat mana-mana sahaja
<div style="top:0px; right:0px; position:fixed;"><a style="background:#ffffff; font-size:8pt; text-align:center; display:inline-block; width:100px; padding:5px; -webkit-border-radius:0px 0px 0px 10px; -moz-border-radius:0px 0px 0px 10px;"href="http://www.blogger.com/follow-blog.g?blogID=BLOG ID" target="_blank">FOLLOW</a> <a style="background:#ffffff; font-size:8pt; text-align:center; display:inline-block; width:100px; padding:5px; -webkit-border-radius:0px 0px 0px 10px; -moz-border-radius:0px 0px 0px 10px;"href="http://www.blogger.com/home" target="_blank">DASHBOARD</a>BLOG ID: letak BLOG ID korang!
DONE! preview first! okay tak? then baru save! BYEEEE^^
Tutorial : Favicon [Classic Template]
ϟ 0 shout(s)
Assalammualaikum & Greetings
I'm bored actually, soo lets get start it!
Dashboard > Template
- Search this code :
</title>2. Copy codes below this and paste it under </title>
<link rel="shortcut icon" href="URL FAVICON KORANG" />RED: Letak URL favicon korang
3. Preview it. okay? Save!
Check out for some favicon
Tutorial : Welcome Note [Classic Template]
ϟ 0 shout(s)
Assalammualaikum & Greetings
holla Catters! hahahaha xD
okay okay~ today I wanna share with you how to put Welcome Note on Classic Template.
Okay, lets start it.
Dashboard > Template
- Search this code :
</style>2. Copy codes below this and paste it before </style>
.hallo {text-align:center;margin-top: 250px;}3. Then search codes below this :
<body> or <body oncontextmenu='return false;'>4. Copy codes below this and paste it before <body> or <body oncontextmenu='return false;'>
script language="javascript" type="text/javascript">/* toggle() checks to see if the images has already been fadedor not and sends the appropriate variables to opacity(); */function toggle(el,milli) {// Get the opacity style parameter from the imagevar currOpacity = document.getElementById(el).style.opacity;if(currOpacity != 0) { // if not fadedfade(el, milli, 100, 0);} else { // else the images is already fadedfade(el, milli, 0, 100);}}/* changeOpacity() uses three different opacity settings toachieve a cross-browser opacity changing function. Thisfunction can also be used to directly change the opacityof an element. */function changeOpacity(el,opacity) {var image = document.getElementById(el);// For Mozillaimage.style.MozOpacity = (opacity / 100);// For IEimage.style.filter = "alpha(opacity=" + opacity + ")";// For othersimage.style.opacity = (opacity / 100);}/* fade() will fade the image in or out based on the startingand ending opacity settings. The speed of the fade isdetermined by the variable milli (total time of the fadein milliseconds)*/function fade(el,milli,start,end) {var fadeTime = Math.round(milli/100);var i = 0; // Fade Timer// Fade inif(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' millisecondssetTimeout(expr,timeout);i++;}}// Fade outelse if(start > end) {for(j = start; j >= end; j--) {var expr = "changeOpacity('" + el + "'," + j + ")";var timeout = i * fadeTime;setTimeout(expr,timeout);i++;}}}</script><div class="hallo" onClick="javascript:toggle('wise', 3000); this.style.display='none';document.getElementById('june').style.display=''"><img src="URL WELCOME NOTE"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>
<div id="wise" style="filter : alpha(opacity=0); -moz-opacity : 0; opacity : 0;"><div id="june" style="display : none;">
RED: Tukarkan kepada welcome note korang sendiri
Menjadi tak? papehal shout at me kay :)
Tutorial : Disable Highlight Text [Classic Template]
ϟ 0 shout(s)
Assalammualaikum & Greetings
HI^^ Lets Rockin' roll with this tuto! hahah xD
okay, lets start it
Dashboard > Template
- Search code below this :
</html>2. Copy codes below this and paste it under codes </html> :
<script language=JavaScript>var message="";///////////////////////////////////function clickIE() {if (document.all) {(message);return false;}}function clickNS(e) {if(document.layers||(document.getElementById&&!document.all)) {if (e.which==2||e.which==3) {(message);return false;}}}if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}document.oncontextmenu=new Function("return false")</script>3. SAVE
As easy as eating peanuts! lol x)
Tutorial : Disable Right Click
ϟ 0 shout(s)
Assalammualaikum & Greetings :)
okay! saya pasti semua orang dah tahu pasal disable right click nikan? hahha xD
Okay let start it~
Dashboard > Template
- Cari code
</html>2. Kemudian, copy code kat bawah ni andthen Pastekan di bawah code </html> tadi :
<script language=JavaScript>var message="";///////////////////////////////////function clickIE() {if (document.all) {(message);return false;}}function clickNS(e) {if(document.layers||(document.getElementById&&!document.all)) {if (e.which==2||e.which==3) {(message);return false;}}}if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}document.oncontextmenu=new Function("return false")</script>3. SAVE
senangkan? ^^
Tutorial : Enable Comment on Classic Template
ϟ 0 shout(s)
Assalammualaikum & Greetings :)
Today I wanna share how to enable your comment on classic tempate.
Okay, this is how its work:
Dashboard > Setting > Comment > Tick on "pop up window"
Done tick the "pop up window"? if you done. Then click the Save button at the buttom.
Tutorial : How to use Blogskin
ϟ 0 shout(s)
Assalammualaikum & Greetings :)
okay, bagi siapa yang bosan dengan blog dia dan nak cuba rasa blog dia macam bole tukar tukar kulit. hahh xD korang boleh la tukar ke Classic Template. Best woah! lol
okay. Bagi siapa yang tak tahu apa itu blogskin. Blogskin tu macam blog farisha ni la.. alaaa... mesti korang tak paham kan? takpa lah..
okay. jom kita mulakan~
- please click here
- then, pilih mana-mana blogskin yang korang suka.
- dah jumpa? okay! then, scroll ke bawah sampai korang jumpa ni :
4. bila korang dah klik, nanti akan ada pop up download. Korang klik benda yang korang download tu
then nanti akan keluar satu note pad yang ada codes. Korang copy semua codes tu . copy! jangan tak
copy.
5. Then, korang pergi ke Dashboard > Design > Edit HTML > Revert to classic template
6. Delete semua codes yang ada dalam kotak tu andthen pastekan codes yang korang copy tadi.
7. Edit codes tersebut ikut suka korang. then SAVE
okay. amacam? hahha xD kalau tak paham comment or shout at me okay? btw, thanks for using this tuto.
new past







