<?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-6534996647228606336</id><updated>2024-11-01T16:44:41.470+07:00</updated><category term="Tutorial Blog"/><category term="Photoshop"/><category term="Cari Uang Dari Internet"/><category term="coba-coba"/><title type='text'>Tutorial</title><subtitle type='html'>Tutorial Blogger, Photoshop, Cari Uang di Internet, Search Engine Optimization (SEO)</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-4989724774225847868</id><published>2012-03-02T19:24:00.009+07:00</published><updated>2012-03-02T20:21:17.557+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Related Post / Artikel Terkait Dengan Gambar Thumbnail</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;Agar supaya pengunjung atau  pembaca blog kita tahu apa aja yang berhubungan dengan artikel yang dibaca, maka perlu kita buatkan Related Post / artikel terkait pada setiap halaman artikel apa lagi dengan gambar dari artikelnya (&lt;b&gt;Related Post Thumbnail&lt;/b&gt;), ini akan memamncing pengunjung untuk membukanya. Mungkin tutorial ini sudah banyak di blog-blog tetangga, tapi disini saya akan mencoba dengan tampilan yang sedikit berbeda.  Kurang lebih tampilannya seperti gambar di bawah ini : &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://antiquejepara.blogspot.com/2012/02/kaligrafi-kayu-antik-kkef002-c.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZ1islAnDcTFbAWDJ8O1R9_dF4nj42irRwyiO4VyvHO_Z7NqF1WtB30eBx55FE-Qy63NUMlbfyIKwyeisOEWUDbdASCMlTefzJwsQMIsISgiBJCYPOYUfphD08zPN4pWT18R_gy7U0Vdt_/s1600/Related+Post+Thumbnail.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://antiquejepara.blogspot.com/2012/02/kaligrafi-kayu-antik-kkef002-c.html&quot; target=&quot;_blank&quot;&gt;Lihat Demo&amp;nbsp;&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
Sebelumnya, jika di blog anda sudah terpasang Widget Related Post Biasa (tanpa gamabar) dan ingin menggantinya dengan &lt;u&gt;Related Post Thumbnail&lt;/u&gt;, silahkan hapus terlebih dahulu kode Widget Related Post Biasa anda. &lt;br /&gt;
&lt;br /&gt;
Oke, langsung aj ke caranya: &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1,&lt;/b&gt; Ke &lt;b&gt;Layout&lt;/b&gt;, lalu &lt;b&gt;Edit HTML&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;2,&lt;/b&gt; Sisipkan kode CSS di bawah ini di atas kode &lt;span style=&quot;color: red; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/ b: skin&amp;gt; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:0px;
}
#related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, “Times New Roman”, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
text-align:center;
margin:0px 10px 0px 12px;
}
#related-posts a:hover{
color:#B8240D;
}

&lt;/pre&gt;&lt;br /&gt;
&lt;b&gt;3, &lt;/b&gt; Kemudian Sisipkan kode di bawah ini dibawah kode &lt;span style=&quot;color: red; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;]]&amp;gt;&amp;lt;/ b: skin&amp;gt; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;&amp;lt;script src=&quot;http://tutorialmacho.googlecode.com/files/relatedthumbs.js&quot; type=&quot;text/javascript&quot;&amp;gt;
&lt;/pre&gt;&lt;b&gt;4, &lt;/b&gt;Selanjutnya cari kode&amp;nbsp;&lt;span style=&quot;color: red; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 11pt; line-height: 115%;&quot;&gt;&amp;lt;div class=&#39;post-footer-line post-footer-line-1&#39;&amp;gt;&lt;/span&gt;&amp;nbsp;Kalau anda tidak menemukan kode tersebut, cari kode ini :&lt;span style=&quot;color: red; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 11pt; line-height: 115%;&quot;&gt;&amp;lt;p class=&#39;post-footer-line post-footer-line-1&#39;&amp;gt; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;
Letakkan/Copas kode di bawah ini DI BAWAH salah satu kode tersebut di atas. Berikut kodenya :&lt;br /&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;&amp;lt;!-- Related Posts with Thumbnails Code Start--&amp;gt;
&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;
&amp;lt;div id=&#39;related-posts&#39;&amp;gt;
&amp;lt;b:loop values=&#39;data:post.labels&#39; var=&#39;label&#39;&amp;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;
&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;
&amp;lt;script expr:src=&#39;&amp;amp;quot;/feeds/posts/default/-/&amp;amp;quot; + data:label.name + &amp;amp;quot;?alt=json-in-script&amp;amp;amp;callback=related_results_labels_thumbs&amp;amp;amp;max-results=6&amp;amp;quot;&#39; type=&#39;text/javascript&#39;/&amp;gt;&amp;lt;/b:if&amp;gt;&amp;lt;/b:loop&amp;gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
var currentposturl=&amp;amp;quot;&amp;lt;data:post.url/&amp;gt;&amp;amp;quot;;
var maxresults=5;
var relatedpoststitle=&quot;Related Posts&quot;;
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs();
&amp;lt;/script&amp;gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&#39;clear:both&#39;/&amp;gt;
&amp;lt;/b:if&amp;gt;
&amp;lt;!-- Related Posts with Thumbnails Code End--&amp;gt;&lt;/pre&gt;&lt;b&gt;5,&lt;/b&gt; Simpanlah Template&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;NB: &lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;- Related Post Thumbnail akan menampilkan 5 Artikel terkait berdasarkan label artikel. silahkan tambah atau mengurangi jumlah Related Post yang ditampilkan dengan mengganti angka 5 (Lima) pada kode&lt;b&gt; &lt;/b&gt;&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;var&lt;/span&gt;&lt;b&gt; maxresults=5;&lt;/b&gt; menjadi lebih banyak atau lebih sedikit. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;- Dan silahkan ganti tulisan &lt;b&gt;Related Post&lt;/b&gt; pada kode &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;var&lt;/span&gt; relatedpoststitle=”&lt;span style=&quot;color: #0b5394;&quot;&gt;Related Posts&lt;/span&gt;”;&lt;/b&gt; (misalnya diganti dengan “&lt;b&gt;Artikel Terkait&lt;/b&gt;” / “&lt;b&gt;Produk Lainnya&lt;/b&gt;”)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
- Kami tidak menjamin semua source yang berupa Gambar dan JavaScript akan selalu ada, maka dari itu silahkan Anda upload sendiri pada hosting pribadi anda. untuk cara upload source javascript pada hosting silahkan klik &lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/07/hosting-file.html&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;dsini.&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px;&quot;&gt;Selamat menjoba.. ^ ^&lt;/span&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/4989724774225847868/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2012/03/related-post-thumbnail.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4989724774225847868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4989724774225847868'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2012/03/related-post-thumbnail.html' title='Membuat Related Post / Artikel Terkait Dengan Gambar Thumbnail'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/03481506689272180871</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/AVvXsEjZ1islAnDcTFbAWDJ8O1R9_dF4nj42irRwyiO4VyvHO_Z7NqF1WtB30eBx55FE-Qy63NUMlbfyIKwyeisOEWUDbdASCMlTefzJwsQMIsISgiBJCYPOYUfphD08zPN4pWT18R_gy7U0Vdt_/s72-c/Related+Post+Thumbnail.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-4075406344511172108</id><published>2011-09-12T02:24:00.020+07:00</published><updated>2012-03-02T21:06:09.110+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Cari Uang Dari Internet"/><title type='text'>Investasi di CV. Bina Mitra Barokah</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-af7K_ekEcB8X9uKc2Y29RaTGd0VQIiGUNMQ-5VqKENLvwGTmoIOWGa7ORPqkNNkrcfBp0FxqXGbYazFF7e_WhwIVFuUo3_LRUgKVWXTxBC7lP1CjILYtyh3sAE6FMG7c0jC9xUfsfYPW/s200/passive-income+%25281%2529.jpg&quot; width=&quot;200&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;text-align: -webkit-auto;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;text-align: -webkit-auto;&quot;&gt;Binamitrabarokah3.com hadir setelah sebelumnya sukses dengan Binamitrabarokah.com dan Binamitrabarokah2.com yang mendapat respons positif dari para mitra-mitra pebisnis online. Web Bisnis Online yang dibangun melalui sebuah reputasi, inilah tempat aman dimana Anda berinvestasi.&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;text-align: -webkit-auto;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://binamitrabarokah3.com/?m=system&amp;amp;id=machrus&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #027ee7; font-size: large;&quot;&gt;&lt;b&gt;http://binamitrabarokah3.com&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;b style=&quot;font-size: 18pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Ber-investasi di binamitrabarokah3.com, Anda PASTI mendapatkan Passive Income dengan target PROFIT 25%- 50% per bulan dari investasi, meskipun Anda tidak mensponsori seorang member pun, dan Anda tentu akan mendapatkan banyak bonus lagi dari binamitrabarokah3.com jika berhasil mengajak dan merekomendasikan rekan Anda untuk bergabung di binamitrabarokah3.com sebagai apresiasi bagi Anda yang mau bekerja lebih dibanding investor pasif.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Semua Investor akan memperoleh Passive Income Tanpa Terkecuali, dengan Sistem Bisnis otomatis dan Tanpa Perlu Setor Uang Setiap Bulan.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 3.75pt; margin-left: 0cm; margin-right: 0cm; margin-top: 3.75pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;Plan Profit Bulanan&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
Setiap investor akan mendapatkan profit (keuntungan) bulanan tanpa terkecuali, walaupun investor pasif, profit akan tetap di dapatkan setiap bulannya selama 12 bulan.　Besarnya Profit yaitu 25%-50% dari Investasi, untuk lebih jelas tentang gambarannya bisa dilihat pada tabel di bawah ini:&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 3.75pt; margin-left: 0cm; margin-right: 0cm; margin-top: 3.75pt;&quot;&gt;&lt;br /&gt;
&lt;div style=&quot;line-height: 11.25pt;&quot;&gt;&lt;u1:p&gt;&lt;/u1:p&gt;&lt;/div&gt;&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;line-height: 11.25pt; width: 100%;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 25.0%;&quot; width=&quot;25%&quot;&gt;&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;line-height: 11.25pt; margin-bottom: 3.75pt; margin-left: 0cm; margin-right: 0cm; margin-top: 3.75pt; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Paket&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 21.0%;&quot; width=&quot;21%&quot;&gt;&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;line-height: 11.25pt; margin-bottom: 3.75pt; margin-left: 0cm; margin-right: 0cm; margin-top: 3.75pt; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Profit&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;line-height: 11.25pt; margin-bottom: 3.75pt; margin-left: 0cm; margin-right: 0cm; margin-top: 3.75pt; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Hasil   profit/bulan&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;line-height: 11.25pt; margin-bottom: 3.75pt; margin-left: 0cm; margin-right: 0cm; margin-top: 3.75pt; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Jumlah   Profit (12x)&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 25.0%;&quot; width=&quot;25%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;1.   200.000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 21.0%;&quot; width=&quot;21%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;25%   – 50%&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;50rb   – 100rb&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;600rb   – 1.200rb&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 25.0%;&quot; width=&quot;25%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;2.   1.000.000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 21.0%;&quot; width=&quot;21%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;25%   – 50%&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;250rb   – 500rb&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;3juta   – 6juta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 25.0%;&quot; width=&quot;25%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;3.   5.000.000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 21.0%;&quot; width=&quot;21%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;25%   – 50%&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;1.250rb   – 2.500rb&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;15juta   – 30juta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 25.0%;&quot; width=&quot;25%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;4.   10.000.000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 21.0%;&quot; width=&quot;21%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;25%   – 50%&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;2.500rb   – 5juta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;30juta   – 60juta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 25.0%;&quot; width=&quot;25%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;5.   20.000.000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 21.0%;&quot; width=&quot;21%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;25%   – 50%&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;5juta   – 10 juta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;60juta   – 120juta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 25.0%;&quot; width=&quot;25%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;6.   30.000.000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 21.0%;&quot; width=&quot;21%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;25%   – 50%&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;7.500rb   – 13juta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;90juta   – 180juta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 25.0%;&quot; width=&quot;25%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;7.   50.000.000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 21.0%;&quot; width=&quot;21%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;25%   – 50%&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;12.500rb   – 25juta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0cm 0cm 0cm 0cm; width: 27.0%;&quot; width=&quot;27%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;150juta   – 300juta&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Penting :&lt;br /&gt;
1 – 20 : Profit yang akan di dapatkan 25% – 50%&lt;br /&gt;
21 – 30 : Profit yang akan di dapatkan 10% – 30%&lt;br /&gt;
Hitungan Profit tersebut hanya berlaku untuk pembagian Profit Bulan PERTAMA saja. Pembagian Profit Bulan berikutnya akan NORMAL kembali yaitu 25% – 50%.&lt;br /&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;line-height: 11.25pt; margin-bottom: 3.75pt; margin-left: 0cm; margin-right: 0cm; margin-top: 3.75pt; text-align: center;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Join Bersama Saya di :&lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 8.5pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;mso-line-height-alt: 12.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 2; text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://binamitrabarokah3.com/?m=system&amp;amp;id=machrus&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #027ee7;&quot;&gt;http://binamitrabarokah3.com/?m=system&amp;amp;id=machrus&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #202123; font-family: Verdana, sans-serif; line-height: 19px;&quot;&gt;Pastikan Nama sponsor Anda&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;Muhammad Machrus&amp;nbsp;dengan username :&amp;nbsp;Machrus&lt;/span&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;  &lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;Dapatkan &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;CASH BACK&lt;/span&gt; sebesar &amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;50%&lt;/span&gt; bonus sponsor&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt; &lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;*Pastikan id Anda telah diaktifkan&lt;/span&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt; &lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;*Untuk permintaan Cash Back, Gunakan nomor HP yang Anda daftartarkan saat mengisi Form Pendaftaran di BMB3.&lt;/span&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt; &lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;*CASH BACK&amp;nbsp;saya transfer ke rekening Anda setelah ada pembayaran Bonus Sponsor dari Admin BMB3, dan akan saya susuli pemberitahuan ke nomor HP Anda setelah transfer Cash Back statusnya sukses&amp;nbsp;)&lt;/span&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt; &lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;Format Cash Back ketik :&lt;/span&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt; &lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;CBbmb3#username Anda#Bank Anda#No Rekening#Nama sesuai rekening.&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt; &lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;Bank Cash Back&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;&amp;nbsp;BCA&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;&amp;nbsp;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial;&quot;&gt;dan&amp;nbsp;&lt;/span&gt;&lt;b&gt;BNI&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt; &lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;Atau PULSA&lt;/span&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt; &lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;CBbmb3#username Anda#Pulsa#No Hp Tujuan pengisian pulsa#&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;u1:p&gt;&lt;/u1:p&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot; style=&quot;line-height: 150%; margin-bottom: 0.0001pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;Kirim ke No. HP.&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;color: #202123; font-family: Verdana, sans-serif; line-height: 150%;&quot;&gt;&amp;nbsp;085726818253&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-size: 13.5pt; line-height: 150%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;font-size: small; line-height: 150%;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #202123; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/4075406344511172108/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2011/09/q.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4075406344511172108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4075406344511172108'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2011/09/q.html' title='Investasi di CV. Bina Mitra Barokah'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-af7K_ekEcB8X9uKc2Y29RaTGd0VQIiGUNMQ-5VqKENLvwGTmoIOWGa7ORPqkNNkrcfBp0FxqXGbYazFF7e_WhwIVFuUo3_LRUgKVWXTxBC7lP1CjILYtyh3sAE6FMG7c0jC9xUfsfYPW/s72-c/passive-income+%25281%2529.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-3635896499062660141</id><published>2010-09-02T13:47:00.019+07:00</published><updated>2010-09-02T22:51:08.397+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Kwick Menu Horizontal Bergaya Slide</title><content type='html'>&lt;br /&gt;
Menu Horizontal ini memberikan efek lembut, jika Kita arahkan mouse ke link menu maka menu akan bergeser dan menampilkan icom yang tersembunyi.
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://jsbin.com/uvexe/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;1px solid black&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiD3Ld3GVdB0xSIFWom0jXPCpACIrMViqmxhPREmvNyvztBmguyzm8R7RWGlx12D4pwAvybykoL_6Te3uJwNhk6A491M75tiKcFdxICNMufMbnILkm7Qvu-9GyE2Yqqac3QqG0LiQOgD3FZ/s400/MENU.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://jsbin.com/uvexe/&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
Beberapa hal yang harus disiapkan dalam membuat gambar menu:&lt;br /&gt;
&lt;i&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuUrmZI5JNr15th0hCQu2lD5CmUgboXxntzz3l0AHZdZrqHqcm_YRHXS9JeiIXc_TCuN2muE8Izs-pfTYtWw3XKZbV6_IWhB3ioOOOV1Db9kru_DRe4cwwzTsVnJsc8leF5TXPv9oDazYO/s1600/bgH.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuUrmZI5JNr15th0hCQu2lD5CmUgboXxntzz3l0AHZdZrqHqcm_YRHXS9JeiIXc_TCuN2muE8Izs-pfTYtWw3XKZbV6_IWhB3ioOOOV1Db9kru_DRe4cwwzTsVnJsc8leF5TXPv9oDazYO/s320/bgH.png&quot; /&gt;&lt;/a&gt;Gambar 1&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ9T299OnhgAN2WPKT-727P4jgaYnFXNj5jfQKbjiCc7EFBHBDlqd1j6S89Fy6w5YNIsd_F_AAWjyFm3TgS9Y0u9w6am282JXXVtw517FYCEJTcTmloztpnme954jOVwSV5sIhCbcshpCt/s1600/endH.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ9T299OnhgAN2WPKT-727P4jgaYnFXNj5jfQKbjiCc7EFBHBDlqd1j6S89Fy6w5YNIsd_F_AAWjyFm3TgS9Y0u9w6am282JXXVtw517FYCEJTcTmloztpnme954jOVwSV5sIhCbcshpCt/s320/endH.png&quot; /&gt;&lt;/a&gt;Gambar 2&lt;/i&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO8Sg9ta5TViz9il_VQuX6JxoN0wsdrTdUSOJqZvAD-O5SBIsJvAgsEigngTgEvMyypxpNLF-PoZd3wXlJqOYEYvsURbYxhc4mUMfXZdcaeCS2-DJbLw_ut4M818brvy0w65Xh_Y1A_nhy/s1600/memuH.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;47&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO8Sg9ta5TViz9il_VQuX6JxoN0wsdrTdUSOJqZvAD-O5SBIsJvAgsEigngTgEvMyypxpNLF-PoZd3wXlJqOYEYvsURbYxhc4mUMfXZdcaeCS2-DJbLw_ut4M818brvy0w65Xh_Y1A_nhy/s400/memuH.png&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;i&gt;Gambar 3
&lt;/i&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Berikut langkah-langkahnya:&lt;/b&gt; 
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1, &lt;/b&gt;Ke &lt;b&gt;Layout&lt;/b&gt;, lalu &lt;b&gt;Edit HTML&lt;/b&gt;
&lt;br /&gt;
&lt;b&gt;2,&lt;/b&gt; Sisipkan kode CSS di bawah ini di atas kode&lt;b&gt; ]]&amp;gt;&amp;lt;/ b: skin&amp;gt;
&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;.kwicks {list-style: none; position: relative;margin: 0; padding: 0;background-image: url(http://i788.photobucket.com/albums/yy169/macho_album_2010/tutorialmacho/bg.png);}
.kwicks li{display: block;overflow: hidden;padding: 0;cursor: pointer;float: left;width: 100px;height: 40px;margin-right: 0px;background-image:url(http://i788.photobucket.com/albums/yy169/macho_album_2010/tutorialmacho/memucho.png);background-repeat:no-repeat;}
.kwicks a{display:block;height:40px;text-indent:-9999px;outline:none;}
#kwick1 {background-position:0px 0px;}
#kwick2 {background-position:-170px 0px;}
#kwick3 {background-position:-340px 0px;}
#kwick4 {background-position:-510px 0px;}
#kwick5 {background-position:-680px 0px;}
#kwick1.active, #kwick1:hover {background-position: 0 bottom;}
#kwick2.active, #kwick2:hover {background-position: -170px bottom;}
#kwick3.active, #kwick3:hover {background-position: -340px bottom;}
#kwick4.active, #kwick4:hover {background-position: -510px bottom;}
#kwick5.active, #kwick5:hover {background-position: -680px bottom;}
#kwick5 a:hover {background-position: right -80px;}
#kwick5 a {background-image:url(http://i788.photobucket.com/albums/yy169/macho_album_2010/tutorialmacho/endcho.png);background-repeat:no-repeat;background-position: right 0px;}

&lt;/pre&gt;
&lt;b&gt;3. &lt;/b&gt;Kemudian Sisipkan kode di bawah ini dibawah kode &lt;b&gt;]]&amp;gt;&amp;lt;/ b: skin&amp;gt;
&lt;/b&gt;&lt;br /&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;
&amp;lt;script class=&amp;quot;jsbin&amp;quot; src=&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&amp;quot;&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;script class=&amp;quot;jsbin&amp;quot; src=&amp;quot;http://machrus.googlecode.com/files/kwicks.js&amp;quot;&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
$(document).ready(function(){                    
    $(&#39;.kwicks&#39;).kwicks({
        duration: 500,   
        max: 170,  
        spacing:  0  
    });
});
&amp;lt;/script&amp;gt;
&lt;/pre&gt;

&lt;b&gt;4, &lt;/b&gt;Masukan kode dibawah ini pada bagian menu di template Anda: 
&lt;br /&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;&amp;lt;ul class=&quot;kwicks&quot;&amp;gt;
&amp;lt;li id=&quot;kwick1&quot;&amp;gt;&amp;lt;a href=&quot;/&quot;&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; 
&amp;lt;li id=&quot;kwick2&quot;&amp;gt;&amp;lt;a href=&quot;http://tutorialmacho.blogspot.com/&quot;&amp;gt;Profil&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; 
&amp;lt;li id=&quot;kwick3&quot;&amp;gt;&amp;lt;a href=&quot;http://tutorialmacho.blogspot.com/&quot;&amp;gt;Download&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li id=&quot;kwick4&quot;&amp;gt;&amp;lt;a href=&quot;http://tutorialmacho.blogspot.com/&quot;&amp;gt;Contact&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li id=&quot;kwick5&quot;&amp;gt;&amp;lt;a href=&quot;http://tutorialmacho.blogspot.com/&quot;&amp;gt;FAQ&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt; 
&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span id=&quot;fullpost&quot;&gt;Selesai... &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span id=&quot;fullpost&quot;&gt;untuk membuat gambar menu kwicks menggunakan &lt;b&gt;&lt;i&gt;Adobe 
Photoshop&lt;/i&gt;&lt;/b&gt; silahkan baca artikel &lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/09/navigasi.html/&quot;&gt;klik disini&lt;/a&gt;&lt;/span&gt; &lt;br /&gt;
&lt;br /&gt;
Selamat Mencoba....&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/3635896499062660141/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/09/kwick-menu.html#comment-form' title='3 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/3635896499062660141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/3635896499062660141'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/09/kwick-menu.html' title='Kwick Menu Horizontal Bergaya Slide'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiD3Ld3GVdB0xSIFWom0jXPCpACIrMViqmxhPREmvNyvztBmguyzm8R7RWGlx12D4pwAvybykoL_6Te3uJwNhk6A491M75tiKcFdxICNMufMbnILkm7Qvu-9GyE2Yqqac3QqG0LiQOgD3FZ/s72-c/MENU.jpg" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-2158709596562968140</id><published>2010-09-01T21:49:00.024+07:00</published><updated>2010-09-02T22:36:44.717+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Gaya Serat Karbon dalam Navigasi</title><content type='html'>&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/AVvXsEh7Dw7oMPq-dwziutfYRjX-y7cdKD7Rh6g_hNsIKW_DhqzPIvjZm1oFQWa2VYEg5Q7Cgi3LZ2ukvtMaGFgvyhIiFNrk9GI8KZK4QNp6MeXOeWwor3K1E94RrAhyphenhyphenPRk0vafMel_Ti4AojtSh/s1600/gambar+utama.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;282&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7Dw7oMPq-dwziutfYRjX-y7cdKD7Rh6g_hNsIKW_DhqzPIvjZm1oFQWa2VYEg5Q7Cgi3LZ2ukvtMaGFgvyhIiFNrk9GI8KZK4QNp6MeXOeWwor3K1E94RrAhyphenhyphenPRk0vafMel_Ti4AojtSh/s400/gambar+utama.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Okey langsung aj langkang-langkahnya: 
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1,&lt;/b&gt; Buat dokumen baru &lt;b&gt;850 x 40 piksel&lt;/b&gt;. 
&lt;br /&gt;
&lt;b&gt;2, &lt;/b&gt;Gandakan layer background (&lt;b&gt;CTRL + J&lt;/b&gt;), Kemudian klik kanan pada Layer &lt;b&gt;&amp;gt; Blending Options&lt;/b&gt;, Kemudian atur sperti berikut ini:
&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/AVvXsEjuXyoVVuuJ7XO_C0-zoG3pFqqhSlqIxYaUJjO7qCjt5GdfAXt4AmejQkrJICqiqqChl7G9IROCjQcPD7FRXeyNtDspFAcXJQPanxI4NIYqg2Aija86Iwv4dC9qXtKW40Q0PeSxsmtpHGOq/s1600/1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;333&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuXyoVVuuJ7XO_C0-zoG3pFqqhSlqIxYaUJjO7qCjt5GdfAXt4AmejQkrJICqiqqChl7G9IROCjQcPD7FRXeyNtDspFAcXJQPanxI4NIYqg2Aija86Iwv4dC9qXtKW40Q0PeSxsmtpHGOq/s400/1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&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/AVvXsEgMyB_SFjyRLv77gnmAeX4hC__KN8CDNxhn-y8NNwqswibfzTeYWsRSwtAtoY3GFQ9T9UPRSvSi8Ad_hF1zG0xfUftD7LryT_V6kKyloehc8wjU4K0VNwwkdV5cmPZScMd_EmBtewSTMISC/s1600/2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;333&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMyB_SFjyRLv77gnmAeX4hC__KN8CDNxhn-y8NNwqswibfzTeYWsRSwtAtoY3GFQ9T9UPRSvSi8Ad_hF1zG0xfUftD7LryT_V6kKyloehc8wjU4K0VNwwkdV5cmPZScMd_EmBtewSTMISC/s400/2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;3,&lt;/b&gt; Untuk bagian ini kita perlu membuat sendiri tekstur serat karbon. Untuk hal ini kita buat dokumen baru &lt;b&gt;4 x 4 pixel&lt;/b&gt; seperti gambar di bawah ini. Atau download &lt;a href=&quot;http://i788.photobucket.com/albums/yy169/macho_album_2010/tekstureSeratKarbon.jpg&quot;&gt;&lt;b&gt;disini&lt;/b&gt;&lt;/a&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/AVvXsEhBgQW1FhU2WT-DoQAeYd4g7lSNYnQQMIWTLf4nT0YOxLBxY3Kv7SNynNHMCODUn3ewbPJ4booxH25XmaXhCfc4-f2Iv83IUxnZ5SsJpWUohph0YsyWxDOx9XpHGJoCj-snIYyvSMNKJ2d-/s1600/teksture.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/AVvXsEhBgQW1FhU2WT-DoQAeYd4g7lSNYnQQMIWTLf4nT0YOxLBxY3Kv7SNynNHMCODUn3ewbPJ4booxH25XmaXhCfc4-f2Iv83IUxnZ5SsJpWUohph0YsyWxDOx9XpHGJoCj-snIYyvSMNKJ2d-/s400/teksture.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;4, &lt;/b&gt;Setelah Anda membuat pola tekstur serat karbon lalu Klik &lt;b&gt;Edit &amp;gt; Define Pattern&lt;/b&gt;, kemudian klik Ok. lalu kembali ke navigasi Anda
&lt;br /&gt;
&lt;b&gt;5, &lt;/b&gt;Buat layer baru di atas semua layer, lalu pilih &lt;b&gt;Paint Bucket Tool&lt;/b&gt; dan atur di &lt;b&gt;Tool Option Bar&lt;/b&gt; seperti di bawah ini :
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&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/AVvXsEh0ydW4RnUiuvKMPGz3BUz0nE3gJkUGAvkVd83L4E-bUeOiRRPBkUSGXhJTv1ktAhQk_6MV3CbnnhCCq5546WOG2leb1o3JhMHEszImpViG51Fiat2PCxgD1YZTvO-vY1bLu93wlwIiesaM/s1600/3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;204&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0ydW4RnUiuvKMPGz3BUz0nE3gJkUGAvkVd83L4E-bUeOiRRPBkUSGXhJTv1ktAhQk_6MV3CbnnhCCq5546WOG2leb1o3JhMHEszImpViG51Fiat2PCxgD1YZTvO-vY1bLu93wlwIiesaM/s320/3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;6, &lt;/b&gt;lalu isi pada layer yang baru dibuat, maka anda akan memiliki seperti dibawah ini:&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/AVvXsEhhsRsDjNuwNm5Vt_WZvMQoTsqNyIIxJ9SibMRsFnareMFapMjP7quHxpbOYOcYb47BiRK0LcbcMhk65S-hynYgLLfQaDA5oeZ6Km8zbBwTpz0P9Ut3KKsLcEYWsepuLLuHFkWz20uR4vNq/s1600/4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;162&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhsRsDjNuwNm5Vt_WZvMQoTsqNyIIxJ9SibMRsFnareMFapMjP7quHxpbOYOcYb47BiRK0LcbcMhk65S-hynYgLLfQaDA5oeZ6Km8zbBwTpz0P9Ut3KKsLcEYWsepuLLuHFkWz20uR4vNq/s400/4.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;7, &lt;/b&gt;sebelum menyisispkan teks, tampilkan grid, ini untuk mempermudah pembagian lebar per menu ( &lt;b&gt;View &amp;gt; Show &amp;gt; Grid&lt;/b&gt; ), Atur Grid dengan klik &lt;b&gt;Edit &amp;gt; Preferences &amp;gt; Guides, Grid &amp;amp; Slices,&lt;/b&gt; seperti pada gambar di bawah:
&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/AVvXsEhbSJ8eBrwr1vuUUH9odVv42MXAxo8m-sKkOmtKavzRerWjiSwyMX3bOi0rNoGSG1mP_VKhHJJtckTyJIuM7oRMw0gimPN8zjgwss1R6kWLvxViL9uIhZU-n_CX-HRikzihK6sXEgdPG6zU/s1600/5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;63&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbSJ8eBrwr1vuUUH9odVv42MXAxo8m-sKkOmtKavzRerWjiSwyMX3bOi0rNoGSG1mP_VKhHJJtckTyJIuM7oRMw0gimPN8zjgwss1R6kWLvxViL9uIhZU-n_CX-HRikzihK6sXEgdPG6zU/s400/5.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;8, &lt;/b&gt;Buatlah teks yang mewakili suatu menu diantara grid, sisipkan teks diantara 100 pixel  :
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWHOYHDoW2PLOXeVoKpWBf6KFOdjtIc-Dn1zzsCPEnBToa6MpR1bOTCZcl1Qz1Su1JnFzXhnUhCVCBWVyy7QAbEX4KQhLFTGlaLrvYtiICvamr40OduLte5uLKtTAV456CYkUGOw1TMuCr/s1600/6.jpg&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;22&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWHOYHDoW2PLOXeVoKpWBf6KFOdjtIc-Dn1zzsCPEnBToa6MpR1bOTCZcl1Qz1Su1JnFzXhnUhCVCBWVyy7QAbEX4KQhLFTGlaLrvYtiICvamr40OduLte5uLKtTAV456CYkUGOw1TMuCr/s400/6.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;9, &lt;/b&gt;Dan atur seperti dibawah ini:
&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/AVvXsEhw40X36HJ32JGI3OtI8LJZh33YshIV_e0Q8Hbb3mlmYInMDHm4zUxXYA7ULch6b6X-k3t5wf_0LguxIHxLiDsbRSeTz5d_eUc-12peN2Dm6vzZ2YlRTlON4lGqUIpi95irbnTT9R5PD7Xm/s1600/7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;232&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw40X36HJ32JGI3OtI8LJZh33YshIV_e0Q8Hbb3mlmYInMDHm4zUxXYA7ULch6b6X-k3t5wf_0LguxIHxLiDsbRSeTz5d_eUc-12peN2Dm6vzZ2YlRTlON4lGqUIpi95irbnTT9R5PD7Xm/s400/7.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;10, &lt;/b&gt;Kemudian klik kanan &lt;b&gt;Layer Teks &amp;gt; Blending Options&lt;/b&gt;, Kemudian atur sperti berikut ini:
&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/AVvXsEgmjLQZOOrNAembC0wjuXtCEVF4JO4N0SbB8WVddrh-nBJHqNxT65ZXH-n63jH9p7sopHxYWgSMQg0f9233ZswztqRjvOGIvwfwNG8wxWT2MV2TA3E797ZCSNxPvv6rBHW-pd1JvOFYoG_Z/s1600/8.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;333&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmjLQZOOrNAembC0wjuXtCEVF4JO4N0SbB8WVddrh-nBJHqNxT65ZXH-n63jH9p7sopHxYWgSMQg0f9233ZswztqRjvOGIvwfwNG8wxWT2MV2TA3E797ZCSNxPvv6rBHW-pd1JvOFYoG_Z/s400/8.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&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/AVvXsEhnRgWi7iMUn-kpbPcqrGa5K8AU5NwTxoqli95ZXFJkbBFhCyoVTZ7Llu15sA5Xaw4C12VppFGfw5RFMzAzoURQL4o1Qepssq7I4s1GMpMO6KrbizYnrvhrICZniLuvvFjJGtkHQvyRrJCV/s1600/9.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;333&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnRgWi7iMUn-kpbPcqrGa5K8AU5NwTxoqli95ZXFJkbBFhCyoVTZ7Llu15sA5Xaw4C12VppFGfw5RFMzAzoURQL4o1Qepssq7I4s1GMpMO6KrbizYnrvhrICZniLuvvFjJGtkHQvyRrJCV/s400/9.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;10, &lt;/b&gt;Sisipkan Icon Menu, Anda dapat download dari &lt;a href=&quot;http://dryicons.com/&quot;&gt;DryIcons.com&lt;/a&gt;. Aturlah icon diantara Grid berukuran 70 pixel.&lt;br /&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: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0ZirvWqPHTyIKyPMULD7JUgP0O6-wUiL3pHtleboknN6RgR1gw2ChBaPdcnEcxt76o00fefR8jykpYkLHqrFytrZxtnScJ3-vmL_eXe69ZhDiH9ogWI4xaX-pA05-uTpw8asFmYUR1Wvt/s1600/10.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;22&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0ZirvWqPHTyIKyPMULD7JUgP0O6-wUiL3pHtleboknN6RgR1gw2ChBaPdcnEcxt76o00fefR8jykpYkLHqrFytrZxtnScJ3-vmL_eXe69ZhDiH9ogWI4xaX-pA05-uTpw8asFmYUR1Wvt/s400/10.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;11, &lt;/b&gt;Di antara setiap link menambahkan dua baris vertikal 1 px sebelah satu sama lain, w&lt;i&gt;arna garis pertama hitam dan yang kedua putih&lt;/i&gt;. Setelah Anda membuat baris Anda mengatur layer &lt;b&gt;opacity 50%&lt;/b&gt; dan atur layer  mode&lt;b&gt; Soft Light&lt;/b&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/AVvXsEgZC_jDL_Hs5GZ00kSOQdS8QZZ9ShY51USa3FjmLYOlQmvMALcVis8VBWj_vgp5kFijc6TekoYRUmNVCYeLeX3MJVyAo9VfNDdPcaZMqXvyqMfabX0wHxmi_9ToeJp_Abvr2zR3zzmmsDQa/s1600/11.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;107&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZC_jDL_Hs5GZ00kSOQdS8QZZ9ShY51USa3FjmLYOlQmvMALcVis8VBWj_vgp5kFijc6TekoYRUmNVCYeLeX3MJVyAo9VfNDdPcaZMqXvyqMfabX0wHxmi_9ToeJp_Abvr2zR3zzmmsDQa/s400/11.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Hasil :
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&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/AVvXsEhS6cxIv1-oWAoOT4H00TtTcGOeWyFCV6pnsMQ2IRMgDTpFIKLZ_KF4tnHJO1pujYquBtzY6SbHVVUW6MxBq-KqQ9_yKNWL2YyCpdYSNWCUYMd7HVj73V10KqaKwyNQo96xo4KdQ5B-n_Br/s1600/14.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;54&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS6cxIv1-oWAoOT4H00TtTcGOeWyFCV6pnsMQ2IRMgDTpFIKLZ_KF4tnHJO1pujYquBtzY6SbHVVUW6MxBq-KqQ9_yKNWL2YyCpdYSNWCUYMd7HVj73V10KqaKwyNQo96xo4KdQ5B-n_Br/s400/14.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Menu gambar dalam keadaan normal sudah selesai&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;12, &lt;/b&gt;Sekarang kita buat menu gambar dalam keadaan dipilih (hovering). tambahkan layer baru tepat diatas layer tekstur serat karbon, kemudian isi layer dengan warna terang, disini saya pakai &lt;b&gt;#ffffff&lt;/b&gt;, dan atur layer  mode&lt;b&gt; Overly, &lt;/b&gt;hasil:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&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/AVvXsEig0dtiSkii_H-PyakIqa2IEzLP59UaYUDLIwOD5lbQSUvjTZMY1EQ2BiUM5uIiqXFCbejXy4QhKtXA_wYuThAkS-wefMIgioWXae_NN1sf3gyAvTrdtIQKnpqHa4cG8OmO87Acs3wgGbQ1/s1600/15.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;54&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEig0dtiSkii_H-PyakIqa2IEzLP59UaYUDLIwOD5lbQSUvjTZMY1EQ2BiUM5uIiqXFCbejXy4QhKtXA_wYuThAkS-wefMIgioWXae_NN1sf3gyAvTrdtIQKnpqHa4cG8OmO87Acs3wgGbQ1/s400/15.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;a href=&quot;http://i788.photobucket.com/albums/yy169/macho_album_2010/hasilakhir.jpg/&quot;&gt;klik disini untuk lihat hasil akhir&lt;/a&gt;&lt;br /&gt;
Selamat mencoba…
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: #e69138;&quot;&gt;
&lt;b&gt;Lanjutkan Untuk Bagian Dua ... &lt;/b&gt;&lt;/div&gt;
Untuk kode navigasi ini menjadi sebuah HTML / CSS Dokumen. &lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/09/kwick-menu.html&quot;&gt;Klik Disini&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/2158709596562968140/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/09/navigasi.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/2158709596562968140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/2158709596562968140'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/09/navigasi.html' title='Gaya Serat Karbon dalam Navigasi'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7Dw7oMPq-dwziutfYRjX-y7cdKD7Rh6g_hNsIKW_DhqzPIvjZm1oFQWa2VYEg5Q7Cgi3LZ2ukvtMaGFgvyhIiFNrk9GI8KZK4QNp6MeXOeWwor3K1E94RrAhyphenhyphenPRk0vafMel_Ti4AojtSh/s72-c/gambar+utama.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-5874873707369399946</id><published>2010-08-17T13:10:00.028+07:00</published><updated>2010-08-28T17:37:42.250+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Menampilkan Gambar dengan Efek LightBox</title><content type='html'>&lt;br /&gt;
Efek LightBox memberikan efek tampilan gambar yang sangat bagus, Ketika gambar diklik maka gambar akan memperbesar pada halaman yang sama dengan warna latar belakang hitam transparan. Anda juga bisa mengelompokan beberapa gambar, ketika salah satu gambar diklik maka gambar akan memperbesar dan Anda dapat beralih ke gambar lain dengan mengeklik kiri/ kanan tepi gambar.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://samplemacho1.blogspot.com/2010/08/efek-light-box.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIF8MPkmZiMtYK7D-l0f0uj7ayZS5NSOGCxdAUZkKXD55ss5iDdDKumOa0i6XDxZodXlMDwHWCIP9nQauxBZM0_7sSAk672eD8cXRyBF1F1Km_Nfvy4WLgY7GquQs440qFpcxH5qKyHUxx/s400/efek+Lightbox.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://samplemacho1.blogspot.com/2010/08/efek-light-box.html&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Demo&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b style=&quot;color: #6aa84f;&quot;&gt;Bagaimna cara menerapkan efek lightbox pada blogger?&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
Berikut langkah-langkahnya:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1.&lt;/b&gt; Ke &lt;b&gt;Layout,&lt;/b&gt; lalu &lt;b&gt;Edit HTML&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;2.&lt;/b&gt; Sisipkan kode CSS di bawah ini di atas kode &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;]]&amp;gt;&amp;lt;/ b: skin&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;
#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer&amp;gt;#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://i788.photobucket.com/albums/yy169/macho_album_2010/tutorialmacho/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://i788.photobucket.com/albums/yy169/macho_album_2010/tutorialmacho/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }
#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; } 
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }   
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}   
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

