Tampilkan postingan dengan label Tutorial Blogger. Tampilkan semua postingan
Tampilkan postingan dengan label Tutorial Blogger. Tampilkan semua postingan

Minggu, 21 Desember 2014

CARA UPLOAD FILE JS.CSS DAN LAIN LAIN TERBARU DI GOOGLE CODE

 1. Go to this link https://code.google.com/ With an account you have
     After that you will see the page below. To get started CLICK Create a new project


2 Fill just like below or in your own way

       who needs to know the Version control system check on Subversion
        that is all


3. You will see a page like below.
     Just click Source ----> Browse -----> ----- Branches> continue to upload


4. After that there are the fields below and then click the browse
       Here I upload files automatic table of contents JAVASCRIPT on COMMIT LOG
       Fill what's up writing BETTER or anything. Then click: COMMIT



5. If the file is successfully uploaded it will appear as below
      Then right-click on (VIEW RAW FILE) then right click and copy the link address
      Paste on your notepad and address that later we will create
      To insert a java script file that has been uploaded to the site had to be inserted
      website or blog.


A few of my tutorials. Thank you for visiting my blog cheat heheh :) but another version :)

Ways To Blog Could Not Copy Paste , Right Click , Ctrl + U , Ctrl + C and Ctrl + A


Next time I will share how your blog can not in { copy , paste , Ctr + u and Ctr + A }
Indeed many out there who post the same way as I did but there is no harm in it I redistribute my way okay good for rotten base.

Anti Copy Paste , Right Click , Ctrl + U , Ctrl + C and Ctrl + A

1. Log in to your blogger account
2. Select the template and click EDIT html
3. Find the code < body> , to accelerate press ctrl + F
4. Then the code <body > removed and replace one of the codes below :

can not right click :

<body onkeydown = " return false ; " >

So that can not right click , ctrl + u , ctrl + a, ctrl + c etc :

<body oncontextmenu = ' return false ; ' onkeydown = " return false ; " onmousedown = " return false ; " >

5. Then Save and see the results.

Anti Right Click Script with warning signs

