Wednesday, September 28, 2011

Cara Memasang Adsense di Blog

Cara Memasang Adsense di Blog - Pada postingan tutorial blog yang lalu, Blog Merdiyanse7 ini telah coba sharing ke sobat semua mengenai cara Agar Widget Blog Hanya Tampil Di Home Page atau Postingan Saja. Bagaimana sob dengan tutorialnya? Apakah sudah dicoba diblog sobat? Dan bagaimana hasilnya? Jika sobat semua ada pertanyaan, kritik, saran, atau apa saja untuk kemajuan blog ini, saya akan sangat senang bila sobat menyampaikannya melalui kotak komentar yang ada dibawah postingan disetiap halaman blog ini.

Pada postingan kali ini, saya akan kembali mencoba untuk berbagi ilmu tutorial blog mengenai Cara Memasang Adsense di Blog. Sebetulnya sudah sangat banyak tutorial sejenis yang beredar di blog-blog para senior yang ada dijagad maya ini. Namun selain untuk sharing ke teman-teman, tutorial Cara Memasang Adsense di Blog ini saya abadikan juga diblog saya, sebagai catatan untuk diri saya sendiri bila akan Memasang Adsense di Blog saya.

Baiklah sobat dibawah ini merupakan langkah-langkah untuk Memasang Adsense di Blog :

TAHAP I

Untuk dapat memasang script Adsense di struktur HTML template blog, script adsense yang akan kita pasang, harus kita parse terlebih dahulu.

Untuk mem-parse script adsense tersebut silakan sobat klik disini

Berikut adalah contoh script adsense yang belum di parse :

<script type="text/javascript"><!--
 google_ad_client = "pub-xxxxxxxxxxxxxxxx";
 /* 336x280, created 8/6/09 */
 google_ad_slot = "xxxxxxxxxx";
 google_ad_width = 336;
 google_ad_height = 280;
 //-->
 </script>
 <script type="text/javascript"
 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
 </script>

Dan dibawah ini adalah contoh script adsense yang telah di parse :

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
 google_ad_client = &quot;pub-xxxxxxxxxxxxxxxx&quot;;
 /* 336x280, created 8/6/09 */
 google_ad_slot = &quot;xxxxxxxxxx&quot;;
 google_ad_width = 336;
 google_ad_height = 280;
 //--&gt;
 &lt;/script&gt;
 &lt;script type=&quot;text/javascript&quot;
 src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
 &lt;/script&gt;

TAHAP II

Setelah script adsense kita parse, tahapan selanjutnya adalah silakan sobat login ke akun blog sobat dan pilih menu Design > Edit HTML dan jangan lupa untuk mencentang tulisan Expand Widget Templates. Kemudian silakan sobat cari kode

<data:post.body/>

Nah, jika sobat ingin memasang Adsense di dalam postingan blogspot tepat di bawah judul, maka taruh kode Adsense sobat tadi di atas <data:post.body/>, sedangkan jika ingin iklan tampil di bawah postingan, pasang script Adsense di bawah <data:post.body/>.

Jika sobat ingin “memasukkan” adsense kedalam teks postingan silakan tambahkan kode berikut

<div style='float: left; padding: 3px; 3px; 3px; 3px;'>
 Script Adsense yang sudah di-parse
</div>

untuk menentukan alignment iklan Adsense sobat. float:left agar iklan tampil di kiri, float:center untuk posisi iklan di tengah, dan float:right untuk posisi iklan di kanan.

Setelah semua tahapan diatas selesai, jangan lupa untuk menyimpan hasil settingan tersebut pada template sobat dengan menekan tombol save, kemudian silakan lihat hasilnya.

Baiklah sobat, postingan saya mengenai Cara Memasang Adsense di Blog saya cukupkan sampai disini, selamat berkreasi dan semoga tutorial ini bermanfaat.

Happy Blogging…

Baca Selengkapnya …

Saturday, September 24, 2011

Agar Widget Blog Hanya Tampil Di Home Page atau Postingan Saja

Agar Widget Blog Hanya Tampil Di Home Page atau Postingan Saja - Setelah pada postingan yang lalu blog ini telah sharing ke sobat semua tentang bagaimana cara Menghilangkan Logo Tang & Obeng (Quick Edit) Pada Blogspot, pada kesempatan ini saya akan kembali berbagi trik tutorial blog dengan sobat sekalian mengenai cara Agar Widget Blog Hanya Tampil Di Home Page atau Postingan Saja