&lt;/pre&gt;
&lt;br /&gt;
&lt;b&gt;3.&lt;/b&gt; Kemudian Sisipkan kode di bawah ini dibawah  kode &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;]]&amp;gt;&amp;lt;/ b: skin&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;
&amp;lt;script src=&#39;http://machrus.googlecode.com/files/prototype.js&#39; type=&#39;text/javascript&#39;/&amp;gt;
&amp;lt;script src=&#39;http://www.lokeshdhakar.com/projects/lightbox2/js/scriptaculous.js?load=effects,builder&#39; type=&#39;text/javascript&#39;/&amp;gt;
&amp;lt;script src=&#39;http://machrus.googlecode.com/files/lightbox.js&#39; type=&#39;text/javascript&#39;/&amp;gt;

&lt;/pre&gt;
&lt;b&gt;4.&lt;/b&gt; Simpanlah Template&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;5. &lt;/b&gt;Sekarang kita mulai dengan membuat halaman untuk menampilkan sekelompok gambar, Ke &lt;b&gt;Posting &amp;gt; Entri Baru&lt;/b&gt;, kemudian masukan gambar yang anda inginkan&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a  imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;313&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfZ6WQLGOcPF-KMppef5l_d4oBWuUfbh3vfiwiS0xw3Xat49xrN2IfesXDYyqggLi2rcOoIy7nizJy0JfIH516mRXB-zXD8Hqk-Nq7KT95aHZTuswKuGirgoFYUOUiwMzQrNnfHOu6Jq4P/s400/upload+gambar.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;6.&lt;/b&gt; Setelah upload beberapa gambar, pada mode &quot;Edit Html&quot;, tambahkan kode &lt;b style=&quot;color: red;&quot;&gt;rel=&quot;lightbox[roadtrip]&quot;&lt;/b&gt;  pada setiap kode gambar, dan jika gambar hanya satu cukup tambahkan kode &lt;b style=&quot;color: red;&quot;&gt;rel=&quot;lightbox”&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;176&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCilQ9D0YzKRAbpDCZ3SGQFxfjtjkUS98aelgIezaA-uXpurA0yLWIOy-RsoSwsxY2cLhGvJwyBV0D2uxZEIBEUYyxQyIXWPa7UG69geeAWu543u3B1t0r5ybyVfkwPW8OpQ3umCZ1KLgt/s400/artikel2.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;7. &lt;/b&gt;klik &lt;b&gt;Terbitkan Entri&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;NB:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
Kami tidak menjamin semua source yang berupa Gambar dan JavaScript akan selalu ada, maka dari itu silahkan Anda upload sendiri pada hosting pribadi anda. untuk cara upload source javascript  pada hosting silahkan &lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/07/hosting-file.html&quot;&gt;klik dsini&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Selamat mencoba….








&lt;br /&gt;
&lt;br /&gt;

