Cara membuat Disable Klik Kanan ini bertujuan agar semua data yang kita punya ini aman dari sang pencuri yang bisanya cuma Copy Paste ajah,, hehe becanda lho,, itu cuma sekedar penjelasan aja kok. kalau blog saya ini FREE Copy Paste,, Tapi ijin dulu dg saya.. hoho...
Langkahnya mudah kok.. Anda hanya perlu melakukan copy paste script yang ada di bawah ini kemudian Anda taruh di sidebar blog Anda,, selesai deh...
--------------------------------------------------------------------------------------------------------------- <script> var message="Ganti Sesuka Kamu"; /////////////////////////////////// function clickIE4(){if (event.button==2){alert(message);return false;}} function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}} if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;} else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;} document.oncontextmenu=new Function("alert(message);return false") </script>
Oia ada yang lupa,, ini sich bagi yang mau aja. Kalau anda ingin mempunyai tutorial seperti ini kamu download aja, ntar tinggal kamu Copy Paste Cuma 1,34 Kb kok... Simple dan gak perlu otak-atik lagi hehehe...
Untuk pemula seperti saya yang belum mengerti tentang dasar-dasar html, maka untuk menampilkan kode HTML/Java Script pada postingan akan merasa sulit bahkan tidak akan bisa.
Bila kita hanya menggunakan rumus/kode dasar html/script, pastinya hanya akan menghabiskan / membuang waktu lama. Mulai dari belajar rumus dan menuliskan cara penulisannya serta kesalahan dalam penulisan. hal ini menjadi faktor dalam tersitanya waktu anda, yang seharusnya waktu tersebut digunakan untuk pengoptimalan Website/blog anda.
Postingan ini tidak bermaksud menghalangi cara belajar anda, tapi ada baiknya belajar anda sambil bisa PRIKITIUW...!!!! Yaaa begitulah intinya!!!!, Jika anda ingin menampilkan kode HTML/Java Script pada postingan , anda tidak perlu sekarang untuk mengenal rumus - rumus dasarnya. Caranya buka situs di bawah ini :
Sebagai contoh: Mulai posting baru, kemudian coba "COPY" kode di bawah ini dan "PASTE" pada kotak yang tersedia di situs tsb, kemudian klik tombol "encode"
Kemudian "COPY" kembali dari situs diatas dan "PASTE" ke Entri anda.
Contoh hasilnya bisa dilihat seperti ini:
Maka dengan cara tsb anda tidak perlu rumus dalam menampilkan kode HTML/Java Script pada postingan anda.
Good Luck
Tinggalkan kritik / saran / komentar anda buat para master silahkan lewat aja deh, no problem :)
Slide in menu merupakan sebuah menu yang bentuknya agak unik karena biasanya berada di bagian samping atau atas sebuah blog. Menu ini tidak tampak secara keseluruhan saat blog terbuka, setelah mouse diarahkan ke menu maka menu akan bergeser /terbuka sehingga menampakkan link-link atau sub menu yang ada di dalam slide menu.Selain menu navigasi horisontal, Menu slide in bisa menjadi alternatif untuk menempatkan link-link yang akan anda promosikan kepada pengunjung.
Dalam contoh ini terdapat tiga menu slide in, yaitu di bagian kiri, atas dan sebelah kanan blog. Contoh slide menu bisa dilihat di bawah ini.
Untuk membuatnya, anda hanya perlu login ke akun blogger Pilih Add Gadget,
Kemudian masukkan kode berikut ke dalam gadget html/javascript anda :
//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended): resizereinit=true;
menu[1] = { id:'menu1', //use unique quoted id (quoted) REQUIRED!! bartext:'HACK', menupos:'left', fontsize:'100%', // express as percentage with the % sign linkheight:22 , // linked horizontal cells height hdingwidth:210 , // heading - non linked horizontal cells width // Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///
menuItems:[ // REQUIRED!! //[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header ["Menu"], //create header ["Create Virus", "http://edwintanhacker.blogspot.com/2010/04/cara-bikin-virus-dengan-notepad-how-to.html", ""], ["Hack Facebook", "http://edwintanhacker.blogspot.com/2010/04/hack-facebook-cara-mendapatkan-password.html",""], ["speed up connection", "http://edwintanhacker.blogspot.com/2010/04/mempercepat-koneksi-internet-tanpa.html", ""], ["HP Persentase", "http://edwintanhacker.blogspot.com/2010/04/remote-komputer-laptop-menggunakan.html", ""], ["Wajan Bolic Mania", "http://edwintanhacker.blogspot.com/2010/04/sharing-koneksi-internet-dari.html", ""], ["Hack Wifi", "http://edwintanhacker.blogspot.com/2010/04/trik-mencuri-bandwidth-wifilan.html", ""],
["Password Folder", "http://edwintanhacker.blogspot.com/2010/04/membuat-password-pada-folder-tanpa.html", "", 1, "no"], //create two column row, requires d_colspan:2 (the default) ["Crack", "http://edwintanhacker.blogspot.com/", "",1],
["External Links", "", ""], //create header ["Hack YM", "http://edwintanhacker.blogspot.com/2010/04/membuat-ym-dengan-banyak-akun-ym-with.html", "_new"], ["Speed up IE", "http://edwintanhacker.blogspot.com/2010/04/mempercepat-koneksi-pada-internet.html", "_new"], ["Animation GIF", "http://edwintanhacker.blogspot.com/2010/04/cara-membuat-animasi-gambar-gerak.html", "_new"], //no comma after last entry ["End"] ]}; // REQUIRED!! do not edit or remove
menu[2] = { // REQUIRED!! This menu explicitly declares all available options even if they are the same as the defaults id:'menu2', //use unique quoted id (quoted) REQUIRED!! ///////////////////////////////////// ///////////// no quotes for these properties (numbers represent pixels unless otherwise noted): //////////// ///////////////////////////////////// user_defined_stylesheet:false, //if true, prevents script from generating stylesheet for this menu user_defined_markup:false, //if true, prevents script from generating markup for this menu design_mode:false, //if true, generates a report of the script generated/intended styles and markup (as a design aid) menutop:160, // initial top offset - except for top menu, where it is meaningless menuleft:'45%', // initial left offset - only for top menu, as pixels (can be a quoted percentage - ex: '50%') keepinview:80, // Use false (for not static) - OR - true or numeric top offset when page scrolls menuspeed:50, // Speed of menu sliding smaller is faster (interval of milliseconds) menupause:100, // How long menu stays out when mouse leaves it (in milliseconds) d_colspan:3, // Available columns in menu body as integer allowtransparent:false, // true to allow page to show through menu if other bg's are transparent or border has gaps barwidth:20, // bar (the vertical cell) width wrapbar:true, // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu hdingwidth:210, // heading - non linked horizontal cells width hdingheight:25, // heading - non linked horizontal cells height hdingindent:1, // heading - non linked horizontal cells text-indent represents ex units (@50 pixels decimals allowed) linkheight:20, // linked horizontal cells height linktopad:3, // linked horizontal cells top padding borderwidth:2, // inner border-width used for this menu /////////////////////////// quote these properties: ///////////////////// bordercolor:'#000000', // inner border color borderstyle:'solid', // inner border style (solid, dashed, inset, etc.) outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left) outbrdcolor:'lightblue', // outer border color outbrdstyle:'solid', // outer border style (solid, dashed, inset, etc.) barcolor:'white', // bar (the vertical cell) text color barbgcolor:'#454542', // bar (the vertical cell) background color barfontweight:'bold', // bar (the vertical cell) font weight baralign:'center', // bar (the vertical cell) right left or center text alignment menufont:'verdana', // menu font fontsize:'90%', // express as percentage with the % sign hdingcolor:'white', // heading - non linked horizontal cells text color hdingbgcolor:'#454542', // heading - non linked horizontal cells background color hdingfontweight:'bold', // heading - non linked horizontal cells font weight hdingvalign:'middle', // heading - non linked horizontal cells vertical align (top, middle or center) hdingtxtalign:'left', // heading - non linked horizontal cells right left or center text alignment linktxtalign:'left', // linked horizontal cells right left or center text alignment linktarget:'', // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name) kviewtype:'fixed', // Type of keepinview - 'fixed' utilizes fixed positioning where available, 'absolute' fluidly follows page scroll menupos:'top', // set side that menu slides in from (right or left or top) bartext:'WELLCOME', // bar text (the vertical cell) use text or img tag /////////////////////////// menuItems:[ //[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header ["EdwinTan Yogyakarta"], //create header ["About Me", "http://www.blogger.com/profile/07300470127048982289", "_new"], ["Artikel Komputer", "http://edwintanhacker.blogspot.com/","_new"], ["Artikel Internet", "http://edwintanhacker.blogspot.com/", "_new"], ["Belajar Komputer dan SEO", "http://edwintanhacker.blogspot.com/", "_new"], ["Bisnis Online Gratis", "http://edwintanhacker.blogspot.com//", "_new",], ["Computer Article", "http://edwintanhacker.blogspot.com/", "_new", 1, "no"], ["Hacker", "http://edwintanhacker.blogspot.com/", "_new", 1], ["Facebook", "http://www.facebook.com/mark.dwintan?ref=profile", "_new", 1]
Including this file in your page will allow you to assign a function to window.ontextresize, which will be called when the user changes the size of text on the page.
Used with (as far as I know) permission from: http://forkandspoonhelmet.com/Fork_and_Spoon_Helmet
*/ var ontextresizeLastSize = false; if (window.attachEvent) window.attachEvent("onload", initOntextresizeListener); else if (window.addEventListener) window.addEventListener("load", initOntextresizeListener, false); function initOntextresizeListener() { if(!resizereinit||typeof less_than_ie5_5!='undefined') return; var testDiv = document.createElement("div"); testDiv.style.position = "absolute"; testDiv.style.height = "1em"; testDiv.style.width = "1em"; testDiv.style.top = "-2em"; testDiv.style.left = "-2em"; var docTestDiv = document.body.appendChild(testDiv); docTestDiv.id = "ontextresizeTestDiv"; ontextresizeListener = setInterval("ontextresizeCheckTestDiv()",100); } function ontextresizeCheckTestDiv() { if (ontextresizeLastSize!=document.getElementById("ontextresizeTestDiv").offsetWidth) { if (ontextresizeLastSize && window.ontextresize) window.ontextresize.call(); ontextresizeLastSize = document.getElementById("ontextresizeTestDiv").offsetWidth; } } window.ontextresize=function(){ for (var i_tem = 0; i_tem < menu.length; i_tem++) if(typeof menu[i_tem]!='undefined') resizevent(menu[i_tem]); };
function make_menus(){ if(document.getElementById){ for (var i_tem = 0; i_tem < menu.length; i_tem++) if(typeof menu[i_tem]!='undefined') make_style_make_menu(menu[i_tem], 's'); for (i_tem = 0; i_tem < menu.length; i_tem++) if(typeof menu[i_tem]!='undefined') make_style_make_menu(menu[i_tem]); } } </script>
//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended): resizereinit=true;
menu[1] = { id:'menu1', //use unique quoted id (quoted) REQUIRED!! bartext:'HACK', menupos:'left', fontsize:'100%', // express as percentage with the % sign linkheight:22 , // linked horizontal cells height hdingwidth:210 , // heading - non linked horizontal cells width // Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///
menuItems:[ // REQUIRED!! //[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header ["Menu"], //create header ["Create Virus", "http://edwintanhacker.blogspot.com/2010/04/cara-bikin-virus-dengan-notepad-how-to.html", ""], ["Hack Facebook", "http://edwintanhacker.blogspot.com/2010/04/hack-facebook-cara-mendapatkan-password.html",""], ["speed up connection", "http://edwintanhacker.blogspot.com/2010/04/mempercepat-koneksi-internet-tanpa.html", ""], ["HP Persentase", "http://edwintanhacker.blogspot.com/2010/04/remote-komputer-laptop-menggunakan.html", ""], ["Wajan Bolic Mania", "http://edwintanhacker.blogspot.com/2010/04/sharing-koneksi-internet-dari.html", ""], ["Hack Wifi", "http://edwintanhacker.blogspot.com/2010/04/trik-mencuri-bandwidth-wifilan.html", ""],
["Password Folder", "http://edwintanhacker.blogspot.com/2010/04/membuat-password-pada-folder-tanpa.html", "", 1, "no"], //create two column row, requires d_colspan:2 (the default) ["Crack", "http://edwintanhacker.blogspot.com/", "",1],
["External Links", "", ""], //create header ["Hack YM", "http://edwintanhacker.blogspot.com/2010/04/membuat-ym-dengan-banyak-akun-ym-with.html", "_new"], ["Speed up IE", "http://edwintanhacker.blogspot.com/2010/04/mempercepat-koneksi-pada-internet.html", "_new"], ["Animation GIF", "http://edwintanhacker.blogspot.com/2010/04/cara-membuat-animasi-gambar-gerak.html", "_new"], //no comma after last entry ["End"] ]}; // REQUIRED!! do not edit or remove
menu[2] = { // REQUIRED!! This menu explicitly declares all available options even if they are the same as the defaults id:'menu2', //use unique quoted id (quoted) REQUIRED!! ///////////////////////////////////// ///////////// no quotes for these properties (numbers represent pixels unless otherwise noted): //////////// ///////////////////////////////////// user_defined_stylesheet:false, //if true, prevents script from generating stylesheet for this menu user_defined_markup:false, //if true, prevents script from generating markup for this menu design_mode:false, //if true, generates a report of the script generated/intended styles and markup (as a design aid) menutop:160, // initial top offset - except for top menu, where it is meaningless menuleft:'45%', // initial left offset - only for top menu, as pixels (can be a quoted percentage - ex: '50%') keepinview:80, // Use false (for not static) - OR - true or numeric top offset when page scrolls menuspeed:50, // Speed of menu sliding smaller is faster (interval of milliseconds) menupause:100, // How long menu stays out when mouse leaves it (in milliseconds) d_colspan:3, // Available columns in menu body as integer allowtransparent:false, // true to allow page to show through menu if other bg's are transparent or border has gaps barwidth:20, // bar (the vertical cell) width wrapbar:true, // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu hdingwidth:210, // heading - non linked horizontal cells width hdingheight:25, // heading - non linked horizontal cells height hdingindent:1, // heading - non linked horizontal cells text-indent represents ex units (@50 pixels decimals allowed) linkheight:20, // linked horizontal cells height linktopad:3, // linked horizontal cells top padding borderwidth:2, // inner border-width used for this menu /////////////////////////// quote these properties: ///////////////////// bordercolor:'#000000', // inner border color borderstyle:'solid', // inner border style (solid, dashed, inset, etc.) outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left) outbrdcolor:'lightblue', // outer border color outbrdstyle:'solid', // outer border style (solid, dashed, inset, etc.) barcolor:'white', // bar (the vertical cell) text color barbgcolor:'#454542', // bar (the vertical cell) background color barfontweight:'bold', // bar (the vertical cell) font weight baralign:'center', // bar (the vertical cell) right left or center text alignment menufont:'verdana', // menu font fontsize:'90%', // express as percentage with the % sign hdingcolor:'white', // heading - non linked horizontal cells text color hdingbgcolor:'#454542', // heading - non linked horizontal cells background color hdingfontweight:'bold', // heading - non linked horizontal cells font weight hdingvalign:'middle', // heading - non linked horizontal cells vertical align (top, middle or center) hdingtxtalign:'left', // heading - non linked horizontal cells right left or center text alignment linktxtalign:'left', // linked horizontal cells right left or center text alignment linktarget:'', // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name) kviewtype:'fixed', // Type of keepinview - 'fixed' utilizes fixed positioning where available, 'absolute' fluidly follows page scroll menupos:'top', // set side that menu slides in from (right or left or top) bartext:'WELLCOME', // bar text (the vertical cell) use text or img tag /////////////////////////// menuItems:[ //[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header ["EdwinTan Yogyakarta"], //create header ["About Me", "http://www.blogger.com/profile/07300470127048982289", "_new"], ["Artikel Komputer", "http://edwintanhacker.blogspot.com/","_new"], ["Artikel Internet", "http://edwintanhacker.blogspot.com/", "_new"], ["Belajar Komputer dan SEO", "http://edwintanhacker.blogspot.com/", "_new"], ["Bisnis Online Gratis", "http://edwintanhacker.blogspot.com//", "_new",], ["Computer Article", "http://edwintanhacker.blogspot.com/", "_new", 1, "no"], ["Hacker", "http://edwintanhacker.blogspot.com/", "_new", 1], ["Facebook", "http://www.facebook.com/mark.dwintan?ref=profile", "_new", 1]
["Yeindra", "http://yeindra.blogspot.com/", "", 1, "no"], //create two column row, requires d_colspan:2 (the default) ["SMS Gratis", "http://www.smsflick.com/index.php?pesan=", "",1],
["External Links", "", ""], //create header ["Free widget translator", "http://translate.google.co.id/?js=y&prev=_t&hl=id&ie=UTF-8&layout=1&eotf=1&text=visual&file=&sl=en&tl=id#en|id|", "_new"], ["Free download", "http://edwintanhacker.blogspot.com/", "_new"], ["Back", "http://edwintanhacker.blogspot.com/", "_new"], //no comma after last entry ["End"] ]}; // REQUIRED!! do not edit or remove
////////////////////Stop Editing/////////////////
make_menus();
</script>
Dalam contoh di atas, anda cukup mengganti url link dan nama link sesuai kebutuhan anda, bisa menambahkan bisa juga mengurangi link.
Misalnya: dalam menu 1, di bagian menuitems
menu[1] = { id:'menu1', //use unique quoted id (quoted) REQUIRED!! bartext:'HACK', menupos:'left', fontsize:'100%', // express as percentage with the % sign linkheight:22 , // linked horizontal cells height hdingwidth:210 , // heading - non linked horizontal cells width // Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///
menuItems:[ // REQUIRED!! //[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header ["Menu"], //create header ["Create Virus", "http://edwintanhacker.blogspot.com/2010/04/cara-bikin-virus-dengan-notepad-how-to.html", ""],
Terkadang kita sering jengkel ketika folder kita yang berupa data pribadi dibuka oleh orang-orang yang tidak bisa kita percaya. bisa saja dia melakukan tindakan yang jelek atau yang tidak kita inginkan berupa di edit, plagiat dicuri lalu disebar luaskan tanpa sepengetahuan kita. Tapi disini saya akan mengajari anda, membuat folder anda lebih aman dan setidaknya dia tidak mengetahui data penting kita. ok langsung aja kita mulai, cekidot.....!
Tekan " Windows+R " ketik "notepad" tanpa tanda petik di bar RUN masukkan perintahnya sebagai berikut: