Thursday, December 8, 2016


TEST

Friday, December 2, 2016


Actualy it's very simple but yet fancy .

Here is how .

1. Login to your blogspot

2. Click Layout > Add a Gadget Javascript / HTML

3. Copy below code and paste inside the add javascript widget


<a style="display:scroll;position:fixed;bottom:5px;right:5px;" href="#" title="Top"><img src="http://dl8.glitter-graphics.net/pub/1201/1201168ofvs3093f7.gif" /></a>

Red text = you can use your own picture (with the same size) if you like to do that

PS: don't put name on your widget title

Adding fancy arrow 'back to top'


Maybe people don't appreciate you if you don't do this , maybe .

So want to do this ?

Here is how .

1. Login to yor Blogspot account .

2.  Click - Template > Edit HTML


3. Search for this text :

</body>

It will be easier using Ctrl F to find it .


Paste below code ABOVE the </body> 

<center>This is my blog. Please don't simply copy infos from here without giving credit tome. Thanks for your cooperation</center>

Replace my disclaimer with your own disclaimer .




How to make disclaimer or copyrighted to blog

Tuesday, November 29, 2016


In this method , user will not get notification everytime they try to use right click .

Just nothing happen and the right click popup show nothing .

Here is how .

1. Login to your blogspot

2. Click Layout > Add a Gadget Javascript / HTML

Copy below code and paste inside the add javascript widget

<script language=JavaScript>
<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
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>






Disable right click without notification


Many users give a positive response after install this code into their blogspot.

It's worth a try .

Here is how .

1. Login to your blogspot

2. Click Layout > Add a Gadget Javascript / HTML

Copy below code and paste inside the add javascript widget

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type='text/javascript' src='https://sites.google.com/site/jquery01/jquery.lazyload.mini.js?ver=1.5.0'></script>
<script type="text/javascript">
jQuery(document).ready(function($){
if (navigator.platform == "iPad") return;
jQuery("img").lazyload({
effect:"fadeIn",
placeholder: "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVzElkQuCjvxhAB17HExpFxC14LTsFpLimSXHHEecEd6H1TIvmDToxuKXNzw5QU-AlBPA9PXw8wmD4-w8ZAP-Jz15AFYFkQeK5b6QbBXjbT6YrPwI8Vh9fK4oiRCV6ALm7DIXZVtpoDi8/s1600/grey.gif"
});
});
</script>


Speedup your blogspot


This time we will make changes into template .

Here is how .

1. Login to yor Blogspot account .

2.  Click - Template > Edit HTML


3. Search for this text :

<head>

It will be easier using Ctrl F to find it .

<script language='JavaScript'>var txt="Welcome to my blog";var kecepatan=100;var segarkan=null;function bergerak() { document.title=txt;txt=txt.substring(1,txt.length)+txt.charAt(0);segarkan=setTimeout("bergerak()",kecepatan);}bergerak();</script>

Paste above javascript BELOW <head>

Change Red Text to your own words .

Then save it .


How to make your blog title moving

Monday, November 28, 2016


Well , again it's just fancy and nothing more.

For those who interested .

It will looks like below :





You can even write a novel in it 

Just kidding 


Here is how .

1. Login to your blogspot

2. Click Layout > Add a Gadget Javascript / HTML

3. Copy below code and paste inside the add javascript widget


<div id="scroll" style="border: 1px solid rgb(255, 255, 255); overflow: auto; width: 160px; height: 150px; background-color: rgb(255, 255, 255);">
PUT YOUR TEXT HERE AS LONG AS U WANT INSIDE HERE PUT YOUR TEXT HERE AS LONG AS U WANT INSIDE HERE PUT YOUR TEXT HERE AS LONG AS U WANT INSIDE HERE</div>


Red text = you can adjust the width

Blue text - you can adjust the height

Blue text - your prefered text






Adding scroll bar to your side bar

Labels