&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/5874873707369399946/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/lightbox-scriptaculous-prototype.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/5874873707369399946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/5874873707369399946'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/lightbox-scriptaculous-prototype.html' title='Menampilkan Gambar dengan Efek LightBox'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIF8MPkmZiMtYK7D-l0f0uj7ayZS5NSOGCxdAUZkKXD55ss5iDdDKumOa0i6XDxZodXlMDwHWCIP9nQauxBZM0_7sSAk672eD8cXRyBF1F1Km_Nfvy4WLgY7GquQs440qFpcxH5qKyHUxx/s72-c/efek+Lightbox.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-282642337459726898</id><published>2010-08-13T00:32:00.008+07:00</published><updated>2010-08-13T01:56:46.623+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Teks Efek Api</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaYX2sZCxEaU275wn4dhrhKqJXLlwYF-XTB9f-v0ID7jFKd3hjbxb7fyFG0UY08uu5PmniUPaBLFvM6P0DzqhdkQnV43IQxTguRONeeAQb0GMVEwaRfzRWbSuq9Q1Rn-UwCqn0UMRCfmXa/s400/cahaya+terang.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Okey langsung aj langkang-langkahnya: 
&lt;br /&gt;
&lt;br /&gt;
1. Buat dokumen baru berukuran &lt;b&gt;1300 x 780 pixel&lt;/b&gt;, dengan latar belakang hitam 
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
2. Buat layer baru untuk lapisan &lt;i&gt;&quot;tekstur kumuh&quot;&lt;/i&gt;, &lt;a href=&quot;http://i788.photobucket.com/albums/yy169/macho_album_2010/1.jpg&quot;&gt;download dsini&lt;/a&gt;&lt;qtlend&gt;&lt;/qtlend&gt;, sisipkan beberapa diatasnya, seperti:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&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 imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-8lgD4S9kn_S9Awcjvde3jw64QPwGS21b2MEQCbV4YXa53dOq5Oatj7ehKh7xb4alwdcWOl5PpOj465_usKoEcRO3lcFq9A1iW1EiYc832mDcfWsuktkcmnPv6HXsy7PFrw6xCX2QGBFD/s400/1.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
3. Sekarang ketik beberapa teks pada kanvas! Anda dapat menggunakan jenis font yang Anda suka, yang saya gunakan untuk ini adalah jenis font &lt;i&gt;NeuvaSTD&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjedcq2g6QFVnKEwLBXgiSoU3eWOuRe_r2pHnM5kJwaNzum1E6ThVrHAd4KZZ7QLy-hfEul6QPvO9kYLL4_m4n0JgWzwkm0KgoMyM1Msq3-UbxGwnTKJ-g8GBGSgwDJ36ZUsn_ZGWimkf0/s400/2.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;4.&lt;/b&gt; Kemudian klik kanan pada &lt;b&gt;Layer Text  &amp;gt; Blending Options&lt;/b&gt;, Kemudian atur seperti berikut ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;421&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqunZWnhsl31r8aTN6989vQpMgObEnJa3gqhyphenhyphenbJ01fiwpmP1dkzyWbGtLNm432v5KmfRI3ReDUyZkrbCjWR28OtF0mdFGZP8b_jDzVnrtArKQK2C96X1-qmW7sxUxMDFb2P6gs_UbRcyGR/s400/B1+Drop+shadow.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;357&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJKdYUnAr3S5GZ1WYbXvzblySIxDS7zeJnSq4GUntKFptlcgD_lHqkdqTOYJe8e3BrcQzwqZYLxhOAC0CNLkiG_hP9bAu8oW2dkp5piLvUF8kfcbf52TU8RsVt6yOm9cYSyJiwMtHQjEd3/s400/B2+Outer+Glow.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;471&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCXci1AgSSn_3Nk3OdfQ_lynvqd5L-9YyXKtUO7cqTbSadD6Fc7aOXNbHWVeW3y3e0mBAg65XrHSKJ0p-aXw_AQdq7QIdpm8zuiSCgqfXNMBihrwUkC83ZvOCKVsnxyiy1DrzHlgzw_R50/s400/B3+bevel.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;471&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU0ICd-cGrXRESya1gdSYq1W97YAzngXMISrBdxPg0Er5BDeDpbg90_SLplz6uF8kEPZqKjYEOALVTShqhtV9XxnIBXCrrEHG1BreWxL9q8rxW6mFD1xzSptIzotnfIzg-pS_UIXkAraQn/s400/B4+contour.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;471&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJxkpRuROOPuuWsn-BLx8K5n-Sdrq5WriC5ZIXnZPLtu0_AwOjxjtK7WyrP3C0fdWmSY3B9QHcxmAyJ7QBsH1_5xeFlYkLgskOqlIyWEbncD6_JvbLcniyTdueaToVVBFf95ecFohN6GkG/s400/B5+stroke.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
dan Anda akan memiliki efek sperti ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgweSzIerDoWoIQK_fv4vLgMepq_v7xdBBXZByynOCrQMqruniVJlIBPs81c3fCb8CpepNNsKMLDpxK3qt3FJ6aAVUOIQFIoFh-nFVInkjHXdVAIpBW1iG_escBnAS3C9Fe1I3VSivqV0C6/s400/3.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;5.&lt;/b&gt; Sekarang kita buat efek untuk teks. Kita gandakan lapisan teks asli dua kali, lalu sesuaikan opacity setiap lapisan lapisan teks sesuai dengan pengaturan di bawah ini:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;122&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjt0wgOv7RzZmbv_Fqf5UZMQN2Jz9rULQrTdRZFD9m2eUCNagQZ9oppBdoEgA1Cp5gQDimdr4hka8IrddloHR4VTO-mPKNVPa_KEnl6Udk1nLXvE5IcHYk3LpYIEwhYLZXvu-bWzgHhg6I_/s400/4.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;6.&lt;/b&gt; Pindahkan setiap lapisan agak jauh dari satu sama yang lain:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;471&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAjErf5yzYU78VRZ9X-UesF5vBKUPVHsgnl2Tn9IGbRts2iFMt5mmXKicc7SsTuB3lZDu6D9Pt4w0IUvnZ8Ifo79SWG7_bj83wQYMR4IQDVF-MVYtpCU3253lpflt_quHdPzjmQ4ocF-mL/s400/5.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
dan ini adalah efek keseluruhannya sejauh ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXWRsJOG-A1IhZcKd4-nsXOOg79zX9Whx6JpCsyLy_gLjLAdJdFSQ5hTZ9yuP7zG7q3swFnfAto8jVq_3Q1mVaW91aP3xKpgWJlRmjDX0Wrh0UVQ9hOiMVVd6sbOGP1a_Rl_fV4PKBgu0L/s400/6.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;7.&lt;/b&gt; Untuk menambahkan efek tepi, Sekarang pilih lapisan teks (salah satu dari tiga), kemudian tekan &lt;b&gt;Ctrl + Klik layer&lt;/b&gt; teks tersebut (untuk membuat seleksi), kmudian buat layer baru :&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;211&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidLzHbva8n1H4_HMzf2-GeFG8lVliW-hj4XGTgll1ymG8E7kNGi__eqS1OpSQjBWRMM_v_eDhzXBIX6Ik4RQjFpPICnzS-nV9s9FcCdR2cfkZ6n_AEp3Q1wkWbtan41gO5_S-WxGuIKy6n/s400/7.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;8.&lt;/b&gt; Klik pada &lt;b&gt;Rectangular Marquee Tool (&lt;/b&gt;tekan&lt;b&gt; &quot;M&quot;),&lt;/b&gt; kemudian klik kanan di dalam seleksi, pilih &lt;b&gt;“Make Work Path”&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&amp;nbsp;&lt;/b&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;450&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9wiCt4Y1XSW8aa7lnijxpqskD3HWWhp4VH2o1mQam-SMXZaIGTHl-0TFDyjIuqpd5g-qZRoefrV7nmwXJLgPfXnKX8E36PMQZmeOunKdRhoiOJioFCGhPpcxohyphenhyphenjd9TnTFlTdI9UB6pYj/s400/8.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;9.&lt;/b&gt; Set &lt;b&gt;Tolerance : 2.0 pixels&lt;/b&gt; dan Anda akan memiliki hasil sperti berikut :&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizLrVpjVN_XbyujSP9hVmSqQ2JIN4KBn6v9u33Bzgb-g_OjP_he6fa-pWsSSCxGslKQBBpsdTrgjyHt0ikk9QtLTH4Ly0LnvtU2sO5Sxl9V3PIVAdqSqODNkLHUkTfZ3XJaRtwrg-xC_dO/s400/9.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;10.&lt;/b&gt; Atur &lt;b&gt;Brush Tool &lt;/b&gt;terlebih dahulu, gunakan Brush &lt;b&gt;Hard Round 5px &lt;/b&gt;dan pastikan warna Foreground putih,&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_4etKpScaNOfw_lnnR4vdA_Hz_vF3q-TqJrhd57DKAaTZeO4O5Ic868ERalXXfGP-htTSar75cKIikulmWK7rMpQAk9Y8Ig-aBbkBiDNsWUGC4F9TMRhT-634FZKse4Xiz8fR4Up67rJh/s320/10.jpg&quot; width=&quot;316&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;11.&lt;/b&gt; Lalu pilih &lt;b&gt;Pen Tool&lt;/b&gt; dari Toolbox, klik kanan pada garis path dan memilih &lt;b&gt;“Stroke Subpath”&lt;/b&gt; dengan &lt;b&gt;&quot;Simulate Pressure&quot; &lt;/b&gt;diaktifkan.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;270&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiT4qZb6ODZqV76iwkC4Aotn8R1reBiEu9njdcA6-4zCoFC9Zu2BqgyUnzCi4QBq-V-S_9Zn6aHRTDcxn2op528yDcKSaUpiCHVAU0jzCwh_ZutR0cpohzIprX4T1H2W8KyUQJmxx0GV_RE/s400/11.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;92&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrmyMd5t7ZKxE35gXnR-0Zrjlm4SvGzjEuSSLWkpacnucakfYz9bNyXb9lJKhr9zXw86t0q5c1PXULjTFAcTyKiuTfxLWLg2zsHgp1vP00IaovNQAVGFGLwNsDHCxVSKrU37YdFKlAMg0a/s320/12.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Maka hasilnya:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSAQ32Gn24rVjzhh67g_PN9ri5c9iV3rJDE7VcOgElhIiRgDh2-FEhUpm5nU2Sxq3e3-P-ItTLru6WBOquqY_MSMbauI6vYLN_DaRv1hhFF8vw40ifKb6KnkMJ2oHuOP1Djoru9seakkCW/s400/13.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1&lt;/b&gt;&lt;b&gt;2. &lt;/b&gt;Sekarang kita dapat menambahkan beberapa cahaya lampu pada bagian bawah teks sehingga tekstur akan kelihatan lebih hidup. Untuk ini, buat layer baru di bawah layer teks, pilih &lt;b&gt;Brush Tool&lt;/b&gt; dengan  menggunakan &lt;b&gt;Soft Round 200px&lt;/b&gt; dengan warna putih, kuaskan di skitar bawah teks, maka nampak seperti yang ditunjukkan di bawah ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOWVNRwuExada0XTpJUWSKlsIxfj_eGSYkB_z6XER6x4hR2tGj79vgIgCFU5OOPc1UTKWqY4rXgSnzVDo1rkKh-R_6xAwMw6b3jNMf4cCTI5rcn6DWL4B40AdQciyFutI2vaq5n4wFJGtO/s400/14.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;13.&lt;/b&gt; Kemudian, tambahkan beberapa bayangan untuk teks dengan membuat layer baru di atas semua layer, buat seleksi teks dengan cara tekan &lt;b&gt;Ctrl + Klik&lt;/b&gt; pada layer teks lalu isi seleksi dengan warna hitam:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;181&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhobehRg6Z0X9oLHkG8t9WxeVI3Y2PcyH_iKjuFXIsK8aE_d9ZDmvV4ND8GA1OK4H1iWlhqNTEvLPaX1ybD-gp7hcZ3iqwI69SwW5O26TON_4Mair1fTkewMg2CmMJGK0A-TRWGFr6K7ojO/s400/15.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
tekan &lt;b&gt;&quot;Ctrl + T&quot; &lt;/b&gt;dan klik kanan, pilih &lt;b&gt;&quot;Flip Vertikal&quot;:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;201&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheCovDfjP5tHfqWP1P4kyqgLRLEmu7MgCFh-Hd24p26N2sQ0Deg9Dkkak6Rm54kATbUlBSgc7cvHHL3dpOO3OYGFclAkLUA_7Zelxjl0C9oTH_LpV35vmlY5aQtGfAYbX3Ns71MWuzRwQL/s400/16.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Lalu geser kebawah dan klik kanan lagi pilih &lt;b&gt;“Perspective”&lt;/b&gt; maka seperti yang ditunjukkan di bawah ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;187&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5rm-W5qHV9-JR3XODGFbhOOczKYwM7KbBJ0hR7GFrqiOENzqpOzimOy4R1UXYCTomCHtnjev36rII0HsJ3OkAKQpeL9_AKkQqXCXdTyFUYdhw9DJZ1ODIRQjmtH2b7gXt7kIueG62gSIZ/s400/17.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Pilih &lt;b&gt;Filter &amp;gt; Blur &amp;gt; Gaussian Blur,&lt;/b&gt; beri nilai &lt;b&gt;Radius : 5 Pixels,
&lt;/b&gt;lalu ubah layer mode menjadi &lt;b&gt;&quot;Soft light&quot;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYssLCyrPFzKJ7ttD9Rr3NG3oR-XDnwDlwQQ-V3gXFOQ_OpcZchdiHwwFv4NT_BxwV202kPvCApFvbXS9nAfwZyduLwxQJNJ3qPFjEO4cQoKspWgXA7gaQfbLYgIyJvnZAIruPeH93vors/s400/18.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;14.&lt;/b&gt; Sekarang membuat garis abstrak, buat layer baru di atas semua layer dan pilih &lt;b&gt;Pen Tool,&lt;/b&gt; menarik jalur acak seperti yang ditunjukkan dibawah ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;121&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk_BWevptFz1erFwLmpWK1__EG2Fgb311ySd6YrcY6j9syrj2VDSVQlHE2A80oOR1scheJP_qLQYcV2HvwPKcjn6-6UtFrUa31FaAM44Co_Vsr8nPpNGqU4-cGhB7JnUNKxCpDdvgOLI4y/s400/19.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Jika kelengkungannya perlu penyesuaian, Anda dapat menahan tombol &lt;b&gt;Ctrl + klik tarik Jangkar Poin&lt;/b&gt;&lt;b&gt;t&lt;/b&gt; untuk mengubah path:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJxIyjQ24fTdm0pqISngUFLiBBKDfkWVVIcykTs05_2-506o5vP-j9qH0AeB4rmduJtyqWXPZ5XCaVXURFUPlLNnjsO2Y_XheKXjtwv4gZbKwABTIUMtSvTM_AsMerMK8_sOGrBGs8ilnN/s400/20.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
15. Seperti pengaturan sebelumnya atur Brush&lt;b&gt; &lt;/b&gt;&lt;b&gt;Hard Round&lt;/b&gt;&lt;b&gt;5px&lt;/b&gt; , kemudian klik kanan Stroke Path dengan &lt;b&gt;Pen Tool &lt;/b&gt;lalu pilih &lt;b&gt;“Stroke Subpath”&lt;/b&gt; dan dengan &lt;b&gt;&quot;Simulate Pressure&quot; &lt;/b&gt;diaktifkan:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;234&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5f5ENuOkBgpkYjWUEuzNYSoBTxsTp9utTCzTpgkkEppjO94xxBMD7NlV0c_XR3dXYwimkKRh4VPpWPHnlGG4evph4Gman-1Fb_BzwQhj7hVkXeba_G0LQA0M1FSTGyyl0wsajf4ZqWo4d/s400/21.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Gandakan hasil dari langkah 15, lalu atur dengan memutar, memperkecil dan memindahkan posisi sesuai keinginan, sehingga akan menghasilkan seperti berikut:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJjLzrS6hp9MgBh_7RyxvmHXI9TTa79An46tJBooWT8pe0Fiiqjb8S9LkZy2uDgVks_Wk6FZ-fikYczCSjxPe_pwmjuxl0hPAhrFoNXP5vzgu45r0m-2QXlyeSG8-YaA_taOONmKL61JY0/s400/22.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;16.&lt;/b&gt; Sekarang tambahkan &lt;b&gt;Layar Mask&lt;/b&gt; pada layer garis abstrak untuk menyembunyikan sebagian dari garis belakang teks, dan pilih &lt;b&gt;Brush Tool&lt;/b&gt; dengan warna hitam lalu kuaskan:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a 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/AVvXsEgcuV1QUCLYeOdTMSqOjDOdtNGK-5ps6ampSIF4tIKpf7fdyTxXcbbYIo-RcbpN-CjIYPgoWXgc7ggYKApE9Og5qJCi7CsqRngb03HDFM3xlHzVdS8zSobadL4X0_Mf498mDYzIJFylbgga/s400/23.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;17.&lt;/b&gt; OK kita sudah hampir selesai. Untuk menyelesaikan efek ini, kita dapat menambahkan lapisan beberapa penyesuaian untuk menyempurnakan warna dan kontras pencahayaan.
&lt;br /&gt;
&lt;br /&gt;
Saya menambahkan lapisan penyesuaian berikut di atas semua layer :
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Color Balance&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;231&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGCp9zH0M5rutmaPi7ZwkcI8AlQBIyZipxHQOqoVaB1xnhUGAkh8GCTzIFSqbLhQk8JRv9xc0QNgORorCOCXuPSNn5nwHwM0V_gd_1W6kKDFb2PlicGz1V5txBfYqoHK5UQnvxtvakOuZE/s400/24.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;231&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnjTEkrXhYqQ0W12-LJWqCyT9Iqqd27LrXscUBcNHInSNiyBr_M3GkGeidg2nJzMQRnOZDzSAXPa5jWHNimX1PA98Ll9YpERe5NUCkb4A-LbNYpUL2cyhoIGfkVRFVw4MKkan3Mp8jkAg1/s400/25.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;231&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpdq4NdQnphrZIkTowuc9nEYsbgQwFjDI1myYNiHWsZMLTO5KejXzADgDPXiooUD76xfN-E18mluCDiXeTAmBWeS5D_4YQDSXApXYREATay-yfcUSpaAQZUo526lLsVUIQFJgTh5E8CI7u/s400/26.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Curva&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0-wE9UlO-Co3shjHAR3haTjLvF2ofvIqrjIbOyr4adwOUgPggFOY92AfS-z-c04UrXG-SSaanCJGEgoFK6h_0zvMVhcvSl1MrW8C4aN9FepYgoPI1g4F2ToyWO9FTwZr1WqtkR29mTDDg/s400/27.jpg&quot; width=&quot;387&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
dan disini adalah efek akhir untuk tutorial ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;215&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPnvYGwza9M-cGVKVvSKK9RoU0K8gCHz_7n2cQLFKjc-EbaivGFPFvFoKUFYWrKYW8mMSLbVkWuFRlrjX9tfwom_1A-SC6XFFHjfVKXkh7BRcbN0RPsbSNlEEZOXbOd2MlVvbjjvfAaN7X/s400/cahaya+terang2.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Selamat mencoba...&lt;br /&gt;
&lt;br /&gt;
&lt;qtlbar dir=&quot;ltr&quot; id=&quot;qtlbar&quot; style=&quot;-moz-border-radius: 3px 3px 3px 3px; background-color: #ececec; cursor: move; display: inline; left: 410px; line-height: 100%; opacity: 0.9; padding: 0pt; text-align: left; top: 433px; z-index: 999;&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/copy.png&quot; title=&quot;Copy selction&quot; /&gt;&lt;a href=&quot;http://www.google.com/search?q=download%20dsini&quot; target=&quot;_blank&quot; title=&quot;Search With Google&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.google.com/favicon.ico&quot; /&gt;&lt;/a&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/trans.png&quot; title=&quot;Translate With Google&quot; /&gt;&lt;iframe id=&quot;qtlframe&quot; src=&quot;&quot; style=&quot;background-color: white; border: 1px solid rgb(236, 236, 236); display: none;&quot;&gt;&lt;/iframe&gt;&lt;/qtlbar&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/282642337459726898/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/teks-efek-api.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/282642337459726898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/282642337459726898'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/teks-efek-api.html' title='Teks Efek Api'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaYX2sZCxEaU275wn4dhrhKqJXLlwYF-XTB9f-v0ID7jFKd3hjbxb7fyFG0UY08uu5PmniUPaBLFvM6P0DzqhdkQnV43IQxTguRONeeAQb0GMVEwaRfzRWbSuq9Q1Rn-UwCqn0UMRCfmXa/s72-c/cahaya+terang.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-2404573448000164649</id><published>2010-08-13T00:13:00.003+07:00</published><updated>2010-08-13T00:29:25.076+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Teks Efek Plastik</title><content type='html'>&lt;br /&gt;
Tutorial ini sederhana sekali, ikuti aja langkah2nya dan nikmatilah hasilnya. 
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;267&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSKDxRxiF6ooIzqHDZRjewXPxE8sC9RBWCVNzz3sFzOaIGkMnLEdGEQhCNphQCntHkvFhGvR-KZNtQwzYGFY1C1WRRPjueH-7BjB-wtirlIxZlZINwHPKECYm6byI6QcUssRw5TbehFP1Y/s400/atas.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Okey langsung aj langkang-langkahnya: &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1.&lt;/b&gt; Kita mulai dengan membuat sebuah file baru, Saya menggunakan kanvas&lt;b&gt; 600 x 400 pixels&lt;/b&gt; ditetapkan pada &lt;b&gt;72dpi&lt;/b&gt;, dan masukan text Anda dengan  &lt;b&gt;Horizontal Type Tool&lt;/b&gt; dan pilih jenis font yang cocok menurut Anda.
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.&lt;/b&gt; Tekan &lt;b&gt;Ctrl + Klik Layer&lt;/b&gt; yang berisi teks, lalu buat layer baru &lt;b&gt;(CTRL + Shift + N&lt;/b&gt;) &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3.&lt;/b&gt; Klik menu &lt;b&gt;Select &amp;gt; Modify &amp;gt; Contract &lt;/b&gt;dan memasukkan nilai sekitar &lt;b&gt;3 &lt;/b&gt;(tergantung pada ukuran gambar Anda)
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;4.&lt;/b&gt; Atur warna &lt;b&gt;Foreground&lt;/b&gt; menjadi biru, Saya akan menggunakan &lt;b&gt;# 0682C2&lt;/b&gt;, Kemudian tekan &lt;b&gt;Alt+ Delete&lt;/b&gt; (mengisi warna sesuai warna foregound)
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;165&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVwt92bI0w5CCFLrcDVjrAjxjsA7iBW7wmahbx1FCnkIMen21Mir0AK2KLgImrOR65jM4ACuLIv6Xxto1HGnfiJArVKDTrjvi6jjlkfELNA16wxdz3fv8SnaXtMNOcOUV8QIzyfY1NBq42/s400/1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;5.&lt;/b&gt; Pillih layer yang paling atas kemudian klik kanan pada &lt;b&gt;Layer  &amp;gt; Blending Options&lt;/b&gt;, Kemudian atur seperti berikut ini:
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;415&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6JN-RpQA20YNnHClVZeKD9B8C4rpY11R_uwhzM3sef-1NBK_QrsqyT4UbwG0sjvEoRonq7rTB4P_yyjYQ4iSI5xm4G-2vWht00FRxFJBdEGJJx1q6mzyBfIvWWS-d0wS6d51ur_c4UXhs/s400/Bevel.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;6.&lt;/b&gt; Tambahkan &lt;b&gt;Stroke&lt;/b&gt; &lt;b&gt;1px&lt;/b&gt; biru gelap  &lt;b&gt;#0852A5.
&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;346&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhL2TZjXgL_ubURcT7WXjHK_uxTMuVMGc7jFXYeNjsbv79yUSh3uhlY6Cvu4xeCJqKULL3ifh6w9huFHkEsnwt8U9_vAGm8sQa0yJMlH73Xvm0bOAlZ2ory1he7rEqtj2h_s2RiL7HAhC63/s400/stroke.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Hasil : 
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;165&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgniHY2pHZsBfMEvt98_3zNu5cGcVoJtn3EIIF9ik4LCOzEtEvPPu3ARTa1elkIMYZar9iDQGQgBSrr3sX6aD8fD0C7YC58maQoPC7zzBbAB-hKpIVx-v0ITtXjsuxOddlFFxvXRlJc8Z7a/s400/2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;7.&lt;/b&gt;&lt;qtlend&gt;&lt;/qtlend&gt; Anda jg bisa menambahkan &lt;b&gt;Drop Shadow&lt;/b&gt; seperti pada gambar:
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;165&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGu2TNVrASWRq-ReNEbqzRrDq2rJb1Nc2i4OoVqRR4KrDokDd02g2GGkmcE-bhdjGAm37PW2Q0xZCAeF34r286YEC4bjJR_xiAHnjGOEE708A-xT3ArVVca6QyAcD-v9dBtfO1LUj-8nf9/s400/3.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Selamat mencoba…
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/2404573448000164649/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/teks-efek-plastik.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/2404573448000164649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/2404573448000164649'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/teks-efek-plastik.html' title='Teks Efek Plastik'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSKDxRxiF6ooIzqHDZRjewXPxE8sC9RBWCVNzz3sFzOaIGkMnLEdGEQhCNphQCntHkvFhGvR-KZNtQwzYGFY1C1WRRPjueH-7BjB-wtirlIxZlZINwHPKECYm6byI6QcUssRw5TbehFP1Y/s72-c/atas.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-8250144994507488790</id><published>2010-08-08T23:41:00.007+07:00</published><updated>2010-08-09T01:42:28.071+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Memasang Google Custom Search (Penelusur) di Blog</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;198&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS15viHUgmv04Asda2YxqHCmSMtOpiyyaqDafoyC9hjt8eOWh75HeETV_ltrivWYZkcF0QpHTLigslMNMFiSfCewW_JX5oUeYIjROTur8O7X-kiQd9AdZXBm6wyJ7O1ce0-RSPJxxOtmeT/s200/Search2.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Bagi Anda yang tidak menyukai Search Box default Blogger sendiri, Anda bisa mencoba menggunakan Google Custom Search.
&lt;br /&gt;
Google Custom Search mempermudah pengunjung menelusuri seluruh tautan, bookmark atau blogroll secara otomatis yang ada diblog Anda. Anda juga bisa menyertakan beberapa situs web/ blog atau laman spesifik. Dapat juga mennyesuikan tampilan dan nuansa hasil yang sesuai dengan situs Anda. Anda juga bisa menghasilkan uang Jika Anda publisher Google Adsense, Anda dapat menetapkan tempat untuk meletakkan iklan.
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Demo: &lt;/b&gt;silahkan ketik kata Kunci&lt;i&gt; &quot;Code&quot; &lt;/i&gt;pada Kotak Telusur di bagian atas sebelah kanan blog ini!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Langkah-langkahnya:
&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Step 1
&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;1. &lt;/b&gt;Kita mulai dengan membuat halaman yang Anda inginkan untuk menampilkan hasil Penelusuran&lt;br /&gt;
&lt;b&gt;2.&lt;/b&gt; Ke &lt;b&gt;Posting &amp;gt; Entri Baru&lt;/b&gt;, beri judul &lt;i&gt;&lt;b&gt;“telusuri”&lt;/b&gt;&lt;/i&gt;, kosongkan isi posting, atur Komentar Pembaca &lt;i&gt;“jangan diizinkan”&lt;/i&gt; kemudian set ke tanggal yang paling lama, agar tidak terlihat di halaman depan. &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;497&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5bsyIb8bhcuYddEw2ItYu1Y1uYwOOQuph7bTPLz3bDw7tXGX24HO1pYI0VYxLe_GFQ9ol3ut18gGsq7ZFxbswgS_JxbdsbCwTKJOab0njjt63a68rp0lEbI11FTWWgO4PY6F2Z1L8GGb-/s400/posting.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3.&lt;/b&gt; &lt;b&gt;Terbitkan Entri &amp;gt; Lihat Entri&lt;/b&gt;, maka kita dapat alamat URL posting, seperti &lt;b style=&quot;color: #cc0000;&quot;&gt;http://tutorialmacho.blogspot.com/2009/08/telusuri.html&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b style=&quot;color: #783f04;&quot;&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Step 2&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;1.&lt;/b&gt; Buka alamat &lt;b&gt;http://www.google.co.id/cse/  &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;2.&lt;/b&gt; Klik tombol &lt;b&gt;“Buat Mesin Telusur Ubahsuaian”&lt;/b&gt; di sebelah kanan, masuk Google account terlebih dahulu jika Anda belum masuk, jika sudah maka akan muncul halaman seperti screenshoot dibawah ini : &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;539&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEiAuWESF6ITZtAqSqTzp1EcpX1RObZzR7I9ji3g06b6699dpM4QI0XbWN4DJdH6dQPCYbEW58dZxtj_v6oKCqBj4bdUbCsW9eyC73ZUYa7BawRkIv8oYKCkkKMomBz3kGnczX3mxOhWwT/s400/1.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Dengan keterangan sebagai berikut : &lt;br /&gt;
&lt;b&gt;Nama mesin telusur&lt;/b&gt; &lt;b&gt;: &lt;/b&gt;&lt;i&gt;Isi nama mesin pencari Anda, boleh nama blog atau yang lain.&lt;/i&gt;
&lt;br /&gt;
&lt;b&gt;Keterangan mesin telusur&lt;/b&gt; &lt;b&gt;:&lt;/b&gt; &lt;i&gt;Isi deskripsi mesin pencari Anda&lt;/i&gt;
&lt;br /&gt;
&lt;b&gt;Bahasa mesin telusur&lt;/b&gt; &lt;b&gt;:&lt;/b&gt; &lt;i&gt;Pilih bahasa sesuai dengan blog Anda&lt;/i&gt;
&lt;br /&gt;
&lt;b&gt;Apa yang ingin ditelusuri :&lt;/b&gt; &lt;i&gt;Jika Anda menginginkan hanya situs tertentu maka pilih opsi yang pertama dan jika ingin seluruh web (dunia) pilihlah opsi yang kedua&lt;/i&gt;.
&lt;br /&gt;
&lt;b&gt;Pilih beberapa situs&lt;/b&gt; : &lt;i&gt;Isi alamat situs yang ingin diindex, dengan aturan format URL Anda sebagai berikut :
&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: #38761d;&quot;&gt;
&lt;b&gt;Laman terpisah : &lt;/b&gt;Menetapkan www.situsanda.com/lamansaya.html hanya akan menyertakan laman lamansaya.html pada www.situsanda.com.
&lt;/div&gt;
&lt;div style=&quot;color: #38761d;&quot;&gt;
&lt;b&gt;Seluruh situs :&lt;/b&gt; Menetapkan www.situsanda.com/* akan berisi semua laman pada www.situsanda.com.
&lt;/div&gt;
&lt;div style=&quot;color: #38761d;&quot;&gt;
&lt;b&gt;Bagian dari situs :&lt;/b&gt; Anda dapat menggunakan pola wildcard untuk hanya menyertakan bagian tertentu dari situs. Misalnya, www.situsanda.com/*tentang* hanya akan berisi berkas pada www.situsanda.com yang memiliki tentang dalam namanya.
&lt;/div&gt;
&lt;b style=&quot;color: #38761d;&quot;&gt;Seluruh ranah:&lt;/b&gt;&lt;span style=&quot;color: #38761d;&quot;&gt; Anda juga dapat menetapkan seluruh ranah menggunakan *.ranahanda.com. Jika Anda menetapkan ranahsaya.com, maka akan dikonversikan secara otomatis ke *.ranahanda.com/*. Jika bukan ini yang Anda inginkan, silakan ubah kembali di panel kontrol.
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3. &lt;/b&gt;Centang tanda &lt;i&gt;&quot;Saya telah membaca dan menyetujui Persyaratan Layanan&quot; 
&lt;/i&gt;&lt;br /&gt;
&lt;b&gt;4.&lt;/b&gt; Lalu klik tombol &lt;b&gt;Lanjut&lt;/b&gt;
&lt;br /&gt;
&lt;b&gt;5.&lt;/b&gt; Silahkan Uji coba Search Box Anda 
&lt;br /&gt;
&lt;b&gt;6.&lt;/b&gt; klik tombol &lt;b&gt;Selesai&lt;/b&gt; 
&lt;br /&gt;
&lt;b&gt;7.&lt;/b&gt; Lalu Anda akan dibawa menuju halaman list Mesin Pencari Anda. Pilih Panel Kontrol. 
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;253&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgY12p-e7wyihRH7TwvVAFxe1exYQRdQDRwrnL_DzAseum2nIf7GsC3Ah_wmP85clZkA9YwfVujgraRKuruyaqZ6LXajhD1lOLLChJG8YKDNwCkCsxVgkdfdzMISUZCBbY-1tBH_gkxFOe4/s400/2.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;8.&lt;/b&gt; Isi Kata kunci mesin telusur dengan keyword yang berhubungan dengan blog Anda, dipisahkan dengan spasi 
&lt;br /&gt;
&lt;b&gt;9.&lt;/b&gt; Pilih menu &lt;b&gt;Tampilan dan Nuansa&lt;/b&gt;. Maka akan ada 3 pilihan opsi penginangan, yaitu :
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Elemen penelusuran :&lt;/b&gt; Kotak Telusur dan Hasil Penelusuran menjadi satu
&lt;br /&gt;
&lt;b&gt;Iframe :&lt;/b&gt; Kotak Telusur dan Hasil Penelusuran dapat terpisah, artinya  Kotak Telusur bisa diletakkan di laman blog tertentu seperti di sidebar sementara Hasil Penelusuran berada di bagian lain seperti di sidebar lain atau di posting. 
&lt;br /&gt;
&lt;b&gt;Laman yang diinangi Google : &lt;/b&gt;Hasil Penelusuran berada di situs Google 
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;10. &lt;/b&gt;Pilih Opsi &lt;b&gt;Iframe&lt;/b&gt;, karna hasil pencarian kita letakkan di bagian posting
&lt;br /&gt;
&lt;b&gt;11.&lt;/b&gt; Pilih warna dan gaya yang sesuai dengan blog Anda. 
&lt;br /&gt;
&lt;b&gt;12.&lt;/b&gt; Klik &lt;b&gt;Simpan&lt;/b&gt;, lalu klik &lt;b&gt;Dapatkan Kode.&lt;/b&gt; 
&lt;br /&gt;
&lt;b&gt;13.&lt;/b&gt; &lt;b&gt;Tetapkan detail hasil penelusuran &lt;/b&gt;dengan mengisi alamat URL posting yang Anda buat sebelumnya, misal : &lt;b&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;http://tutorialmacho.blogspot.com/2009/08/telusuri.html&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;14&lt;/b&gt;. Copy &lt;b&gt;Kode Kotak Telusur&lt;/b&gt; Ke &lt;a href=&quot;http://centricle.com/tools/html-entities/&quot;&gt;alamat ini&lt;/a&gt; , paste kode  tersebut untuk area teks di halaman, dan klik &lt;b&gt;encode&lt;/b&gt;
&lt;br /&gt;
&lt;b&gt;15.&lt;/b&gt; Copy hasil dan paste pada laman blog Anda, ini bisa diletakkan di sidebar
&lt;b&gt;&lt;br /&gt;
16.&lt;/b&gt; Kemudian sisipkan Kode Hasil Penelusuran di halaman posting Anda tersebut
&lt;br /&gt;
&lt;b&gt;17.&lt;/b&gt;&lt;qtlend&gt;&lt;/qtlend&gt;&lt;qtlend&gt;&lt;/qtlend&gt; Simpan dan lihat hasilnya.
&lt;br /&gt;
&lt;br /&gt;
Selamat mencoba..
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;qtlbar dir=&quot;ltr&quot; id=&quot;qtlbar&quot; style=&quot;-moz-border-radius: 3px 3px 3px 3px; background-color: #ececec; cursor: pointer; display: inline; left: 28px; line-height: 100%; padding: 0pt; text-align: left; top: 2885px; z-index: 999;&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/copy.png&quot; title=&quot;Copy selction&quot; /&gt;&lt;a href=&quot;http://www.google.com/search?q=17.&quot; target=&quot;_blank&quot; title=&quot;Search With Google&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.google.com/favicon.ico&quot; /&gt;&lt;/a&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/trans.png&quot; title=&quot;Translate With Google&quot; /&gt;&lt;iframe id=&quot;qtlframe&quot; src=&quot;&quot; style=&quot;background-color: white; border: 1px solid rgb(236, 236, 236); display: none;&quot;&gt;&lt;/iframe&gt;&lt;/qtlbar&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/8250144994507488790/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/cse.html#comment-form' title='3 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/8250144994507488790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/8250144994507488790'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/cse.html' title='Memasang Google Custom Search (Penelusur) di Blog'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS15viHUgmv04Asda2YxqHCmSMtOpiyyaqDafoyC9hjt8eOWh75HeETV_ltrivWYZkcF0QpHTLigslMNMFiSfCewW_JX5oUeYIjROTur8O7X-kiQd9AdZXBm6wyJ7O1ce0-RSPJxxOtmeT/s72-c/Search2.jpg" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-5987308139594212968</id><published>2010-08-05T17:44:00.000+07:00</published><updated>2010-08-06T13:53:34.117+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Cari Uang Dari Internet"/><title type='text'>PTR (Paid To Read) dibayar Hanya Untuk Membaca Artikel</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.readbud.com/?ref=4712336&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;199&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg49Y9KQP3EN3mJsOGQjo4nWK3OENkuKYng-jOM2rLmtmywqvAcBiOICN26bm-8hFIJEo4iS5WQXx7Rfrt3u7XxHf_xE8cohTIn-RD43cXZgVDv5evQ5wNfh7ZCD22Q3b4s0FnlTZ8zCFoH/s200/homepage_register.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Hai.. temen-temen udah pada tahu belum? &lt;b&gt;Readbud.com&lt;/b&gt;? Readbud adalah sebuah portal Paid to Read dan Paid to Rate, Yaitu sebuah situs yang akan membayar Kita hanya membaca dan memberikan rate (menilai) pada artikel yang disediakan. 
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Berapa penghasilan kita ? 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
Kita akan mendapatkan &lt;b&gt;$0.01 - $0.10&lt;/b&gt; &lt;b&gt;per artikel&lt;/b&gt; yang kita baca. Pembayaran yang Kita dapat per artikel tergantung panjang pendeknya artikel. Setiap hari tersedia &lt;b&gt;10 - 15&lt;/b&gt; artikel yang bisa kita baca. Jadi kita bisa mendapatkan dollar sekitar &lt;b&gt;$1 - $1.5 perhari&lt;/b&gt;. berarti penghasilan kita sekitar &lt;b&gt;$30 perbulan&lt;/b&gt;. 
&lt;br /&gt;
&lt;br /&gt;
Anda juga bisa dapatkan penghasilan lebih dengan mengajak teman-teman dan keluarga, Kita akan mendapatkan &lt;b&gt;$ 5&lt;/b&gt; untuk setiap teman Anda yang dapat membuat penebusan pertama. Jika ada&lt;b&gt; 100 teman&lt;/b&gt; dan mereka semua menebus, anda bisa mendapatkan &lt;b&gt;$ 500&lt;/b&gt;. Apalagi jika Anda seorang webmaster, blogger atau kupu-kupu social, saya yakin anda lebih tahu cara mempromosikannya. Tapi bagi Anda yang baru pemula seperti saya.. hehe.., tidak usah khawatir, caranya sangat mudah tanpa keahlian khusus.
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #990000; font-size: large;&quot;&gt;&lt;b&gt;Bagaimana caranya daftar dan cara kerjanya?
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
Pertama kita harus daftar, ikutin langkah langkah berikut ini :
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;1.&lt;/b&gt; Klik &lt;a href=&quot;http://www.readbud.com/?ref=4712336&quot;&gt;disini &lt;/a&gt; atau klik banner dibawah ini&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;http://www.readbud.com/?ref=4712336&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;45&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-LXRlGdQkt90JhyIdxQfOlReb3aSTAuqO-6VcUZ1PzuvJMqSZ7IFk4XGDjC-hjDMTDd5mK7vUknjylZfuBQ8ExJVj7kLU-EteKxzaTwrbTxKFq95JpmKKxT9n5UN_40mFJtsp7tW80feS/s400/Readbud.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;2.&lt;/b&gt; Setelah klik link atau banner diatas, maka Anda dibawa ke form registrasi: 
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjj38hipACNy9yyGUMJRwuHfejvzkR_dJSrDC0zkRKT1fd_BhfqMWsTNUQZtNwSuqyStwORkWntX3qw6x-xf152zk-jNjxDJU_JFfHwnvMV-b-wt5D0itZuKQB6d_bjDpPcvqypD6y52diA/s400/form+registrasi.jpg&quot; width=&quot;175&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;3.&lt;/b&gt; Isi data diri anda, jangan lupa masukan email yang anda benar-benar pakai karena konfirmasi pendaftaran akan dikirim lewat email, dan klik&lt;b&gt; “JOIN NOW”.
&lt;/b&gt;&lt;br /&gt;
Jika berhasil maka akan muncul tampilan sebagai berikut:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a  imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;150&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgamvuBFUFUrgv3RnX4zoWdTL8glMFWD0iPChyphenhyphenW3gK7MA-43uLdcclzg6SgQlsvbDVOUpi9zHRaZYZuXjftko_lqVp7Y7IHUJrNjSiGsxwqbHfw6cSvUOjJ4ESgRTuqSyZt4ZwUx9kf7z4X/s400/cek+email.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;4.&lt;/b&gt; Buka email Anda dan cari email dari READBUD (email bisa di Inbox atau Spam) kemudian klik link aktivasi yang ada di dalam email&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;243&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDdRbCiphQ7anDXLQZjdKME4mX9ojRvMwSZBn2a_WEVfvJcY6C0Z3UyeQ45YZMBlYvwKnUcw9CFVAC8-sXqLTtu-MKWlH0J2bfZDYTeVNVMUkDGCqlhl1Tp1Hz_gKh2FEjuDqICJ0zniut/s400/Link+aktivasi.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Maka muncul seperti gambar dibawah ini&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;402&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi8IMO1hX0Sr0SZjpEBkhDBvMy5-gwZn2GVdp1ml6V_Ceztfwk3J8Wk2D55_UTYwdeepJDSW4F-r4KTrtHviP_eOmd__sOaPy_SQpxZbfm34a8P69x6PFjHG2MRiKMMOmgszhcRy65eRDO/s400/login+otomatis.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Sekarang Anda sudah Login Otomatis,&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;5.&lt;/b&gt; Lalu klik menu &lt;b&gt;Interest&lt;/b&gt; (untuk memilih kategori bacaan yang anda sukai)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;6.&lt;/b&gt; Pilih Topic yang anda sukai lalu klik &lt;b&gt;“Submit”&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;7.&lt;/b&gt; Sekarang Kita sudah bisa mulai kerja untuk mendapatkan dollar, pertama klik menu &lt;b&gt;Articles&lt;/b&gt;, Setelah artikel terbuka (anda bisa lihat harga artikel yang diberikan) kemudian klik &lt;b&gt;Open Articles&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;72&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglkI1uSt2f8xjhlMahbBgbd0uTO-rX5hljzB9-b66lzuq4FD5eA9u8W_KpIEw06DkdXDYCNMwEq5M75Vgq_yqo8E5e_DYXC2QUm0caMUBq4UI6XlkFPmuIs_PKS7lORiRqZBhhDchDCf3F/s320/Open+articles.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;8.&lt;/b&gt; kemudian klik &lt;b&gt;Rate This Articles&lt;/b&gt; di bagian bawah artikel untuk memberi rate (menilai) artikel tersebut (dengan klik gambar bintang).&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZxuvZwH6-gCYfXDZ_6eI1A6lhUAzk-Wld7MpjodnPQJaYy5TK5CLO2PcVXrP8Zvwn6TK80MMQ3qUfEJijYnzVGGx2VJt4EW9JSUrSdD8tg39_rufhpOZo4lsXnWGWJ8z5zqluC-hi42Tt/s320/Rate+this+articles.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
ulangi terus langkah 7 dan 8 sampai muncul peringatan :&lt;br /&gt;
&lt;br /&gt;
“&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;No Paid Articles Available&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
paid articles are added frequently so check back soon!”&lt;br /&gt;
&lt;br /&gt;
dan lanjutkan lain waktu.
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;NB&lt;/b&gt;: 
&lt;br /&gt;
- Untuk melihat aerning, klik menu &lt;b&gt;Home&lt;/b&gt; maka akan kelihatan jumlah earning yang telah anda kumpulkan. &lt;br /&gt;
- Pembayaran minimal adalah &lt;b&gt;$ 50&lt;/b&gt; melalui &lt;b&gt;Paypal&lt;/b&gt;! Jika anda belum punya account Paypal klik &lt;a href=&quot;https://www.paypal.com/id/mrb/pal=XVLYLD5GGY7CA&quot;&gt;disni&lt;/a&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://www.paypal.com/id/mrb/pal=XVLYLD5GGY7CA&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoIb7Gf0unLf6XqfKkBMulUx3unTzvanCOefh1yEelZKyEronDxpWpQ8TEgeUmxGVBMyCswD69J6yS8bhV9TaNRePjrxsKhY8k5o8xBIDoKFt4CDqX6aHxt5FXwhTbKtQt8cGsPRb2beaw/s400/paypal.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Selamat bergabung...
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/5987308139594212968/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/readbud.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/5987308139594212968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/5987308139594212968'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/readbud.html' title='PTR (Paid To Read) dibayar Hanya Untuk Membaca Artikel'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg49Y9KQP3EN3mJsOGQjo4nWK3OENkuKYng-jOM2rLmtmywqvAcBiOICN26bm-8hFIJEo4iS5WQXx7Rfrt3u7XxHf_xE8cohTIn-RD43cXZgVDv5evQ5wNfh7ZCD22Q3b4s0FnlTZ8zCFoH/s72-c/homepage_register.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-9017263581603147148</id><published>2010-08-04T13:28:00.000+07:00</published><updated>2010-08-04T18:44:27.898+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Cari Uang Dari Internet"/><title type='text'>Cara Daftar PTC (Paid To Click)</title><content type='html'>&lt;span id=&quot;goog_1708692803&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_1708692804&quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://www.blogger.com/&quot;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Untuk tutorial cara daftar PTC ini saya akan mencontohkan cara mendaftar di salah satu situs PTC (Paid To Click), yaitu di bux.to&lt;qtlend&gt;&lt;/qtlend&gt;.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-moMcqwS_AHO5oRLb8gmDexzpta8ZzZAhFzfinUcSp2zLSQ6naYREz_sY8DRADT2DxWUedXdELeaRfckE0mbKNHFnt-Gqt4URFpJu1kZjUzk6iUmoSHzJG7u5oTMKF8nl8exk-04Dr_j7/s200/buxto.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Ada dua cara untuk mendaftarnya yaitu:
&lt;br /&gt;
1. Mendaftar melalui referral seseorang, cara ini adalah mendaftar di situs PTC dengan menggunakan ID seseorang, contohnya alamat link referral saya “http://bux.to/?r=m. Machrus”  (&lt;a href=&quot;http://bux.to/?r=m.%20Machrus&quot;&gt;klik dsini&lt;/a&gt;) atau dengan mengklik banner refferal seseorang, misalnya:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;http://bux.to/?r=m.%20Machrus&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;50&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBPLxPqMgfZ2GoKvK2VX2skZyRJgVPUCtyvfe7b0WsmAVJ5kEyf7Gc-UEL8wevxbIQBW8GHlNE8DIEHQ8m_2pXqp_oJJJcTqu-msYczmugHd8_JCjMhvmw-5A1JOpNJ7CBogsuglpHRYIB/s400/Bux.to.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
2. Mendaftar melalui situsnya langsung, ketik alamat situs PTC tersebut pada browser address. Misal alamat situs : bux.to&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;Langkah langkah mendaftar yaitu:&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;1.&lt;/b&gt; Setelah klik link atau banner refferal seseorang atau langsung mendaftar pada situsnya langsung, maka Anda dibawa ke form registrasi yang harus Anda isi, jika belum ada maka klik Registrasi/ Sign up/ Join/ Daftar, lalu isikan data diri Anda seperti di bawah ini:&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;418&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYBDLdVyTwAuHd3AtI1BW-9WiQ_Zp4u7kRjZfuTgQxafKjJnN8FLKe9dYtgHLgPQTrr3t8D7ADz055MugcMscdgE0-CYnZs8bOOlUgJo9I83RBVtqc5Vua9EqPo990Cyl1hO0csk1Wqlan/s400/bux.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Username&lt;/b&gt; : Isi dengan 3-15 karakter (huruf/angka tanpa karakter khusus seperti @, #, dll.) &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Password &lt;/b&gt;: Isi dengan password (kata kunci) minimal 6 karakter, bisa kombinasi angka dan huruf  yang hanya anda sendiri yang tahu (jangan diberitahukan kepada orang lain, dan jangan sampai anda lupa). &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Confirm Password&lt;/b&gt; : Isi kembali dengan password Anda di atas. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Email Address&lt;/b&gt; : Isi dengan alamat e-mail Anda. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Confirm Email Address&lt;/b&gt; : Isi kembali dengan alamat e-mail Anda. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;AlertPay E-mail Address For Payments&lt;/b&gt; : Isi dengan alamat e-mail yang anda daftarkan di AlertPay, jika belum daftar klik disini. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Your Country&lt;/b&gt; : Pilih Indonesia di dalam daftar. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Referrer&lt;/b&gt; : username referensi kamu, jika tidak ada kosongkan saja. &lt;/li&gt;
&lt;li&gt;Klik/centang kotak di depan tulisan &lt;b&gt;I Accept the Terms of Service&lt;/b&gt;. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Security Code&lt;/b&gt; : Isi kotak isian dengan huruf acak yang ditampilkan. Jika tampilan kode acak tersebut kurang jelas, silahkan klik link tulisan “&lt;i&gt;Click to reload&lt;/i&gt;” yang ada di samping kode acak tersebut, dan secara otomatis kode acak akan berubah. &lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;2&lt;/b&gt;. Klik tombol &lt;b&gt;Register&lt;/b&gt; untuk submit form pendaftaran Anda.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3&lt;/b&gt;. Jika isian data sudah benar, maka akan ada konfirmasi pedaftaran Anda berhasil dan Anda bisa langsung sufr ads (mengeklik iklan), Namun jika masih diperintahkan untuk memverifikasi account, maka notifikasinya akan dikirim ke alamat email yang kamu isi kan tadi.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;4.&lt;/b&gt; Login ke email Anda, dan buka email dari Notifikasi PTC yang Anda daftar. Biasanya kita hanya perlu klik link direct buat notifikasinya (jika tidak ada bisa dilihat pada bulk, sampah atau spam).&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;5.&lt;/b&gt; Setelah notifikasi berhasil, kamu bisa login kembali ke situs PTC tersebut dan bisa memulai surf ads atau klik iklan.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Selamat surfing dan mengumpulkan dollar!&lt;/div&gt;
&lt;br /&gt;
&lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/08/ptc.html&quot;&gt;Klik disini untuk lihat daftar situs-situs PTC yang sangat disarankan:&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;qtlbar dir=&quot;ltr&quot; id=&quot;qtlbar&quot; style=&quot;-moz-border-radius: 3px 3px 3px 3px; background-color: #ececec; cursor: pointer; display: inline; left: 138px; line-height: 100%; padding: 0pt; text-align: left; top: 69px; z-index: 999;&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/copy.png&quot; title=&quot;Copy selction&quot; /&gt;&lt;a href=&quot;http://www.google.com/search?q=bux.to&quot; target=&quot;_blank&quot; title=&quot;Search With Google&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.google.com/favicon.ico&quot; /&gt;&lt;/a&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/trans.png&quot; title=&quot;Translate With Google&quot; /&gt;&lt;iframe id=&quot;qtlframe&quot; src=&quot;&quot; style=&quot;background-color: white; border: 1px solid rgb(236, 236, 236); display: none;&quot;&gt;&lt;/iframe&gt;&lt;/qtlbar&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/9017263581603147148/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/daftar-ptc.html#comment-form' title='2 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/9017263581603147148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/9017263581603147148'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/daftar-ptc.html' title='Cara Daftar PTC (Paid To Click)'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-moMcqwS_AHO5oRLb8gmDexzpta8ZzZAhFzfinUcSp2zLSQ6naYREz_sY8DRADT2DxWUedXdELeaRfckE0mbKNHFnt-Gqt4URFpJu1kZjUzk6iUmoSHzJG7u5oTMKF8nl8exk-04Dr_j7/s72-c/buxto.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-6045097132551153181</id><published>2010-08-03T10:23:00.000+07:00</published><updated>2010-08-05T18:36:40.459+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Cari Uang Dari Internet"/><title type='text'>PTC (Paid To Click)</title><content type='html'>&lt;br /&gt;
&lt;b&gt;Inginkah anda bisa menghasilkan uang dari internet?&lt;/b&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/AVvXsEgrHyQZ86zS8_L3Sb4Wkk5K6ogSNTud_8cMX9wlgbLR6iEi7lm19bFxNYEfHSUFpemvSo8miON_KgwZ_CwNe37CuBJFx7Ibo9-bC5Q3zlS3HgWJfzhkCWul_mwMMkm_dRbWtuGNGeeczgzE/s1600/dollar.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrHyQZ86zS8_L3Sb4Wkk5K6ogSNTud_8cMX9wlgbLR6iEi7lm19bFxNYEfHSUFpemvSo8miON_KgwZ_CwNe37CuBJFx7Ibo9-bC5Q3zlS3HgWJfzhkCWul_mwMMkm_dRbWtuGNGeeczgzE/s200/dollar.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Kemajuan Teknologi Informasi, mudah dan murahnya akses internet, semakin banyak saja yang memanfaatkannya untuk mencari uang.&lt;br /&gt;
&lt;br /&gt;
Jika Anda sudah bisa mengakses Internet dari Handphone atau Komputer, maka Anda sudah pasti bisa menghasilkan uang yang melimpah dari Internet.
Siapapun anda, mulai sekarang bukan hal yang sulit lagi untuk menghasilkan uang Dollar/ Rupiah dari internet!&lt;br /&gt;
&lt;br /&gt;
Salah satu program yang paling dikenal dan sudah banyak bukti yang berhasil untuk menghasilkan uang dari internet adalah PTC (Paid To Click). PTC (Paid To Click) adalah suatu program advertising dimana membernya setiap hari melakukan klik link iklan-iklan para advertiser yang telah disediakan oleh penyedia program PTC.&lt;br /&gt;
&lt;br /&gt;
Salah satu situs web penyedia program PTC adalah Di &lt;a href=&quot;http://bux.to/?r=m.%20machrus&quot;&gt;Bux.to&lt;/a&gt;, Anda dibayar untuk mengklik iklan dan mengunjungi situs Web. Prosesnya mudah! Anda hanya klik link dan melihat website selama 30 detik untuk mendapatkan uang. Anda bisa dapatkan penghasilan lebih dengan mengajak teman-teman. Anda akan dibayar $ 0.01 untuk setiap situs Web yang Anda lihat secara langsung dan $ 0.01 untuk setiap referral Anda melihat situs web.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Contoh Penghasilan &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Anda&lt;/b&gt; klik 10 iklan per hari = &lt;b&gt;$ 0.10&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;20 referrals&lt;/b&gt; klik 10 iklan per hari = &lt;b&gt;$ 2,00&lt;/b&gt;&lt;br /&gt;
Penghasilan &lt;b&gt;harian&lt;/b&gt; Anda = &lt;b&gt;$ 2,10&lt;/b&gt;&lt;br /&gt;
Penghasilan &lt;b&gt;mingguan&lt;/b&gt; Anda = &lt;b&gt;$ 14,70&lt;/b&gt;&lt;br /&gt;
Penghasilan &lt;b&gt;bulanan&lt;/b&gt; Anda = &lt;b&gt;$ 63,00&lt;/b&gt;&lt;br /&gt;
Penghasilan Anda jika menjadi member untuk &lt;b&gt;10 situs&lt;/b&gt; penyedia PTC = &lt;b&gt;$ 630,00&lt;/b&gt;
&lt;br /&gt;
&lt;br /&gt;
Jika nilai dollar harganya Rp. 12.500, maka  $ 630,00 = &lt;b&gt;Rp. 7.875.000&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Contoh di atas hanya berdasarkan 20 referral, 10 klik perhari dan 10 situs yang diikuti. Beberapa hari Anda akan memiliki lebih banyak klik yang tersedia, beberapa hari Anda akan memiliki lebih sedikit. &lt;br /&gt;
Bagaimana jika Anda memiliki lebih banyak referrals? &lt;br /&gt;
Bagaimana jika Anda memiliki lebih banyak iklan yang tersedia?&lt;br /&gt;
Dan Bagaimana jika Anda mengikuti lebih banyak situs?&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Daftar segera!&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Berikut situs-situs PTC yang sangat disarankan:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;style1&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;PTC Lokal (Indonesia)&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;     &lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;IDR-CLICKIT&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;     &lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.idr-clickit.com/register.php/muhammad%20machrus.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;http://www.idr-clickit.com/images/banner1.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;     &lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;    
 &lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;     &lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;     &lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;          &lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;Standar&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;Rp. &amp;nbsp; 50,-&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;Rp.&amp;nbsp; 25,-&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;Rp.

 20.000,-&lt;/td&gt;          &lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
BCA / BNI / mandiri / Paypal&lt;/div&gt;
&lt;/td&gt;   &lt;/tr&gt;
&lt;tr&gt;     &lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://www.idr-clickit.com/register.php/muhammad%20machrus.html&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;KLIK AJA DEH&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://klikajadeh.com/?r=machrus&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;http://klikajadeh.com/kadban/kad-banner.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;Rp. &amp;nbsp; 100,-&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;Rp.&amp;nbsp; 50,-&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;Rp.
 50.000,-&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
BCA / BNI / mandiri / Paypal&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://klikajadeh.com/?r=machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;KLIK PTC&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://klikptc.com/index.php?r=machrus&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1g4W9K-a_5xcWUXDy3lhbj-3e_VVeSMcQiq-sQtm6w5B8LEkje_BSdKZ58Q5tNFw6KH_gYXviSN0OMNAUwU9SEkOyKDt_Z9K3ERJZWHWLtw7KylMcgeS827xC0_SddI74v7CSlDC_EYsx/s320/klikptc.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;Rp. &amp;nbsp; 150,-&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;Rp.&amp;nbsp; 50,-&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;Rp.
 60.000,-&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
BCA / mandiri / Paypal&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://klikptc.com/index.php?r=machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;DUITBUX.COM&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://duitbux.com/?r=machrus&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg19Nt0pyJjWhyphenhyphenCBgXHOHNRUXAeXFWo_xbO0pBodr4aumIbP4RakUjJolHX9T_kNwZciHCmT-t6fbYmAj9yeLP6S-mgbhMuKKIzAoEwJU92DFo1vwcAuQyN1dBwXBcHN0A0Vyq2X_KTrGWe/s400/duitbux.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;Rp. &amp;nbsp; 100,-&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;Rp.&amp;nbsp; 50%,-&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;Rp.
10.000,-&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
BCA / mandiri / Paypal&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://duitbux.com/?r=machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;PTC Asing (Internasional)
&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;BUX.TO&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://bux.to/?r=m.%20machrus&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMbXvKnKpr5i6Ph4R3DNzZrsgeDgxuXHjJJdtCAbDmog8mn0Iqx9xieHuTN7b2WcJzjevm0qN7QkLTefVH9k8DCDur207mdSqT5Ux0Vl5u_ZmJrmd-7Rpyu_UGk2UtgOdEgPnqh1uvItzm/s400/Bux.to.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.01 &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.01 &lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://bux.to/?r=m.%20machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;NEO BUX&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.neobux.com/?rh=6D6163686F707463&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9_c9EzQ4f1YsYhyphenhypheniiwAtpm8SUQC3uTNlWwClhXIV_uJh2D5NTPA1dv-ff0VJVB0WIqLUDoLW9NAlHLZY9ZQW7Rr3A0d1bG1CRCfSyRxzYdrmvBU0z7CmRNA0Lp4tF_rFdFw66p0SynOhW/s400/neobux.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.01 &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.05 &lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://www.neobux.com/?rh=6D6163686F707463&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;READBUD&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.readbud.com/?ref=4712336&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;48&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLiHtcok_jxRajrRGa6NsL84F4kj77YWaFNyakjOc989kUAqeHZUg2Zh7VF1xNCxHx-bhOX8gizJ0ulhj-3aQZvZSor_vOsMewTdynky1-W18EEbWK2D1UgxFVTx2VskT1JDhar1ePrHmW/s400/Readbud.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Read &amp;amp; Rate&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref &lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$0.01-$0.10 &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$0.5 &lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 50&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal &lt;qtlend&gt;&lt;/qtlend&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://www.readbud.com/?ref=4712336&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;BUXNA&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.buxna.com/register.php/machrus.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;48&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1Ke2bqnV4gnRHuPH5-srlsy4on9l6XOORd3OqWl2hdldgSzEssQeUVMXsBk6GvYFZy8aDzNez1zvXnKME27AMg2pzJxY0dvOLPxYRvc4gMOqtb2m3_Gov8sxjPsDKUbvbdpIU1WrjVbpx/s400/buxna.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.01 &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.05 &lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://www.buxna.com/register.php/machrus.html&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;ADVERBUX&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://adverbux.com/register.php/machrus.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;65&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVcDXg2DfYwqv8GcEeGjGNU3LRCnWPsJaHwaEwYyVyd68JiKI5WVhx3AXNAa7qxOkwqD6UipLqLB27QSJTgk3fXUZmppKBgkymDAOTwhprtk1ogc3NqCEgBxLuC605hHR6N0sPGc6g4Tty/s200/adverbux.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.01 &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.05 &lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://adverbux.com/register.php/machrus.html&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;BUX.GS&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://bux.gs/?r=machrus&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBC3y5vqrHrRv-6B-9U4JxCAuXh3RvtNyVekQFQWhGuuQrGoC915D6rfxk1MjLblRi-7dpCZJkQK6SZUL_uEopxckXsDixaPawwjKGYTIf7JvDLGFmpkM9wlDQd_DO83eWvdzRTmKDOzky/s400/bux.gs.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.015 &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.01&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://bux.gs/?r=machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;BUXINCOMECAFE&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.buxincomecafe.com/?ref=machrus&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiZuHvmCTsV2TZ6GZrQ3skSsxDAk22j4ZJyZNYIDiHf4LzUx7p-E3lHMO1I-0o8pBO4EK1bPgCimpz4R1ChDxMeO29S7pNFcFmnkrOFs0qywKwgYf50k_yT5a3lyj8reE8KSGN4TTffAQV/s400/buxincomecafe.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.01 &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.002&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://www.buxincomecafe.com/?ref=machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;NEOPTC&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://neoptc.com/?r=machrus&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIQTegAOYThRIELCOe8XRkdksINeZSET5jsQbi5-Sw6Z2Gulm5HQDyxNjKJQcrWezK5NMiKOi7fu-x1Fxrh7fP4v11IzPlZ7Loq2C0uTPldHnDz2-ba5vC7kwDR1xZ67uqGCyI4RkN_FF4/s400/Neoptc.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.015 &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.003&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://neoptc.com/?r=machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;CLICKSIA&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.clicksia.com/index.php?ref=machrus&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMyaFiL7-Fr7_i37KOt9018VZBcenCx5FQKtQlL-vsio3znno4bIFCr2zPO14nCE3P_EB5FEb7fcu1k4yQ2UMnIkTL1z8rFqDNdR9LrJVDvKafAxGfjPMBuSO-uQa-g6nFUiYwDFNpKiYQ/s400/clicksia.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;- &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;- &lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://www.clicksia.com/index.php?ref=machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;888BUX&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.888bux.com/?r=machrus&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEil3whI4hvP25r4-UFVqjhzdLiiGoNSAnJrKVHhIZXZrBAl2O5fzBorY54ZLjoBbo7iLeYgsiCD1YkNnKFVcrcZmRW8WCRHgtJOZa4LShC5MdUqiiuX0JnA50fdDIlZ1MGLpHs0aRJd1DUw/s400/888bux.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.02 &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.02&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://www.888bux.com/?r=machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;SUREPAYBUX&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.surepaybux.com/?ref=machrus&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6lNuHfXLjfpmLrry8v5LC85e9t54KMqg7CL6hvjo5KfWArEanfUi6RYSz_8zt1ilAV5VXGvG4-Qfowz0pzcdZ2fDmtb9xyjjsH_EkmCHeDK-JLBNuWBLhhPVD5-UCRURZY4a7runqzjIS/s400/surepaybux.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;- &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;$ 0.003&lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;$ 2&lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;http://www.surepaybux.com/?ref=machrus&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; height=&quot;169&quot; style=&quot;width: 518px;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;PALMBUX&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;6&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://www.palmbux.com/register.php?r=macho&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaqmKUarrZXsDFj5-ogDIt3Kl4ZReDTPzMV3PboEt-gE4I5idWxz_wWF7PH6BQX4-VVYZluq5cBJClVNRZn4oWZaymOfquAZVZbyOUIdytjU5GfGg8TkqjiwcQZLDQvgy3uLOCQfgXUxCc/s400/Palmbux.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;70&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Member&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;63&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Ref Klik&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;80&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payout&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;104&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;b&gt;Payments&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Standar&lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;- &lt;/td&gt;&lt;td style=&quot;text-align: right;&quot;&gt;- &lt;/td&gt;     &lt;td style=&quot;text-align: right;&quot;&gt;- &lt;/td&gt;&lt;td rowspan=&quot;3&quot;&gt;&lt;div align=&quot;center&quot;&gt;
Paypal / Alert Pay&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;4&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;a href=&quot;https://www.palmbux.com/register.php?r=macho&quot;&gt;&lt;b style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;JOIN SEKARANG GRATIS&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Belum Punya PAYPAL, Klik &lt;a href=&quot;https://www.paypal.com/id/mrb/pal=XVLYLD5GGY7CA&quot;&gt;disini&lt;/a&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://www.paypal.com/id/mrb/pal=XVLYLD5GGY7CA&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;51&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7t-rSzV6JEt6EIocyrYEjvxT7ahIA7c2ugPyxKX1JuCv0_GrIA6ltpLGM1xWVJOoTXcDkC1nE1TSZlF_pnXkU11wTN3Pq5X0fnuqIbod3R_mXft7QaXFdcHmuS3NylhNh_N9I5aYK2M1L/s400/paypal.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;qtlbar dir=&quot;ltr&quot; id=&quot;qtlbar&quot; style=&quot;-moz-border-radius: 3px 3px 3px 3px; background-color: #ececec; cursor: pointer; display: inline; left: 514px; line-height: 100%; padding: 0pt; text-align: left; top: 2559px; z-index: 999;&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/copy.png&quot; title=&quot;Copy selction&quot; /&gt;&lt;a href=&quot;http://www.google.com/search?q=/%20Alert%20Pay&quot; target=&quot;_blank&quot; title=&quot;Search With Google&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.google.com/favicon.ico&quot; /&gt;&lt;/a&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/trans.png&quot; title=&quot;Translate With Google&quot; /&gt;&lt;iframe id=&quot;qtlframe&quot; src=&quot;&quot; style=&quot;background-color: white; border: 1px solid rgb(236, 236, 236); display: none;&quot;&gt;&lt;/iframe&gt;&lt;/qtlbar&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/6045097132551153181/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/ptc.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/6045097132551153181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/6045097132551153181'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/ptc.html' title='PTC (Paid To Click)'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrHyQZ86zS8_L3Sb4Wkk5K6ogSNTud_8cMX9wlgbLR6iEi7lm19bFxNYEfHSUFpemvSo8miON_KgwZ_CwNe37CuBJFx7Ibo9-bC5Q3zlS3HgWJfzhkCWul_mwMMkm_dRbWtuGNGeeczgzE/s72-c/dollar.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-3855130050180228109</id><published>2010-08-02T19:19:00.000+07:00</published><updated>2010-08-02T19:44:27.819+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Efek Cat Air</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjusYhsZUbH5uji-J9hpm1LyLQPrNOCktQdQS3rGhdVL6U8UkSfKVXPENqkbHJtMqXCYBtUZmz1t5ShaxoHCOXNmzf6GhjgJ7FGEQTn9hq2oKqGkAz7OoptBEfxTF9DRwhO-lxi2Jv4wD0T/s400/depana.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Buka gambar, saya akan menggunakan gambar ini karena sesuai untuk trik saya.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjd5kKXkWgmyvVrJwLUBiaupO0WslaRNlEnbNTv-Rt_TCdQGnSp28Iy0nFFasUBRiCbva63UVmbUwbqdlQyRVzP53uWQnzCDDR8Jsfc_KnWTJlxvKRy_NT1ZMGF7RMQ1b1dhyphenhyphenZGlDWJsh66/s400/gambar+asli.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Tekan&lt;b&gt; CTRL + J&lt;/b&gt; (duplikat gambar), sekarang Kita memiliki layer yang bernama “&lt;i&gt;background copy&lt;/i&gt;”, kemudian tekan S&lt;b&gt;HIFT + CTRL + U (Desaturate)&lt;/b&gt; dan gambar Kita akan seperti ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-SiDjR6dogD7MwKpfpEULjCPIhZp7ExnkD4acLNrOoz0CSBeT7_YVy7804_MDF9O_6R1EcivAwiX33xdFPIy5VCPmXdyuFv_Un-AWJn9tNoOOqWj7OIgGMpVwNuUJP7jnc8EnHJ0W_CnT/s400/1a.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Tekan &lt;b&gt;CTRL + J&lt;/b&gt; lagi untuk duplikat layer “&lt;i&gt;background copy&lt;/i&gt;” dan Kita memiliki layer yang bernama “&lt;i&gt;background copy 2&lt;/i&gt;”, lalu tekan &lt;b&gt;CTRL + I (Invert)&lt;/b&gt; dan ubah layer mode &lt;b&gt;Color Dodge&lt;/b&gt;. pilih &lt;b&gt;Filter &amp;gt; Other &amp;gt; minimum &amp;gt; 1&lt;/b&gt;. Double click pada layer “&lt;i&gt;background copy 2&lt;/i&gt;” untuk mengatur blending options, tekan &lt;b&gt;ALT + klik kiri&lt;/b&gt; pada Underlying Layer dan gambar Kita akan seperti ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3lKVu3Km2yXdTGuwxEDFuBEox1EyKQYpdtto2Ste-fRisu03blmo-mdNcoFfigElrlkwOLFiNBfotTZRTYS-XhBpy39js_CTCcJ-OqoBsY7KfEs7wh8RWchnkshT1fGpMbug_GLu6mFXP/s400/2a.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Tekan &lt;b&gt;CTRL + E&lt;/b&gt; untuk menggabungkan kedua layer atas. Lalu tekan &lt;b&gt;CTRL + J&lt;/b&gt; (duplikat layer “&lt;i&gt;background copy&lt;/i&gt;”. Pilih layer “&lt;i&gt;background copy 2&lt;/i&gt;”dan masuk ke &lt;b&gt;Filter &amp;gt; Blur &amp;gt; Gaussian Blur &amp;gt; Radius 6&lt;/b&gt;, atur layer mode &lt;b&gt;Linear Burn&lt;/b&gt;. Pilih background kemudian Tekan &lt;b&gt;CTRL + J&lt;/b&gt; dan letakkan layer salinan background di atas semua layer dan ubah layer mode &lt;b&gt;Color&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7BNLbdc1I3ap-D8RBcgK_SX0e-4MfSbs03JjIojs4698w5Mq4iF5qHtjQ5v4w3JKSNxMMmktsDcPNP2ulNAQTEudrR6SkUOyVuJCeoRrJ4UzG7SGPGsJ0pJwQpxq_9zXykcphlSwFiId4/s400/3a.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Pilih layer “&lt;i&gt;background copy 3&lt;/i&gt;” dan menambahkan layer mask, mengisinya dengan warna hitam&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7qRBte79DnikC6KFenpnPjiuW49DWBUjpCyRL74tyHp4Zp2OmyVgK20ltWOB41RdlP0o1639J5IIehk66kOEaS3qapmFR8GFen5EIv6o4B61EH4B25fpIQB79bAVYFSyLF9TeL_LxA8hh/s400/4a.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Masih di layer “&lt;b&gt;background copy 3&lt;/b&gt;”, pilih &lt;b&gt;Image &amp;gt;  Adjustments &amp;gt; Curves&lt;/b&gt; dan ditetapkan sperti di bawah ini:
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjJZ86vPuQzval_DJu4cJ-1EHU0tD8C6exIxd5j1gsNWqMmhyphenhyphen59ydS-1vK67Qhf3Xikghh4fFoW7sNc6SCfEAtKwC0xyaRqPbuaw6L0FBls_sTqxwqeeuS4ankR9OxfV_iIgUzC3Xup2LJ/s400/5a.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Membuat layer baru di atas semua layer. Kemudian klik &lt;b&gt;Edit&amp;nbsp; &amp;gt; Fill&amp;nbsp; &amp;gt; use :&lt;i&gt; color # ffecd1&lt;/i&gt;&lt;/b&gt;, ubah layer mode &lt;b&gt;Linear Burn.&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyhCKMz1Cfhs6FSw1TqaOD47GaGYznEiwWdKWAHhCeBiqLZNmnYYdiifoGKeY563uu-EO5y9wOTdZg5vr90roQiGrqlSH2ihulEUhL4zjqhgTzp3QSPVfiBQb7EeR1GF1PtchqaU4Hj8hyphenhyphen/s400/6a.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Kita hampir selesai, sekarang pilih &lt;i&gt;layer 2&lt;/i&gt; dan mengatur &lt;i&gt;opacity ke 60%&lt;/i&gt; atau berapapun yang menurut Anda cocok. Kemudian klik Layer Mask layer pada “&lt;i&gt;background copy 3&lt;/i&gt;”, klik &lt;b&gt;Brush Tool&lt;/b&gt; dengan kuas lembut &lt;i&gt;50px, opacity 65%&lt;/i&gt;, kuas di daerah wajah dan sekitarnya, hasilnya:&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/AVvXsEgSh-9ujBGz3sbvvTbhg6vpdPw-Bad6CplvXcUm4rvS9KgQRC0tI7qS7Nbi59paQrCjEgp9_WJAUV0UIwDXPlt6iQ1mXTjyg4QZSd05DDLuMPGOv1nuR0GLj4LdV190DV2YlRHwk8Z5CaQl/s1600/jadia.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSh-9ujBGz3sbvvTbhg6vpdPw-Bad6CplvXcUm4rvS9KgQRC0tI7qS7Nbi59paQrCjEgp9_WJAUV0UIwDXPlt6iQ1mXTjyg4QZSd05DDLuMPGOv1nuR0GLj4LdV190DV2YlRHwk8Z5CaQl/s400/jadia.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Selamat mencoba….
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/3855130050180228109/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/efek-cat-air.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/3855130050180228109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/3855130050180228109'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/08/efek-cat-air.html' title='Efek Cat Air'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjusYhsZUbH5uji-J9hpm1LyLQPrNOCktQdQS3rGhdVL6U8UkSfKVXPENqkbHJtMqXCYBtUZmz1t5ShaxoHCOXNmzf6GhjgJ7FGEQTn9hq2oKqGkAz7OoptBEfxTF9DRwhO-lxi2Jv4wD0T/s72-c/depana.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-5530377036023734253</id><published>2010-07-31T20:57:00.000+07:00</published><updated>2010-07-31T21:54:41.960+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Efek Text Berwarna Hijau</title><content type='html'>&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a  imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;267&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimsX8EQJc6i5DKNm2Y-7T3zT0ij9KDLcgt0lm-o_kP27ZKnOKlyfWtuq2bhpzi6E4JUV1SnnkQ4DFTCLvGv9GikKnZBuTG_27C_oX76bb5CautmUNssCbGZCe1UvMiq0_dvh0oS6oE2POa/s400/jadi.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Okey langsung aj langkang-langkahnya:&lt;br /&gt;
Kita mulai dengan membuat sebuah file baru, Saya menggunakan kanvas 600 x 400 pixels ditetapkan pada 72dpi, masukan text “macho” dengan  &lt;b&gt;Horizontal Type Tool&lt;/b&gt; dan pilih jenis font &lt;i&gt;Bookman Old Style, Bold, 72 pt, Strong dan warna # 70D909.&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a  imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgadxZyeY7Td5-PFHiuTQstE5FTEw6mghqV9QHWgfc1lyTLEy4wazGn2ZeGasplz0H4q6wmfW7LaNii-dw9Clo6HWIPKTii3rNI0189ldH9SGSahEqP1U3dNLNbkPq-DNsorYzDsXng3Oz6/s200/atur+text.jpg&quot; width=&quot;194&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Kemudian klik kanan pada Layer Text  &amp;gt; &lt;b&gt;Blending Options&lt;/b&gt;, Kemudian atur sperti berikut ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;272&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAn4onGFS8TnpC7TyuUdtE4Vw63ARX1-KD8qmLRVL935MWJaIHc9Lc23fTTA5al9hRX24pRKFDlweEA7PUR1iSaJiAxcnf9fhQVU-AJIXwvaWCaVIIeXtqyvVERDISiKU-6wfvYPIcYC98/s400/b1.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;272&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOOgVOgKohzQWDypYSc-PRT8h-crTYSnia8OJ-ThnBGxnacB1cBZffqi8Y-eZejT_cCdDMeD2ErkVy6fu62Va-Y5-hn865i-5UNv-PAW-e7oxV8Il1PF42eFiq7i7Tnd_OugoQBueOWOzV/s400/b2.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Jadinya harus seperti ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;116&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8RwNBG7AYCjI_aXgYZXCA5uE0qmbp0_f572T2Doxh3jf6RpCETE0mCMdvFWjUCO58vjzbXyg39JUrmbdGh092ToygFtdfrDRpRAGOHvoSbfhSNNNPCfJ9cggltVBYY-BYTeJc8HtEb5fD/s400/1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Pada layer lext tekan &lt;b&gt;CTRL + J&lt;/b&gt; (untuk menggandakan layer), lalu pada teks 2 ganti warna putih seperti dibawah ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;116&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVGylmD3c-cxGh4SzXNFP-6IBw3F3TeFofzRFQXKlTEY623aq2nLOeZZTZtS15us1_7zcU-eFcuYG3l2HRgqAf1F8Xjg8HHj7253J_UHX6ibBIWzTuwfEp20HPLKRXFusJWiMy0y5P223D/s400/2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Kemudian atur sperti berikut ini:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;272&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWuy22upRmBw9sUz_gCEodTsHZA7uS4heybY2gDBsOEZBaWxxCbYiNgLr0SC5STOuDNT3IBY_16dpcLRLrR0m7YOsJeTbFm-PNGHzDFgwEFXmvIylivuibkTwR3mSq_A2UPhc2fECGEk1-/s400/b3.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;272&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsHSgei1LZ3PgC_hjdPYVblyFFsJnu4Jq9uuFL9MR3IEx_1fWFghe-9Phm1BkXBJdLbcKwB04LUPiS4xnCFQt-byofdCQ5A_5Eqxg6ZEHO_0ptp3cKXFp4caIQQmT-k47aT9LbIUpxDmRT/s400/b4.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;273&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgj9Xr2p__UkEcX7QbLIZmSF_8iEtsF4r_dFiz-GwgW7MtOu2UJVb8QLkqPLMPoH4VJnaii5wmRIJ40YXboZ5j49USv_2fh2LwfMiUD7aUhAaXpmvD6z16bxyzDsfHq7Di09GHjzwF1Tmrp/s400/b5.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Ubah mode layer menjadi &lt;b&gt;Color Burn&lt;/b&gt;,
Jadinya:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;116&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhafplx1dQ8_8kA2twEvzz543XGvew9bSLPnHm6Vq77TNHOQlmMmcnuPDwBQkcMS2d0HV4uySQWJczKJpGvHQvnT-IiUR-NsjB85LrCbJDE4ie8BIJDOQ4i6kCkFCZkemkKla4JdmlkntjF/s400/3.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Gandakan Layer Text 2 ( tekan &lt;b&gt;CTRL + J&lt;/b&gt; ), lalu pindahkan Layer Text 3 dibawah Layer Text 1&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwHpDcTY_SMnTJiyUyLNTicVNVZ-X5AllkZEz2YBpC-TxzzZTwReC_2-2ah2zKrcDLGjroZqFGQoiuxOxd8eNzbX1p_bqiPInNa1EOiZG3fw7TVju_EZPSMLm1SU-ophHgegQGGhoHrj-0/s320/layer.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Geser text 3 beberapa pixel ke bawah serong kiri, jadinya :&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;267&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxab-yjJ1haunhZcYmAerMtaz27YJd1j9gDmppX7DEPfdqWrtMRKkijePrFC9bcXdmTpOuuqMBk3WQBVAxCZKDFMDHcLGUxJu_fW9lrQpsLE_GdzNHnq29bbEqxiivFvNAM6sfNol5ZjLG/s400/jadi.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Selamat mencoba…&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/5530377036023734253/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/efek-teks-hijau.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/5530377036023734253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/5530377036023734253'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/efek-teks-hijau.html' title='Efek Text Berwarna Hijau'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimsX8EQJc6i5DKNm2Y-7T3zT0ij9KDLcgt0lm-o_kP27ZKnOKlyfWtuq2bhpzi6E4JUV1SnnkQ4DFTCLvGv9GikKnZBuTG_27C_oX76bb5CautmUNssCbGZCe1UvMiq0_dvh0oS6oE2POa/s72-c/jadi.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-5305031592269544403</id><published>2010-07-26T13:04:00.000+07:00</published><updated>2010-07-26T16:48:59.965+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Teks Menempel diatas Dinding</title><content type='html'>Kemudian atur sperti berikut ini:
&lt;br /&gt;
Tutorial ini akan menunjukkan cara yang mudah menggunakan tekstur tembok untuk membuat teks. Teks ini akan terkesan diatas/ menempel diatas dinding&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;375&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKjvzmGFsg-CFDgg5fOwgs8ppuxnXcS5RR53wyXX024nXvSBimzrPc1ukzMcfvD1ZbhhwhYX9At0cuDlQLSVrqMLqB0H2bCLEWV0cMjFzVCfufI_X2A1vSld2KrGToiJVHIRA7oPqbgPSM/s400/jadi.jpg&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; width=&quot;500&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Langkah-langkahnya sebagai berikut:&lt;br /&gt;
Pertama, siapkan tekstur tembok atau bisa didownload &lt;a href=&quot;http://i26.tinypic.com/5by7fl.jpg&quot;&gt;disini&lt;/a&gt;&lt;qtlend&gt;&lt;/qtlend&gt;, kemudian buka di photoshop, setelah dibuka di photoshop pilih&lt;b&gt; Edit &amp;gt; Define Pattern&lt;/b&gt; (OK)&lt;br /&gt;
&lt;br /&gt;
Tutup jendela dokumen tekstur dan buat dokumen baru 800 x 600 piksel dengan warna latar belakang. Isi latar belakang dengan tekstur tembok dengan memilih &lt;b&gt;Paint Bucket Tool&lt;/b&gt;, mengisi pola jenis &lt;b&gt;Pattern&lt;/b&gt;.
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;376&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxUOoqT691xdtX-ZZqe_Rclt3OySgwovwPWIi8zx0QZxpXWwfwDeH4_VAHPHYVgCu-pOlvQnOmzmI1i6l2_KHh53k7G2IE4yd2yUbzD8kn9MHbL7cEaEcp8cgqo4nxwjHaFnxUDPD6ArwX/s400/isi+pattern.jpg&quot; width=&quot;500&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
Masukkan teks yang anda inginkan ke kanvas, gunakan jenis font yang cukup besar sehingga teks menonjol, saya pakai font jenis &lt;i&gt;Arial Black (size: 110pt, warna: hitam)&lt;/i&gt;. Kemuadian klik kanan pada &lt;b&gt;Layer Teks &amp;gt; Blending Option
&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis543q-a_6GQQYSvXkemfmkz7LnQ76eRZhsMh_-3yLQagbNIy3y0J6T47_2jAAwUv3ZIKX1el5iOXYwQnGIP9rkFcIPVH0H0R7LsNSMP6A_hNhyRgo7W5k8Vu_Qbu-Q31Di-rEDikbacSh/s400/klik+kanan+layer+teks.jpg&quot; width=&quot;500&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
Kemudian atur sperti berikut ini:
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;376&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUU90ywb_VzYTT3hPvA07AZZ-B-4x9xq7lgZiAovRMfMjP-G8CccXJ9HBqlaxSem4Cxox7EoHCURmHO4avqKwoZifaS7-TKRvshQK2EWQeW7IaBeV7-sRvaJEajHPqKX6m4BEQVsQBUcbv/s400/step+1.jpg&quot; width=&quot;500&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;376&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQvNksp6ntO8u2Tlgk3ufy_EAQUnCXMTAwIAi-nP5xgUBPwEMMqArPSFH8mC63OOMQiCbc31byVTIKG-lSd95oXUyL1bzDA-vH3zFlmV9nKjRKWGrghRgNkPwDqYx6gPTMrfwVke3TlhJS/s400/step+2.jpg&quot; width=&quot;500&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;376&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQZ_wNToYklS9YoHJtB4GB4WkhFCeoXk9c9UmL8y1SR0DFZ_5H3eMB6Fj_PuRNUgoLi2FPswL3tUVMRklT9LA3LDtPa21qTceKVUd-JxPusSYz3IVeAXzNLIkUzOKxmiSGx5RMptYPIguA/s400/step+3.jpg&quot; width=&quot;500&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;376&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgkAueiGtI7Jli6BQFLtBSUOYYYNuHL2HYJygMyN-mh34DqYiWBYp7dfAc2ZOeQ__-CB9IIpDWusCwnYCsBeBal1KC93wpciWKQj6cDF9l9CWJ8IcATpfIScgHmHxLoag_CS4zBm4JLb5v/s400/step+4.jpg&quot; width=&quot;500&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;493&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEkSSb2KcYMYfNmOOzpPxYmZgfsSa2WxXjgy7u3yjj2qahZzWoUGOrVYyt_l7gZ0fJBbQXMIvskwHttYGWZHFErLcXTquKy47uiJg9BzuEG5Y0FFCMfz6Q2Dj3LnQ2HlYh6xlleIXmMUao/s400/step+5.jpg&quot; width=&quot;500&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
Jadinya harus seperti ini:
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;376&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5nxR8Ugv_aBwUJOhp04NUp5deS3VPzmZ9SF8t4xxQeMJsMSxkmAl-kpOA8MtlsHtySu3yPZ_o0hfenbRWZGH_qOlyllkHvUkpmhFKrDWUOwvf4enYK5thMVh27K7QIRmXS0O8n4U2rwcO/s400/step+6.jpg&quot; width=&quot;500&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Pada &lt;i&gt;Layer Teks&lt;/i&gt;, pilih menu &lt;b&gt;Selest &amp;gt; Load Selection&lt;/b&gt; atau Tekan CRTL sambil klik pada &lt;i&gt;Layer Teks &lt;/i&gt;(untuk membuat seleksi), kemudian buat layer baru diatas &lt;i&gt;Layer Teks&lt;/i&gt;, pilih &lt;b&gt;Paint Bucket Tool&lt;/b&gt;, mengisi pola jenis &lt;b&gt;Pattern&lt;/b&gt;, ganti mode layer Normal menjadi &lt;b&gt;Screen&lt;/b&gt;.
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;117&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVjQkQNUJBfz7bbFZUTPRIPjmRKjDESUHfdZIXpGOLxARUoRfIzFprASa-xYEA-Gd4EWqbq_lT5LTdh1_art_cSVv2Ji5zAP2KBx3hl4YjHrXcd4nBguB9d724EadIeLgqD8S4UC4blSaP/s640/isi+pattern+2.jpg&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Tambahkan lapisan gradien menggunakan setting di bawah ini.
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;510&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0TQ7qh0JKforrVNNChyFxATNR42GwFFBGQuh8vj0BCJmiQg-G2M68gy1Yja6w_wM8GfaDR7NT5wDM9O0Z5zFt3Ll8l8jEXmdPJakXS7CUdnuGpwrwswYRI60nSUvo5wBdMo-8pcelEhAB/s640/step+8.jpg&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Jadinya harus seperti ini:
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;122&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGsQt61PmKBARAi8TtpWfzp-Kr3ijsh1JoZ2Ythobcasa__UFvHPGuyMLSXfDlNW7Gtg7uPKW0YDdICnNtNEldmjyu3FxRMxdCm6bGbvip24QbO-VfSZn0GC4_04MpHFzjbAvwbPEHzL9w/s640/step+9.jpg&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Pada &lt;i&gt;Layer Teks&lt;/i&gt;, pilih menu &lt;b&gt;Selest &amp;gt; Load Selection&lt;/b&gt; atau Tekan CRTL sambil klik pada &lt;i&gt;Layer Teks&lt;/i&gt; (untuk membuat seleksi). kemudian buat layer baru di atas Layer 1, kemudian pilih menu &lt;b&gt;Selest &amp;gt; Modify&amp;gt; Contract :&lt;/b&gt; &lt;i&gt;contract seleksi sebesar 5px&lt;/i&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;216&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx6TMy-d2FH4DlBsGrNuryyoIlEjRop2C3hHVhBeipDKNT-lvYVVNPWIZzOG6Bs56rHSxNcf0U3cCAy7dccV05jO-ko9lV1b-Tj_OGPmHz5SSoZuiwlEhmF5clX5pb3aqpcSHf1a0aZIaC/s640/step+10.jpg&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Atur warna Foreground menjadi hitam dan Background menjadi putih kemudian isi seleksi dengan efek awan dengan cara klik &lt;b&gt;Filter&amp;gt; Render&amp;gt; Clouds.
&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;111&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4I0v3VoHBJhgNXmulTKihkeEuGcCEWImlyRDsEb_ST3poArAxTMmgg0N7avXbd9mg1zWP8TIPLwPboMOPIH7pLDXmlGF8QFVpv5pKGAOfJl41N4TItwSLT67Yd2Bwngb1DB97RMNmZlRQ/s640/step+11.jpg&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Kemudian Klik&lt;b&gt; Filter&amp;gt; Render&amp;gt; Difference Clouds&lt;/b&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;109&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1lTuOm5NVM3QscNo0O5SpgKQe-wY4BUeaFg6N5DrcHh9XE7ou7TyZHqAPkZPbQTpriMrWX3XTILqTD_wtwGxGYFC_p8XBaUT7SSFhh6jR3bz5cbPqTaM4YyRVVDen-fF36Fy14aZd10-Z/s640/step+12.jpg&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Terakhir, ubah mode layer menjadi &lt;b&gt;Soft light&lt;/b&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;378&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguTukYbuVPPtH_kIKgK8-FjV58C1NZI574pJJPP2qpUzg2pjP-xw9EEXoj3nKEEtPU-5jXuO0aUGkqqm93BcrsZxDleVrHI-fDXcr85RwYu-GIZECONEQe6jufrSUqwVOODcivSCATOhuD/s640/gambar+terkhir.jpg&quot; width=&quot;500&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;qtlbar dir=&quot;ltr&quot; id=&quot;qtlbar&quot; style=&quot;-moz-border-radius: 3px 3px 3px 3px; background-color: #ececec; cursor: pointer; display: inline; left: 373px; line-height: 100%; opacity: 0.9; padding: 0pt; text-align: left; top: 508px; z-index: 999;&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/copy.png&quot; title=&quot;Copy selction&quot; /&gt;&lt;a href=&quot;http://www.google.com/search?q=disini&quot; target=&quot;_blank&quot; title=&quot;Search With Google&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.google.com/favicon.ico&quot; /&gt;&lt;/a&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/trans.png&quot; title=&quot;Translate With Google&quot; /&gt;&lt;iframe id=&quot;qtlframe&quot; src=&quot;&quot; style=&quot;background-color: white; border: 1px solid rgb(236, 236, 236); display: none;&quot;&gt;&lt;/iframe&gt;&lt;/qtlbar&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/5305031592269544403/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/teks-menempel-diatas-dinding.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/5305031592269544403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/5305031592269544403'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/teks-menempel-diatas-dinding.html' title='Teks Menempel diatas Dinding'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKjvzmGFsg-CFDgg5fOwgs8ppuxnXcS5RR53wyXX024nXvSBimzrPc1ukzMcfvD1ZbhhwhYX9At0cuDlQLSVrqMLqB0H2bCLEWV0cMjFzVCfufI_X2A1vSld2KrGToiJVHIRA7oPqbgPSM/s72-c/jadi.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-2944401019866695422</id><published>2010-07-21T13:59:00.000+07:00</published><updated>2010-07-21T15:12:51.426+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Menambah Jenggot &amp; Kumis</title><content type='html'>&lt;br /&gt;
Tutorial photoshop ini akan menunjukkan bagaimana Anda dapat dengan mudah menambahkan jenggot &amp; kumis pada photo Anda. Berikut ini photo sebelum dan sesudah:&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;265&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjntzQPwi3Cr_EDFOVnSIDLPZY9aCXbmp1WDoTQwAtzBbOBp0w7avMHBy29vRi8fsahLzwWJn-zE7F7714HNOprfTSzY1NWWCSdPcGRqlB5q7h1gEXiCnuXVaZG95mctYslXQ5Sd6ne9BQj/s400/jenggot+1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
hmmmm… maaph ni sama yang punya gambar.. blom dapat rekomendasi udah diposting, mang saya dasar ga tahu prosedur… hehe&lt;br /&gt;
&lt;br /&gt;
Okey langsung aj langkang-langkahnya:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxp2bdCPuQXqRMKj1155P0yN3nyhyphenhyphenu2RySLtB-hU_IF4EBs-Fz_bV-hvYSb5xlMSFWPNMKC1HnrsWnISCCVpqtlRTpeViUw5p9qkagZr2wf5iJrS6-_1wev6eqHvoeW1xg5SyilcVIcJ6R/s320/jenggot+3.jpg&quot; width=&quot;246&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
1, Buka photo yang mau diedit, lalu buat layer baru, kemudian pilih &lt;b&gt;Brush&lt;/b&gt; tool, atur &lt;i&gt;Hardness : 0%&lt;/i&gt;, gunakan warna abu-abu dan kuaskan pada area janggut dan sekitarnya .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0w7pMaZuRtR6WdjQe_WK9evdAWm1BZMefrpJeKKVtEcq2Kfdt0Qg2gMZMC1iiX0lX4NyxeWMlHaRfWHUTl0wp5dYpsFRZV6jnZJBzZkGVHqVU7-9zU-_KOPqXF0-PHjQ7xuk2pV9vGiNQ/s320/noise.jpg&quot; width=&quot;241&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
2, Pilih &lt;b&gt;Filter &amp;gt; Noise &amp;gt; Add Noise&lt;/b&gt; di layer baru yang baru saja dicat abu-abu. Jumlah &lt;b&gt;Amount&lt;/b&gt; yang digunakan tergantung pada ukuran gambar Anda.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiN2Yeo3_MlhXy8mw8CiUV6ju_jpedCzf3AARYwK7hNpk55qi4Y0fNqpj1ahR74a6nUNmkmhCKLaPGcrTM8fL8OJcF1AI1KirKCWgWbdoDgvaKj3NiayZ-JLjAVQIpiHpSc_r7Lc9dgiXX/s320/jenggot+4.jpg&quot; width=&quot;285&quot; /&gt;&lt;/a&gt;3, Plih &lt;b&gt;Eliptical Marque Tool&lt;/b&gt; lalu  tekan&lt;i&gt; &#39;Alt&lt;/i&gt;&#39; untuk menetapkan titik tengah berbentuk bulat panjang, mulai dari hidung sampai menutupi seluruh area janggut.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;256&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLc8CZhvo_NjrjWQgv_5353H6YjliDl_rGQ_8j8QiPK4OkW2sCcSF4fmmVV_-2idqH_dgYdmcHaJ_Kj711OzmNGLr_U-t0Gx5XklqDNhdkPdF4qO7kyHEPYBa34NoVpWkj5LYYA5eYqIW0/s320/add-beards-stubble-4.gif&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
4, Pilih &lt;b&gt;Filter &amp;gt; Blur &amp;gt; Radial Blur&lt;/b&gt;, atur &lt;i&gt;Amount: 5, Zoom, Best&lt;/i&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEDHcnmplpN4RouqSEz9GenZ-Eo1EAc1ve7rlFjFx3fkPQJxcs9nNTfr68NNaFEv-kdaq6Iy-JSXUZkrULdOTmjw9WbkvTKVB135pVTkXmv_O6OF3N6GGaxk3qMPeoUbz-MiFHB1sB0oY7/s200/add-beards-stubble-5.gif&quot; width=&quot;186&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
5, Sekarang ubah mode layer: &lt;b&gt;Hard light&lt;/b&gt; untuk membuat transparan tunggul.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;178&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCUST7JIwcXYzqw134uj6UVsh1fLIY4O-j_HcMVIZTyjhzLbx0gyJxbLszYI7wXPdHhg9n5HirqpkPOM50tCnfFbw0jUA1wnlfn3nS-2bd5Ap-6Sr_H-WibGtTrJEi_b4uVLsqQMs-Rt4Y/s320/curva.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
6, Untuk membuat jenggot gelap, Anda dapat menurunkan kecerahan dengan cara klik &lt;b&gt;Image &amp;gt; Adjustments &amp;gt; Curva&lt;/b&gt; dan atur sesuai keinginan.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Hasil :&amp;nbsp; &lt;/b&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/AVvXsEhpOgbJenWullvhPtaSRioEhMeUuaor8EUeZDfm2DoeaM4nqevWhS9EgtzgVMUQNnbb1maQhyLD4WJcj3Bsvtn2fQjnJTN3WQsB83K-HIo1Jhb0NSsDe7wEyq7ZWoBXZy4j7klnqcbIxa4w/s1600/jenggot+jadi.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpOgbJenWullvhPtaSRioEhMeUuaor8EUeZDfm2DoeaM4nqevWhS9EgtzgVMUQNnbb1maQhyLD4WJcj3Bsvtn2fQjnJTN3WQsB83K-HIo1Jhb0NSsDe7wEyq7ZWoBXZy4j7klnqcbIxa4w/s400/jenggot+jadi.jpg&quot; width=&quot;346&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;Selamat mencoba….&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/2944401019866695422/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/kumis-dan-jenggot.html#comment-form' title='2 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/2944401019866695422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/2944401019866695422'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/kumis-dan-jenggot.html' title='Menambah Jenggot &amp; Kumis'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjntzQPwi3Cr_EDFOVnSIDLPZY9aCXbmp1WDoTQwAtzBbOBp0w7avMHBy29vRi8fsahLzwWJn-zE7F7714HNOprfTSzY1NWWCSdPcGRqlB5q7h1gEXiCnuXVaZG95mctYslXQ5Sd6ne9BQj/s72-c/jenggot+1.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-339004356230682777</id><published>2010-07-20T20:50:00.001+07:00</published><updated>2010-07-21T14:37:06.424+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Dasar-Dasar Efek Tekstur</title><content type='html'>&lt;br /&gt;
Tutorial ini akan menunjukkan cara menggunakan tekstur secara dramatis mengubah tampilan gambar dalam beberapa langkah mudah. Tekstur ini yang akan membuat gambar wajah tekesan busuk.&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/AVvXsEgRpUEX_YI_7nD7OCiz6NAZ5pozTGekGLWqM_zapLJByHLUcPmLI2DLRbvfzkoe7AXx9QNXoOaHz8TLUoNCSZawwrU98Y0KuowFEsOeqQAIh4y4Ee5C_pYxplN4vGV4IAEaKMKphWq53nbA/s1600/wajah+busuk.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRpUEX_YI_7nD7OCiz6NAZ5pozTGekGLWqM_zapLJByHLUcPmLI2DLRbvfzkoe7AXx9QNXoOaHz8TLUoNCSZawwrU98Y0KuowFEsOeqQAIh4y4Ee5C_pYxplN4vGV4IAEaKMKphWq53nbA/s400/wajah+busuk.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Langsung aja..
Siapkan Gambar wajah dan tekstur&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;#&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;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9nGCgkhQICYa8JSPNw-ejnSi4sP_KKDZvrkxmaFv7j7aBuB3bnnYEiwPVQUEFjIZ0kMA025KL6qi204uVNwYLcZjMpDmAnTPRtloEHk3SarcCwiNCY-97JOohzBAbVacDsZaDlOEZ2DFV/s200/1.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&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/AVvXsEh4uUFZKiJpRhyjI-LTaHBZJHnIqhTnwWFTILnDegB9rUgTmoBPbaaKRPj7Ig5MoOrpDOVWgW_g4KPlI33extDeJ8UDdckj3YOnuUKikLDGl3QB2DNB_6IvBxHoJcnd0yr1M4REK0tE66xg/s1600/tekstur.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;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4uUFZKiJpRhyjI-LTaHBZJHnIqhTnwWFTILnDegB9rUgTmoBPbaaKRPj7Ig5MoOrpDOVWgW_g4KPlI33extDeJ8UDdckj3YOnuUKikLDGl3QB2DNB_6IvBxHoJcnd0yr1M4REK0tE66xg/s200/tekstur.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Untuk memilih gambar yang akan Anda gunakan. Pilih gambar yang view nya dan kualitas gambarnya bagus. Untuk gambar teksturnya pilih testur yang menurut Anda bagus, boleh tekstur kayu atau batu (tekstur yang berbeda menciptakan efek yang berbeda).&lt;br /&gt;
&lt;br /&gt;
1, Buka gambar wajah, lalu tekan &lt;b&gt;CTRL + J&lt;/b&gt; untuk menduplikasi layer&lt;br /&gt;
&lt;br /&gt;
2, Pada layer baru (hasil duplikat) klik &lt;b&gt;Image &amp;gt; Adjustments &amp;gt; Desaturate ( CTRL + SHIFT + U)&lt;/b&gt;, kemudian ganti mode layer dari Normal ke &lt;b&gt;Color dodge&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
3, Sisipkan gambar tekstur dan letakkannya di antara Layer 1 dan Background, pada layer tekstur, ganti mode layer menjadi &lt;b&gt;Color burn&lt;/b&gt; atau mode yang lain seperti &lt;b&gt;Multiply, Overlay&lt;/b&gt; dan &lt;b&gt;Soft light &lt;/b&gt;(cari yang menurut anda tepat).&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;#&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKzbb57NLRPfvqV6PEhYIHF018vgDkzHWET10fPBQ2Ngv6BBpgPRu2SWNmbk2eQA3IOtLTo_luhTjxJnutjjZfqh8LTO7w7nx1XH6VbTiu0QPjRBE5iuCQtJsK896bv7f1cVLiE3wmsaOb/s400/sisipkan+teksture.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
4, Kemudian hapus bagian yang tidak Anda inginkan, hanya meninggalkan tekstur pada wajah atau area yang diinginkan.&lt;br /&gt;
&lt;br /&gt;
5, Jika gambar terlalu orange, disini saya beri kesan mati, dengan klik sebuah &lt;b&gt;Hue/ Saturation&lt;/b&gt; pada lapisan di atas semua layer, saya menggunakan pengaturan ini: &lt;i style=&quot;background-color: black; color: #990000;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Hue: +170&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;background-color: white; color: #990000;&quot;&gt; &lt;/span&gt;dan &lt;i style=&quot;color: #990000;&quot;&gt;Saturation: +29&lt;/i&gt; kemudian ganti mode layer menjadi &lt;b&gt;Soft light&lt;/b&gt;.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;#&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmLpPkFdDeMVTgvvRRv7J5_j4XLDd5LCf724JkTw66qt4JsaS_IsNzz4O9xXUcOfpCWyb4W4WkZPwUAJ7Xpn0-KQDJzhDqPmd3eBCpVHRw8b3HzYj16Rvz7TYsGC-A3QhaCWeTAwfas1cX/s400/hue.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;#&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaPKuJ0Sfya9gJBvcPNV0DfC5MN31Na2R5t9ajO3gDTh9_QHYVXh3TTAsX9VJVGZ3FQd4tuQotfNq6JgHsGu7j-u9UL6XQ7co9g5zh4tH_kEinSlOWMmU05WNU_sWGDGPxzNM8-BIwWYxl/s200/layer+.jpg&quot; width=&quot;142&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Satu hal lagi yang harus diperbaiki sekarang ... ada beberapa daerah cahaya di latar belakang yang tampak mengganggu, jadi saya buat layer baru di atas semua layer menggunakan &lt;b&gt;Brush&lt;/b&gt;&lt;qtlend&gt;&lt;/qtlend&gt; untuk melukis dengan warna hitam.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Selamat mencoba......</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/339004356230682777/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/efek-tekstur.html#comment-form' title='2 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/339004356230682777'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/339004356230682777'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/efek-tekstur.html' title='Dasar-Dasar Efek Tekstur'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRpUEX_YI_7nD7OCiz6NAZ5pozTGekGLWqM_zapLJByHLUcPmLI2DLRbvfzkoe7AXx9QNXoOaHz8TLUoNCSZawwrU98Y0KuowFEsOeqQAIh4y4Ee5C_pYxplN4vGV4IAEaKMKphWq53nbA/s72-c/wajah+busuk.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-4552634038845146205</id><published>2010-07-18T17:34:00.008+07:00</published><updated>2010-08-28T18:58:19.142+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Menu Vertikal Bergulir</title><content type='html'>&lt;br /&gt;
Bagi blog anda yang ingin mempunyai menu vertikal bergulir, ini adalah ide yang baik untuk di pasang di sidebar, dengan menu ini, Anda dapat menambahkan link lebih banyak dari yang lain. Minggu lalu, saya datang di ke simplexdesign.blogspot.com situs dan menemukan sebuah artikel untuk membuat menu vertikal bergulir ini. Jadi aku mengambilnya dan menuliskannya disini lagi untuk menerapkan ke Blogger. Aku berharap ini berguna bagi Anda.&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/AVvXsEiJPQ7D8LxedIfKV3RwBnK_wEADhWJpmAjSG5-YIIOHy-Je_CfhTTGSHD3_NNvRwnAoeQvFoMJuEUFmvi75yD1ili-3cgj0qgfyMW1phBlO7RLsAT0bEEFtzt2z1wSokPiE0fkwV8Om_Rf3/s1600/MENU+SCROL.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;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJPQ7D8LxedIfKV3RwBnK_wEADhWJpmAjSG5-YIIOHy-Je_CfhTTGSHD3_NNvRwnAoeQvFoMJuEUFmvi75yD1ili-3cgj0qgfyMW1phBlO7RLsAT0bEEFtzt2z1wSokPiE0fkwV8Om_Rf3/s200/MENU+SCROL.JPG&quot; width=&quot;187&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Demo:&lt;/b&gt; untuk melihat sebuah menu vertikal bergulir, lihat bagian sidebar kiri halaman.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jika tertarik, ikutin langkah-langkahnya :&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 1:&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Login ke Blog Anda&lt;/li&gt;
&lt;li&gt;Masuk ke &lt;span style=&quot;font-weight: bold;&quot;&gt;Layout/Tata Letak&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Terus menuju &lt;span style=&quot;font-weight: bold;&quot;&gt;Edit HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Cari code ini &lt;span style=&quot;color: black; font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Copy script code dibawah ini dan letakkan dibawah code &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;pre class=&quot;brush: js;&quot; style=&quot;height: 200px; width: 520px;&quot;&gt;
&amp;lt;script src=&#39;http://machrus.googlecode.com/files/jquery-1.js&#39; type=&#39;text/javascript&#39;/&amp;gt;
&amp;lt;script src=&#39;http://machrus.googlecode.com/files/jquery.js&#39; type=&#39;text/javascript&#39;/&amp;gt;
&amp;lt;script src=&#39;http://machrus.googlecode.com/files/jquery_002.js&#39; type=&#39;text/javascript&#39;/&amp;gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
$(document).ready(function() {   
    //Background color, mouseover and mouseout
    var colorOver = &#39;#CC7A00&#39;;
    var colorOut = &#39;#1f1f1f&#39;;
    //Padding, mouseover
    var padLeft = &#39;20px&#39;;
    var padRight = &#39;20px&#39;;
    //Default Padding
    var defpadLeft = $(&#39;#menu li a&#39;).css(&#39;paddingLeft&#39;);
    var defpadRight = $(&#39;#menu li a&#39;).css(&#39;paddingRight&#39;); 
    //Animate the LI on mouse over, mouse out
    $(&#39;#menu li&#39;).click(function () {   
        //Make LI clickable
        window.location = $(this).find(&#39;a&#39;).attr(&#39;href&#39;);     
    }).mouseover(function (){
        //mouse over LI and look for A element for transition
        $(this).find(&#39;a&#39;)
        .animate( { paddingLeft: padLeft, paddingRight: padRight}, { queue:false, duration:100 } )
        .animate( { backgroundColor: colorOver }, { queue:false, duration:200 });
    }).mouseout(function () {
        //mouse oout LI and look for A element and discard the mouse over transition
        $(this).find(&#39;a&#39;)
        .animate( { paddingLeft: defpadLeft, paddingRight: defpadRight}, { queue:false, duration:100 } )
        .animate( { backgroundColor: colorOut }, { queue:false, duration:200 });
    });   
    //Scroll the menu on mouse move above the #sidebar layer
    $(&#39;#sidebar&#39;).mousemove(function(e) {
        //Sidebar Offset, Top value
        var s_top = parseInt($(&#39;#sidebar&#39;).offset().top);             
        //Sidebar Offset, Bottom value
        var s_bottom = parseInt($(&#39;#sidebar&#39;).height() + s_top);   
        //Roughly calculate the height of the menu by multiply height of a single LI with the total of LIs
        var mheight = parseInt($(&#39;#menu li&#39;).height() * $(&#39;#menu li&#39;).length);   
        //I used this coordinate and offset values for debuggin
        $(&#39;#debugging_mouse_axis&#39;).html(&quot;X Axis : &quot; + e.pageX + &quot; | Y Axis &quot; + e.pageY);
        $(&#39;#debugging_status&#39;).html(Math.round(((s_top - e.pageY)/100) * mheight / 2));      
        //Calculate the top value
        //This equation is not the perfect, but it &#39;s very close   
        var top_value = Math.round(( (s_top - e.pageY) /100) * mheight / 2);       
        //Animate the #menu by chaging the top value
        $(&#39;#menu&#39;).animate({top: top_value}, { queue:false, duration:500});
    });   
});  
&amp;lt;/script&amp;gt;

&lt;/pre&gt;

&lt;li&gt;Taruh script code dibawah ini dan letakkan diatas code &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;
/*MENU VERTIKAL BERGULIR*/
body {padding:0; margin:0 20px;}
#sidebar {height:300px; overflow:hidden; position:relative;}   
#menu {width:100%; list-style:none; padding:0; margin:0; top:0; position:relative; height:100%; width:100%;}
#menu li {padding:11px 0; text-align:left; display:block; cursor:hand; cursor:pointer;}
#menu li a {background:url() repeat #1f1f1f; color:#ddd; font-family:helvetica, arial, verdana; font-size:10px; font-weight:900; display:inline; padding:20px 8px 5px 20px; text-decoration:none;}
#menu li span {font-family:georgia, arial; font-size:10px; color:#464646;}

