Gallery
Memaparkan catatan dengan label travel. Papar semua catatan
Memaparkan catatan dengan label travel. Papar semua catatan
Macam Mana Nak Buat 3 Tab Widget
0
Google Barcode







Read More »
Google Blog Press
Toturial Kali Ini Ialah Macam Mana Nak Buat 3 Tab Widget,
Seperti demo dalam bentuk jpg yang tertera dibawah iaitu, Tab:Pupular, Tag, Guide. Sebenarnya anda boleh menukar apa sahaja nama Tab yang anda gemari.
Step yang pertama sila cari code ]]></b:skin>, dengan tekan CTRL+F, kemudian pastekan code dibawah di atas code ]]></b:skin>.
.tabs-widget{list-style:none;list-style-type:none;margin:0 0 10px 0;padding:0;height:26px}
.tabs-widget li{list-style:none;list-style-type:none;margin:0 0 0 4px;padding:0;float:left}
.tabs-widget li:first-child{margin:0}
.tabs-widget li a{color:#4E4840;background:#EBEBE5;padding:5px 16px;display:block;text-decoration:none;font:bold 12px Arial,Helvetica,Sans-serif}
.tabs-widget li a:hover,.tabs-widget li a.tabs-widget-current{background:#756857;color:#FFF;text-decoration:none}
.tabs-widget-content{}
.tabviewsection{margin-top:10px;margin-bottom:10px;}
.tabs-widget li{list-style:none;list-style-type:none;margin:0 0 0 4px;padding:0;float:left}
.tabs-widget li:first-child{margin:0}
.tabs-widget li a{color:#4E4840;background:#EBEBE5;padding:5px 16px;display:block;text-decoration:none;font:bold 12px Arial,Helvetica,Sans-serif}
.tabs-widget li a:hover,.tabs-widget li a.tabs-widget-current{background:#756857;color:#FFF;text-decoration:none}
.tabs-widget-content{}
.tabviewsection{margin-top:10px;margin-bottom:10px;}
Selepas itu anda seharusnya mencari salah satu code dibawah menggunakan step yang pertama dengan menekan ctrl+f pada keyboard pc. Kemudian sila copy code dalam petak kuning dan pastekan diatas salah satu dari tiga code dibawah.
<div class='column-right-inner'>
<div id='sidebar-wrapper'>
<div id='rsidebar-wrapper'>
Google Barcode

<div class='tabviewsection'>
<script type='text/javascript'>
jQuery(document).ready(function($){
$(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide();
$("ul.tabs-widget-widget-themater_tabs-1432447472-id li:first a").addClass("tabs-widget-current").show();
$(".tabs-widget-content-widget-themater_tabs-1432447472-id:first").show();
$("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").click(function() {
$("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").removeClass("tabs-widget-current a");
$(this).addClass("tabs-widget-current");
$(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide();
var activeTab = $(this).attr("href");
$(activeTab).fadeIn();
return false;
});
});
</script>
<ul class='tabs-widget tabs-widget-widget-themater_tabs-1432447472-id'>
<li><a href='#widget-themater_tabs-1432447472-id1'>Followers</a></li>
<li><a href='#widget-themater_tabs-1432447472-id2'>Popular</a></li>
<li><a href='#widget-themater_tabs-1432447472-id3'>Blog Archives</a></li>
</ul>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id1'>
<b:section class='sidebar' id='sidebartab1' preferred='yes'>
<b:widget id='CustomSearch1' locked='false' title='' type='CustomSearch'/>
<b:widget id='Followers1' locked='false' title='Followers' type='Followers'/>
</b:section>
</div>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id2'>
<b:section class='sidebar' id='sidebartab2' preferred='yes'>
<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/>
</b:section>
</div>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id3'>
<b:section class='sidebar' id='sidebartab3' preferred='yes'>
<b:widget id='BlogArchive2' locked='false' title='Blog Archive' type='BlogArchive'/>
</b:section>
</div>
</div>
<script type='text/javascript'>
jQuery(document).ready(function($){
$(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide();
$("ul.tabs-widget-widget-themater_tabs-1432447472-id li:first a").addClass("tabs-widget-current").show();
$(".tabs-widget-content-widget-themater_tabs-1432447472-id:first").show();
$("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").click(function() {
$("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").removeClass("tabs-widget-current a");
$(this).addClass("tabs-widget-current");
$(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide();
var activeTab = $(this).attr("href");
$(activeTab).fadeIn();
return false;
});
});
</script>
<ul class='tabs-widget tabs-widget-widget-themater_tabs-1432447472-id'>
<li><a href='#widget-themater_tabs-1432447472-id1'>Followers</a></li>
<li><a href='#widget-themater_tabs-1432447472-id2'>Popular</a></li>
<li><a href='#widget-themater_tabs-1432447472-id3'>Blog Archives</a></li>
</ul>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id1'>
<b:section class='sidebar' id='sidebartab1' preferred='yes'>
<b:widget id='CustomSearch1' locked='false' title='' type='CustomSearch'/>
<b:widget id='Followers1' locked='false' title='Followers' type='Followers'/>
</b:section>
</div>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id2'>
<b:section class='sidebar' id='sidebartab2' preferred='yes'>
<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/>
</b:section>
</div>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id3'>
<b:section class='sidebar' id='sidebartab3' preferred='yes'>
<b:widget id='BlogArchive2' locked='false' title='Blog Archive' type='BlogArchive'/>
</b:section>
</div>
</div>






Submit Your Web Portal, Blog URL
0
Kaedah buat sub domain juga amat penting bagi pelanggan dan pembaca menaip blog atau laman web portal anda dengan mudah seperti contoh blog url seperti yang tertera dibawah berikut:
Mariminum
Keraguan address url biasanya akan berlaku ketika pihak ke dua atau ketiga menerima lisan mengenai laman blog url seperti: "www,code3.com" biasanya pihak ketiga akan menaip blog url anda seperti, "ww.codethree.com" jadi sekali gus laman url anda tidak dapat dicari, Maka seelok eloknya jauhi dari menggunakan laman web/portal atau blog anda dengan mengunakan number!!. Justeru itu kekuatan index code amat penting atau meta tag blog anda mesti "strong" sekiranya anda ingin menggunakan address yang bernombor.
Read More »
Google Blog Press
Perlu diingat, Pihak Google tidak guarantee dan bukan semua index blog yang anda submit akan tersenarai
Tetapi ia amat penting bagi anda submit URL untuk klasifikasi yang mana ia amat penting, sekiranya anda tidak berbuat demikian, apa yang yang anda karang atau tulis tidak dapat di cari oleh pembaca atau pelanggan.Kaedah buat sub domain juga amat penting bagi pelanggan dan pembaca menaip blog atau laman web portal anda dengan mudah seperti contoh blog url seperti yang tertera dibawah berikut:
Mariminum
Keraguan address url biasanya akan berlaku ketika pihak ke dua atau ketiga menerima lisan mengenai laman blog url seperti: "www,code3.com" biasanya pihak ketiga akan menaip blog url anda seperti, "ww.codethree.com" jadi sekali gus laman url anda tidak dapat dicari, Maka seelok eloknya jauhi dari menggunakan laman web/portal atau blog anda dengan mengunakan number!!. Justeru itu kekuatan index code amat penting atau meta tag blog anda mesti "strong" sekiranya anda ingin menggunakan address yang bernombor.
Langgan:
Catatan (Atom)