Trik ini memang cukup bermanfaat untuk menyiasati agar blog kita lebih ringan ketika melakukan proses loading selain itu juga agar blog kita lebih tampil elegan dan tidak terkesan semerawut sehingga pembaca betah berlama-lama di blog kita.

Pada dasarnya untuk mengatur widget hanya tampil di halaman homepage saja atau hanya tampil di halaman postingan saja, sobat cukup menambahkan sedikit kode seperti dibawah ini pada struktur html template sobat. Berikut adalah kodenya :

1. Jika sobat ingin menampilkan widgetnya hanya tampil di homepage maka kodenya adalah :

      <b:if cond='data:blog.url == data:blog.homepageUrl'>
      Dan akhiri dengan kode
      </b:if>

2. Sedangkan jika sobat ingin agar widget hanya tampil di halaman postingan saja, silakan gunakan kode berikut :

       <b:if cond='data:blog.pageType == &quot;item&quot;'>
       Dan akhiri juga dengan
       </b:if>

Untuk pengaplikasian nya di kode html template sobat, silakan sobat buka design > edit html pada blog sobat dan jangan lupa untuk mencentang Expand Template Widget. Kemudian silakan sobat cari kode <b:widget id=

Dibawah ini adalah contoh lengkapnya :

<b:widget id='HTML14' locked='false' title='Artikel Terkait' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

Kode yang berwarna merah adalah kode yang harus sobat tambahkan.

Contoh di atas adalah jika sobat ingin menampilkan widget hanya pada homepage blog sobat. Sementara jika sobat ingin menampilkan nya hanya pada postingan, tinggal ganti saja tulisan yang berwarna merah dengan kodenya yang ada di atas. Cukup mudah bukan???

Naaah sobat, postingan saya mengenai cara Agar Widget Blog Hanya Tampil Di Home Page atau Postingan Saja ini saya cukupkan dulu sampai disini. Semoga bermanfaat…

Baca Selengkapnya …

Wednesday, September 21, 2011

Konser Linkin Park Jakarta 2011, Memakan Korban Pingsan

Konser Linkin Park Jakarta 2011, Memakan Korban Pingsan - Antusiasme para penggemar Linkin Park memang sangat luar biasa, ini terbukti pada Konser Linkin Park Jakarta 2011 ini, Stadion Gelora Bung Karno, Jakarta yang dijadikan tempat untuk konser ini penuh sesak dipadati oleh para penggemar Linkin Park di Indonesia

Meskipun panitia mematok harga tiket yang cukup tinggi pada Konser Linkin Park Jakarta 2011 ini, yaitu mulai dari Rp 550 ribu untuk sides section, Rp 750 ribu untuk mid section, Rp 1 juta untuk kelas green, Rp 1,2  juta untuk festival, Rp 1,9 juta untuk kelas blue, dan Rp 2,5 juta untuk kelas yellow, namun tidak menyurutkan semangat para penggemar Linkin Park Indonesia khususnya di Jakarta untuk menyaksikan penampilan band kesayangan mereka ini.

Namun sayangnya baru lima lagu yang dinyanyikan pada Konser Linkin Park Jakarta 2011 ini telah  memakan korban, beberapa penggemar Linkin Park jatuh pingsan karena banyaknya jumlah pengunjung yang ingin menyaksikan aksi Chester Bennington dan kawan-kawan ini.

Konser Linkin Park Jakarta 2011 merupakan konser kedua mereka di Indonesia, setelah yang pertama diselenggarakan pada  13 Juni 2004 silam di Pantai Karnaval, Taman Impian Jaya Ancol, Jakarta. Tapi meskipun Konser Linkin Park Jakarta 2011 ini merupakan penampilan kedua mereka di Indonesia, konser yang berlangsung pada Rabu 21 September 2011 ini tetap saja membius para penggemar mereka yang terus menerus teriak histeris dan ikut hanyut dalam alunan musik yang mereka bawakan.

Baca Selengkapnya …

Jacob Barnett, Bocah Jenius yang memiliki IQ 10 poin Lebih tinggi dari Albert Einstain

Jacob Barnett, Bocah Jenius yang memiliki IQ 10 poin Lebih tinggi dari Albert Einstain - Usianya saat ini baru menginjak 12 tahun namun kejeniusannya telah melampaui kejeniusan sang penemu Teori Relativitas Albert Einstein. Jacob Barnett, bocah dengan kelainan Asperger’s syndrome (jenis penyakit yang juga pernah dialami oleh Einstein dimasa kecilnya) ini memiliki IQ 170 poin, lebih tinggi 10 poin dibandingkan dengan IQ Albert Einstein.