&lt;/pre&gt;

&lt;li&gt;Kemudian Simpan Template&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 2 : &lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;klik &lt;span style=&quot;font-weight: bold;&quot;&gt;Page Element/ Elemen Laman tab&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;klik &lt;span style=&quot;font-weight: bold;&quot;&gt;Add a Page Element/ Tambah Gadget&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;klik &lt;span style=&quot;font-weight: bold;&quot;&gt;Javascript/HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Copy dan paste code di bawah ini: &lt;/li&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;
&lt;div id=&quot;sidebar&quot;&gt;
 &lt;ul id=&quot;menu&quot;&gt;     
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU SATU&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU DUA&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU TIGA&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU EMPAT&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;FACEBOOK&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;TWEETER&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;http://tutorialmacho.blogspot.com/&quot;&gt;TUTORIALMACHO&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;http://ficomp.blogspot.com/&quot;&gt;LPK FICOMP&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;http://gamanusantara.blogspot.com/&quot;&gt;GAMA NUSANTARA&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU LIMA&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU ENAM&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU TUJUH&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU DELAPAN&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU SEMBILAN&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;MENU SEPULUH&lt;/a&gt;&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;li&gt;Kemudian Simpan&lt;/li&gt;
&lt;li&gt;Lihat hasil.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Selamat mencoba…
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/4552634038845146205/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/menu-vertikal.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4552634038845146205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4552634038845146205'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/menu-vertikal.html' title='Membuat Menu Vertikal Bergulir'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJPQ7D8LxedIfKV3RwBnK_wEADhWJpmAjSG5-YIIOHy-Je_CfhTTGSHD3_NNvRwnAoeQvFoMJuEUFmvi75yD1ili-3cgj0qgfyMW1phBlO7RLsAT0bEEFtzt2z1wSokPiE0fkwV8Om_Rf3/s72-c/MENU+SCROL.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-4903617129232778672</id><published>2010-07-17T20:53:00.002+07:00</published><updated>2010-08-28T19:27:25.177+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Tombol Back To Top dengan Java Script</title><content type='html'>&lt;br /&gt;
Jika halaman Anda panjang lebar, itu ide bagus untuk memberikan pengunjung tombol back to top dengan cara yang mudah dan cepat/ secara otomatis bergulir kembali ke bagian atas halaman. Di situlah script ini menampilkan tombol back to top diam di sudut kanan bawah jendela yang ketika diklik maka halaman akan bergulir pelan-pelan kembali ke atas. Tombol back to top ini tidak selalu terlihat pada layar, tombol ini akan terlihat apabila halaman bergulir ke bawah minimal 100 pixel.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://i788.photobucket.com/albums/yy169/macho_album_2010/back2top.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Demo&lt;/b&gt;&lt;qtlend&gt;&lt;/qtlend&gt;: untuk melihat sebuah tombol back to top, lihat bagian kanan bawah halaman setelah halaman digulir ke bawah (minimal 100 pixel)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jika tertarik, ikutin langkah-langkahnya :&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Login ke Blog Anda&lt;/li&gt;
&lt;li&gt;Masuk ke &lt;span style=&quot;font-weight: bold;&quot;&gt;Layout/Tata Letak&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Terus menuju &lt;span style=&quot;font-weight: bold;&quot;&gt;Edit HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Cari code ini &lt;span style=&quot;color: black; font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Copy script code dibawah ini dan letakkan dibawah code &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;
&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://macho2.googlecode.com/files/scrolltopcontrol2.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/pre&gt;
&lt;li&gt;Kemudian Simpan&lt;/li&gt;
&lt;li&gt;Lihat hasil.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;br /&gt;

