<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-499161719534390386</id><updated>2024-10-04T19:00:16.635-07:00</updated><category term="Tutorial"/><category term="Widget"/><category term="Tip dan Trik"/><category term="Z-Other"/><category term="Tool"/><title type='text'>Rudi Tabuci</title><subtitle type='html'>Kumpulan Panduan, Tip dan Trik dalam membuat dan mempercantik Blog</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-1577431941430339249</id><published>2011-10-01T07:17:00.000-07:00</published><updated>2011-10-01T07:17:07.907-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tip dan Trik"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Membuat Menu Navigasi Horizontal Tidak Bergerak</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Saat anda membuat blog di blogspot pertama kali akan mendapatkan menu Navbar, biasanya navbar ini banyak di sembunyikan dan sebagai gantinya mengunakan menu lainnya. &amp;nbsp;Fitur menu navigasi seperti blog pada umumnya telah banyak dipergunakan. Menu ini fungsinya sebagai navigasi pembaca untuk melihat-lihat halaman lain atau kategori lain dalam blog anda. Pada posting ini kita akan belajar cara membuat menu navigasi bisa di katakan lain dari pada yang lain.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Menu navigasi ini tidak bergerak atau akan tetap berada di atas ketika kita melakukan scroll ke bawah atau keatas.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Ok Langsung saja kita praktekan, tetapi alangkan baiknya kita lakukan backup dengan download full template.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Pada Css kita copy paste kode dibawah ini diatas &lt;b&gt;body {&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;#nav{&lt;br /&gt;
height:35px;&lt;br /&gt;
border-bottom:1px solid #ddd;&lt;br /&gt;
position:fixed;&lt;br /&gt;
top:0px;&lt;br /&gt;
left:0px;&lt;br /&gt;
right:0px;&lt;br /&gt;
background:#fff url(../images/nav.png) repeat-x center left;&lt;br /&gt;
z-index:999999;&lt;br /&gt;
}&lt;br /&gt;
#nav ul{&lt;br /&gt;
height:25px;&lt;br /&gt;
list-style:none;&lt;br /&gt;
margin:6px auto 0px auto;&lt;br /&gt;
width:600px;&lt;br /&gt;
}&lt;br /&gt;
#nav ul li{&lt;br /&gt;
display:inline;&lt;br /&gt;
float:left;&lt;br /&gt;
margin:0px 2px;&lt;br /&gt;
}&lt;br /&gt;
#nav a{&lt;br /&gt;
font-size:11px;&lt;br /&gt;
font-weight:bold;&lt;br /&gt;
float:left;&lt;br /&gt;
padding: 2px 4px;&lt;br /&gt;
color:#999;&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
border:1px solid #ccc;&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
background:transparent url(../images/overlay.png) repeat-x center left;&lt;br /&gt;
height:16px;&lt;br /&gt;
line-height:16px;&lt;br /&gt;
}&lt;br /&gt;
#nav a:hover{&lt;br /&gt;
background:#D9D9DA none;&lt;br /&gt;
color: #fff;&lt;br /&gt;
}&lt;/div&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Pada HTML kodenya seperti berikut :&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&amp;lt;div id=&quot;nav&quot;&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;&quot;&amp;gt;Link 1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;&quot;&amp;gt;Link 2&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;&quot;&amp;gt;Link 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;&quot;&amp;gt;Link 4&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;&quot;&amp;gt;Link 5&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;&quot;&amp;gt;Link 6&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Cukup Sekian, semoga bermanfaat&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/1577431941430339249/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/10/membuat-menu-navigasi-horizontal-tidak.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/1577431941430339249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/1577431941430339249'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/10/membuat-menu-navigasi-horizontal-tidak.html' title='Membuat Menu Navigasi Horizontal Tidak Bergerak'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-38346872030085068</id><published>2011-09-22T05:51:00.000-07:00</published><updated>2011-09-25T05:28:27.343-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tip dan Trik"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Membuat Breadcrumb Inilah Caranya</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Breadcrumb merupakan navigation yang biasanya terletak di atas atau di bawah halaman yang memungkinkan pengunjung menuju ke bagian sebuah halaman web / blog sebelumnya.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Contohnya seperti ini:&lt;/span&gt;&lt;br/&gt;&lt;br /&gt;
Browse » Home » Tutorial , Widget » Membuat Recent Posts Lebih Menarik Dengan BuzzBoost&lt;br /&gt;
&lt;br/&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Masing masing kata yang ada di breadcrumb merupakan link menuju ke bagianya masing-masing. Dengan breadcrumb akan memudahkan pengunjung bernavigasi dan dapat dengan mudah memetakan posisinya sedang berada di bagian kategori mana. Karena itu sangat di sarankan sebuah web atau blog menggunakan sistem navigasi breadcrumb ini.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Dengan sedikit modifikasi pada kode template, maka “breadcrumb-navigation” akan segera anda miliki. Berikut adalah caranya.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Silahkan login ke blogger degan ID anda.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Klik Tata Letak.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Klik tab Edit HTML&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Click Download Full Template and please back up your template first.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Silahkan beri tanda centang pada kotak kecil di samping tulisan Expand Template Widget.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Silahkan cari kode ]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Copy lalu paste kode di bawah ini persis di atas kode ]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
.breadcrumbs{&lt;br /&gt;
padding:5px 5px 5px 0;&lt;br /&gt;
margin:0;font-size:95%;&lt;br /&gt;
line-height:1.4em;&lt;br /&gt;
border-bottom:4px double #cadaef;&lt;br /&gt;
}&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Silahkan cari kode berikut pada template anda :&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;&amp;lt;div class=&#39;post hentry uncustomized-post-template&#39;&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Copy lalu paste kode di bawah ini persis di bawah kode &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&lt;b&gt;&amp;lt;div class=&#39;post hentry uncustomized-post-template&#39;&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:blog.homepageUrl == data:blog.url&#39;&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;breadcrumbs&#39;&amp;gt;&lt;br /&gt;
Browse &amp;amp;#187; &amp;lt;a expr:href=&#39;data:blog.homepageUrl&#39;&amp;gt;Home&amp;lt;/a&amp;gt; &amp;amp;#187;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.labels&#39;&amp;gt;&amp;lt;b:loop values=&#39;data:post.labels&#39; var=&#39;label&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href=&#39;data:label.url&#39; rel=&#39;tag&#39;&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:label.isLast != &amp;amp;quot;true&amp;amp;quot;&#39;&amp;gt; , &amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/b:loop&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt; &amp;amp;#187; &amp;lt;data:post.title/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Klik tombol Save Template.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Tunggu beberapa saat sampai template anda tersimpan.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Buka halaman blog anda, klik pada judul artikelnya. Silahkan lihat hasilnya.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Selesai.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/38346872030085068/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/membuat-breadcrumb-inilah-caranya.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/38346872030085068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/38346872030085068'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/membuat-breadcrumb-inilah-caranya.html' title='Membuat Breadcrumb Inilah Caranya'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-3451143165245455952</id><published>2011-09-10T09:01:00.000-07:00</published><updated>2011-09-10T09:01:12.089-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Widget"/><title type='text'>Membuat Recent Posts Lebih Menarik Dengan BuzzBoost</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Satu lagi Tip dan trik mengenai Recent Post. Kali ini agak berbeda dengan recent post biasanya, karena disini kita memadukan recent post dengan BuzzBoost dari Feedburner. Recent Post ini sangat menarik karena memanfaatkan Fitur dari BuzzBoost sehingga bisa memunculkan potongan isi dari tulisan/postingan.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Sebenarnya hal seperti ini sudah banyak dibahas akan tetapi modifikasi tiap orang pasti berbeda-beda sesuai dengan selera masing-masing, dibawah ini akan saya bahas bagaimana cara mendaftar ke Feedburner sampai menaruh fitur itu di dalam template blogspot kita.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;BuzzBoost &amp;nbsp;adalah &amp;nbsp;fasilitas yang diberikan feedburner untuk menampilkan RSS Feed sebagai html dengan menaruh code javascript pada blog kita. Perlu kita ketahui bahwa RSS adalah sebuah file berformat XML untuk sindikasi yang telah digunakan situs web maupun Blog. Teknologi RSS ini mengijinkan kita untuk berlangganan kepada situs web yang menyediakan umpan feed RSS.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Baik kita mulai saja cara membuatnya dan sekarang kita ikuti &amp;nbsp;langkah-langkahnya:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1. Daftar Feedburner, bila belum silahkan klik &lt;a href=&quot;http://feedburner.google.com/&quot;&gt;disini&lt;/a&gt;. (http://feedburner.google.com)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;2. Pada bagian Burn a feed right this instant. isi dengan &amp;nbsp;rss feed dari situs yang akan anda ekstraksi, misalnya &lt;b&gt;http://ruditabuci.blogspot.com/feeds/posts/default&lt;/b&gt;, kemudian tekan tombol Next, seterusnya tekan lagi tombol Next dan seterusnya sampai selesai hingga anda menemukan bagian Analyze,Optimze,Publicize dll&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;3. Pada halaman Publicize, Klik Link BuzzBoost. Pada halaman BuzzBoost klik &amp;nbsp;ACTIVE.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Akan muncul halaman yang berisi script seperti dibawah ini.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;script src=&quot;http://feeds.feedburner.com/blogspot/ruditabuci?format=sigpro&quot; type=&quot;text/javascript&quot; &amp;gt;&amp;lt;/script&amp;gt;&amp;lt;noscript&amp;gt;&amp;lt;p&amp;gt;Subscribe to RSS headline updates from: &amp;lt;a href=&quot;http://feeds.feedburner.com/blogspot/ruditabuci&quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;Powered by FeedBurner&amp;lt;/p&amp;gt; &amp;lt;/noscript&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;4. Kemudian Anda cukup mengambil bagian seperti di bawah ini&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;script src=&quot;http://feeds.feedburner.com/blogspot/ruditabuci?format=sigpro&quot; type=&quot;text/javascript&quot; &amp;gt;&amp;lt;/script&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;5. kemudian modifikasi dengan menambahkan script dibawah ini tepat dibelakang text sigpro&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;&amp;amp;nItems=8&amp;amp;format=openLinks=new&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;amp;displayDate=true&amp;amp;displayExcerpts=true&amp;amp;displayTitle=false&amp;amp;excerptLength=50&amp;amp;dateLocation=below&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;sehingga menjadi seperti dibawah ini&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;script src=&quot;http://feeds.feedburner.com/blogspot/ruditabuci?format=sigpro&amp;amp;nItems=8&amp;amp;format=openLinks=new&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;amp;displayDate=true&amp;amp;displayExcerpts=true&amp;amp;displayTitle=false&amp;amp;excerptLength=50&amp;amp;dateLocation=below&quot; type=&quot;text/javascript&quot; &amp;gt;&amp;lt;/script&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Copy Paste pada Blog anda. Buka Design - Page Element - Add a gadget - Javascript/HTML - Isi judul misalnya &#39;Recent Posts&#39; Lalu Copy Paste script diatas&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;6. Setelah itu buka kembali Design - Edit HTML - Expand Widget Templates, Kemudian cari text &quot;Recent Posts&quot; sesuai judul yang kita berikan tadi, sehingga akan ketemu dengan script seperti dibawah ini&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;b:widget id=&#39;HTML1&#39; locked=&#39;false&#39; title=&#39;Recent Posts&#39; type=&#39;HTML&#39;&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;b:includable id=&#39;main&#39;&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;!-- only display title if it&#39;s non-empty --&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;lt;b:if cond=&#39;data:title != &amp;amp;quot;&amp;amp;quot;&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;lt;h2 class=&#39;title&#39;&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;lt;div class=&#39;widget-content&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;lt;data:content/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;lt;b:include name=&#39;quickedit&#39;/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;lt;/b:includable&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;lt;/b:widget&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Ganti &amp;nbsp;script diatas yang berwarna biru sehingga menjadi seperti di bawah ini&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;b:if cond=&#39;data:title != &quot;&quot;&#39;&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;h2 class=&#39;title&#39;&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;/b:if&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;div class=&#39;postnew&#39;&amp;gt;&amp;lt;div class=&#39;widget-content&#39;&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;data:content/&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;b:include name=&#39;quickedit&#39;/&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;/b:includable&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;/b:widget&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Langkah selanjutnya adalah menambah style sheet css&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;7. Tetap pada mode Edit HTML, Selanjutnya cari &amp;lt;/head&amp;gt; setelah ketemu bagian tersebut letakkan script dibawah ini tepat diatasnya&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;style&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;.postnew li a:hover {&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;display:block;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;text-decoration:none;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;background:#efefef;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;}&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;.postnew li a:visited {&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;text-decoration:none;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;}&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;.postnew {&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;float:left;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;width:380px;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;}&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;.postnew ul {&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;width:90%;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;list-style-type:none;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;}&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;.postnew li a {&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;text-decoration:none;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;border-top:1px solid rgb(204,204,204);&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;line-height:13px;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;display:block;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;padding:3px 0px 3px 0;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;}&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;.feedburnerFeedBlock div, .date, .feedItemAuthor, .feedTitle, .fbsubscribelink, .creditfooter {&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; display:none;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; padding:2px 3px;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; margin-left:126px;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; margin-bottom:12px;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; width:162px&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;}&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;.feedburnerFeedBlock &amp;nbsp;li:hover .date {&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; font-size:11px;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; font-weight:bold;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; text-align:left;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; display:block;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; position:absolute;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdq8E-s4gvYtJroCeyJD-ooeF_PakFUE5dArpQmgwEG5-2ed2lCNmzUMqrkMsGSuzV8wa8Q1yVrUYbLz-amALMMPdAEh88xleFll8i4B61siXrEcJ_WrAQ4UxpzqfKGTqRGSWldUEv_zo/s400/tooltips-date.gif) no-repeat scroll 10px 5px; color:#333; padding:6px 35px; margin-right:10px;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; width:114px&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;}&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;.feedburnerFeedBlock &amp;nbsp;li:hover div {&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; border-radius:8px 8px;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -moz-border-radius:0 0 8px 8px; &amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -khtml-border-radius:0 0 8px 8px; &amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -webkit-border-radius:0 0 8px 8px; &amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; border-radius:0 0 8px 8px;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; font-size:11px;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; display:block;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; position:absolute;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; border:1px solid #ccc;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; background:#E5E5E5 &amp;nbsp;url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXwocGXlBljJtyEKp0FR1hXRTEsHbyKkdo79jplg9AZO2aiJNntziz92j4Tnbr7hGHdAjcYj_vHfmxGrf9wyo33ukwxDDbJnCRSk0sIbrPOEyEW4hPRymC-l31m2IBiDNazHkWYwoqTCc/s1600/tooltips-background.png) repeat-x;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; color:#333;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; padding:35px 10px 10px 10px&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;}&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;/style&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Demikian Selamat mencoba&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/3451143165245455952/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/membuat-recent-posts-lebih-menarik.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/3451143165245455952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/3451143165245455952'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/membuat-recent-posts-lebih-menarik.html' title='Membuat Recent Posts Lebih Menarik Dengan BuzzBoost'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-3013615760777402378</id><published>2011-09-09T08:56:00.000-07:00</published><updated>2011-09-10T09:25:43.795-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Widget"/><title type='text'>Cara Memasang Floating Share Button</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Kumpulan Tip dan trik kali ini membahas bagaimana cara Memasang Floating Share Button &amp;nbsp;- Widget Floating Share Buttons ini berguna untuk menampilkan tombol berbagi yang tampil mengapung baik di kiri maupun di kanan sesuai kehendak Anda tinggal mengubah posisi left atau right. Anda bisa melihat demonya pada blog ini,&amp;nbsp;terihat disini ada tombol share Facebook, Retweet, Buzz dan Google +1.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Bila &amp;nbsp;Anda tertarik untuk memasang Widget Floating Share Buttons ini silahkan ikuti tutorialnya di bawah ini.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1. Login terlebih dahulu ke akun blogger Anda.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;2. Silahkan klik menu Rancangan atau Design. Pada &amp;nbsp;Elemen Laman Klik, Tambah Gadget.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;3. Lalu, pilih &quot;HTML/JavaScript&quot;. Sebaiknya kosongkan saja pada Judul Widget.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;4. Lalu, Copy-Paste kode html dibawah ini kedalamnya&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;background-attachment: scroll; background-clip: initial; background-color: #ebf3fb; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat; border-bottom-color: rgb(170, 204, 238); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 204, 238); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 204, 238); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 204, 238); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
#pageshare {position:fixed; bottom:&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;50&lt;/span&gt;%; margin-left:&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;-799&lt;/span&gt;px; float:&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;left&lt;/span&gt;; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fff;padding:0 0 2px 0;z-index:10;}&lt;br /&gt;
#pageshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;}&lt;br /&gt;
.fb_share_count_top {width:48px !important;}&lt;br /&gt;
.fb_share_count_top, .fb_share_count_inner {-moz-border-radius:3px;-webkit-border-radius:3px;}&lt;br /&gt;
&lt;br /&gt;
.FBConnectButton_Small, .FBConnectButton_RTL_Small {width:49px !important; -moz-border-radius:3px;/*bs-fsmsb*/-webkit-border-radius:3px;}&lt;br /&gt;
&lt;br /&gt;
.FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px !important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;div id=&quot;pageshare&quot; title=&quot;Get this from ruditabuci.blogspot.com&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;sbutton&quot; id=&quot;fb&quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;http://www.facebook.com/sharer.php&quot; name=&quot;fb_share&quot; type=&quot;box_count&quot;&amp;gt;Share&amp;lt;/a&amp;gt;&amp;lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&quot;sbutton&quot; id=&quot;rt&quot;&amp;gt;&lt;br /&gt;
&amp;lt;script src=&quot;http://tweetmeme.com/i/scripts/button.js&quot; type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;sbutton&quot; id=&quot;gb&quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&quot;google-buzz-button&quot; data-button-style=&quot;normal-count&quot; href=&quot;http://www.google.com/buzz/post&quot; title=&quot;post on google buzz&quot;&amp;gt;&lt;br /&gt;
&amp;lt;script src=&quot;http://www.google.com/buzz/api/button.js&quot; type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&quot;sbutton&quot; id=&quot;gplusone&quot;&amp;gt;&lt;br /&gt;
&amp;lt;script src=&quot;http://apis.google.com/js/plusone.js&quot; type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;g:plusone size=&quot;tall&quot;&amp;gt;&amp;lt;/g:plusone&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Untuk posisinya Anda bisa Mengaturnya pada tulisan yang berwarna biru.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;5. Kemudian Save&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-size: 15px;&quot;&gt;Cukup sekian dahulu panduan kali ini, semoga berguna.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/3013615760777402378/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/cara-memasang-floating-share-button.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/3013615760777402378'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/3013615760777402378'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/cara-memasang-floating-share-button.html' title='Cara Memasang Floating Share Button'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-5136288816943651884</id><published>2011-09-03T20:08:00.000-07:00</published><updated>2011-09-03T20:10:28.078-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tip dan Trik"/><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Cek Akses Blog dengan GTmterix</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaap9dbW-qHA4cug2IvFYkcQ-oglcIa9bbEZaYWOws4GUxhaR0tNwOShtz8MsOxw9rp9OyDiZKtv9NtZSEezJZe_YJysikHSzfRQ675YQU0P9Kl_roLhKdKY0gbzeQ77j5cnqLKE_DcAg/s1600/GTmetrix+home.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;84&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaap9dbW-qHA4cug2IvFYkcQ-oglcIa9bbEZaYWOws4GUxhaR0tNwOShtz8MsOxw9rp9OyDiZKtv9NtZSEezJZe_YJysikHSzfRQ675YQU0P9Kl_roLhKdKY0gbzeQ77j5cnqLKE_DcAg/s320/GTmetrix+home.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Kecepatan akses suatu blog merupakan faktor penting untuk kenyamanan pengunjung blog Anda. Apabila blog &amp;nbsp;Anda mempunyai kecepatan akses hanya beberapa detik membuat pengunjung nyaman dalam membaca dan mencari informasi dalam blog Anda.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Pengguna internet di Indonesia masih mengakses internet dengan kecepatan yang kurang cepat alias lambat. Dengan kecepatan akses yang lambat ini, maka akses blog yang berat akan semakin membuat pengunjung blog tidak nyaman dan bosan menunggu akhirnya meninggalkan blog anda.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Bagi Anda yang ingin mengetahui kecepatan loading blog, ada sebuah layanan online yaitu GTmetrix. Di mana layanan GTmetrix ini dapat menilai kecepatan blog sobat dari segi page speed maupun Yslow. GTmetrix memang di dukung oleh Google Page Speed, Yahoo Yslow, Firefox dan yang lainnya.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Anda ingin mencoba dan mengecek blog silahkan mengunjungi GTmetrix, masukkan alamat blog Anda dan Go.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Selanjutnya tunggu GTmetrix menganalisis blog Anda, hanya membutuhkan waktu beberapa detik saja, sesuai dengan kecepatan dan besarnya blog Anda. Hasilnya akan terlihat nilai dan kecepatan akses blog anda.&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtH9_IV4hnb_OuyuOhAXY2uHl-TvocaS9o0E9oBxxMS55YY9BvQRi-bzvbZgYORWb6HT5CHq6wQR5LGdhw57c8_WuC7QwhSjatCNUi2Op_alWdqTmdunCXmvouzxm7uM_yeH0cxTLAP-0/s1600/GTmetrix+ruditabuci.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;185&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtH9_IV4hnb_OuyuOhAXY2uHl-TvocaS9o0E9oBxxMS55YY9BvQRi-bzvbZgYORWb6HT5CHq6wQR5LGdhw57c8_WuC7QwhSjatCNUi2Op_alWdqTmdunCXmvouzxm7uM_yeH0cxTLAP-0/s640/GTmetrix+ruditabuci.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Dari hasil itu bisa di ketahuai bahwa Page Speed dari Satublog mempunyai Grade A 95 % Kemudian YSlow dapet grade B 81%, cukup lumayanlah bukan? Bagaimana dengan hasil test blog Anda?&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO0B69gBblCumA_AKKhGMmoR5jlUJ72XHLGPrWAoMTXxiVNLOzE8dJ19lKpBIjlEM9Nj7s37h2ATjyt7FIhLVy1KTD3pUDlqhSF_OI5YK56RzmYko3yAQpJBd6yGZKEJ40c3bMOmBFT48/s1600/unuse.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;308&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO0B69gBblCumA_AKKhGMmoR5jlUJ72XHLGPrWAoMTXxiVNLOzE8dJ19lKpBIjlEM9Nj7s37h2ATjyt7FIhLVy1KTD3pUDlqhSF_OI5YK56RzmYko3yAQpJBd6yGZKEJ40c3bMOmBFT48/s640/unuse.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Disini andapun bisa mengkoreksi isi blog anda dengan cukup klik di Table Page speed (Recommendation) yang mempunyai nilai rendah contoh Use efficient CSS selectors &amp;nbsp;dan Remove unused CSS dengan sedikit mengedit nya akan menambah nilai, tetapi apabila CSS yang disarankan untuk di edit memang diperlukan sebaiknya jangan di edit.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Demikian sedikit tentang Cek Kecepatan akses blog menggunakan GTmetrix. Tool &amp;nbsp;ini saya rasa berguna juga dalam pemilihan template yang pernah saya ulas sebelumnya dalam &lt;a href=&quot;http://ruditabuci.blogspot.com/2011/08/persiapan-membuat-blog-di-blogspot.html&quot; target=&quot;blank&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;Persiapan Membuat Blog Di Blogspot&lt;/span&gt;&lt;/b&gt;.&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/5136288816943651884/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/cek-akses-blog-dengan-gtmterix.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/5136288816943651884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/5136288816943651884'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/cek-akses-blog-dengan-gtmterix.html' title='Cek Akses Blog dengan GTmterix'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaap9dbW-qHA4cug2IvFYkcQ-oglcIa9bbEZaYWOws4GUxhaR0tNwOShtz8MsOxw9rp9OyDiZKtv9NtZSEezJZe_YJysikHSzfRQ675YQU0P9Kl_roLhKdKY0gbzeQ77j5cnqLKE_DcAg/s72-c/GTmetrix+home.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-1376345502012736893</id><published>2011-09-01T17:38:00.000-07:00</published><updated>2011-09-01T17:38:29.530-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tip dan Trik"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Menghilangkan Link &quot;Langgan: Entri (Atom)&quot;</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Kumpulan Tip kali ini adalah bagaimana menghilangkan Link Langgan&quot;Entri (Atom). Link ini tempatnya pada akhir halaman Body Blog. Bila di lihat Link ini sangat menggangu dan dirasa kurang menfaatnya. Bagaimana menghilankannya? Ternyata caranya sangat simple dan sederhana cukup menambahkan kode .feed-links{display:none}. Untuk lebih lengkapnya Cara Menghilangkan Link langgan Entri Atom tinggal ikuti aja langkah-langkah Menghilangkan Link Langgan Entri Atom Berikut Ini.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1.Login Ke blogger .&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;2.Klik Tata Letak Kemudian Klik Edit HTML.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;3.Selanjutnya Cari Kode ]]&amp;gt;&amp;lt;/b:skin&amp;gt; .Atau biar lebih gampang gunakan tombol CTRL+F.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;4.Bila sudah ditemukan copy dan paste kode berikut diatasnya.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;background: none repeat scroll 0% 0% #ebf3fb; border: 1px solid #aaccee; color: black; margin: 0px; padding: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
.feed-links{&lt;br /&gt;
display:none;&lt;br /&gt;
}&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;5.Kemudian Simpan Template.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Cukup sekian dahulu panduan kali ini, semoga berhasil.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/1376345502012736893/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/menghilangkan-link-langgan-entri-atom.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/1376345502012736893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/1376345502012736893'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/menghilangkan-link-langgan-entri-atom.html' title='Menghilangkan Link &quot;Langgan: Entri (Atom)&quot;'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-5530749108999400438</id><published>2011-09-01T08:08:00.000-07:00</published><updated>2011-09-01T08:15:58.901-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Widget"/><title type='text'>Membuat Recent Post Sederhana</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Malam ini kembali lagi membuat kumpulan tip dengan topik Recent Post. &amp;nbsp;Recent post ini sangat sederhana tetapi mempunyai kegunaan yang tidak kalah pentingnya. Dengan mengurutkan berdasarkan tanggal postingan maka recent postnya pun menampilkan tanggal artikel ini di post.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Berikut cara membuatnya :&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Masuk dulu ke Blogger terus pilih Layout&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Klik pada Page Elements trus pilih Add page element lalu cari HTML/Javascript&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Copy kode dibawah ini dan taruh dalam kotak content&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;background: none repeat scroll 0% 0% #ebf3fb; border: 1px solid #aaccee; color: black; margin: 0px; padding: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div style=&quot;text-align: auto;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
//credit to hoctro&lt;br /&gt;
function rp(json) {&lt;br /&gt;
document.write(&#39;&amp;lt;ul&amp;gt;&#39;);&lt;br /&gt;
for (var i = 0; i &amp;lt; numposts; i++) {&lt;br /&gt;
document.write(&#39;&amp;lt;li&amp;gt;&#39;);&lt;br /&gt;
var entry = json.feed.entry[i];&lt;br /&gt;
var posttitle = entry.title.$t;&lt;br /&gt;
var posturl;&lt;br /&gt;
if (i == json.feed.entry.length) break;&lt;br /&gt;
for (var k = 0; k &amp;lt; entry.link.length; k++) {&lt;br /&gt;
if (entry.link[k].rel == &#39;alternate&#39;) {&lt;br /&gt;
posturl = entry.link[k].href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
posttitle = posttitle.link(posturl);&lt;br /&gt;
var readmorelink = &quot;(lagi)&quot;;&lt;br /&gt;
readmorelink = readmorelink.link(posturl);&lt;br /&gt;
var postdate = entry.published.$t;&lt;br /&gt;
var cdyear = postdate.substring(0,4);&lt;br /&gt;
var cdmonth = postdate.substring(5,7);&lt;br /&gt;
var cdday = postdate.substring(8,10);&lt;br /&gt;
var monthnames = new Array();&lt;br /&gt;
monthnames[1] = &quot;Jan&quot;;&lt;br /&gt;
monthnames[2] = &quot;Feb&quot;;&lt;br /&gt;
monthnames[3] = &quot;Mar&quot;;&lt;br /&gt;
monthnames[4] = &quot;Apr&quot;;&lt;br /&gt;
monthnames[5] = &quot;May&quot;;&lt;br /&gt;
monthnames[6] = &quot;Jun&quot;;&lt;br /&gt;
monthnames[7] = &quot;Jul&quot;;&lt;br /&gt;
monthnames[8] = &quot;Aug&quot;;&lt;br /&gt;
monthnames[9] = &quot;Sep&quot;;&lt;br /&gt;
monthnames[10] = &quot;Oct&quot;;&lt;br /&gt;
monthnames[11] = &quot;Nov&quot;;&lt;br /&gt;
monthnames[12] = &quot;Dec&quot;;&lt;br /&gt;
if (&quot;content&quot; in entry) {&lt;br /&gt;
var postcontent = entry.content.$t;&lt;br /&gt;
} else if (&quot;summary&quot; in entry) {&lt;br /&gt;
var postcontent = entry.summary.$t;&lt;br /&gt;
} else&lt;br /&gt;
var postcontent = &quot;&quot;;&lt;br /&gt;
var re = /&amp;lt;\S[^&amp;gt;]*&amp;gt;/g;&lt;br /&gt;
postcontent = postcontent.replace(re, &quot;&quot;);&lt;br /&gt;
if (showpostdate == true) document.write(&#39;&#39; + cdday + &#39; &#39; + monthnames[parseInt(cdmonth,10)] + &#39; - &#39;);&lt;br /&gt;
document.write(posttitle + &#39; &#39;);&lt;br /&gt;
if (showpostsummary == true) {&lt;br /&gt;
if (postcontent.length &amp;lt; numchars) {&lt;br /&gt;
document.write(postcontent);&lt;br /&gt;
} else {&lt;br /&gt;
postcontent = postcontent.substring(0, numchars);&lt;br /&gt;
var quoteEnd = postcontent.lastIndexOf(&quot; &quot;);&lt;br /&gt;
postcontent = postcontent.substring(0,quoteEnd);&lt;br /&gt;
document.write(&#39;-&amp;gt; &#39; + postcontent + &#39;...&#39; + readmorelink);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
document.write(&#39;&amp;lt;/li&amp;gt;&#39;);&lt;br /&gt;
document.write(&#39;&amp;lt;hr width=&quot;100%&quot; size=&quot;1&quot; /&amp;gt;&#39;);&lt;br /&gt;
}&lt;br /&gt;
document.write(&#39;&amp;lt;/ul&amp;gt;&#39;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&amp;lt;script&amp;gt;var &lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;numposts = 17&lt;/span&gt;&lt;/b&gt;; var showpostdate = true; var showpostsummary = false; var numchars = 100; &amp;lt;/script&amp;gt;&amp;lt;script src=&quot;http://&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;ruditabuci.blogspot.com&lt;/span&gt;&lt;/b&gt;/feeds/posts/default?orderby=published&amp;amp;alt=json-in-script&amp;amp;callback=rp&quot;&amp;gt; &amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Ganti &lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;ruditabuci.blogspot.com&lt;/span&gt;&lt;/b&gt; dengan nama blog Anda serta &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&lt;b&gt;numpost=17&lt;/b&gt;&lt;/span&gt; angka &quot;17&quot; menunjukkan jumlah &quot;Recent Post&quot; yang akan ditampilkan, Anda bisa menggantinya sesuai keinginan.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Simpan dan lihat hasilnya.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Selamat mencoba!&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/5530749108999400438/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/membuat-recent-post-sederhana.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/5530749108999400438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/5530749108999400438'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/09/membuat-recent-post-sederhana.html' title='Membuat Recent Post Sederhana'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-6040844556197808322</id><published>2011-09-01T06:13:00.000-07:00</published><updated>2011-09-01T19:25:08.611-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Analisa Meta Tag Dengan Meta Tag Analyzer</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSB3vENL24HAqMEdkejPCTCYrRwefSIy-2yESxXC4_KIdwCFb2qK_EhnbGT6-mVyFViV58VGiVy6CcpWTDrGVB4HK9VvGbrUSHrP2MNZimRN5QQAJWOh0f_GkWF96big0XgiAKQSkfE0Q/s1600/Meta+Tag.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSB3vENL24HAqMEdkejPCTCYrRwefSIy-2yESxXC4_KIdwCFb2qK_EhnbGT6-mVyFViV58VGiVy6CcpWTDrGVB4HK9VvGbrUSHrP2MNZimRN5QQAJWOh0f_GkWF96big0XgiAKQSkfE0Q/s200/Meta+Tag.jpg&quot; width=&quot;82&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Bahasan kali ini mengenai Meta Tag. taukah anda apa itu meta tag ?&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Menurut Wikipedia Meta Tag adalah elemen atau tag dalam bahasa pemrograman HTML atau XHTML yang dipakai untuk mengaplikasikan metadata dalam suatu halaman web. Elemen meta ini harus diletakkan pada bagian “head” dalam HTML tersebut. Tag meta ini dapat dipakai juga untuk menyatakan deskripsi/keterangan dari suatu halaman web dan untuk menjelaskan mengenai kata kunci (keyword) yang terkait serta untuk metadata lain tanpa “head”.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Apakah Blog anda sudah menggunakan Meta Tag ? jika belum silahkan pasang meta tag berikut di Blog anda.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Pilih Rancangan - Edit Html - cari kode :&lt;br /&gt;
&amp;lt;b:skin&amp;gt;&amp;lt;![CDATA[&lt;br /&gt;
Letakkan meta tag berikut diatas kode &amp;lt;b:skin&amp;gt;&amp;lt;![CDATA[&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;background: none repeat scroll 0% 0% #ebf3fb; border: 1px solid #aaccee; color: black; margin: 0px; padding: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&amp;lt;meta name= &quot;description&quot;&lt;br /&gt;
content=&quot; Deskripsi blog atau web sobat&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;keywords&quot; content=&quot; keyword1, keyword2,&lt;br /&gt;
keyword3, dst&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;rating&quot; content=&quot; general&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;copyright&quot; content=&quot; 2010, Nama blog sobat&quot;/&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;author&quot; content=&quot; Nama sobat&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;distribution&quot; content=&quot; global&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;robots&quot; content=&quot; index, follow&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;language&quot; content=&quot; id&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;geo.country&quot; content=&quot; id&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;geo.placename&quot; content=&quot; Indonesia&quot;/&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;expires&quot; content=&quot; never&quot;/&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;revisit-after&quot; content=&quot;2 days&quot;/&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;target&quot; content=&quot; global&quot;/&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&quot;SPIDERS&quot; content=&quot; ALL&quot;/&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Jika Meta tag sudah ada di blog Anda, Alangkah baiknya Anda menganalisa sejauh mana kekuatan meta tag blog Anda. mulai dari Deskripsi, keyword blog anda. Meta Tag Analyzer berfungsi sebagai alat untuk memprediksi seberapa kuatnya halaman Anda dapat terindek dalam Search Engine. Semakin baik Meta tag Anda semakin besar pula peluang terindeks Search Engine.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Untuk menganalisa Meta Tag ini Anda dapat memanfaatkan Tool yang bernama Meta Tag Analyzer. Apabila meta berwarna merah sebaiknya Anda merevisi kembali Meta tag Anda&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Silahkan anda coba tool berikut untuk menganalisa Meta Tag anda&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 380px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt; 	&lt;td bgcolor=&quot;#e0e0e0&quot;&gt;&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;4&quot; cellspacing=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt; 	&lt;td bgcolor=&quot;#e0e0e0&quot; width=&quot;100%&quot;&gt;&lt;br /&gt;
&lt;strong&gt;Meta Tag Analyzer&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; 	&lt;td bgcolor=&quot;#f7f7f7&quot; valign=&quot;top&quot;&gt;&lt;br /&gt;
&lt;form action=&quot;http://www.seocentro.com/tools/search-engines/metatag-analyzer.html&quot; method=&quot;POST&quot;&gt;&lt;small&gt;&lt;br /&gt;
&lt;strong&gt;Check your meta tags!&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
example: &lt;strong&gt;http://www.host.com&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;input name=&quot;url&quot; size=&quot;40&quot; type=&quot;text&quot; value=&quot;http://&quot; /&gt; URL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;select name=&quot;robot&quot;&gt; 	&lt;option selected=&quot;&quot; value=&quot;&quot;&gt;Spider Robots&lt;/option&gt;         &lt;option value=&quot;Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)&quot;&gt;GoogleBot&lt;/option&gt;         &lt;option value=&quot;Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)&quot;&gt;Yahoo! Slurp&lt;/option&gt;         &lt;option value=&quot;msnbot/1.0 (+http://search.msn.com/msnbot.htm)&quot;&gt;MSNBot&lt;/option&gt; &lt;/select&gt; (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;input maxlength=&quot;255&quot; name=&quot;custom_robot&quot; size=&quot;40&quot; type=&quot;text&quot; /&gt; User Agent * (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script src=&quot;http://www.seocentro.com/setkey.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
Please enter the &lt;strong&gt;access code&lt;/strong&gt; as displayed above.&lt;br /&gt;
&lt;br /&gt;
&lt;input maxlength=&quot;5&quot; name=&quot;rkey&quot; size=&quot;8&quot; type=&quot;text&quot; value=&quot;&quot; /&gt; Access code&lt;br /&gt;
&lt;br /&gt;
&lt;input name=&quot;Submit&quot; type=&quot;submit&quot; value=&quot;Submit&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/small&gt;&lt;br /&gt;
&lt;input name=&quot;remote&quot; type=&quot;hidden&quot; value=&quot;yes&quot; /&gt;&lt;/form&gt;&lt;small&gt;&lt;br /&gt;
&lt;/small&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/6040844556197808322/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/analisa-meta-tag-dengan-meta-tag.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/6040844556197808322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/6040844556197808322'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/analisa-meta-tag-dengan-meta-tag.html' title='Analisa Meta Tag Dengan Meta Tag Analyzer'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSB3vENL24HAqMEdkejPCTCYrRwefSIy-2yESxXC4_KIdwCFb2qK_EhnbGT6-mVyFViV58VGiVy6CcpWTDrGVB4HK9VvGbrUSHrP2MNZimRN5QQAJWOh0f_GkWF96big0XgiAKQSkfE0Q/s72-c/Meta+Tag.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-6100400521454348882</id><published>2011-08-31T20:20:00.000-07:00</published><updated>2011-08-31T20:23:29.898-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Widget"/><title type='text'>Membuat Artikel Terkait Berdasar Kategori</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Panduan kali ini adalah bagaimana &amp;nbsp;cara memasang &quot;Related Post by Category&quot; atau &quot;Artikel terkait berdasarkan kategori&quot; &amp;nbsp;pada posting blog.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Banyak yang mengulas bahwa salah satu cara untuk meningkatkan trafic dan pagerank adalah memasang Artikel Terkait tersebut. Kenapa? karena pengunjung juga dapat membaca artikel yang lain sehingga pengunjung blog tersebut lebih lama diblog tersebut. Seperti itu katanya yang saya ringkas dari berbagai Blog.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Related Post atau Artikel Terkait itu sendiri banyak versi. Namun mempunyai tujuan yang sama yaitu menampilkan artikel terkait menurut kategori atau label dari artikel yang sedang dibaca. Biasanya ini sangat membantu jumlah PageView ( halaman yang di baca ) blog kita, Terutama bagi pengunjung yang ingin menggali lebih banyak artikel yang kita tulis.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Untuk tata letak alangkah baiknya “ Related Post “ di simpan tepat bawah artikel dengan mempunyai sedikit jarak dengan artikel. Dan Artikel terkait ini akan berjalan bila artikel kita mempunyai label/kategori/tag yang sama dengan beberapa tulisan. Seperti sebelumnya lakukan backup dahulu dengan&amp;nbsp;Download template lengkap.&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Berikut cara memasang artikel terkait tersebut:&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Buka &quot; Edit HTML &quot; pada blog kemudian centangkan &quot; Expand Widget Templates &quot;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Cari Kata &amp;lt;data:post.body/&amp;gt; dengan cara menggunakan ctrl-f&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt; Kemudian lihat kode ini: &amp;lt;div style=&#39;clear: both;&#39;/&amp;gt; &amp;lt;!-- clear for photos floats --&amp;gt; &lt;br /&gt;
Masukan kode dibawah ini diatas kode&amp;nbsp;&amp;lt;div style=&#39;clear: both;&#39;/&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;background: none repeat scroll 0% 0% #ebf3fb; border: 1px solid #aaccee; color: black; margin: 0px; padding: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;similiar&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;widget-content&#39;&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Related Articles&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;div id=&#39;data2007&#39;/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; &lt;br /&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;
var homeUrl3 = &amp;amp;quot;&amp;lt;data:blog.homepageUrl/&amp;gt;&amp;amp;quot;;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;var maxNumberOfPostsPerLabel = 4;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;var maxNumberOfLabels = 10;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;maxNumberOfPostsPerLabel = 100;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;maxNumberOfLabels = 3;&lt;/span&gt;&lt;br /&gt;
function listEntries10(json) {&lt;br /&gt;
var ul = document.createElement(&amp;amp;#39;ul&amp;amp;#39;);&lt;br /&gt;
var maxPosts = (json.feed.entry.length &amp;amp;lt;= maxNumberOfPostsPerLabel) ?&lt;br /&gt;
json.feed.entry.length : maxNumberOfPostsPerLabel;&lt;br /&gt;
for (var i = 0; i &amp;amp;lt; maxPosts; i++) {&lt;br /&gt;
var entry = json.feed.entry[i];&lt;br /&gt;
var alturl;&lt;br /&gt;
for (var k = 0; k &amp;amp;lt; entry.link.length; k++) {&lt;br /&gt;
if (entry.link[k].rel == &amp;amp;#39;alternate&amp;amp;#39;) {&lt;br /&gt;
alturl = entry.link[k].href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
var li = document.createElement(&amp;amp;#39;li&amp;amp;#39;);&lt;br /&gt;
var a = document.createElement(&amp;amp;#39;a&amp;amp;#39;);&lt;br /&gt;
a.href = alturl;&lt;br /&gt;
if(a.href!=location.href) {&lt;br /&gt;
var txt = document.createTextNode(entry.title.$t);&lt;br /&gt;
a.appendChild(txt);&lt;br /&gt;
li.appendChild(a);&lt;br /&gt;
ul.appendChild(li);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
for (var l = 0; l &amp;amp;lt; json.feed.link.length; l++) {&lt;br /&gt;
if (json.feed.link[l].rel == &amp;amp;#39;alternate&amp;amp;#39;) {&lt;br /&gt;
var raw = json.feed.link[l].href;&lt;br /&gt;
var label = raw.substr(homeUrl3.length+13);&lt;br /&gt;
var k;&lt;br /&gt;
for (k=0; k&amp;amp;lt;20; k++) label = label.replace(&amp;amp;quot;%20&amp;amp;quot;, &amp;amp;quot; &amp;amp;quot;);&lt;br /&gt;
var txt = document.createTextNode(label);&lt;br /&gt;
var h = document.createElement(&amp;amp;#39;b&amp;amp;#39;);&lt;br /&gt;
h.appendChild(txt);&lt;br /&gt;
var div1 = document.createElement(&amp;amp;#39;div&amp;amp;#39;);&lt;br /&gt;
div1.appendChild(h);&lt;br /&gt;
div1.appendChild(ul);&lt;br /&gt;
document.getElementById(&amp;amp;#39;data2007&amp;amp;#39;).appendChild(div1);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
function search10(query, label) {&lt;br /&gt;
var script = document.createElement(&amp;amp;#39;script&amp;amp;#39;);&lt;br /&gt;
script.setAttribute(&amp;amp;#39;src&amp;amp;#39;, query + &amp;amp;#39;feeds/posts/default/-/&amp;amp;#39;&lt;br /&gt;
+ label +&lt;br /&gt;
&amp;amp;#39;?alt=json-in-script&amp;amp;amp;callback=listEntries10&amp;amp;#39;);&lt;br /&gt;
script.setAttribute(&amp;amp;#39;type&amp;amp;#39;, &amp;amp;#39;text/javascript&amp;amp;#39;);&lt;br /&gt;
document.documentElement.firstChild.appendChild(script);&lt;br /&gt;
}&lt;br /&gt;
var labelArray = new Array();&lt;br /&gt;
var numLabel = 0;&lt;br /&gt;
&amp;lt;b:loop values=&#39;data:posts&#39; var=&#39;post&#39;&amp;gt;&lt;br /&gt;
&amp;lt;b:loop values=&#39;data:post.labels&#39; var=&#39;label&#39;&amp;gt;&lt;br /&gt;
textLabel = &amp;amp;quot;&amp;lt;data:label.name/&amp;gt;&amp;amp;quot;;&lt;br /&gt;
var test = 0;&lt;br /&gt;
for (var i = 0; i &amp;amp;lt; labelArray.length; i++)&lt;br /&gt;
if (labelArray[i] == textLabel) test = 1;&lt;br /&gt;
if (test == 0) {&lt;br /&gt;
labelArray.push(textLabel);&lt;br /&gt;
var maxLabels = (labelArray.length &amp;amp;lt;= maxNumberOfLabels) ?&lt;br /&gt;
labelArray.length : maxNumberOfLabels;&lt;br /&gt;
if (numLabel &amp;amp;lt; maxLabels) {&lt;br /&gt;
search10(homeUrl3, textLabel);&lt;br /&gt;
numLabel++;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/b:loop&amp;gt;&lt;br /&gt;
&amp;lt;/b:loop&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Untuk Kode yang berwarna Biru Anda bisa ubah angkanya seusai dengan keinginan. Hasil dari Artikel terkait berdasarkan kategori bisa dilihat dibawah ini. Selamat Mencoba&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/6100400521454348882/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/membuat-artikel-terkait-berdasar.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/6100400521454348882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/6100400521454348882'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/membuat-artikel-terkait-berdasar.html' title='Membuat Artikel Terkait Berdasar Kategori'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-1493964158183407218</id><published>2011-08-31T04:35:00.000-07:00</published><updated>2011-09-03T18:07:25.577-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Widget"/><title type='text'>Cara membuat Daftar Isi Otomatis Jquery</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Panduan membuat Daftar Isi Otomatis Dengan Jquery Di blogspot - Seperti kita ketahui, bahwa daftar Isi mempunyai &amp;nbsp;peranan penting dalam blog. Daftar isi sangat membantu pengunjung untuk menemukan artikel yang dicarinya pada blog yang dikunjunginya. Dalam kumpulan panduan blog ini saya akan membagi tentang Daftar Isi Otomatis Dengan Efek Jquery. Daftar isi ini sangat menawan dan cantik &amp;nbsp;serta menarik tentunya, mampu memikat hati para blogger. Bisa Anda lihat pada &lt;a href=&quot;http://ruditabuci.blogspot.com/2011/08/daftar-isi.html&quot; target=&quot;blank&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&lt;b&gt;contoh&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;. Menarik khan? itulah efek efek yang mampu dihasilkan oleh Jquery, &amp;nbsp;Ok, langsung saja kita praktek.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Sebelumnya Login ke Blogger&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Kemudian masuk ke Rancangan -&amp;gt; Edit Html -&amp;gt; centang expand widget template.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Kemudian letakkan kode berikut diatas kode &lt;/span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;background: none repeat scroll 0% 0% #ebf3fb; border: 1px solid #aaccee; color: black; margin: 0px; padding: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;#dafis-acc{&lt;br /&gt;
font-family:&quot;Trebuchet MS&quot;, Tahoma, Verdana, Arial, Helvetica, sans-serif;&lt;br /&gt;
font-size:10px;&lt;br /&gt;
color:#333;&lt;br /&gt;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGh9YexNZLHpJom2ouXpUXPHMRE7qnK7VEcl77JRNRW1fK-3VpGPq8iD3uhh0aNgnU2vuz72pxe-DlCm4NvJLHGARygYmLbbi_KrPMuP9yRVlrOO-pLDobnh1C4YztAvi0IWaRkF2LA4I/s320/bg5.gif) repeat-y scroll left center #E7F7FB;&lt;br /&gt;
padding:2px 0;&lt;br /&gt;
border:1px solid #339DC6;&lt;br /&gt;
}&lt;br /&gt;
.dafis-label{&lt;br /&gt;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZhgBTEKWb2iQCfZAAm0hH4fsmHY5uuY2UrobwJRS4S-HDNE6RS-p8CqWyiJePKw_C595Yz8I7aeE102tJKLZmvco41WYCtKrls-AqxDAHU2X3YgKYxkQsRD-auN5vE4rusk5zzc4kRiY/s1600/bg4.gif) repeat-x scroll 0 0 #E1F4FB;&lt;br /&gt;
font-weight:bold;&lt;br /&gt;
line-height:1.4em;&lt;br /&gt;
overflow:hidden;&lt;br /&gt;
white-space:nowrap;&lt;br /&gt;
vertical-align: baseline;&lt;br /&gt;
margin: 1px 3px;&lt;br /&gt;
outline: none;&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
padding: 2px 10px;&lt;br /&gt;
color: #fff;&lt;br /&gt;
text-shadow: 0 1px 1px rgba(0,0,0,.3);&lt;br /&gt;
border:1px solid #2F94BA;&lt;br /&gt;
}&lt;br /&gt;
.dafis-label:hover{&lt;br /&gt;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxvUDjsVXJAOHzUsAS8f8Fp4BvVHUOkyod49qMsfLiaAGFS7_S6D3Y8Q5cugq0k7W_7PO3dclI4tY1HoiKbSIZhgAYXup0zDCWUsks8ao7IvUXYRgEQlpHEiPEMLAhR7R3CGEsjPo_V0c/s320/bg2.gif) repeat-x scroll 0 0 #E1F4FB;&lt;br /&gt;
color:#003366;&lt;br /&gt;
}&lt;br /&gt;
.dafis-daf ol{&lt;br /&gt;
margin:0 0 0 30px !important;&lt;br /&gt;
padding:0 !important;&lt;br /&gt;
}&lt;br /&gt;
.dafis-daf ol li{&lt;br /&gt;
background-color:#C9E9F4;&lt;br /&gt;
line-height:1.5em;&lt;br /&gt;
margin:1px 3px !important;&lt;br /&gt;
white-space:nowrap;&lt;br /&gt;
text-align:left;&lt;br /&gt;
border:1px solid #339DC6;&lt;br /&gt;
}&lt;br /&gt;
.dafis-daf ol li a{&lt;br /&gt;
text-decoration: none !important;&lt;br /&gt;
color:#333 !important;&lt;br /&gt;
display:block;&lt;br /&gt;
padding-left:10px;&lt;br /&gt;
}&lt;br /&gt;
.dafis-daf ol li a:hover{&lt;br /&gt;
background: #7BC4DF;&lt;br /&gt;
border-left: 5px #333 solid;&lt;br /&gt;
padding-left: 5px;&lt;br /&gt;
text-shadow: 0 1px 1px rgba(0,0,0,.3);&lt;br /&gt;
}&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;selanjutnya, tahap berikutnya adalah meletakkan kode berikut diatas kode &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;background: none repeat scroll 0% 0% #ebf3fb; border: 1px solid #aaccee; color: black; margin: 0px; padding: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&amp;lt;script src=&#39;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Save Template.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;sampai disini belum selesai dan selanjutnya meletakkan Widgetnya di Sidebar :&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Langsung klik Tata Letak - Add Widget - Html/Javascript&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Kemudian Copy paste kode berikut :&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style=&quot;background: none repeat scroll 0% 0% #ebf3fb; border: 1px solid #aaccee; color: black; margin: 0px; padding: 7px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://cayun-code.googlecode.com/files/Acc1.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt; &lt;/span&gt; &lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&amp;lt;script src=&quot;http://&lt;b&gt;&lt;span style=&quot;color: blue;&quot;&gt;ruditabuci.blogspot.com&lt;/span&gt;&lt;/b&gt;/feeds/posts/summary?max-results=1000&amp;amp;amp;alt=json-in-script&amp;amp;amp;callback=loadtoc&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Untuk menampilkan di Blog silahkan ganti tulisan yang berwarna biru dengan alamat blog Anda.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Kemudian Save.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Selesai sudah sekarang anda mempunyai&amp;nbsp;Daftar Isi Otomatis Dengan Efek Jquery&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/1493964158183407218/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/panduan-membuat-daftar-isi-otomatis.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/1493964158183407218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/1493964158183407218'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/panduan-membuat-daftar-isi-otomatis.html' title='Cara membuat Daftar Isi Otomatis Jquery'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-904638617680176187</id><published>2011-08-29T20:39:00.000-07:00</published><updated>2011-08-31T17:28:38.694-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Panduan Cara Membuat Auto Read More</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Coba perhatikan Template Rudi Tabuci ini, ada perubahan dari template aslinya dengan nama template &amp;nbsp;&quot;Collaboration&quot;. Sebetulnya template ini standard tetapi cukup menarik serta ringgan. Di template ini saya menambahkan Auto Read More dan 3 buah kolom di Footer.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDlGGUMqQIIXuAhpoUTpqkseVeDmv-PZyRhC3PkY6BDYI0PNx1OqM8TRP308Eue1PVn1ThyphenhyphenKMtqrxuBZ2BzhbMCQqTBrdcqOWjYCt3l0EOo4PmmIDzo4xa9boveg-U6vo4QLRyZ2qNkag/s1600/Collaboration.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;504&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDlGGUMqQIIXuAhpoUTpqkseVeDmv-PZyRhC3PkY6BDYI0PNx1OqM8TRP308Eue1PVn1ThyphenhyphenKMtqrxuBZ2BzhbMCQqTBrdcqOWjYCt3l0EOo4PmmIDzo4xa9boveg-U6vo4QLRyZ2qNkag/s640/Collaboration.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;blockquote&gt;By the way bila anda tertarik akan template ini bisa di download pada link di bawah :&lt;/blockquote&gt;&lt;blockquote&gt;&amp;nbsp;http://btemplates.com/2008/blogger-template-collaboration/&lt;/blockquote&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Kali ini saya akan membahas Cara membuat Auto Read More, dan untuk membuat 3 kolom pada Footer akan dibahas kemudian. Semoga dengan adanya tutorial membuat Auto Read More &amp;nbsp;ini, siapa aja bisa buat read more dengan mudah. Sebelum melakukan modifikasi template untuk menambahkan Auto Read More, ada baiknya Anda membackup dahulu templatenya. Caranya Masuk ke Pengaturan ke mode HTML dan Download template lengkap.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Baik Simak Panduannya &amp;nbsp;di bawah:&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;1. Masuklah ke Pengaturan &amp;gt;&amp;gt; ke halaman Edit HTML &amp;gt;&amp;gt; centang expand template widget&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;2. Cari kode berikut: &amp;nbsp; &amp;lt;/head&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;3. Setelah Anda menemukan, tempatkan kode di bawah ini di atas kode &amp;lt;/head&amp;gt; tadi.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt; &lt;/span&gt;&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;var thumbnail_mode = &quot;float&quot; ;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange;&quot;&gt;summary_noimg = 250;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: purple;&quot;&gt;summary_img = 250;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;img_thumb_height = 120;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;img_thumb_width = 120;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;blockquote&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;/blockquote&gt;&lt;blockquote&gt;//&amp;lt;![CDATA[&lt;/blockquote&gt;&lt;blockquote&gt;/******************************************&lt;/blockquote&gt;&lt;blockquote&gt;Auto-readmore link script, version 2.0 (for blogspot)&lt;/blockquote&gt;&lt;blockquote&gt;(C)2008 by Anhvo&lt;/blockquote&gt;&lt;blockquote&gt;visit http://en.vietwebguide.com to get more cool hacks&lt;/blockquote&gt;&lt;blockquote&gt;********************************************/&lt;/blockquote&gt;&lt;blockquote&gt;function removeHtmlTag(strx,chop){&lt;/blockquote&gt;&lt;blockquote&gt;if(strx.indexOf(&quot;&amp;lt;&quot;)!=-1)&lt;/blockquote&gt;&lt;blockquote&gt;{&lt;/blockquote&gt;&lt;blockquote&gt;var s = strx.split(&quot;&amp;lt;&quot;);&lt;/blockquote&gt;&lt;blockquote&gt;for(var i=0;i&amp;lt;s.length;i++){&lt;/blockquote&gt;&lt;blockquote&gt;if(s[i].indexOf(&quot;&amp;gt;&quot;)!=-1){&lt;/blockquote&gt;&lt;blockquote&gt;s[i] = s[i].substring(s[i].indexOf(&quot;&amp;gt;&quot;)+1,s[i].length);&lt;/blockquote&gt;&lt;blockquote&gt;}&lt;/blockquote&gt;&lt;blockquote&gt;}&lt;/blockquote&gt;&lt;blockquote&gt;strx = s.join(&quot;&quot;);&lt;/blockquote&gt;&lt;blockquote&gt;}&lt;/blockquote&gt;&lt;blockquote&gt;chop = (chop &amp;lt; strx.length-1) ? chop : strx.length-2;&lt;/blockquote&gt;&lt;blockquote&gt;while(strx.charAt(chop-1)!=&#39; &#39; &amp;amp;&amp;amp; strx.indexOf(&#39; &#39;,chop)!=-1) chop++;&lt;/blockquote&gt;&lt;blockquote&gt;strx = strx.substring(0,chop-1);&lt;/blockquote&gt;&lt;blockquote&gt;return strx+&#39;...&#39;;&lt;/blockquote&gt;&lt;blockquote&gt;}&lt;/blockquote&gt;&lt;blockquote&gt;function createSummaryAndThumb(pID){&lt;/blockquote&gt;&lt;blockquote&gt;var div = document.getElementById(pID);&lt;/blockquote&gt;&lt;blockquote&gt;var imgtag = &quot;&quot;;&lt;/blockquote&gt;&lt;blockquote&gt;var img = div.getElementsByTagName(&quot;img&quot;);&lt;/blockquote&gt;&lt;blockquote&gt;var summ = summary_noimg;&lt;/blockquote&gt;&lt;blockquote&gt;if(img.length&amp;gt;=1) {&lt;/blockquote&gt;&lt;blockquote&gt;imgtag = &#39;&amp;lt;span style=&quot;float:left; padding:0px 10px 5px 0px;&quot;&amp;gt;&amp;lt;img&lt;/blockquote&gt;&lt;blockquote&gt;src=&quot;&#39;+img[0].src+&#39;&quot; width=&quot;&#39;+img_thumb_width+&#39;px&quot;&lt;/blockquote&gt;&lt;blockquote&gt;height=&quot;&#39;+img_thumb_height+&#39;px&quot;/&amp;gt;&amp;lt;/span&amp;gt;&#39;;&lt;/blockquote&gt;&lt;blockquote&gt;summ = summary_img;&lt;/blockquote&gt;&lt;blockquote&gt;}&lt;/blockquote&gt;&lt;blockquote&gt;var summary = imgtag + &#39;&amp;lt;div&amp;gt;&#39; + removeHtmlTag(div.innerHTML,summ) + &#39;&amp;lt;/div&amp;gt;&#39;;&lt;/blockquote&gt;&lt;blockquote&gt;div.innerHTML = summary;&lt;/blockquote&gt;&lt;blockquote&gt;}&lt;/blockquote&gt;&lt;blockquote&gt;//]]&amp;gt;&lt;/blockquote&gt;&lt;blockquote&gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Anda dapat mengatur jumlah karakter tulisan dan besarnya gambar yang akan ditampilkan dengan cara melakukan sedikit modifikasi sebagai berikut:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;var thumbnail_mode = &quot;float&quot;;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;(float –&amp;gt; gambar thumbnail diletakkan di sebelah kiri. Bisa diganti dengan &amp;nbsp;no-float )&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange;&quot;&gt;summary_noimg = 250;&lt;/span&gt;&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote&gt;(250 –&amp;gt; jumlah karakter yang ditampilkan jika postingan tidak memiliki gambar / thumbnail)&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: purple;&quot;&gt;summary_img = 250;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;(250 –&amp;gt; jumlah karakter yang ditampil jika postingan ada gambarnya / thumbnail)&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;img_thumb_height = 120;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;(120 –&amp;gt; tinggi gambar/thumbnail dalam piksel)&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;img_thumb_width = 120;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;(120 –&amp;gt; lebar gambar/thumbnail dalam piksel)&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;4. Selanjutnya cari kode berikut:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;data:post.body/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;5. Ganti kode tersebut dengan kode berikut:&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;blockquote&gt;&amp;lt;div expr:id=&#39;&amp;amp;quot;summary&amp;amp;quot; + data:post.id&#39;&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;&lt;blockquote&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;createSummaryAndThumb(&amp;amp;quot;summary&amp;lt;data:post.id/&amp;gt;&amp;amp;quot;);&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;blockquote&gt;&amp;lt;span class=&#39;rmlink&#39; style=&#39;float:right&#39;&amp;gt;&amp;lt;a expr:href=&#39;data:post.url&#39;&amp;gt;READ MORE - &amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;/blockquote&gt;&lt;blockquote&gt;&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;&lt;blockquote&gt;&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Selanjutnya &amp;nbsp;klik save template. Perlu diingatkan bahwa membuat Auto Read More ini Anda harus sabar untuk mengikuti petunjuk ini agar berhasil nantinya. Selamat mencoba semoga berhasil&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/904638617680176187/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/panduan-cara-membuat-auto-read-more.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/904638617680176187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/904638617680176187'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/panduan-cara-membuat-auto-read-more.html' title='Panduan Cara Membuat Auto Read More'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDlGGUMqQIIXuAhpoUTpqkseVeDmv-PZyRhC3PkY6BDYI0PNx1OqM8TRP308Eue1PVn1ThyphenhyphenKMtqrxuBZ2BzhbMCQqTBrdcqOWjYCt3l0EOo4PmmIDzo4xa9boveg-U6vo4QLRyZ2qNkag/s72-c/Collaboration.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-8975822758421033259</id><published>2011-08-29T18:59:00.000-07:00</published><updated>2011-08-30T07:34:03.406-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Persiapan membuat Blog Di Blogspot</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;Blog adalah singkatan dari “Web dan log” merupakan salah satu aplikasi web berupa tulisan yang umum disebut sebagai posting pada halaman web. Tulisan-tulisan tersebut seringkali diurut dari yang terbaru dan diikuti oleh yang lama.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Awalnya di dalam blog dibuat sebagai catatan pribadi yang disimpan secara online atau sebuah halaman berisi kan tutorial atau cara-cara membuat sesuatu yang dituangkan ke dalam blog , bisa berisi curhat, bisnis dan lain sebagainya. Secara umum, tutorial membuat blog sudah banyak diulas di berbagai blog.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqGVV6E92lw6l0oRXBwPjZp_ypsej539tntha3iv91E7geTHJ2ZgArfSqbOmIPnmDXjrcTvF4pqfI9fnVp6K51bu5JufZigYl2IZKvesaVO61iE1kGcF5GUfmkotHxnEsuQnKp5lhFOs/s1600/GTmetrix.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;441&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqGVV6E92lw6l0oRXBwPjZp_ypsej539tntha3iv91E7geTHJ2ZgArfSqbOmIPnmDXjrcTvF4pqfI9fnVp6K51bu5JufZigYl2IZKvesaVO61iE1kGcF5GUfmkotHxnEsuQnKp5lhFOs/s640/GTmetrix.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Salah satu penyedia blog gratis yang populer sampai saat ini adalah &amp;nbsp;blogspot atau blogger, dimana pada saat kita mendaftar pada situs blogger.com atau blogspot ini kita akan mendapatkan nama sub domain dari blogspot.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;contoh : namablog.blogspot.com&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Kenapa membuat blog di blogger.com bukan pada situs penyedia blog lainnya? Sebenarnya membuat blog di blogger mempunyai banyak kelebihan yang dimiliki blogger dibanding dengan penyedia blog lain. Salah satu contohnya yaitu mudah dalam pengoperasian dan cocok untuk pemula, lebih leluasa dalam mengganti dan mengedit template sehingga tampilan blog akan lebih fresh. Untuk custom domainpun dimana anda dapat mengubah nama blog anda dengan nama domain sendiri. Contohnya namablog.blogspot.com di ubah menjadi namablog.com dengan tetap memakai hosting blogspot dan masih tetap gratis.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Persiapan apa saja yang harus kita perlukan dalam membuat Blog di Blogspot? Sebetulnya tidak ada persiapan yang khusus. Tetapi alangkan baiknya sebelum membuat Blog kita mempersiapkan konsepnya terlebih dahulu, karena konsep ini sangat penting dalam mebangun Blog agar blog kita tidak terkesan gado-gado.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;b&gt;Konsep disini meliputi&lt;/b&gt; :&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Judul mempunyai peranan tidak kalah pentingnya, buatlah judul yang menarik dan mudah diingat.&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Materi : seperti dijelaskan di atas alangkah baiknya kita membuat materi blog tidak campuran alias gado gado tetapi fokus pada salah satu masalah saja, contohnya tentang tip dan trik seputar komputer jangan dicampur dengan resep masakah atau obat-obatan.&lt;/li&gt;
&lt;li&gt;Tag atau Label pun disini sudah kita persiapkan sebelumnya, kenapa? karena akan lebih mudah bila kita sudah mempersiapkan tag atau label sehingga Anda akan fokus pada materi yang akan ditulis. Lebih penting lagi Anda tidak akan &amp;nbsp;bingung saat selesai menulis di beri label apa nantinya.&lt;/li&gt;
&lt;li&gt;Template untuk Blogspot atau blogger banyak disediakan di berbagai situs antara lain :&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;1. &amp;nbsp; Template dasar Blogspot&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;2. &amp;nbsp; http://btemplates.com&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;3. &amp;nbsp; http://www.bloggerstyles.com/&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;4. &amp;nbsp; www.zoomtemplate.com/&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;5. &amp;nbsp; http://blogtemplate4u.com/&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;6. &amp;nbsp; www.bloggertemplatesfree.com/&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;7. &amp;nbsp; www.bloggertemplatesfree.com/&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;8. &amp;nbsp; www.eblogtemplates.com/&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;9. &amp;nbsp; http://bloggertemplateplace.com/&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;10. http://www.dhetemplate.com/&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Dan masih banyak lagi. Bagaimana cara memilihnya? itu adalah sesuai selera Anda. Tetapi yang harus diperhatikan dalam memilih template adalah seberapa ringankah dalam loading sebuah template (performa template itu sendiri) semakin ringan sebuah template maka akan cepat Blog itu terbuka, apabila blog kita lama terbuka maka pembaca atau pengunjung akan merasa bosan untuk menunggu sehingga akan ditinggalkan pembacanya.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Bagaimana mengukur perfomance nya? banyak situ yang menyediakan jasa ini dan itu gratis (lagi lagi gratis ) tetapi disini saya mengambil salah satu contoh http://gtmetrix.com/.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;b&gt;Ringkasan&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Persiapan dalam mebuat Blog adalah siapkan Judul yang menarik dan sesuai konsep. Materi blog sebaiknya jangan gado-gado atau campuran contohnya blog tentang komputer dicampur dengan resep atau obat-obatan. Tag atau label sebaiknya dipersiapkan agar kita lebih fokus dalam menulis. Template pun tidak kalah pentingnya, pilihlah template yang ringan loadingnya sehingga akan cepat terbuka. Demikian persiapan dalam membuat template yang saat ini penulis rasakan sangat berguna, semoga tulisan ini sedikit membantu Anda dalah memulai membuat Blog.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/8975822758421033259/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/persiapan-membuat-blog-di-blogspot.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/8975822758421033259'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/8975822758421033259'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/persiapan-membuat-blog-di-blogspot.html' title='Persiapan membuat Blog Di Blogspot'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqGVV6E92lw6l0oRXBwPjZp_ypsej539tntha3iv91E7geTHJ2ZgArfSqbOmIPnmDXjrcTvF4pqfI9fnVp6K51bu5JufZigYl2IZKvesaVO61iE1kGcF5GUfmkotHxnEsuQnKp5lhFOs/s72-c/GTmetrix.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-3773442503478764241</id><published>2011-08-25T05:05:00.000-07:00</published><updated>2011-09-01T07:47:03.974-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Z-Other"/><title type='text'>New Coolpix S Series And P7100 Compact Cameras</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 21px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: left;&quot;&gt;Nikon has week launched 6 new&amp;nbsp;&lt;a href=&quot;http://www.geeky-gadgets.com/&quot; style=&quot;color: #3b7db0; font-family: Arial, Helvetica, sans-serif; text-decoration: none;&quot; title=&quot;cameras&quot;&gt;cameras&lt;/a&gt;&amp;nbsp;to its range in the form of a rugged waterproof AW100, together with four new Coolpix S Series compact cameras : &amp;nbsp;S8200, S6200, S1200pj, S100&amp;nbsp;and finally the Coolpix P7100.&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: left;&quot;&gt;The&amp;nbsp;Coolpix AW100, as well as being a little more rugged and waterproof, capable of being used underwater to a depth of 33 feet, is also equipped with a&amp;nbsp;16.0-megapixel CMOS with backside illumination (BSI)&amp;nbsp;for improved picture quality even in challenging low-light conditions. The new Coolpix AW100 will be available in early September 2011 for around $379.95&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: center;&quot;&gt;&lt;img alt=&quot;Coolpix AW100&quot; class=&quot;aligncenter size-full wp-image-89502&quot; height=&quot;448&quot; src=&quot;http://www.geeky-gadgets.com/wp-content/uploads/2011/08/Coolpix-AW100.jpg&quot; style=&quot;display: block; margin-bottom: 1em; margin-left: auto; margin-right: auto; margin-top: 1em;&quot; title=&quot;Coolpix AW100&quot; width=&quot;650&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: left;&quot;&gt;&lt;span id=&quot;more-89500&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: left;&quot;&gt;The new&amp;nbsp;&lt;a href=&quot;http://cdn.press.nikonusa.com/static/post-2011-08-24-with-sleek-design-and-incredible-functionality-the-new-coolpix-s-series-sets-the-trend-for-high-quality-images-and-hd-movies.html&quot; style=&quot;color: #3b7db0; font-family: Arial, Helvetica, sans-serif; text-decoration: none;&quot;&gt;Coolpix S Series lineup of&amp;nbsp;S8200, S6200, S1200pj, and S100&lt;/a&gt;&amp;nbsp;have been designed by Nikon to provide users with a compact camera for the :&amp;nbsp;&lt;em&gt;“social user who cares about the quality of the images they take and share”.&amp;nbsp;&lt;/em&gt;More details and specifications are&amp;nbsp;available&amp;nbsp;from the Nikon website.&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: left;&quot;&gt;Finally the new Coolpix P7100 has been created to become the new Coolpix flagship camera and comes equipped with&amp;nbsp;a versatile 7.1x Wide Angle Optical Zoom-NIKKOR ED glass lens, 35mm equivalent to 28-200mm.&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: left;&quot;&gt;Together with a 10.1 megapixel CCD sensor, 921k-dot tilting LCD screen on the rear and vibration reduction (VR) to help you take blur free photos while shooting images or capturing HD video while handheld or in low-light. &amp;nbsp;The&amp;nbsp;Coolpix P7100 will also be arriving&amp;nbsp;mid September 2011for around $499.95.&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: center;&quot;&gt;&lt;img alt=&quot;Coolpix P7100&quot; class=&quot;aligncenter size-full wp-image-89501&quot; height=&quot;513&quot; src=&quot;http://www.geeky-gadgets.com/wp-content/uploads/2011/08/Coolpix-P7100.jpg&quot; style=&quot;display: block; margin-bottom: 1em; margin-left: auto; margin-right: auto; margin-top: 1em;&quot; title=&quot;Coolpix P7100&quot; width=&quot;650&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: left;&quot;&gt;For more&amp;nbsp;information&amp;nbsp;and full&amp;nbsp;specifications&amp;nbsp;on all Nikons new cameras released today jump over to the&lt;a href=&quot;http://press.nikonusa.com/&quot; style=&quot;color: #3b7db0; font-family: Arial, Helvetica, sans-serif; text-decoration: none;&quot;&gt;Nikon Press&lt;/a&gt;&amp;nbsp;website.&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial, Helvetica, sans-serif; line-height: 21px; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: left;&quot;&gt;Source:&amp;nbsp;&lt;a href=&quot;http://www.geeky-gadgets.com/facebook-rolls-out-major-changes-to-user-privacy-settings-video-23-08-2011/&quot; style=&quot;color: #3b7db0; font-family: Arial, Helvetica, sans-serif; text-decoration: none;&quot; title=&quot;Facebook Rolls Out Major Changes To User Privacy Settings (video)&quot;&gt;Nikon&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/3773442503478764241/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/new-coolpix-s-series-and-p7100-compact.html#comment-form' title='2 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/3773442503478764241'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/3773442503478764241'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/new-coolpix-s-series-and-p7100-compact.html' title='New Coolpix S Series And P7100 Compact Cameras'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-1934974250993948823</id><published>2011-08-25T04:59:00.000-07:00</published><updated>2011-09-01T07:46:47.880-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Z-Other"/><title type='text'>Nokia Launches Three New Smartphones Running Symbian Belle OS</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 21px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; line-height: 21px; margin: 0.5em 0px; text-align: justify;&quot;&gt;Even though Nokia has now partnered with Microsoft to roll out Windows Phone handsets. Nokia has today showed that its ties with the Symbian OS is still alive and well with the launch of three new Nokia smartphones, all running the latest Symbian Belle operating system. In the form of the Nokia 701, 700 and 600 smartphones.&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; line-height: 21px; margin: 0.5em 0px; text-align: justify;&quot;&gt;The Symbian Belle operating system has been designed to&amp;nbsp;provide&amp;nbsp;smartphone users more flexibility to personalise their user experience on mobile devices, and will be available as a free update for all users of handsets currently running&amp;nbsp;Symbian Anna.&amp;nbsp;There are a couple of videos after the jump which&amp;nbsp;introduce&amp;nbsp;the new&amp;nbsp;Symbian Belle operating system and some of its features.&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; line-height: 21px; margin: 0.5em 0px; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; line-height: 21px; margin: 0.5em 0px; text-align: justify;&quot;&gt;&lt;img alt=&quot;Nokia Symbian&quot; class=&quot;aligncenter size-full wp-image-89546&quot; height=&quot;482&quot; src=&quot;http://www.geeky-gadgets.com/wp-content/uploads/2011/08/Nokia-Symbian.jpg&quot; style=&quot;display: block; margin-bottom: 1em; margin-left: auto; margin-right: auto; margin-top: 1em;&quot; title=&quot;Nokia Symbian&quot; width=&quot;650&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; line-height: 21px; margin: 0.5em 0px; text-align: justify;&quot;&gt;&lt;span id=&quot;more-89545&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; line-height: 21px; margin: 0.5em 0px; text-align: justify;&quot;&gt;&lt;i&gt;“We will launch more phones on Symbian. And we will deliver more updates to Symbian,”&lt;/i&gt;&amp;nbsp;said Nokia Senior Vice President of Sales Colin Giles&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; line-height: 21px; margin: 0.5em 0px; text-align: justify;&quot;&gt;The&amp;nbsp;Nokia 701, offers enhanced graphics performance, a refreshed UI, extended battery life and the brightest screen the world has ever seen.&amp;nbsp;The Nokia 700 is Nokia’s most compact touch monoblock smartphone, and the&amp;nbsp;Nokia 600 is designed to provide an all-in-one entertainment hub and is Nokia’s loudest smartphone to date.&lt;/div&gt;&lt;div style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; line-height: 21px; margin: 0.5em 0px; text-align: justify;&quot;&gt;The three new smartphones are expected to arrive in Q3 2011 and costing around :&amp;nbsp;&lt;a href=&quot;http://conversations.nokia.com/2011/08/24/launch-nokia-701-the-brightest-screen-in-the-world/&quot; style=&quot;color: #3b7db0; font-family: Arial, Helvetica, sans-serif; text-decoration: none;&quot;&gt;Nokia 701&lt;/a&gt;&amp;nbsp;€290,&lt;a href=&quot;http://conversations.nokia.com/2011/08/24/launch-nokia-700-the-smallest-smartphone-in-the-world/&quot; style=&quot;color: #3b7db0; font-family: Arial, Helvetica, sans-serif; text-decoration: none;&quot;&gt;&amp;nbsp;Nokia 700&lt;/a&gt;&amp;nbsp;for €270, and the&amp;nbsp;&lt;a href=&quot;http://conversations.nokia.com/2011/08/24/launch-nokia-600-loud-and-proud/&quot; style=&quot;color: #3b7db0; font-family: Arial, Helvetica, sans-serif; text-decoration: none;&quot;&gt;Nokia 600&lt;/a&gt;&amp;nbsp;for €180. More information can be found regards Nokia&amp;nbsp;&lt;a href=&quot;http://conversations.nokia.com/2011/08/24/symbian-belle-the-facts-the-features-and-the-pictures/&quot; style=&quot;color: #3b7db0; font-family: Arial, Helvetica, sans-serif; text-decoration: none;&quot;&gt;Symbian Belle OS&lt;/a&gt;&amp;nbsp;on their website.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;object style=&quot;height: 390px; width: 640px;&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/2l0AkY07PKs?version=3&quot;&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;embed src=&quot;http://www.youtube.com/v/2l0AkY07PKs?version=3&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; width=&quot;640&quot; height=&quot;390&quot;&gt;&lt;/object&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/1934974250993948823/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/nokia-launches-three-new-smartphones.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/1934974250993948823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/1934974250993948823'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/nokia-launches-three-new-smartphones.html' title='Nokia Launches Three New Smartphones Running Symbian Belle OS'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-8942835667903279328</id><published>2011-08-25T04:56:00.000-07:00</published><updated>2011-09-01T07:46:29.523-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Z-Other"/><title type='text'>Steve Jobs Resigns as CEO of Apple</title><content type='html'>Steve Jobs resigned this afternoon as CEO of Apple. In an eight-sentence letter to the Apple board of directors and “the Apple community,” Jobs indicated that he “could no longer meet [his] duties and expectations as Apple’s CEO.”&lt;br /&gt;
The Apple board quickly elected Jobs chairman and accepted his recommendation to name Chief Operating Officer Tim Cook as his successor. The company didn&#39;t reveal why Jobs felt he could no longer fulfill his obligations as CEO, but the obvious reason is his poor health. Jobs has been on medical leave since January of this year.&lt;br /&gt;
Jobs rarely makes the details of his medical conditions public. After he was diagnosed with pancreatic cancer in 2003, he had the tumor successfully removed, and returned to work. But the tumor had apparently spread to his liver undetected. In 2009, doctors had to remove his liver and replace it with a transplant, during which Jobs took a six-month sabbatical. He caused quite a stir when he took a medical leave from his position at Apple in January of this year, for undisclosed reasons. Some doctors speculated that the cause for Jobs’s absence was either a recurrence of his pancreatic cancer or a complication with his liver transplant. Jobs turned 56 in February.&lt;br /&gt;
Investors have traditionally speculated that the presence of Jobs is intertwined with the price of Apple stock. However, the reaction to Jobs&#39;s departure was muted in after-hours trading: Apple stock fell 7 percent.&lt;br /&gt;
Cook is well esteemed in the Apple community. During Jobs’s six-month sabbatical in 2009, Cook oversaw a 60 percent increase in the price of Apple shares, after which the board of directors awarded him a $5 million bonus for outstanding performance.&lt;br /&gt;
Cook has been a relatively outspoken COO, hinting at one time that Apple products were too expensive, and criticizing Android tablets.&lt;br /&gt;
&lt;blockquote&gt;&lt;blockquote&gt;To the Apple Board of Directors and the Apple Community:&lt;/blockquote&gt;&lt;blockquote&gt;I have always said if there ever came a day when I could no longer meet my duties and expectations as Apple’s CEO, I would be the first to let you know. Unfortunately, that day has come.&lt;/blockquote&gt;&lt;blockquote&gt;I hereby resign as CEO of Apple. I would like to serve, if the Board sees fit, as Chairman of the Board, director and Apple employee.&lt;/blockquote&gt;&lt;blockquote&gt;As far as my successor goes, I strongly recommend that we execute our succession plan and name Tim Cook as CEO of Apple.&lt;/blockquote&gt;&lt;blockquote&gt;I believe Apple’s brightest and most innovative days are ahead of it. And I look forward to watching and contributing to its success in a new role.&lt;/blockquote&gt;&lt;blockquote&gt;I have made some of the best friends of my life at Apple, and I thank you all for the many years of being able to work alongside you.&lt;/blockquote&gt;&lt;blockquote&gt;Steve&lt;/blockquote&gt;&lt;/blockquote&gt;Apple board members were quick to praise Jobs&#39;s tenure as CEO.&lt;br /&gt;
&quot;Steve&#39;s extraordinary vision and leadership saved Apple and guided it to its position as the world&#39;s most innovative and valuable technology company,&quot; Art Levinson, chairman of Genentech and an Apple board member, said in a statement.&lt;br /&gt;
He said that the board had full confidence in Cook, who has led the company during both of Jobs&#39; leaves of absence. As Apple&#39;s chairman, Jobs will continue to serve Apple &quot;with his unique insights, creativity and inspiration.&quot; Levinson said.&lt;br /&gt;
Jobs is &quot;an icon and what he&#39;s done with Apple is something probably unprecedented in business,&quot; said IDC analyst Al Hilwa. &quot;It will be a case study in business school books for decades.&quot;&lt;br /&gt;
&lt;br /&gt;
Source :&amp;nbsp;http://www.pcworld.com/article/238736/steve_jobs_resigns_as_ceo_of_apple.html?tk=nl_newsalert</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/8942835667903279328/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/steve-jobs-resigns-as-ceo-of-apple.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/8942835667903279328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/8942835667903279328'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/steve-jobs-resigns-as-ceo-of-apple.html' title='Steve Jobs Resigns as CEO of Apple'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-499161719534390386.post-8172543606211083094</id><published>2011-08-01T03:28:00.000-07:00</published><updated>2011-08-31T03:32:02.002-07:00</updated><title type='text'>Daftar Isi</title><content type='html'>&lt;script type=&quot;text/javascript&quot; src=&quot;http://cayun-code.googlecode.com/files/Acc1.js&quot;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;script src=&quot;http://ruditabuci.blogspot.com/feeds/posts/summary?max-results=1000&amp;amp;alt=json-in-script&amp;amp;callback=loadtoc&quot;&gt;&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://ruditabuci.blogspot.com/feeds/8172543606211083094/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/daftar-isi.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/8172543606211083094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/499161719534390386/posts/default/8172543606211083094'/><link rel='alternate' type='text/html' href='http://ruditabuci.blogspot.com/2011/08/daftar-isi.html' title='Daftar Isi'/><author><name>ruditabuci</name><uri>http://www.blogger.com/profile/05958375155452731265</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>