Bocah kelahiran Indianapolis, Amerika Serikat ini mamang luar biasa!!. Tidak salah kalau orang menyebutnya sebagai titis Einstain. Bayangkan pada usia 3 tahun Jacob Barnett telah berhasil memecahkan rekor teka-teki 5.000 potong puzzle, bahkan diusia yang masih cukup dini yaitu 8 tahun ia telah menyelesaikan pendidikan SMA nya.

Dengan menggunakan jendela rumahnya sebagai papan tulis, Jacob Barnett telah mengembangkan lebih jauh Teori Relativitas yang ditemukan oleh Albert Einstein. Bahkan Profesor Scott Tremaine dari Advanced Study yaitu sebuah institute terkenal dunia di Princeton, New Jersey mengakui bahwa teori yang dikembangkan oleh Jacob Barnett adalah teori yang melibatkan masalah paling sulit dalam astrofisika dan fisika teoretis.

Profesor Scott meyakini Jacob Barnett pasti akan dapat melampaui Albert Einstein untuk menggali dan memecahkan lebih dalam mengenai Teori Relativitas ini mengingat usianya yang masih cukup muda dibandingkan dengan Albert Einstein yang berusia 26 tahun ketika ia mengembangkan teori dengan rumus e = mc2 itu

Baca Selengkapnya …

Friday, September 16, 2011

Menghilangkan Logo Tang & Obeng (Quick Edit) Pada Blogspot

Menghilangkan Logo Tang & Obeng (Quick Edit) Pada Blogspot - Fungsi dari logo tang dan obang pada blogspot adalah untuk melakukan editing cepat (Quick Edit) pada elemen-elemen blog yang terletak disudut kanan bawah masing-masing elemen, baik itu pada header, sidebar maupun footer.

Logo tang dan obeng ini biasanya akan muncul jika sobat baru saja mengganti template pada blog sobat. Tampilannya logo tersebut pada blog memang sedikit mengganggu dan mengurangi kenyamanan kita melihatnya.

Berikut adalah screenshot dari Logo Quick Edit tersebut :


Namun jika fungsi quick edit tersebut ingin sobat hilangkan, caranya cukup mudah sekali.

Berikut ini adalah langkah-langkahnya :

1.    Silakan sobat login terlebih dahulu keakun blog sobat.

2.    Kemudian klik design  > edit html dan cari kode

        ]]></b:skin>

3.    Selanjutnya silakan sobat copy paste kode berikut sebelum kode diatas

       .quickedit{
        display:none;
        }

4.    Terakhir silakan sobat simpan dan lihat hasilnya. Mudah bukan?

Ok, sekarang saatnya saya undur diri dulu dari hadapan anda ( xixixi… kayak presenter tv aja ;p ) maksudnya saya cukupkan dulu untuk postingan saya kali ini mengenai cara Menghilangkan Logo Tang & Obeng (Quick Edit) Pada Blogspot, semoga tutorial ini bermanfaat.

Baca Selengkapnya …

Benefit Event Organizer On Your Wedding Day

Benefit Event Organizer On Your Wedding Day - In this modern era with the Service Event Organizer, a wedding can and should run better. However one chooses, it could be a wedding to be chaotic and troublesome.

All event organizers must have the selection process is based on a criterion. One of the reply into consideration is the quality in the handling of the event until the price is proposing.

But most people would now prefer the services of event organizer for recommendations from friends, relatives, clients or anyone else who could be trusted. How about you? What criteria are used in selecting the services of event organizer for the moments of your wedding?

Event Organizer Services task is conceptualizing an event, organize, and execute it. Is this what is meant by event organizer products? Yes, and this in terms of an Event Organizer is a working system.

Using the services of event organizers are not solely for the reasons you want to be free from all the trouble he would face in preparing for the wedding. Ideally, the cost incurred to hire the services of event organizer must be reciprocated accordingly or even more satisfying. Unfortunately not all a professional event organizer who you think. So before choosing it would not hurt for you to examine first.


The conclusion is that an event organizer that both can be seen from the portfolio of their work. Anyone who ever they handle clients and how events shape as seen from the Event Organizer company's portfolio.

Listen to testimonials from relatives or friends who have used the services of event organizers. Consider all the advantages and disadvantages of each service event organizer who became the primary option.

Let the selective and do not be fooled by the exorbitant price of the proposed event organizer. The high price is not a guarantee of high quality events.

For those of you who are planning your wedding, I highly recommend you to visit that is Best for Bride The Best Bridal Stores that provide wedding dresses, bridesmaid dresses, Wedding Favors and everything else needed to make your wedding day a special day for you