Selamat mencoba…

&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/4903617129232778672/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/back-to-top.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4903617129232778672'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4903617129232778672'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/back-to-top.html' title='Membuat Tombol Back To Top dengan Java Script'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-3142076038755419714</id><published>2010-07-13T17:35:00.001+07:00</published><updated>2010-08-28T19:43:53.690+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Formulir Kontak Pop-up Untuk Blogger Menggunakan Fancy Box dan Google Docs</title><content type='html'>&lt;br /&gt;
Dalam posting ini, saya akan menunjukkan kepada Anda cara untuk membuat formulir kontak untuk Blogger, dengan menggunakan layanan gratis Google Docs dan jquery Plugin (Fancy Box).&lt;br /&gt;
Berikut adalah screenshot:&lt;br /&gt;
&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 0em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;378&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoMycAWdo8AyC2q3V09IJAwr2CODJfQOD99OJht-7MJZSMgl1ALoI9AxU__FTbqzhF8fvkTzVfckOAs1beqXa8XghG5Qw7aajWHLKkwF4mciB-aTnUIKKelVMDn0Yg75MqnROWUfW88M2r/s640/kontak.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.ficomp.blogspot.com/&quot; style=&quot;color: #0b5394;&quot;&gt;&lt;b&gt;Lihat Demo&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Jika tertarik, ikutin langkah-langkahnya :&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Login ke Blog Anda&lt;/li&gt;
&lt;li&gt;Masuk ke &lt;span style=&quot;font-weight: bold;&quot;&gt;Layout/Tata Letak&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Terus menuju &lt;span style=&quot;font-weight: bold;&quot;&gt;Edit HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Cari code ini &lt;span style=&quot;color: black; font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Copy script code dibawah ini dan letakkan dibawah code &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;pre class=&quot;brush: js;&quot;&gt;
&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-1.4.1.min.js&quot;&amp;gt; &amp;lt;/script&amp;gt;
&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://dinhquanghuy.110mb.com/contactform/jquery.fancybox-1.3.0.pack.js&quot;&amp;gt; &amp;lt;/script&amp;gt;
&amp;lt;link rel=&quot;stylesheet&quot; &amp;lt;link type=&quot;text/css&quot; href=&quot;http://dinhquanghuy.110mb.com/contactform/jquery.fancybox-1.3.0.css&quot; media=&quot;screen&quot;/&amp;gt;

