This is default featured slide 1 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 2 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 3 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 4 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 5 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Kamis, 10 Januari 2013
Hubungan Antara Blogwalking, Blog Dofollow Dan Nofollow, Backlink, Serta Pagerank Pada Sebuah Blog
Cara Membuat Tombol Read More Dengan Bingkai Efek Warna Background Gradient
/* Tombol Baca Selengkapnya Gradasi Warna ------------------------------------------------------- */ .baca_selengkapnya { padding-top: 4px; text-align: right; } .baca_selengkapnya a { display: inline-block; margin: 0; padding: 4px 4px; border: 1px solid #3d85c6; color: #992211 !important; text-align: center; text-shadow: 0 -1px 0 white; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #0b5394; background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #9fc5e8) ); background: -moz-linear-gradient( center top, white 20%, #9fc5e8 100% ); font: 13px/18px arial; } .baca_selengkapnya a:hover { text-decoration: none !important;; background: #0b5394;; background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #cfe2f3),color-stop(1, white));; background: -moz-linear-gradient(center top,#cfe2f3 20%,white 100%);; }
<div style='text-align: right;'> <div class='baca_selengkapnya'>
<b:if cond='data:post.hasJumpLink'> <div style='text-align: right;'> <div class='baca_selengkapnya'> <div class='jump-link'> <b><a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a></b> </div> </div> </div> </b:if>
Cara Membuat Bingkai Atau Tombol Dengan Warna Gradasi (Gradient Colour) Pada Blog
Beberapa Contoh Kode CSS Dan HTML Untuk Membuat Gradasi Warna Pada Background
Kode CSS
height: 35px; width: 100px; border: 1px solid #ff0000; background: #ff0000; background: -moz-linear-gradient( center top, white 20%, #ff0000 100% ); background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #ff0000) );
Kode HTML
<div style="height: 35px; width: 100px; border: 1px solid #ff0000; background: #ff0000;background: -moz-linear-gradient( center top, white 20%, #ff0000 100% );background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #ff0000) );"></div>
Kode CSS
height: 35px; width: 100px; border: 1px solid #ff9900; background: #ff9900; background: -moz-linear-gradient( center top, white 20%, #ff9900 100% ); background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #ff9900) );
Kode HTML
<div style="height: 35px; width: 100px; border: 1px solid #ff9900; background: #ff9900;background: -moz-linear-gradient( center top, white 20%, #ff9900 100% );background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #ff9900) );"></div>
Kode CSS
height: 35px; width: 100px; border: 1px solid #ffff00; background: #ffff00; background: -moz-linear-gradient( center top, white 20%, #ffff00 100% ); background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #ffff00) );
Kode HTML
<div style="height: 35px; width: 100px; border: 1px solid #ffff00; background: #ffff00;background: -moz-linear-gradient( center top, white 20%, #ffff00 100% );background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #ffff00) );"></div>
Kode CSS
height: 35px; width: 100px; border: 1px solid #00ff00; background: #00ff00; background: -moz-linear-gradient( center top, white 20%, #00ff00 100% ); background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #00ff00) );
Kode HTML
<div style="height: 35px; width: 100px; border: 1px solid #00ff00; background: #00ff00;background: -moz-linear-gradient( center top, white 20%, #00ff00 100% );background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #00ff00) );"></div>
Kode CSS
height: 35px; width: 100px; border: 1px solid #00ffff; background: #00ffff; background: -moz-linear-gradient( center top, white 20%, #00ffff 100% ); background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #00ffff) );
Kode HTML
<div style="height: 35px; width: 100px; border: 1px solid #00ffff; background: #00ffff;background: -moz-linear-gradient( center top, white 20%, #00ffff 100% );background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #00ffff) );"></div>
Kode CSS
height: 35px; width: 100px; border: 1px solid #0000ff; background: #0000ff; background: -moz-linear-gradient( center top, white 20%, #0000ff 100% ); background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #0000ff) );
Kode HTML
<div style="height: 35px; width: 100px; border: 1px solid #0000ff; background: #0000ff;background: -moz-linear-gradient( center top, white 20%, #0000ff 100% );background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #0000ff) );"></div>
Kode CSS
height: 35px; width: 100px; border: 1px solid #9900ff; background: #9900ff; background: -moz-linear-gradient( center top, white 20%, #9900ff 100% ); background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #9900ff) );
Kode HTML
<div style="height: 35px; width: 100px; border: 1px solid #9900ff; background: #9900ff;background: -moz-linear-gradient( center top, white 20%, #9900ff 100% );background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #9900ff) );"></div>
Kode CSS
height: 35px; width: 100px; border: 1px solid #ff00ff; background: #ff00ff; background: -moz-linear-gradient( center top, white 20%, #ff00ff 100% ); background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #ff00ff) );
Kode HTML
<div style="height: 35px; width: 100px; border: 1px solid #ff00ff; background: #ff00ff;background: -moz-linear-gradient( center top, white 20%, #ff00ff 100% );background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #ff00ff) );"></div>
Kode CSS
height: 35px; width: 100px; border: 1px solid #000000; background: #000000; background: -moz-linear-gradient( center top, white 20%, #000000 100% ); background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #000000) );
Kode HTML
<div style="height: 35px; width: 100px; border: 1px solid #000000; background: #000000;background: -moz-linear-gradient( center top, white 20%, #000000 100% );background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #000000) );"></div>
Rabu, 09 Januari 2013
Template Blogspot Keren dan SEO Friendly
- Image Slider
- 2 sidebar yaitu kanan dan kiri
- 2 kolom atau bisa di sebut 3 kolom
- Read More otomatis
- Breadcumb
- Menu Navigasi dibawah dan di atas Header
- Sidebar kanan dengan lebar 300px ( sangat cocok untuk pasang google adsense )
- Tampilan komentar sama persis dengan blog ini.
- Silahkan ke menu TEMPLATE, EDIT HTML
- Centang bagian EXPAND WIDGET
- Pada bagian slider, terdapat gambar yang besar dan gambar yang kecil.. Untuk mengganti gambar yang kecil, caranya adalah seperti ini. (Pastikan gambar yang anda siapkan berukuran 80px X 50px)
- Sekarang untuk mengganti gambar yang besar, beserta judul dan keterangan yang terdapat di dalamnya. Carilah kode berikut : (Pastikan gambar pengganti dari anda berukuran 450px X 250px)
- Setelah selesai langkah-langkah di atas, silahkan klik SAVE TEMPLATE.
Selasa, 08 Januari 2013
Cara memberi dan membuat label di blogspot
untuk memberi label postingan sebagai berikut :
1.seperti biasa Login ke blogger sobat.
2.
(a) buat Entri baru ,jika sudah arahkan mouse sobat ke kanan klik LabelSehingga nampak seperti gambar dibawah :
(b) masuk ke Daftar entri -->> Post nah .. pilih postingan mana yang akan di beri label nantinya .kemudian centangin kotak kecil yang ada di samping kiri judul posting.
lalu klik di sebelah kanan kotak kecil yang paling atas ( gambar panah menghadap ke bawah )Label baru /pilih label.maka akan tampak seperti gambar di bawah :
untuk membuat label sebagai berikut :
1.buka daftar Entri >> Tata letak >> Tambah Gadget >> Label ,,sobat bisa atur namanya misal : kategori, CATEGORIES,dll.
Lihat gambar di bawah :
jika sudah akan muncul pop up window seperti gambar di bawah :
Saya rasa cukup sekian untuk cara memberi label sekaligus membuat label di blogspot.
semoga Tutorial ini bermanfaaat bagi sobat
sumber : http://id-mastony.blogspot.com/2012/06/cara-memberi-dan-membuat-label-di.html
Senin, 07 Januari 2013
Cara Membuat Link Warna Warni (Pelangi) pada Blogger

- loggin ke blog kamu
- pilih rancangan> lalu pilih tab menu edit html
- jangan lupa mencentang tulisan Expand template widget
- cari kode </head> gunakan ctr+f untuk mempermudah pencarian
- letakkan script dibawah ini tepat dibawah kode </head>
6. Lalu Save, selesai.<script type='text/javascript'>//<![CDATA[var rate = 20;if (document.getElementById)window.onerror=new Function("return true")var objActive; // The object which event occured invar act = 0; // Flag during the actionvar elmH = 0; // Huevar elmS = 128; // Saturationvar elmV = 255; // Valuevar clrOrg; // A color before the changevar TimerID; // Timer IDif (document.all) {document.onmouseover = doRainbowAnchor;document.onmouseout = stopRainbowAnchor;}else if (document.getElementById) {document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);document.onmouseover = Mozilla_doRainbowAnchor;document.onmouseout = Mozilla_stopRainbowAnchor;}function doRainbow(obj){if (act == 0) {act = 1;if (obj)objActive = obj;elseobjActive = event.srcElement;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}function stopRainbow(){if (act) {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}function doRainbowAnchor(){if (act == 0) {var obj = event.srcElement;while (obj.tagName != 'A' && obj.tagName != 'BODY') {obj = obj.parentElement;if (obj.tagName == 'A' || obj.tagName == 'BODY')break;}if (obj.tagName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}}function stopRainbowAnchor(){if (act) {if (objActive.tagName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}function Mozilla_doRainbowAnchor(e){if (act == 0) {obj = e.target;while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {obj = obj.parentNode;if (obj.nodeName == 'A' || obj.nodeName == 'BODY')break;}if (obj.nodeName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = obj.style.color;TimerID = setInterval("ChangeColor()",100);}}}function Mozilla_stopRainbowAnchor(e){if (act) {if (objActive.nodeName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}function ChangeColor(){objActive.style.color = makeColor();}function makeColor(){// Don't you think Color Gamut to look like Rainbow?// HSVtoRGBif (elmS == 0) {elmR = elmV; elmG = elmV; elmB = elmV;}else {t1 = elmV;t2 = (255 - elmS) * elmV / 255;t3 = elmH % 60;t3 = (t1 - t2) * t3 / 60;if (elmH < 60) {elmR = t1; elmB = t2; elmG = t2 + t3;}else if (elmH < 120) {elmG = t1; elmB = t2; elmR = t1 - t3;}else if (elmH < 180) {elmG = t1; elmR = t2; elmB = t2 + t3;}else if (elmH < 240) {elmB = t1; elmR = t2; elmG = t1 - t3;}else if (elmH < 300) {elmB = t1; elmG = t2; elmR = t2 + t3;}else if (elmH < 360) {elmR = t1; elmG = t2; elmB = t1 - t3;}else {elmR = 0; elmG = 0; elmB = 0;}}elmR = Math.floor(elmR).toString(16);elmG = Math.floor(elmG).toString(16);elmB = Math.floor(elmB).toString(16);if (elmR.length == 1) elmR = "0" + elmR;if (elmG.length == 1) elmG = "0" + elmG;if (elmB.length == 1) elmB = "0" + elmB;elmH = elmH + rate;if (elmH >= 360)elmH = 0;return '#' + elmR + elmG + elmB;}//]]></script>






