1. Log Into Your Blog Address
2. Open the Dashboard and click Layout
3. Open the Page Elements
4. Click Add gadged
5. Copy the following script code

    < script > var message = " Sorry ,, Prohibited Right Click On Site KomJon " ;
    ///////////////////////////////////
    clickIE4 function ( ) {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 > 

6. Then click the HTML / Javascript
7. Copy And Paste the above code
8. Replace " Sorry ,, Prohibited Right Click On Site KomJon " with yours
9. SAVE And See results .

Redirect Script / Divert CTRL + U to Address Other

For you who want to protect your blog / website with Ctrl + U , to minimize the Copasser , you can forward / redirect function Ctrl + U to another address , do this follow the steps below :

1. Go to Account blogger pal
2. Select the template and click EDIT html
3. Find the code < body> , to accelerate press ctrl + F
4. Copy and save the code below just above the < / body>

<script type='text/javascript'>
//<![CDATA[
shortcut={all_shortcuts:{},add:function(a,b,c){var d={type:"keydown",propagate:!1,disable_in_input:!1,target:document,keycode:!1};if(c)for(var e in d)"undefined"==typeof c[e]&&(c[e]=d[e]);else c=d;d=c.target,"string"==typeof c.target&&(d=document.getElementById(c.target)),a=a.toLowerCase(),e=function(d){d=d||window.event;if(c.disable_in_input){var e;d.target?e=d.target:d.srcElement&&(e=d.srcElement),3==e.nodeType&&(e=e.parentNode);if("INPUT"==e.tagName||"TEXTAREA"==e.tagName)return}d.keyCode?code=d.keyCode:d.which&&(code=d.which),e=String.fromCharCode(code).toLowerCase(),188==code&&(e=","),190==code&&(e=".");var f=a.split("+"),g=0,h={"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":":","'":'"',",":"<",".":">","/":"?","\\":"|"},i={esc:27,escape:27,tab:9,space:32,"return":13,enter:13,backspace:8,scrolllock:145,scroll_lock:145,scroll:145,capslock:20,caps_lock:20,caps:20,numlock:144,num_lock:144,num:144,pause:19,"break":19,insert:45,home:36,"delete":46,end:35,pageup:33,page_up:33,pu:33,pagedown:34,page_down:34,pd:34,left:37,up:38,right:39,down:40,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123},j=!1,l=!1,m=!1,n=!1,o=!1,p=!1,q=!1,r=!1;d.ctrlKey&&(n=!0),d.shiftKey&&(l=!0),d.altKey&&(p=!0),d.metaKey&&(r=!0);for(var s=0;k=f[s],s<f.length;s++)"ctrl"==k||"control"==k?(g++,m=!0):"shift"==k?(g++,j=!0):"alt"==k?(g++,o=!0):"meta"==k?(g++,q=!0):1<k.length?i[k]==code&&g++:c.keycode?c.keycode==code&&g++:e==k?g++:h[e]&&d.shiftKey&&(e=h[e],e==k&&g++);if(g==f.length&&n==m&&l==j&&p==o&&r==q&&(b(d),!c.propagate))return d.cancelBubble=!0,d.returnValue=!1,d.stopPropagation&&(d.stopPropagation(),d.preventDefault()),!1},this.all_shortcuts[a]={callback:e,target:d,event:c.type},d.addEventListener?d.addEventListener(c.type,e,!1):d.attachEvent?d.attachEvent("on"+c.type,e):d["on"+c.type]=e},remove:function(a){var a=a.toLowerCase(),b=this.all_shortcuts[a];delete this.all_shortcuts[a];if(b){var a=b.event,c=b.target,b=b.callback;c.detachEvent?c.detachEvent("on"+a,b):c.removeEventListener?c.removeEventListener(a,b,!1):c["on"+a]=!1}}},shortcut.add("Ctrl+U",function(){top.location.href="http://synasmedseo.blogspot.com/"});
//]]>
</script>
5. Replace the red with your blog address / URL destination
6. Save and see the results

Jumat, 19 Desember 2014

Cara Membuat Sitemap

Pembahasan pada artikel kali ini adalah mengenai Sitemap, sitemap atau yang biasa disebut daftar isi sangatlah penting untuk blog. Sebelum membuat sitemap alangkah baiknya anda mengetahui lebih dalam pengertian Sitemap.



Apa Itu Sitemap?

Sitemap adalah daftar isi pada suatu blog, seperti halnya sebuah buku, blog juga memiliki daftar isi. Semua artikel yang pernah anda tulis akan muncul di Sitemap yang anda buat.

Apa Fungsi Sitemap?

Tidak berbeda dengan daftar isi, fungsi Sitemap adalah untuk memudahkan pengunjung mencari artikel yang mereka perlukan di blog kita.

Sebelum Membuat Sitemap

Sebelum membuat Sitemap anda harus memberi Label pada artikel anda. Jika artikel tidak diberi label maka tidak akan muncul pada halaman Sitemap di blog anda.

Cara Membuat Sitemap Sederhana 100% SEO Friendly

Bagaimana Cara Membuat Sitemap?

Caranya sangat mudah, anda cukup mengikuti tutorial dibawah ini.
1. Login ke blogger.com
2. Pada menu Laman, klik Laman baru

Cara Membuat Sitemap Sederhana 100% SEO Friendly

3. Ubah settingan dari Compose menjadi  HTML  (terletak di bagian kiri atas)

Cara Membuat Sitemap Sederhana 100% SEO Friendly

4. Masukkan Script dibawah ini pada laman yang anda buat tadi.
<script src="http://me-sitemap.googlecode.com/files/mysitemap.js" type="text/javascript"></script>
<script src="http://komjon.blogspot.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc"></script>
Ganti URL warna biru dengan URL blog anda.

5. Klik "Publikasikan"

Rabu, 17 Desember 2014

Cara Menghilangkan Gambar Obeng dan Tang Pada Blog


Gambar obeng dan tang adalah istilah lain dariquick edit pada blog. Gambar tersebut sebenarnya bukan merupakan suatu masalah bagi pengunjung blog, karena gambar tersebut hanya muncul ketika pemilik blog sedang "login" di akun blog yang bersangkutan dan hanya muncul di komputer sang pemilik. Jadi para pengunjung tidak terganggu pada tampilan gambar obeng dan tang tersebut dan jika pemilik blog sudah "sign out" maka gambar tersebut sudah tidak muncul lagi. Namun jika gambar tersebut dirasa cukup mengganggu maka berikut saya kasih tau cara menghilangkannya dari pandangan anda, ikuti cara berikut dan jangan lupa tinggalkan komentar pada kolom yang telah tersedia sebagai wujud apresiasi anda pada blog ini.

1. Login ke akun blogger.com
2. Klik template >>> edit HTML >>> klik expand widget template
3. Cari kode ini : ]]></b:skin>
4. Copy kode ini : .quickedit{display:none;}
5. Paste tepat diatas kode : ]]></b:skin>
6. Simpan hasil pekerjaan anda, dan Selesai

Silahkan di cek apakah gambar obeng dan tang sudah hilang dari pandangan anda, jika belm silahkan ulangi tahapan diatas, dan akhirnya cukup sekian dan semoga bermanfaat.

Created By:OnlineUstaad.com