&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
        $(document).ready(function() {
                        
            $(&amp;quot;#contact_form&amp;quot;).fancybox({
                &amp;#39;width&amp;#39;                : &amp;#39;90%&amp;#39;,
                &amp;#39;height&amp;#39;            : &amp;#39;90%&amp;#39;,
                &amp;#39;autoScale&amp;#39;         : false,
                &amp;#39;transitionIn&amp;#39;        : &amp;#39;none&amp;#39;,
                &amp;#39;transitionOut&amp;#39;        : &amp;#39;none&amp;#39;,
                &amp;#39;type&amp;#39;                : &amp;#39;iframe&amp;#39;
            });
            
            
        });
    &amp;lt;/script&amp;gt; 

&lt;/pre&gt;
&lt;br /&gt;
&lt;li&gt;Dalam posting sebelumnya, saya sudah menerangkan langkah-langkah untuk membuat formulir kontak untuk Blogger menggunakan Google Docs. &lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/07/google-docs.html&quot;&gt;Anda dapat membacanya di sini&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Ketika Anda membuat formulir kontak di dokumen Google, memberikan link ke formulir seperti ini: 

&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;http://spreadsheets.google.com/embeddedform?formkey=dGF2d0VzaXJfMUx3WWpaOXpJc1FKOWc6MA&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Sekarang, apa yang perlu kita lakukan adalah menambahkan link ke formulir kontak pop-up. Tambahkan kode ini ke file template dimana Anda menaruh link &#39;Hubungi Kami&#39;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;a id=&amp;quot;contact_form&amp;quot; href=&amp;quot;http://spreadsheets.google.com/embeddedform?formkey=dGF2d0VzaXJfMUx3WWpaOXpJc1FKOWc6MA&amp;quot;&amp;gt; Hubungi Kami&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Jangan lupa mengganti link formulir kontak di atas dengan link formulir kontak Anda.
Simpan template!&lt;br /&gt;
Jadi kapan saja kita klik link &#39;Hubungi Kami&#39;, jendela pop-up yang berisi formulir kontak Google Docs akan muncul.&lt;br /&gt;
&lt;br /&gt;
Selamat mencoba... ^ ^&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/3142076038755419714/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/formulir-kontak-pop-up.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/3142076038755419714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/3142076038755419714'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/formulir-kontak-pop-up.html' title='Membuat Formulir Kontak Pop-up Untuk Blogger Menggunakan Fancy Box dan Google Docs'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoMycAWdo8AyC2q3V09IJAwr2CODJfQOD99OJht-7MJZSMgl1ALoI9AxU__FTbqzhF8fvkTzVfckOAs1beqXa8XghG5Qw7aajWHLKkwF4mciB-aTnUIKKelVMDn0Yg75MqnROWUfW88M2r/s72-c/kontak.JPG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-6741036405499484250</id><published>2010-07-13T15:02:00.000+07:00</published><updated>2010-07-13T15:20:05.416+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Hosting File Javascript dan Jquery dalam Google Code</title><content type='html'>&lt;br /&gt;
Dalam posting saya tentang jquery dan javascript untuk blog Blogger, saya rekomendasikan hosting file javascript dalam Google code untuk kecepatan dan dapat diandalkan. Tetapi beberapa dari Anda mungkin bertanya: bagaimana menggunakan Google code? Jadi, ini adalah tujuan posting ini: Bagaimana untuk meng-host file Anda dalam Google code.&lt;br /&gt;
&lt;br /&gt;
Google code adalah layanan dari Google, mereka memiliki ruang disk untuk file host pengembang dalam proyek open source. Seperti layanan lain dari Google, gratis, cepat, dan dapat diandalkan.&lt;br /&gt;
&lt;br /&gt;
Untuk host file di Google, pada awalnya, Anda perlu pergi ke &lt;a href=&quot;http://code.google.com/hosting/&quot;&gt;alamat ini&lt;/a&gt;. Setelah Login menggunakan account Google (dengan mengklik &lt;b&gt;Sign in&lt;/b&gt; untuk menciptakan sebuah proyek), Anda akan melihat link &lt;b&gt;Create a new project&lt;/b&gt; di bawah . Klik link ini&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/post-edit.g?blogID=6534996647228606336&amp;amp;postID=6741036405499484250&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 0em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;344&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY-dZTvv6h_PnShTKBv8TIYAVwE1mlhUT86yVt0RPOwIM4qk7qgN5Vg5d9jMJLIBGwAJFus1wHCs172G59Bg01RlEAk-xc2TTc-GQc4i_87L2d0TfGWCK2Jl1itozKm5b96-A2DTg6ax7n/s640/61574369.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
muncul sebuah halaman baru. Isi informasi untuk Project name , Project summary dan description. Setelah mengisi penuh semua informasi di halaman ini, klik &lt;b&gt;Create project&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
Sebuah proyek baru dibuat di Google Code. Jadi sekarang, saatnya kita untuk meng-upload file. Di Project home page, klik pada &lt;b&gt;Download&lt;/b&gt; tab.&lt;br /&gt;
&lt;br /&gt;
Dalam &lt;b&gt;Download&lt;/b&gt; tab, klik &lt;b&gt;New Download&lt;/b&gt;. Suatu bentuk untuk meng-upload file muncul. Klik &lt;b&gt;Browse&lt;/b&gt; untuk memilih file yang ingin Anda host dalam kode Google. Setelah memilih file, ketik sesuatu untuk ringkasan di summary field dan label. Setelah Anda selesai, klik Submit file.&lt;br /&gt;
&lt;br /&gt;
Ketika  upload selesai, akan kembali ke halaman download, di mana Anda melihat file yang Anda upload.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/post-edit.g?blogID=6534996647228606336&amp;amp;postID=6741036405499484250&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 0em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;284&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFcdHo9kIVV-8lc2fKyYAEKMC0_cA7LGMjBeju0c3asOAfP4TisjX2TIsdUTXBF3myENyAdBtNppUToweKHqmazOu_9kD15g8dGUoVDJBnmAYSz9aKVt_uxArcSLP-DEMzjLyQbZNLFK-H/s640/gc2.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
Sekarang, untuk menggunakan file ini, hanya menyalin URL-nya dengan klik kanan pada nama file di Download page dan pilih copy URL, dan sisipkan link ke tempat yang Anda butuhkan. Sebagai contoh, Anda mungkin akan melihat kode seperti ini &amp;lt;script src=&amp;quot;your js file&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;, ubah &quot;js file&quot; ke URL dari file yang Anda host dalam google code.&lt;br /&gt;
&lt;br /&gt;
Selamat menjoba.. ^ ^&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;qtlbar dir=&quot;ltr&quot; id=&quot;qtlbar&quot; style=&quot;-moz-border-radius: 3px 3px 3px 3px; background-color: #ececec; cursor: pointer; display: inline; left: 446px; line-height: 100%; opacity: 0.9; padding: 0pt; text-align: left; top: 1206px; z-index: 999;&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/copy.png&quot; title=&quot;Copy selction&quot; /&gt;&lt;a href=&quot;http://www.google.com/search?q=%3Cscript%20src=%22your%20js%20file%22%3E%3C/script&amp;amp;gt&quot; target=&quot;_blank&quot; title=&quot;Search With Google&quot;&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.google.com/favicon.ico&quot; /&gt;&lt;/a&gt;&lt;img class=&quot;qtl&quot; src=&quot;http://www.qtl.co.il/img/trans.png&quot; title=&quot;Translate With Google&quot; /&gt;&lt;iframe id=&quot;qtlframe&quot; src=&quot;&quot; style=&quot;background-color: white; border: 1px solid rgb(236, 236, 236); display: none;&quot;&gt;&lt;/iframe&gt;&lt;/qtlbar&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/6741036405499484250/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/hosting-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/6741036405499484250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/6741036405499484250'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/hosting-file.html' title='Hosting File Javascript dan Jquery dalam Google Code'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY-dZTvv6h_PnShTKBv8TIYAVwE1mlhUT86yVt0RPOwIM4qk7qgN5Vg5d9jMJLIBGwAJFus1wHCs172G59Bg01RlEAk-xc2TTc-GQc4i_87L2d0TfGWCK2Jl1itozKm5b96-A2DTg6ax7n/s72-c/61574369.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-8177256025301053219</id><published>2010-07-13T12:13:00.000+07:00</published><updated>2010-07-13T13:08:21.022+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Formulir Kontak dengan Google Docs</title><content type='html'>&lt;br /&gt;
Google menyediakan berbagai peralatan untuk pengguna internet. Salah satunya adalah Google docs. Ini adalah alat untuk berbagi dokumen online. Anda juga dapat menggunakan Google docs untuk menciptakan bentuk yang dapat Anda tanamkan ke dalam halaman web atau email. Ketika seseorang mengisi formulir maka data masuk ke data spreadsheet Google.&lt;br /&gt;
Membuat formulir kontak adalah sebuah aplikasi sederhana. Dalam posting ini, saya akan memberitahu Anda cara menggunakan Google docs untuk formulir kontak.&lt;br /&gt;
Pertama, Anda memerlukan account google (ini bisa sebuah account gmail, account blogger ... account dari setiap layanan yang ditawarkan oleh google), pergi ke &lt;a href=&quot;http://docs.google.com/&quot;&gt;docs.google.com&lt;/a&gt; dan login.&lt;br /&gt;
Berikut adalah tampilan setelah login:&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 0em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;250&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw5MYammu1HOdYHoyK7LU5DsMlOMuTRbHHBaUZblGllZIhmEGeCseA_BQARbE-e8LF3Nu7YZL3jalKIQLLtzaNBIN9JLc0N2JFR1hg_SeF6L3G6XVTFkXGIjr2IFmo1sEh_pcWaFoD69OK/s640/google+docs.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
Klik &lt;b&gt;Create new&lt;/b&gt;, Pilih &lt;b&gt;Form&lt;/b&gt; dari drop-down list&lt;br /&gt;
Berikut adalah tampilan Creating Form:&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 0em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;350&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkBXYFtow1iRVHyhRBA8tcA7gE5UKLPL6erONk53Wz0hqgwmHsym3R5QeAgchAfOUPVusGHElcbGmslR4XF2KjUeEg2aoILYX7r2tv9r8Kq3b9iLG5Wk_vISj6rW5Rl4cXRZW8uS-o4chz/s640/create+form.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;
Pilih &lt;b&gt;Add item&lt;/b&gt; untuk menambahkan elemen-elemen bentuk, untuk membuat formulir kontak, Anda memerlukan minimal 4 item: tiga teks-kotak untuk nama lengkap, email dan situs, dan paragraph teks-kotak untuk konten.&lt;br /&gt;
Bentuknya terlihat seperti ini:&lt;br /&gt;
&lt;a imageanchor=&quot;1&quot; style=&quot;margin-left: 0em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;380&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIOMaXf4DDIX5XbpHSSKuiUm93Fb5sOzvPP3H2DczbAICarKlT2Z8hqb2tmDi8DbnMZe9iZB2JT_YsI2vupguCwRceDvz1nwkRrj3666gMVY0C9xJbJJIzgm9OC_jjTdk49eg4BiEzF9Eg/s640/contact+form.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
Setelah Anda selesai membuat elemen form, klik &lt;b&gt;More Action&lt;/b&gt;, pilih &lt;b&gt;Embed&lt;/b&gt;. Anda akan mendapatkan script.&lt;br /&gt;
Pergi ke Blogger, Buat posting, mengatur tanggal untuk posting ini sehari di masa lalu. Klik &lt;b&gt;Edit HTML&lt;/b&gt; di halaman posting, sisipkan script yang Anda dapatkan dari Google docs ke jendela editor, dan mempublikasikan posting ini.&lt;br /&gt;
Ok, sekarang Anda punya halaman kontak untuk situs Anda. 
Untuk melihat data yang dikumpulkan dari formulir kontak, Anda hanya perlu login docs Google dan klik pada nama bentuk yang Anda buat. Sebuah spreadsheet (seperti Ms. Access atau Ms. Excel) akan muncul dan menampilkan data dari formulir kontak. 
Posting ini hanya menunjukkan sebuah aplikasi sederhana dari Google docs, pada kenyataannya, Anda dapat membuat formulir untuk survei, atau suatu bentuk untuk mailinglist melalui ini.&lt;br /&gt;
&lt;br /&gt;
Semoga posting ini berguna untuk Anda, Selamat mencoba. ^ ^!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/8177256025301053219/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/google-docs.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/8177256025301053219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/8177256025301053219'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/07/google-docs.html' title='Membuat Formulir Kontak dengan Google Docs'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw5MYammu1HOdYHoyK7LU5DsMlOMuTRbHHBaUZblGllZIhmEGeCseA_BQARbE-e8LF3Nu7YZL3jalKIQLLtzaNBIN9JLc0N2JFR1hg_SeF6L3G6XVTFkXGIjr2IFmo1sEh_pcWaFoD69OK/s72-c/google+docs.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-4193745430021949627</id><published>2010-06-24T12:55:00.001+07:00</published><updated>2010-07-13T20:25:17.092+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Menu Accordion</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://samplemacho1.blogspot.com/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwfEGlg1ZWHz25mBJH-U3W18qRLk7nFSW458u_kmnjn5iz89OysW4U_bax8P0bszbbWKOF2a8bw5gjVxNzD4ZXXSQ3b0mZMga4Kp4IHXllNgyXMIDh_vdFR83U8LOK8vGcKDS_yeGmre9m/s200/menu+accordion.png&quot; width=&quot;153&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://samplemacho1.blogspot.com/&quot;&gt;Lihat demo&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
Menu ini cocok untuk blog anda yang mempunyai banyak menu dan sub menu. Dan Menu vertikal ini cocok kalau dipasang di sidebar. &lt;br /&gt;
&lt;br /&gt;
Jika tertarik, ikutin langkah-langkahnya :&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 1:&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Login ke Blog Anda&lt;/li&gt;
&lt;li&gt;Masuk ke &lt;span style=&quot;font-weight: bold;&quot;&gt;Layout/Tata Letak&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Terus menuju &lt;span style=&quot;font-weight: bold;&quot;&gt;Edit HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Cari code ini &lt;span style=&quot;color: black; font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Copy script code dibawah ini dan letakkan dibawah code &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;form name=&quot;copy&quot;&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;input onclick=&quot;javascript:this.form.txt.focus();this.form.txt.select();&quot; type=&quot;button&quot; value=&quot;Select All&quot; /&gt;&lt;br /&gt;
&lt;textarea cols=&quot;55&quot; name=&quot;txt&quot; rows=&quot;100&quot; style=&quot;height: 200px; width: 520px;&quot; wrap=&quot;VIRTUAL&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://macho.googlecode.com/files/ddaccordion.js&quot;&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;