Baca Selengkapnya …

Wednesday, September 14, 2011

The occurrence of Divorce Causes

The occurrence of Divorce Causes - In the domestic life of course there are many romance of life that characterizes the course of a marriage, of a pleasant or happy until the bad thing until the divorce. One of the tragic incident that is currently often the case in many marriages is the occurrence of perceraiaan. There are various factors that cause divorce to a variety of reasons which underlie the occurrence of a perceraiaan.

Here are some factors that cause the occurrence of divorce :

If you need a divorce lawyer who can assist you in finding the best solution in your divorce proceedings, Edinburgh divorce lawyers is the answer of what you need.

1. Disharmony in the household : The reason these are the reasons most often put forward by the husband - wife who are divorcing. Disharmony can be caused by many things, among others, the financial crisis, moral crisis, and the presence of a third person. In other words, the term harmony is all too common to require a more detailed breakdown.

2. Morality and moral crisis : In addition to the disharmony in the household, divorce is also often gain the foundation of morals and moral crisis, which can be neglected her responsibility either by husband or wife, polygamy is not healthy, persecution, harassment and other behaviors that harm done either by the husband or the wife, eg drunkenness, adultery, a crime is involved, even the debt.

3. Adultery :  In addition, other problems which may result in a divorce is adultery, which is sexual relations outside of marriage was for both the husband and wife.

4. Marriage without love : The other reason that is often put forward by the husband and wife, to end a marriage is that their marriage has lasted without a love based. To overcome the difficulties resulting from a loveless marriage, the couple should reflect themselves to understand the real problems, also should attempt to try to create cooperation in producing the best decision.

5. The existence of problems in marriage : In a marriage would not be separated from the name problem. Problems in marriage it is a matter of course, but the protracted dispute and can not be reconciled longer automatically be followed by separate beds. The first step in tackling a problem marriage were:

  •     The openness between the husband - wife
  •     Trying to appreciate the partner
  •     If there is a problem in the family, should be resolved well
  •     Mutual affection between couples

    If you need a divorce lawyer who can assist you in finding the best solution in your divorce proceedings, Edinburgh divorce lawyers is the answer of what you need.

    Baca Selengkapnya …

    Monday, September 12, 2011

    Membuat Widget Popular Post dengan Animasi

    Membuat Widget Popular Post dengan Animasi - Assalamu’alaikum sobat blogger… bagaimana kabarnya? Mudah-mudahan sehat selalu yah.. Setelah beberapa waktu yang lalu kita telah melewati bulan ramadhan sebulan penuh kemudian dilanjutkan dengan libur lebaran yang insyaALLAH penuh kesan, semoga setelah semuanya berlalu semangat ramadhan masih melekat di diri kita, amiiin….

    Sobat.. pada postingan saya mengenai tutorial blog kali ini, saya akan sharing ke sobat semuanya mengenai cara Membuat Widget Popular Post dengan Animasi pada blogspot, postingan ini untuk terus melengkapi postingan-postingan saya  sebelumnya mengenai tutorial blog guna mempercantik tampilan blog. Gambar dibawah ini adalah contoh Widget Popular Post dengan Animasi. Jika sobat ingin melihat versi demonya silakan sobat klik disini (Sok atuh di klik)


    Baiklah sob… tanpa panjang lebar lagi, kita langsung saja ke tutorialnya.

    1. Silakan sobat login ke akun blog sobat.

    2. Kemudian pilih Design > Page Elements

    3. Jika pada blog sobat belum terpasang widget popular post, silakan sobat tambahkan dengan mengklik “Add Gadget” dimana saja yang sobat inginkan dan jangan lupa akhiri dengan mengklik tombol save


    4. Selanjutnya silakan sobat klik lagi “Add Gadget” dan tambahkan gadget  HTML/Javascript kemudian copas kode dibawah ini dan akhiri dengan mengklik tombol save.

    <style type="text/css" media="screen">

    #PopularPosts1 {
     overflow:hidden;
    margin-top:5px;
    padding:0px 0px;
    height:400px;
    }
    #PopularPosts1 ul {
    width:220px;
    overflow:hidden;
    list-style-type: none;
    padding: 0px 0px;
    margin:0px 0px;
    }
    #PopularPosts1 li {
     width:208px;
    padding: 5px 5px;
    margin:0px 0px 5px 0px;
    list-style-type:none;
    float:none;
    height:80px;
    overflow: hidden;
    background:#fff url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/post.jpg) repeat-x;
    border:1px solid #ddd;
    }
    #PopularPosts1 li .item-title {
        color:#A5A9AB;
        font-size:1em;
        margin-bottom:0.5em;
    }
    #PopularPosts1 li .item-title a {
     text-decoration:none;
    color:#4B545B;
    font-size:11px;
    height:18px;
    overflow:hidden;
    margin:0px 0px;
    padding:0px 0px 2px 0px;
    }
    #PopularPosts1 li img {
     float:left;
    margin-right:5px;
    background:#EFEFEF;
    border:0;
    }
    #PopularPosts1 li .item-snippet {
      overflow:hidden;
    font-family:Tahoma,Arial,verdana, sans-serif;
    font-size:10px;
    color:#262B2F;
    padding:0px 0px;
    margin:0px 0px;
    }
    #PopularPosts1 .item-snippet a,
    #PopularPosts1 .item-snippet a:visited {
        color:#3E4548;
        text-decoration: none;
    }
    #PopularPosts1 .spyWrapper {
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    #PopularPosts1 {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    .tags span,
    .tags a {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    }
    a img {
        border: 0;
    }
    -->
    </style>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript" charset="utf-8">
    $(function () {
        $('.popular-posts ul').simpleSpy();
    });
    </script>
    <script src="http://accordion-for-blogger.googlecode.com/svn/trunk/simplespy.js" type="text/javascript"></script>

    Nah Sobat, Widget Popular Post dengan Animasi sekarang sudah jadi. Silakan sobat simpan terlebih dahulu settingan pada Page Elements tadi kemudian liat hasilnya.

    Saya rasa cukup sampai disini dulu postingan saya mengenai cara Membuat Widget Popular Post dengan Animasi kali ini, semoga bermanfaat.

    Baca Selengkapnya …

    Friday, September 9, 2011

    Two Important Things In Weight Loss

    Two Important Things In Weight Loss - It seems plain that thin people have wanted to weight gain. While that was a little fed beasts usually want the weight is reduced. This is something that is very commonplace and prevalent because basically people are always wanting things, including body weight ideal.

    Excess weight has some bad effects. Besides looks less attractive, people who have excess weight, far more potential for various diseases such as obesity, weak heart and diabetes. Basically the cause of excess weight is mostly fat that comes from the food we eat. If we want our weight down, then there is no other way except by reducing the amount of fats in our body. There are two things we need to look to reduce our weight, ie diet and physical activity of our.

    Food Supplements Products for weight loss is safe and without hunger, and using natural materials. Order Now!

    Adjusting Diet

    What we eat and how much food we eat is the main reason that makes our weight increases. Therefore very important for us to reduce the size of the meal, try to eat only to eliminate hunger. In addition, the type of food is also worth noting. Avoid foods that contain high fat and carbohydrate.

    Physical activity

    How we work very hard physical effect on weight gain. A very simple example we see is the life of an athlete or sportsman. If at that time still young and active athletes in sports that they do, his body is ideal at all. But when the athlete has to retire, his weight is always increasing, so that his body is slowly look fat. This example illustrates the importance of physical activity to lose weight or to keep the ideal body. We always try to be physically active. It can be done by exercising, walking and various other activities.

    Both can be very difficult for us if our words do not have a strong desire to reduce our weight. Moreover, the problem for us who have excess weight is to keep the appetite. Possible for one to two days we can still hold it. As a workaround we can implement it by fasting.

    Probably the same as keeping the appetite, to keep our fixed physical activity, it feels very lazy. So this does not happen then we can indulge in a fun way. As the nature of sports games, doing exercise together, walks and so forth.

    Food Supplements Products for weight loss is safe and without hunger, and using natural materials. Order Now!

    Baca Selengkapnya …

    Thursday, September 8, 2011

    Importance of Water in Human Life

    Importance of Water in Human Life - Water plays a very vital in human life. Because the human body itself consists of 60-70% of its liquid form. So can imagine what would happen if humans do not consume enough water.

    Today we meet a lot of bottled water either in the form in containers or gallon bottles that are sold in the market. Even the few companies that provide facilities for water delivery services in order to facilitate human-gallon bottled drinking water. From the results of research showed that there was a significant increase in consumption of bottled water from year to year. So it is not surprising that today many companies that serve the order of drinking water that serve people's homes to offices elite. Therefore I strongly recommend you to visit a water delivery service is before you decide which service would you choose. I recommend it because this site gives a choice between the best service and the benefits you can get from the delivery service is based on research performed by experts in their respective fields.

    Well, my post ends meet me this time, May be useful for you.

    Baca Selengkapnya …
     

    Followers

    Statistik Blog

    Page Rank Check
    Web Design Blogs