ddaccordion.init({
 headerclass: &quot;expandable&quot;, //Shared CSS class name of headers group that are expandable
 contentclass: &quot;categoryitems&quot;, //Shared CSS class name of contents group
 revealtype: &quot;click&quot;, //Reveal content when user clicks or onmouseover the header? Valid value: &quot;click&quot;, &quot;clickgo&quot;, or &quot;mouseover&quot;
 mouseoverdelay: 200, //if revealtype=&quot;mouseover&quot;, set delay in milliseconds before header expands onMouseover
 collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
 defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
 onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
 animatedefault: false, //Should contents open by default be animated into view?
 persiststate: true, //persist state of opened contents within browser session?
 toggleclass: [&quot;&quot;, &quot;openheader&quot;], //Two CSS classes to be applied to the header when it&#39;s collapsed and expanded, respectively [&quot;class1&quot;, &quot;class2&quot;]
 togglehtml: [&quot;prefix&quot;, &quot;&quot;, &quot;&quot;], //Additional HTML added to the header when it&#39;s collapsed and expanded, respectively  [&quot;position&quot;, &quot;html1&quot;, &quot;html2&quot;] (see docs)
 animatespeed: &quot;fast&quot;, //speed of animation: integer in milliseconds (ie: 200), or keywords &quot;fast&quot;, &quot;normal&quot;, or &quot;slow&quot;
 oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
  //do nothing
 },
 onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
  //do nothing
 }
})

&amp;lt;/script&amp;gt;
&lt;/textarea&gt;&lt;/div&gt;
&lt;/form&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;Taruh script code dibawah ini dan letakkan diatas code &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;form name=&quot;copy&quot;&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;input onclick=&quot;javascript:this.form.txt.focus();this.form.txt.select();&quot; type=&quot;button&quot; value=&quot;Select All&quot; /&gt;&lt;br /&gt;
&lt;textarea cols=&quot;55&quot; name=&quot;txt&quot; rows=&quot;100&quot; style=&quot;height: 200px; width: 520px;&quot; wrap=&quot;VIRTUAL&quot;&gt;/*MENU ACCORDION*/
.arrowlistmenu{
width: 180px; 
}

.arrowlistmenu .menuheader{ 
font: bold 14px Arial;
color: white;
background: black url(http://i47.tinypic.com/121eqyu.jpg) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ 
background-image: url(http://i50.tinypic.com/11775p0.png);
}

.arrowlistmenu ul{ 
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

.arrowlistmenu ul li{
padding-bottom: 2px; 
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(http://i46.tinypic.com/2ykak3t.jpg) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 19px; 
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ 
color: #A70303;
background-color: #F3F3F3;
}
&lt;/textarea&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;Kemudian Simpan Template&lt;/li&gt;
&lt;/form&gt;
&lt;/div&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 2 : &lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;klik &lt;span style=&quot;font-weight: bold;&quot;&gt;Page Element/ Elemen Laman tab&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;klik &lt;span style=&quot;font-weight: bold;&quot;&gt;Add a Page Element/ Tambah Gadget&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;klik &lt;span style=&quot;font-weight: bold;&quot;&gt;Javascript/HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Copy dan paste code di bawah ini: &lt;/li&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;form name=&quot;copy&quot;&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;input onclick=&quot;javascript:this.form.txt.focus();this.form.txt.select();&quot; type=&quot;button&quot; value=&quot;Select All&quot; /&gt;&lt;br /&gt;
&lt;textarea cols=&quot;55&quot; name=&quot;txt&quot; rows=&quot;100&quot; style=&quot;height: 200px; width: 520px;&quot; wrap=&quot;VIRTUAL&quot;&gt;&amp;lt;div class=&quot;arrowlistmenu&quot;&amp;gt;

&amp;lt;h3 class=&quot;menuheader expandable&quot;&amp;gt;DESAIN GRAFIS&amp;lt;/h3&amp;gt;
&amp;lt;ul class=&quot;categoryitems&quot;&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 2&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 4&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 5&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 6&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 7&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 8&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;

&amp;lt;h3 class=&quot;menuheader expandable&quot;&amp;gt;TUTORIAL BLOG&amp;lt;/h3&amp;gt;
&amp;lt;ul class=&quot;categoryitems&quot;&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/06/menu-accordion.html&quot;&amp;gt;membuat menu accordion&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/06/memasang-kalender.html&quot;&amp;gt;memasang kalender&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/06/membuat-judul-blog-berjalan.html&quot;&amp;gt;membuat judul blog berjalan&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;http://tutorialmacho.blogspot.com/2010/03/ganti-kursor.html&quot;&amp;gt;ganti kursor&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;membuat tombol back to top&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;memasang jam&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;

&amp;lt;h3 class=&quot;menuheader expandable&quot;&amp;gt;LINK TERKAIT&amp;lt;/h3&amp;gt;
&amp;lt;ul class=&quot;categoryitems&quot;&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;http://ficomp.blogspot.com/&quot;&amp;gt;LPK Ficomp Jepara&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;http://gamanusantara.blogspot.com/&quot;&amp;gt;LP2K Gama Nusantara Kudus&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;PKBM Nurul Muhtadin&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 4&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 5&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 6&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#&quot;&amp;gt;sub menu 7&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;

&amp;lt;div&amp;gt;
&lt;/textarea&gt;&lt;/div&gt;
&lt;/form&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;Kemudian Simpan&lt;/li&gt;
&lt;li&gt;Lihat hasil.&lt;/li&gt;
&lt;/ol&gt;
Selamat mencoba…</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/4193745430021949627/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/06/menu-accordion.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4193745430021949627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4193745430021949627'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/06/menu-accordion.html' title='Menu Accordion'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwfEGlg1ZWHz25mBJH-U3W18qRLk7nFSW458u_kmnjn5iz89OysW4U_bax8P0bszbbWKOF2a8bw5gjVxNzD4ZXXSQ3b0mZMga4Kp4IHXllNgyXMIDh_vdFR83U8LOK8vGcKDS_yeGmre9m/s72-c/menu+accordion.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-4142506625110562227</id><published>2010-06-23T19:11:00.002+07:00</published><updated>2012-03-07T18:02:45.921+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Memasang Kalender</title><content type='html'>&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1nfNeHb-SntXZ0jc79SIncOdJx80NB_3Om5FOx-lOQ8j4qLoXXH7RwKoq2rWXU-m-nCD8QuVwoD0AALNiBGse1-wuTHquiJd6gI1S6MeYmDMZTe0CwqvSgXralDD9nLYZ2sXB5KnL9kcB/s1600/kalender.JPG&quot;&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5485941825522443154&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1nfNeHb-SntXZ0jc79SIncOdJx80NB_3Om5FOx-lOQ8j4qLoXXH7RwKoq2rWXU-m-nCD8QuVwoD0AALNiBGse1-wuTHquiJd6gI1S6MeYmDMZTe0CwqvSgXralDD9nLYZ2sXB5KnL9kcB/s320/kalender.JPG&quot; style=&quot;cursor: pointer; height: 222px; width: 286px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Ingin memasang kalender yang rapi dan sederhana? Penggunaan CSS yang mudah untuk mengubah tampilanya nya, dari dimensi penanggalan, warna dan ukuranya.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://ficomp.blogspot.com/&quot;&gt;Lihat demo&lt;/a&gt;&lt;br /&gt;
Jika tertarik, ikutin langkah-langkahnya :&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 1:&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Login ke Blog Anda&lt;/li&gt;
&lt;li&gt;Masuk ke &lt;span style=&quot;font-weight: bold;&quot;&gt;Layout/Tata Letak&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Terus menuju &lt;span style=&quot;font-weight: bold;&quot;&gt;Edit HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Cari code ini &lt;span style=&quot;color: black; font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Copy script code dibawah ini dan letakkan dibawah code &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;div&gt;&lt;form name=&quot;copy&quot;&gt;&lt;div align=&quot;left&quot;&gt;&lt;input onclick=&quot;javascript:this.form.txt.focus();this.form.txt.select();&quot; type=&quot;button&quot; value=&quot;Select All&quot; /&gt; &lt;textarea cols=&quot;55&quot; name=&quot;txt&quot; rows=&quot;100&quot; style=&quot;height: 50px; width: 520px;&quot; wrap=&quot;VIRTUAL&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://macho.googlecode.com/files/basiccalendar.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/textarea&gt;&lt;/div&gt;&lt;/form&gt;&lt;/div&gt;&lt;li&gt;Taruh script code dibawah ini dan letakkan diatas code &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;div&gt;&lt;form name=&quot;copy&quot;&gt;&lt;div align=&quot;left&quot;&gt;&lt;div&gt;&lt;div align=&quot;left&quot;&gt;&lt;input onclick=&quot;javascript:this.form.txt.focus();this.form.txt.select();&quot; type=&quot;button&quot; value=&quot;Select All&quot; /&gt; &lt;textarea cols=&quot;55&quot; name=&quot;txt&quot; rows=&quot;100&quot; style=&quot;height: 200px; width: 520px;&quot; wrap=&quot;VIRTUAL&quot;&gt;/* kalender */  .main { width:200px; border:1px solid #c4c4c4; }  .month { background-color:#e9e7e7; font:bold 12px verdana; color:black; }  .daysofweek { background-color:gray; font:bold 12px verdana; color: black; }  .days { font-size: 12px; font-family:verdana; color:black; background-color: #e9e7e7; padding: 2px; }  .days #today{ font-weight: bold; color: blue; font-size: 12px; }  &lt;/textarea&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;li&gt;Kemudian Simpan Template&lt;/li&gt;
&lt;/form&gt;&lt;/div&gt;&lt;/ol&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 2 : &lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;klik &lt;span style=&quot;font-weight: bold;&quot;&gt;Page Element/ Elemen Laman tab&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;klik &lt;span style=&quot;font-weight: bold;&quot;&gt;Add a Page Element/ Tambah Gadget&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;klik &lt;span style=&quot;font-weight: bold;&quot;&gt;Javascript/HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Copy dan paste code di bawah ini: &lt;/li&gt;
&lt;div&gt;&lt;form name=&quot;copy&quot;&gt;&lt;div align=&quot;left&quot;&gt;&lt;input onclick=&quot;javascript:this.form.txt.focus();this.form.txt.select();&quot; type=&quot;button&quot; value=&quot;Select All&quot; /&gt; &lt;textarea cols=&quot;55&quot; name=&quot;txt&quot; rows=&quot;100&quot; style=&quot;height: 160px; width: 520px;&quot; wrap=&quot;VIRTUAL&quot;&gt; &amp;lt;script type=&quot;text/javascript&quot;&amp;gt;  var todaydate=new Date() var curmonth=todaydate.getMonth()+1 //get current month (1-12) var curyear=todaydate.getFullYear() //get current year  document.write(buildCal(curmonth ,curyear, &quot;main&quot;, &quot;month&quot;, &quot;daysofweek&quot;, &quot;days&quot;, 1)); &amp;lt;/script&amp;gt; &lt;/textarea&gt;&lt;/div&gt;&lt;/form&gt;&lt;/div&gt;&lt;li&gt;Kemudian Simpan&lt;/li&gt;
&lt;li&gt;Lihat hasil.&lt;/li&gt;
&lt;/ol&gt;Selamat mencoba…</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/4142506625110562227/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/06/memasang-kalender.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4142506625110562227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/4142506625110562227'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/06/memasang-kalender.html' title='Memasang Kalender'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1nfNeHb-SntXZ0jc79SIncOdJx80NB_3Om5FOx-lOQ8j4qLoXXH7RwKoq2rWXU-m-nCD8QuVwoD0AALNiBGse1-wuTHquiJd6gI1S6MeYmDMZTe0CwqvSgXralDD9nLYZ2sXB5KnL9kcB/s72-c/kalender.JPG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-8198041480918864231</id><published>2010-06-21T13:42:00.000+07:00</published><updated>2010-07-13T13:01:51.160+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Judul Blog Berjalan</title><content type='html'>&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/AVvXsEgcNGGcyl-eyyY-fVFEIdPo8QxDXavXDZyUeqtnXoROOxQ_WGHL7P6sm4r5jlJMk23Ktc68egvcZMp1UFJxBzTUJOg1rRhxwzXxtu9m3LfbUHEJQrspiKPse1sQ6VCVV1Fz6sNRvdeocS6Q/s1600/judul+blog+berjalan.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; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcNGGcyl-eyyY-fVFEIdPo8QxDXavXDZyUeqtnXoROOxQ_WGHL7P6sm4r5jlJMk23Ktc68egvcZMp1UFJxBzTUJOg1rRhxwzXxtu9m3LfbUHEJQrspiKPse1sQ6VCVV1Fz6sNRvdeocS6Q/s320/judul+blog+berjalan.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Mau judul blog kamu berjalan?&lt;br /&gt;
&lt;br /&gt;
Jika tertarik, ikutin langkah-langkahnya :&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Login&lt;/span&gt; ke Blog Anda&lt;/li&gt;
&lt;li&gt;Masuk ke &lt;span style=&quot;font-weight: bold;&quot;&gt;Layout/Tata Letak&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Terus menuju Edit HTML&lt;/li&gt;
&lt;li&gt;Cari code ini &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Taruh script code dibawah ini dan letakkan dibawah code &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;form name=&quot;copy&quot;&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;input onclick=&quot;javascript:this.form.txt.focus();this.form.txt.select();&quot; type=&quot;button&quot; value=&quot;Select All&quot; /&gt;&lt;br /&gt;
&lt;textarea cols=&quot;55&quot; name=&quot;txt&quot; rows=&quot;100&quot; style=&quot;height: 110px; width: 500px;&quot; wrap=&quot;VIRTUAL&quot;&gt;&amp;lt;script language=&quot;JavaScript&quot;&amp;gt; var txt=&quot;sample-macho&quot;; var kecepatan=300;var segarkan=null;function bergerak() { document.title=txt; txt=txt.substring(1,txt.length)+txt.charAt(0); segarkan=setTimeout(&quot;bergerak()&quot;,kecepatan);}bergerak(); &amp;lt;/script&amp;gt; &lt;/textarea&gt;&lt;/div&gt;
&lt;/form&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;Ganti Angka kecepatan sesuai yg anda inginkan&lt;/li&gt;
&lt;li&gt;Kemudian &lt;span style=&quot;font-weight: bold;&quot;&gt;Simpan Template&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Lihat hasil.&lt;/li&gt;
&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/8198041480918864231/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/06/membuat-judul-blog-berjalan.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/8198041480918864231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/8198041480918864231'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/06/membuat-judul-blog-berjalan.html' title='Membuat Judul Blog Berjalan'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcNGGcyl-eyyY-fVFEIdPo8QxDXavXDZyUeqtnXoROOxQ_WGHL7P6sm4r5jlJMk23Ktc68egvcZMp1UFJxBzTUJOg1rRhxwzXxtu9m3LfbUHEJQrspiKPse1sQ6VCVV1Fz6sNRvdeocS6Q/s72-c/judul+blog+berjalan.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6534996647228606336.post-3076611072960854755</id><published>2010-03-18T14:44:00.000+07:00</published><updated>2010-07-13T13:02:12.734+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Ganti Kursor</title><content type='html'>Anda ingin ganti kursor tapi ga tahu caranya ? ni langkah2nya :&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Pertama-tama anda harus tentukan gambar cursornya ( &lt;a href=&quot;http://www.nackvision.com/cursorV/&quot;&gt;disini&lt;/a&gt; ), kemudian pilih category yang di sediaiin,&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Login&lt;/span&gt; ke blogger anda - &lt;span style=&quot;font-weight: bold;&quot;&gt;klik Layout/Tata Letak – Edit HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Kemudian letakan kode berikut stetelah &lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;body {&lt;/span&gt;&lt;/li&gt;
&lt;br /&gt;
&lt;blockquote&gt;
cursor : url(‘&lt;span style=&quot;color: #009900;&quot;&gt;http://www.nackvision.com/cursorV/halloween/batmoon01.gif&lt;/span&gt; ‘), default;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;li&gt;Ganti kode yang berwarna hijau dengan alamat URL gambar pilihan anda&lt;/li&gt;
&lt;li&gt;Kemudian Simpan Template.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Jika anda ingin ganti kursor dengan gambar sendiri, caranya :&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Pertama-tama upload gambar anda tersebut di &lt;a href=&quot;http://tinypic.com/&quot;&gt;tinipic&lt;/a&gt;, &lt;a href=&quot;http://photobucket.com/&quot;&gt;photobucket&lt;/a&gt;, &lt;a href=&quot;http://imageshack.us/&quot;&gt;imageusshack&lt;/a&gt; atau bisa juga diupload dimanapun terserah anda&lt;/li&gt;
&lt;li&gt;Setelah diupload copy alamat URL gambar anda&lt;/li&gt;
&lt;/ol&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhO_pYI6SGb3cbQa7bHb41Pmwvg631rhy3yamkhXg-pbs8xKSJcmJMKe_CqRtWfVMI0Rk5-COw0ErBgljppo5SGayvMDenWS46xUOW2K7-CT35YWCJJHavRQ4d5ccpakGLJ8EHZFWOzhAS8/s1600/tinypic.jpg&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5485112336684746722&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhO_pYI6SGb3cbQa7bHb41Pmwvg631rhy3yamkhXg-pbs8xKSJcmJMKe_CqRtWfVMI0Rk5-COw0ErBgljppo5SGayvMDenWS46xUOW2K7-CT35YWCJJHavRQ4d5ccpakGLJ8EHZFWOzhAS8/s320/tinypic.jpg&quot; style=&quot;cursor: pointer; height: 360px; width: 512px;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;Kemudian ganti kode yang berwarna hijau diatas dengan alamat URL gambar anda&lt;/li&gt;
&lt;li&gt;Kemudian Simpan Template.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Jika tertarik anda bisa pakai gambar saya berikut :&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://i42.tinypic.com/2ldiph2.gif&quot;&gt;http://i42.tinypic.com/2ldiph2.gif&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://i39.tinypic.com/2r5qmc0.gif&quot;&gt;http://i39.tinypic.com/2r5qmc0.gif&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Selamat mencoba…</content><link rel='replies' type='application/atom+xml' href='http://tutorialmacho.blogspot.com/feeds/3076611072960854755/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://tutorialmacho.blogspot.com/2010/03/ganti-kursor.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/3076611072960854755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6534996647228606336/posts/default/3076611072960854755'/><link rel='alternate' type='text/html' href='http://tutorialmacho.blogspot.com/2010/03/ganti-kursor.html' title='Ganti Kursor'/><author><name>macho</name><uri>http://www.blogger.com/profile/07584312794476608716</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJIiZ6FpJTb2lUmlc9yZ0IeBgsZrk4mlhp5n8bH7a605XxXmgXISk5_-N5ZqupIXB86qT0VFjbGAwnMdnw51Y3Dr_Unfiot5IhlLpTh08Tu-sY14b59VNSKG26lcMsAhM/s220/aq.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhO_pYI6SGb3cbQa7bHb41Pmwvg631rhy3yamkhXg-pbs8xKSJcmJMKe_CqRtWfVMI0Rk5-COw0ErBgljppo5SGayvMDenWS46xUOW2K7-CT35YWCJJHavRQ4d5ccpakGLJ8EHZFWOzhAS8/s72-c/tinypic.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>