SBSEdition

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, July 30, 2009

Cara men submit blog ke web directory secara otomatis

Posted on 9:33 PM by Unknown
Cara submit blog ke web directory secara outomatic : submit blog ke web directory atau ke search engine secara otomatis, wah hebat ga...? jadi kita ga perlu repot - repot mendaftarkan blog kita ke beribu ribu search engine ( mesin pencari ) tetapi kita cukup mendaftar ke suatu web submiter ( tapi kadang juga ga perlu daftar, alias tingal tancap aja ) dan yang pasti ini free alias gratisan.. tapi ada juga web submiter yang menyediakan fasilitas men submit blog atau website yang berbayar, wah.. mungkin ini lebih dahsyat kayaknya yah, yang gratisan aja udah sipz.. apa lagi yang berbayar... tapi ga tau juga sih... coz ga pernah coba yang berbayar, ga punya duit doloar soalnya.... hehehe... tapi ada baiknya kita coba dulu yang gratisan ini, pokoknya di jamin ga akan nyesel dech. Sebenernya ini cara otomatis dari cara manual yang pernah saya posting di blog ini sebelumnya yaitu cara mendaftarkan blog di search engine...
yupz.... untuk kali ini saya cuman memberikan gambaran dan contoh web submiter yang cara kerjanya adalah si website ini cuman mensubmitkan blog kita ke 20 mesin pencari (search engine) ternama dan teratas secara otomatis.. jika anda ingin melakukan pensubmitan blog yang lebih banyak lagi... silahkan cari aja lewat mesin pencari, misalkan dengan menggunakan kata kunci " free web submiter ", nah jika yang muncul di ranking pertama dan teratas dalam pencarian itu maka web itu lah yang paling ampuh.. okehhh... langsung aja saya kasih kotak submit nya di bawah ini.. anda tingal memasukkan alamat blog anda lengkap ( contoh : http://www.ekhan-musik.co.cc ) dan memasukkan alamt email yang anda punya serta jangan lupa kasih tanda centang atau cecklist pada tulisan " I agree to the terms " lalu tingal pencet tombol " submit ".... ni dia alatnya....

jika link blog anda semakin banyak berada di web atau situs lain maka semakin baik buat SEO blog anda..

dan untuk di inget, bahwa untuk mensubmitkan blog anda di web submiter seperti kotak diatas jangan lah anda terlalu sering sering mensubmit di web submiter yg sama, coz ni akan membuat blog anda di anggap spam / sampah.. saya rekomendasikan anda melakukan submit ulang jika blog anda mengalami perubahan, semisal merubah judul/title blog anda atau merubah template blog anda dll..
Read More
Posted in Seo, Tips, Trick | No comments

Cara memasang Popup Image Viewer

Posted on 1:07 AM by Unknown
Hallo frien saya ada, cara buat menarik pengunjung ya disamping SEO tentunya juga blog anda harus dipercantik, agar pengunjung suka pada blok anda, saya gak akan berbasabasi ria, kita mulai aja come ooooon!!!!!!!!!.Contohnya seperti ini :
Posting

Bagus Kan ?.

Gimana ?Mau ?

Gimana anda suka ?
1. Letakkan kode dibawah ini diatas ]]></b:skin>
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.mutiaramail.blogspot.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

2. Postingkan kode dibawah ini pada konten anda atau postingan anda.Sebelum posting, ganti dulu kode yang berwarna biru sesuai dengan keinginan anda.
<a class="thumbnail" href="#thumb"><img src="http://i721.photobucket.com/albums/ww218/sugwi/MoonIce.jpg" width="100px" height="66px" border="0" /><span><img src="http://i721.photobucket.com/albums/ww218/sugwi/MoonIce.jpg" /><br />Bagus Kan ?.</span></a>

<a class="thumbnail" href="#thumb"><img src="http://i721.photobucket.com/albums/ww218/sugwi/BlueSea.jpg" width="100px" height="66px" border="0" /><span><img src="http://i721.photobucket.com/albums/ww218/sugwi/BlueSea.jpg" /><br />Gimana ?Mau ?</span></a>

Selamat mencoba semoga sukses.Daaaaa......
Read More
Posted in Cara Pasang, Tips, Trick, Tutor | No comments

Wednesday, July 29, 2009

Cara Pasang Bold CSS Buttons

Posted on 4:45 AM by Unknown
SSSssst saya ada tips buat anda untuk memasang button buat Download, pada content anda.Siiip kita mulai saja, karna saya nggak bisa basa basi bisanya cuman basah.He..he..he. Nah Demonya seperti ini :

Single button:



Mutiaramail

Side by Side:



Blog Invest Make Money


Letakkan kode dibawah ini diatas ]]></b:skin>
/*Credits: Dynamic Drive CSS Library */
/*Follow: URL: http://mutiaramail.blogspot.com */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
background: transparent url('http://i721.photobucket.com/albums/ww218/sugwi/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}
a.boldbuttons span{
background: transparent url('http://i721.photobucket.com/albums/ww218/sugwi/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

Jangan lupa friend, ada dua macam yang Single Button dan Double Button
Letakkan kode dibawah ini pada postingan anda
  • Singgle Button
<div class="buttonwrapper"> <a class="boldbuttons" href="http://www.dynamicdrive.com/style/"><span>Dynamic Drive CSS Library</span></a> </div>
  • Double Button
<div class="buttonwrapper"> <a class="boldbuttons" href="http://www.dynamicdrive.com/style/csslibrary/category/C7/"><span>Download Now</span></a> <a class="boldbuttons" href="http://www.dynamicdrive.com/style/csslibrary/category/C7/" style="margin-left: 6px"><span>CSS buttons</span></a> </div>Setelah itu selesei. Selamat mencoba dan semoga sukses.
Read More
Posted in Cara Pasang, Tips, Trick, Tutor | No comments

Tuesday, July 28, 2009

Cara memasang CSS Indent Menu

Posted on 2:45 AM by Unknown
Hallo friend, saya ada tip untuk Navigasi ya mungkin warnanya cocok sama template anda, tapi saya gak ada contohnya, tapi gampang kok tinggal backup template anda lau coba untuk lihat hasilnya.Ok kita mulai aja ya saya gak perlu lama-lama.

Letakkan kode dibawah , diatas kode ini ]]></b:skin>;
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(http://i721.photobucket.com/albums/ww218/sugwi/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(http://i721.photobucket.com/albums/ww218/sugwi/indentbg2.gif) center center repeat-x;
}

</style>

Lalu pasang kode dibawah ini pada HTML anda
<div class='indentmenu'>
<ul>
<li><a href='http://www.mutiaramail.blogspot.com/'>Home</a></li>
<li><a class='current' href='Link 1/'>Link 1</a></li>
<li><a href='Link 2/'>Link 2</a></li>
<li><a href='Link 3'>Link 3</a></li>
<li><a href='Link 4/'>Link 4</a></li>
<li><a href='Link 5'>Link 5</a></li>
</ul>
</div>

Download

Setelah itu lihat hasilnya, anda suka? Selamat mencoba semoga sukses
Read More
Posted in Cara Pasang, Navigation, Tips, Trick, Tutor | No comments

Sunday, July 26, 2009

Exchange Link | Tukar Link

Posted on 10:00 PM by Unknown
Link Exchange Mutiaramail.blogspot.com provide for my friend to make it easier to build cooperation between Blogger. I hope useful for all.Thank for everything.
Tazkiyatunnafs`s Blog
Semua Ada di Sini
mobil bekas, info mobil bekas, tips mobil bekas
KANIGORO PAGELARAN
Rohadi"s Blog
Tukang Ngelink
Social Network
student loan zone
World of Cricket
Fresh Inspirasi
blog buat bloggers
Harri Online
Jalahati
Blog Buat Bloggers
Blog Na Gusti
ALKATRO ZONE
Dwi Isnein
HALOCOY
Fresh Inspirasi
Tukang_Ngetik
Computer Tips Tricks
Review Bisnis Online


Read More
Posted in Exchange Link | No comments

Friday, July 24, 2009

Cara Daftar Google Sitemap Untuk SEO Pada Blog

Posted on 12:09 AM by Unknown
Dalam kesempatan ini saya menyampaikan pengalaman saya, bagaimanakah cara mengoptimalkan blog kita agar dapat dibaca oleh google , yang mana setiap postingan yang kita update akan otomatis masuk kedalam database google sitemap dan ini baik untuk meningkatkan peringkat atau rangking di google search. Ingin tahu kelanjutannya silahkan klik
ini dia langkah langkah pembuatannya...
  • Yang pertama, anda kunjungi link berikut ini, tapi sebelumnya jika anda sudah mempunya email account gmail.com silahkan anda login terlebih dahulu atau jika belum punya email account di google (gmail.com) silahkan anda daftar dulu.. setelah anda daftar dan login silahkan anda kunjungi halaman dashboard google webmaster tool dengan cara klik disini kemudian anda akan di bawa ke halaman dashboard.
  • Langkah selanjutnya yang musti anda lakukian adalah mensubmit / memasukkan alamat url blog anda ( contoh : http://e-punya.blogspot.com ) pada kotak submit url yang tersedia di halaman dashboard tersebut dan kemudian jangan lupa anda tekan tombol "ADD SITE"..
  • Setelah anda mensubmitkan alamat url blog anda, sekarang anda berada di halaman "Overview" dan dihalaman itu ada kotak pemberitahuan yang isinya seperti ini


    Your site has been added to your account. Verify your ownership to view detailed statistics and errors for it.
  • Setelah anda melihat kotak pemberitahuan tersebut dibawahnya ada kotak lagi berlatar belakang kuning yang isinya seperti ini


    Verify your site. By verifying your site you can access comprehensive statistics and crawl errors about the pages in your site
  • Kemudian klik link yang bertuliskan Verify your site pada halaman Overview anda dan anda akan dibawa kehalamn Verify a Site
  • Kemudian dihalam tersebut ada pilihan yang bertuliskan "Choose Verification Metod.." dan klik pilihan tersebut kemusdian pilih pilihan "Add a Meta tag" dan kopi seluruh kode meta tag yang berad dibawahnya dan masukkan kedalam blog anda..
  • Cara memasukkan kedalam blog anda adalah dengan cara anda login ke blogger anda dan segera anda meluncur ke halaman "Edit Html" blog anda dan taruh script meta tag tadi dibagian header blog anda tepatnya taruh pas dibawah kode <head> pada halaman "Edit Html" blog anda dan jangan lupa anda menyimpannya atau save template..
  • Setelah anda berhasil memasukkan meta tag kedalam halaman blog anda, sekarang anda kembali lagi ke halaman Verify a Site google sitemap dan tekan tombol "Verify" yang berada dibawah kode meta tag tadi..


  • Setelah anda klik tombol "Verify", sekarang blog anda telah ter verifikasi...




  • Langkah selanjutnya adalah yang kita tunggu tunggu, yaitu memasukkan sitemap blog kita ke database google sitemap... ini dia langkahnya...




  • Anda sekarang masih dihalaman Verify a Site, dan kemudian klik menu disamping kiri yang bertuliskan "Sitemaps" dan setelah anda klik anda akan dibawa kehalaman Sitemaps...




  • Langkah berikutnya adalah copy tulisan ini

    atom.xml?redirect=false
    dan masukkan ke kotak "Sbmit Sitemap" dan jangan lupa anda tekan tombol "Sbmit Sitemap" yang berada dikanannya..



  • Udah dech blog anda siap untuk malang melintang di kancah mesin pencari google.. hehehehe..
    Jika anda ingin mensubmitkan alamat blog lain juga bisa, hanya cukup dengan satu account google aja..
    Langkahnya langkahnya sama seperti awal tadi...
    Selamat mencoba yah dan semoga sukses...
    Maaf saya tidak memberikan gambar panduannya, biar anda tambah fasih dalam memahami sebuah kalimat penyampain.. hehehe
    kalo masih ada yang bingung jangan sungkan sungkan tanyakan yah.. lewat kotak komentar di bawah ini...
    sampai jumpaaaa.


  • Read More
    Posted in Cara Pasang, Seo, Tips | No comments

    Thursday, July 23, 2009

    Auto Read More Version I

    Posted on 11:28 PM by Unknown
    Auto read more kadang-kadang sangat diperlukan, tapi ingat bahwa semua sistim pemograman ada untungnya dan ruginya tergantung penggunanya khususnya bagi para blogger.Oke sekarang saya tidak perlu mutar muter kita mulai saja :
    1.Sekarang mengenai BlogID dimanakah letak blogID?
    Coba login ke Blogspot account anda setelah itu,arahkan kursor pada Edit Posts perhatikan pada address bar account pada Edit Post seperti dibawah ini :
    http://www.blogger.com/posts.g?blogID=xxxxxxxxxxxxxxxxxx



    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'/>
    <script type='text/javascript'>
    var blogID = &quot;937920098338306331&quot;;
    function retriveSummaryPost<data:post.id/>(json){document.getElementById(&quot;summary<data:post.id/>&quot;).innerHTML
    = json.entry.summary.$t + &quot;...&quot;}

    function createSummaryPost<data:post.id/>(POSTID){ var script =
    document.createElement(&quot;script&quot;);
    script.src = &quot;http://www.blogger.com/feeds/&quot;+blogID+&quot;/posts/summary/&quot;+POSTID+&quot;?alt=json-in-script&amp;callback=retriveSummaryPost<data:post.id/>&quot;;
    script.type = &quot;text/javascript&quot;; document.getElementsByTagName(&#39;head&#39;)[0].appendChild(script);
    }
    </script>
    <script type='text/javascript'>
    createSummaryPost<data:post.id/>(&quot;<data:post.id/>&quot;);
    </script>
    <span class='rmlink' style='float:right'><a expr:href='data:post.url'>--&gt;Read more...</a></span>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div id='post_body'><data:post.body/></div>
    </b:if>

    Setelah itu liat code yang berwarna biru ganti blogID tersebut dengan blogID anda . Ingat sebelum anda mencoba backup dulu pekerjaan anda. Dan Semoga Berhasil...................
    Contohnya seperti ini :


    Read More
    Posted in Cara Pasang, Tips | No comments

    Cara Memasang Menu Navigasi I Black Colour

    Posted on 11:27 PM by Unknown
    Hallo soabat saya ada tips buat anda bagaimana cara memasang Menu Navigasi yang mana bagi blogger pemula mungkin cukup dibutuhkan lain halnya bagi yang senior. Sayapun juga masih belajar dan saya juga menerima ide dari rekan-rekan bila ada ya biar penuh dengan tips. Sorry saya sampai lupa, oke kita mulai saja, begini ceritanya...
    Anda sudah siap? kita mulai :
    1.Letakkan code CSS dibawah ini sebelum ]]></b:skin> tag:
    <style type="text/css">
    .aerobuttonmenu{ /*container that holds a row of aero buttons*/
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: auto;
    background: #F7F7F7; /*menu strip background*/
    border: 1px solid gray;
    padding: 4px 0;
    border-width: 1px 0;
    }
    * html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
    width: 100%;
    }
    .aerobuttonmenu a.aero{ /*aero button CSS*/
    background: transparent url('http://i721.photobucket.com/albums/ww218/sugwi/aeroleftblack.gif') no-repeat top left;
    display: block;
    float: left;
    font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
    line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
    height: 31px; /* Height of button background height */
    padding-left: 10px; /* Width of left menu image */
    text-decoration: none;
    margin-right: 5px; /*spacing between buttons*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
    opacity: 0.9;
    -moz-opacity: 0.9;
    }
    .aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
    color: white; /*button text color*/
    }
    .aerobuttonmenu a.aero span{
    background: transparent url('http://i721.photobucket.com/albums/ww218/sugwi/aerorightblack.gif') no-repeat top right;
    display: block;
    padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
    }
    .aerobuttonmenu a.aero:hover{ /* Hover state CSS */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
    opacity: 1;
    -moz-opacity: 0.99;
    }
    .aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
    color: yellow;
    }
    .black a.aero{
    background-image: url('http://i721.photobucket.com/albums/ww218/sugwi/aeroleftblack.gif');
    }
    .black a.aero span{
    background-image: url('http://i721.photobucket.com/albums/ww218/sugwi/aerorightblack.gif');
    }
    .aerobuttonmenu .rightsection{
    float: right;
    width: 100px;
    position: relative;
    top: 3px;
    padding-right: 5px;
    text-align: right;
    }
    .aerobuttonmenu .rightsection a{
    color: navy;
    }
    </style>

    2.Tambah dan Simpan kode dibawah ini pada HTML/Javascript.
    <div class="aerobuttonmenu black">
    <div class="rightsection">
    <a href="#"><img src="http://hussen-blogging.blogspot.com"/></a>
    </div>
    <a href="http://hussen-blogging.blogspot.com"><span>Home</span></a>
    <a href="http://mutiaramail.blogspot.com"><span>Mutiaramail</span></a>
    <a href="http://sumbloggers.blogspot.com"><span>Blog Invest</span></a>
    <a href="http://zone-online-blitz.blogspot.com"><span>Mita Zone</span></a>
    </div>

    Download

    Terima kasih atas kunjungannya semoga anda berhasil
    Read More
    Posted in Cara Pasang, Navigation, Tips, Tutor | No comments

    Cara Memasang Menu Navigasi I Blue Colour

    Posted on 11:27 PM by Unknown
    Dalam Black version sudah saya sampaikan, dan yang ini hanya mengulang
    Anda sudah siap? kita mulai :
    1.Letakkan code CSS dibawah ini sebelum ]]></b:skin> tag:
    <style type="text/css">
    .aerobuttonmenu{ /*container that holds a row of aero buttons*/
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: auto;
    background: #F7F7F7; /*menu strip background*/
    border: 1px solid gray;
    padding: 4px 0;
    border-width: 1px 0;
    }
    * html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
    width: 100%;
    }
    .aerobuttonmenu a.aero{ /*aero button CSS*/
    background: transparent url('http://i721.photobucket.com/albums/ww218/sugwi/aeroleft.gif') no-repeat top left;
    display: block;
    float: left;
    font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
    line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
    height: 31px; /* Height of button background height */
    padding-left: 10px; /* Width of left menu image */
    text-decoration: none;
    margin-right: 5px; /*spacing between buttons*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
    opacity: 0.9;
    -moz-opacity: 0.9;
    }
    .aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
    color: white; /*button text color*/
    }
    .aerobuttonmenu a.aero span{
    background: transparent url('http://i721.photobucket.com/albums/ww218/sugwi/aeroright.gif') no-repeat top right;
    display: block;
    padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
    }
    .aerobuttonmenu a.aero:hover{ /* Hover state CSS */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
    opacity: 1;
    -moz-opacity: 0.99;
    }
    .aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
    color: yellow;
    }
    .black a.aero{
    background-image: url('http://i721.photobucket.com/albums/ww218/sugwi/aeroleft.gif');
    }
    .black a.aero span{
    background-image: url('http://i721.photobucket.com/albums/ww218/sugwi/aeroright.gif');
    }
    .aerobuttonmenu .rightsection{
    float: right;
    width: 100px;
    position: relative;
    top: 3px;
    padding-right: 5px;
    text-align: right;
    }
    .aerobuttonmenu .rightsection a{
    color: navy;
    }
    </style>

    2.Tambah dan Simpan kode dibawah ini pada HTML/Javascript.
    <div class="aerobuttonmenu">
    <div class="rightsection">
    <a href="#"><img src="http://hussen-blogging.blogspot.com"/></a>
    </div>
    <a href="http://hussen-blogging.blogspot.com"><span>Home</span></a>
    <a href="http://mutiaramail.blogspot.com"><span>Mutiaramail</span></a>
    <a href="http://sumbloggers.blogspot.com"><span>Blog Invest</span></a>
    <a href="http://zone-online-blitz.blogspot.com"><span>Mita Zone</span></a>
    </div>
    Download

    Ok selesei dan semoga anda sukses.
    Read More
    Posted in Cara Pasang, Navigation, Tips, Tutor | No comments

    Cara membuat Nama Blog Anda Pada Scrolling Browser

    Posted on 11:26 PM by Unknown
    Setiap pengguna internet dipastikan akan terlihat nama browser, dan uniknya lagi blog anda kelihatan cantik dan akan menarik perhatian bagi pengunjung.Dan akan kelihatan seperti ini anda bisa bisa lihat pada huruf yang berjalan letakya diatas.oke saya tidak akan lama berbasa basi,begini caranya :

    Tambahkan code dibawah ini sebelum </head> tag dan letakkan kode tersebut didalam
    HTML/JavaScript.
    <script type='text/javascript'>
    var txt="Nama Blog Anda ";
    var espera=200;
    var refresco=null;
    function rotulo_title()
    {
    document.title=txt;
    txt=txt.substring(1,txt.length)+txt.charAt(0); refresco=setTimeout("rotulo_title()",espera);
    }
    rotulo_title();
    </script>

    Gantilah warna biru dengan nama blog anda atau tulisan menurut kebutuhan anda.Dan Semoga sukses.
    Read More
    Posted in Cara Pasang, Tips, Tutor | No comments

    Cara Membuat Kotak Shout Box

    Posted on 11:23 PM by Unknown
    Kotak ngoceh atau istilah lainnya shout box, Say Box, Tag Board, dan Chatter Box adalah suatu kotak yang berfungsi untuk mengirimkan pesan-pesan pendek, namun bisa juga berfungsi sebagai tempat ngobrol (chatting). Dengan shoutbox, kita juga bisa mempromosikan blog kita, misalnya nih, kita datangi blog orang yang menyediakan kotak ini kemudian kita kasih komentar atau cuma sekedar salam di shoutbox mereka, lalu yang punya blog akan melihat di shoutbox, biasanya meraka akan balas mengunjungi blog kita. Nha gitu ceritannya. Biasanya kotak ngoceh diselipkan kedalam halaman web/blog dengan bahasa java Script. Bagi kamu yang jago pemrograman java script mungkin bisa membuatnya sendiri dengan membuat kode-kode yang memusingkan kepala. Namun buat kamu yang nggak jago nggak usah kuatir karena sekarang ini banyak situs internet yang menyediakan layanan ini, salah satunya yaitu Shoutmix . Caranya adalah sebagai berikut :

    1. Buka situs Shoutmix Kamu harus mendaftar di situs tersebut, cara daftarnya gampang kok.
    2. Jika pendaftarannya berhasil kamu langsung disuruh milih type shoutbox yang disediakan, terserah kamu milih bentuknya yang gimana. Klik tombol Continue
    3. Setelah itu kamu akan mendapat ucapan "Terima Kasih" lalu klik link Go to My Control Panel Now
    4. Disitu kamu bisa mensetting terlebih dahulu shoutbox kamu, misalnya Style & Color, Date & Time, dan lain-lain.
    5. Jika sudah selesai klik menu Get Codes
    6. Jika kamu pingin menaruh shoutbox di blog kamu pilih "Place Shoutbox on Webpage"
    7. Atur lebar dan tinggi shoutbox di kolom widht dan hight
    8. Kemudian Copy kode yang ada di dalam kotak "generated Codes"
    9. Login ke blogger.com lalu pilih Layout kemudian Add Page Elements
    11. Tambahkan element HTML/Javascript.
    12. Paste Kode yang telah kamu copy dari shoutbox.com tadi di kotak "Content" lalu simpan.

    Jadi deh.....
    Read More
    Posted in Cara Pasang, Tips, Tutor | No comments

    Cara Membuat Link Download

    Posted on 11:22 PM by Unknown
    Bagaimana cara membuat link download, terkadang kita kadang kesulitan cara membuat link download itu bagi para pemula tidak untuk yang senior, setelah saya pikir perlu juga.Ok langsung aja,
    caranya sebenarnya sangat mudah, pertama taruh/upload file yang akan di download di webhosting, misalnya geocities, trus kamu buat script seperti ini:
    <a href="http://www.geocities.com/kendhin_x/file.zip">download</a>

    text yang dicetak tebal adalah alamat file tempat kamu menyimpannya, ganti text tersebut dengan alamat tempat file kamu.
    Read More
    Posted in Cara Pasang, Tips, Tutor | No comments

    Cara pasang related postingan

    Posted on 11:21 PM by Unknown
    Ane ada informasi mengenai cara membuat blog kita ada fasilitas related post/posting yang berkaitan itu artinya berkaitan bukan pada judul blog tapi ada pada label yang akan kita namai. Misalnya jika anda membuat dua postingan postingan pertama nama lebelnya "SEO" dan postingan yang kedua nama labelnya "SEO" ini artinya saling berhubungan.Kayaknya ngomong ngelantur,kalau gitu kita mulai sekarang :
    Yang musti anda lakukan adalah copy seluruh code script dibawah ini :
    <b:if cond='data:blog.pageType == "item"'>
    <div class='similiar'>
    <div class='widget-content'>
    <h3>Related Posts by Categories</h3>
    <div id='data2007'/><br/><br/>
    <script type='text/javascript'>
    var homeUrl3 = &quot;<data:blog.homepageUrl/>&quot;;
    var maxNumberOfPostsPerLabel = 4;
    var maxNumberOfLabels = 10;
    maxNumberOfPostsPerLabel = 100;
    maxNumberOfLabels = 3;
    function listEntries10(json) {
    var ul = document.createElement(&#39;ul&#39;);
    var maxPosts = (json.feed.entry.length &lt;= maxNumberOfPostsPerLabel) ?
    json.feed.entry.length : maxNumberOfPostsPerLabel;
    for (var i = 0; i &lt; maxPosts; i++) {
    var entry = json.feed.entry[i];
    var alturl;
    for (var k = 0; k &lt; entry.link.length; k++) {
    if (entry.link[k].rel == &#39;alternate&#39;) {
    alturl = entry.link[k].href;
    break;
    }
    }
    var li = document.createElement(&#39;li&#39;);
    var a = document.createElement(&#39;a&#39;);
    a.href = alturl;
    if(a.href!=location.href) {
    var txt = document.createTextNode(entry.title.$t);
    a.appendChild(txt);
    li.appendChild(a);
    ul.appendChild(li);
    }
    }
    for (var l = 0; l &lt; json.feed.link.length; l++) {
    if (json.feed.link[l].rel == &#39;alternate&#39;) {
    var raw = json.feed.link[l].href;
    var label = raw.substr(homeUrl3.length+13);
    var k;
    for (k=0; k&lt;20; k++) label = label.replace(&quot;%20&quot;, &quot; &quot;);
    var txt = document.createTextNode(label);
    var h = document.createElement(&#39;b&#39;);
    h.appendChild(txt);
    var div1 = document.createElement(&#39;div&#39;);
    div1.appendChild(h);
    div1.appendChild(ul);
    document.getElementById(&#39;data2007&#39;).appendChild(div1);
    }
    }
    }
    function search10(query, label) {

    var script = document.createElement(&#39;script&#39;);
    script.setAttribute(&#39;src&#39;, query + &#39;feeds/posts/default/-/&#39;
    + label +
    &#39;?alt=json-in-script&amp;callback=listEntries10&#39;);
    script.setAttribute(&#39;type&#39;, &#39;text/javascript&#39;);
    document.documentElement.firstChild.appendChild(script);
    }
    var labelArray = new Array();
    var numLabel = 0;
    <b:loop values='data:posts' var='post'>
    <b:loop values='data:post.labels' var='label'>
    textLabel = &quot;<data:label.name/>&quot;;
    var test = 0;
    for (var i = 0; i &lt; labelArray.length; i++)
    if (labelArray[i] == textLabel) test = 1;
    if (test == 0) {
    labelArray.push(textLabel);
    var maxLabels = (labelArray.length &lt;= maxNumberOfLabels) ?
    labelArray.length : maxNumberOfLabels;
    if (numLabel &lt; maxLabels) {
    search10(homeUrl3, textLabel);
    numLabel++;
    }
    }
    </b:loop>
    </b:loop>
    </script>
    </div>
    </div>
    </b:if>

    setelah anda mengcopy seluruh code script di atas, silahkan anda login ke blog anda dan bergegaslah masuk di halaman edit html, dan jangan lupa anda kasih tanda centang atau cecklist pada tulisan "Expand Widgets Template"

    kemudian cari dan temukan code script seperti di bawah ini :
    <data:post.body/>

    jika sudah ketemu code script seperti itu, silahkan pastekan code script yang anda copy pertama kali tadi (yg banyak itu loh) tepat di bawah code :
    <data:post.body/>

    dan untuk sekedar tambahan jika blog anda sudah pernah anda edit dan anda kasih readmore atau baca selengkapnya, pasti ada dua code seperti ini <data:post.body/> dan anda harus mencari code script ini <data:post.body/> tadi yang pertama dr atas dan paste kan tepat di bawahnya... dan jangan lupa anda tekan tombol save template...

    mudah kan..?, dan ingat bahwa setiap anda meposting harus di kasih labels, biar related postnya mau muncul...

    Selamat mencoba dan semoga berhasil
    Read More
    Posted in Cara Pasang, Tips, Tutor | No comments

    Auto Read More Version I

    Posted on 4:12 AM by Unknown
    Auto read more kadang-kadang sangat diperlukan, tapi ingat bahwa semua sistim pemograman ada untungnya dan ruginya tergantung penggunanya khususnya bagi para blogger.Oke sekarang saya tidak perlu mutar muter kita mulai saja :
    1.Sekarang mengenai BlogID dimanakah letak blogID?
    Coba login ke Blogspot account anda setelah itu,arahkan kursor pada Edit Posts perhatikan pada address bar account pada Edit Post seperti dibawah ini :
    http://www.blogger.com/posts.g?blogID=xxxxxxxxxxxxxxxxxx




    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'/>
    <script type='text/javascript'>
    var blogID = &quot;937920098338306331&quot;;
    function retriveSummaryPost<data:post.id/>(json){document.getElementById(&quot;summary<data:post.id/>&quot;).innerHTML
    = json.entry.summary.$t + &quot;...&quot;}

    function createSummaryPost<data:post.id/>(POSTID){ var script =
    document.createElement(&quot;script&quot;);
    script.src = &quot;http://www.blogger.com/feeds/&quot;+blogID+&quot;/posts/summary/&quot;+POSTID+&quot;?alt=json-in-script&amp;callback=retriveSummaryPost<data:post.id/>&quot;;
    script.type = &quot;text/javascript&quot;; document.getElementsByTagName(&#39;head&#39;)[0].appendChild(script);
    }
    </script>
    <script type='text/javascript'>
    createSummaryPost<data:post.id/>(&quot;<data:post.id/>&quot;);
    </script>
    <span class='rmlink' style='float:right'><a expr:href='data:post.url'>--&gt;Read more...</a></span>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div id='post_body'><data:post.body/></div>
    </b:if>

    Setelah itu liat code yang berwarna biru ganti blogID tersebut dengan blogID anda . Ingat sebelum anda mencoba backup dulu pekerjaan anda. Dan Semoga Berhasil...................
    Contohnya seperti ini :


    Read More
    Posted in Cara Pasang, Tips | No comments

    Cara Membuat Read More

    Posted on 3:57 AM by Unknown
    Biasanya postingan terbaru akan ditampilkan dihalaman utama blog. Namun jika postingan kamu terlalu panjang maka hal tersebut akan membuat penuh halaman utama. Jika kamu ingin supaya postingan kamu yang ditampilkan dihalaman utama cuma abstraksinya saja kemudian ada sebuah link Read More / Baca Selengkapnya ingin tahu caranya?
    untuk melihat selengkapnya maka ikutilah langkah-langkah berikut :
    1. Buka menu Layout kemudian pilih Edit HTML.
    2. Kasih tanda cek (centang) pada cekbox "expand widget template"
    3. Cari kode berikut di Template blog kamu (tempatnya kira-kira pada 1/4 bagian bawah kode hmtl) :
    <p><data:post.body/></p>
    4. Kalau sudah ketemu, Ganti kode kode tersebut sehingga menjadi seperti ini:
    <b:if cond='data:blog.pageType == "item"'>
    <style>.fullpost{display:inline;}</style>
    <p><data:post.body/></p>
    <b:else/>
    <style>.fullpost{display:none;}</style>
    <p><data:post.body/></p>
    <a expr:href='data:post.url'>Read More......</a>
    </b:if>
    Tulisan "Read More....." itu bisa kamu rubah, misalnya jadi "Baca Selengkapnya".
    5. Simpan hasil pengeditan.
    6. Kemudian pilih menu Setting lalu pilih Formatting
    7. Pada kotak Post Template isikan kode berikut:
    <span class="fullpost">
    </span>
    8. Kemudian Simpan.
    9. Ketika memposting, kan disana ada 2 tab pilihan tuh, yang "Compose" dan "Edit Html", Nha km pilih Yang "Edit HTML", Maka secara otomatis akan tampak kode seperti berikut :
    <span class="fullpost">
    </span>
    10. Letakkan abstraksi posting atau artikel yang akan ditampilkan dihalama utama (sebelum tulisan "Redmore") diatas kode ini : <span class="fullpost"> sementara sisanya yaitu keseluruhan posting letakkan di antara kode <span class="fullpost"> dan </span>
    11. Ini yang paling penting diantara semua proses diatas yaitu .....
    Wisbar (Finish)..... he..he..he..
    Selamat Mencoba...
    Read More
    Posted in Cara Pasang, Tips | No comments

    Cara membuat Blog di Blogspot

    Posted on 3:25 AM by Unknown
    Sebelum membuat blog sebaiknya kita mempunyai account dulu oleh karena itu daftarkan segera dan buatlah blog itupun juga free. Jadi saya rasa gak ada salahnya anda tuangkan ide-ide kreatif anda siapa tau ide anda akan diminati banyak orang dan sekalian cari uang, gimana anda berminat?…………………..serrr.
    Tapi ada beberapa provider Sebelum membuat blog sebaiknya kita mempunyai account dulu oleh karena itu daftarkan segera dan buatlah blog itupun juga free

    http://www.blogger.com, http://www.wordpress.com serta http://blogsome.com. Tapi kali ini yang kita bahas adalah : https://www.blogger.com
    dan semuanya free seperti :
    http://www.blogger.com, http://www.wordpress.com serta http://blogsome.com. Tapi kali ini yang kita bahas adalah : https://www.blogger.com


    Setelah terlihat gambar seperti diatas maka :

    1. Klik tanda anak panah yang bertuliskan " CIPTAKAN BLOG ANDA "
    2. Isilah Alamat Email dengan alamat email anda (tentunya yang valid)
    3. Isikan kembali alamat email anda tadi pada form Ketik ulang alamat email
    4. Tuliskan password yang anda inginkan pada form Masukkan sebuah password
    5. Isikan kembali password anda tadi pada form Ketik ulang sandi (password)
    6. Isi Nama Tampilan dengan nama yang ingin anda tampilkan
    7. Tulis tulisan yang tertera pada form Verifikasi Kata. Beri tanda tik/cek pada kotak di pinggir tulisan Saya menerima Persyaratan dan Layanan.
    8. Klik gambar anak panah yang bertuliskan "LANJUTKAN"
    9. Tuliskan judul blog yang anda inginkan (nanti bisa di rubah lagi) pada form Judul Blog
    10. Tulis nama situs anda pada form Alamat Blog (URL)
    11. Tulislah tulisan verifikasi yang ditampilkan pada form Verifikasi kata, jika sudah selesai klik gambar panah yang bertuliskan "LANJUTKAN".
    12. Pilihlah gambar (template) yang anda inginkan (nanti bisa di rubah lagi), kemudian klik gambar anak panah yang bertuliskan "LANJUTKAN"
    13. Setelah keluar tulisan "Blog Anda telah di iptakan". Klik gambar panah bertuliskan "MULAI POSTING". Silahkan anda tuliskan semau anda, jika sudah selesai klik tombol "MEMPUBLISKAN POSTING".

    Setelah itu isi blog anda dengan artikel yang tentunya bermanfaat bagi diri sendiri tentunya buat rekan-rekan yang lain.Selamat semoga anda berhasil.............................
    Read More
    Posted in Cara Pasang, Tips, Trick, Tutor | No comments

    Wednesday, July 22, 2009

    Station of Toma'aneenah

    Posted on 4:01 AM by Unknown
    Toma'aneenah is tranquillity. Allah says, "Those who believe and whose hearts find toma'aneenah in the remembrance of Allah. Verily in the remembrance of Allah do hearts find toma'aneenah." [13:28]

    "O you the one with toma'aneenah! Come back to your Lord, well-pleased and well-pleasing unto Him! Enter you, then among My honored slaves, and enter My Paradise." [89:27-30]

    Toma'aneenah is the satisfaction of the heart with circumstances without any sense of anxiety or restlessness. It was mentioned in one narration that: "Truthfulness is a cause of toma'aneenah and lying is a cause of suspicion and doubt." This suggests that one who hears the truth will have toma'aneenah and satisfaction within his heart as a result, whereas lying causes disturbance and doubt within the heart. This meaning is also seen in the hadeeth which states: "Righteousness is what the heart has toma'aneenah with." This shows that the heart feels satisfied with truth and has no anxiety or sense of unease because of it.

    There are two opinions regarding the meaning of remembrance of Allah in the (aforementioned) verse. The first opinion holds that the remembrance is of the servant to his Lord. This remembrance causes toma'aneenah to settle within the heart. Should the heart become anxious or disturbed, then the servant will have no means for attaining toma'aneenah except through the remembrance of Allah. The second opinion holds that the meaning of this remembrance is the Qur'an, and this is the more sound. It is His Remembrance that He revealed to His Messenger. The hearts of the believers will have toma'aneenah as a result of it. For the heart will not have trust or toma'aneenah except by faith and certainty. There are no means of attaining faith and certainty except through the Qur'an. The toma'aneenah of the heart is due to its firm faith. The heart's anxiety and disturbance are a result of its doubts and uncertainty. The Qur'an is the means to attain certainty and firmness in faith, and to remove doubts. That is why the hearts of the believers cannot have tranquillity except through the Qur'an. It is impossible for anyone who doesn't study the Qur'an, or deeply understand it, to have a benefit from it and its guidance. The benefit from the Qur'an, will not be sound unless one's heart perceives the reflections of His Lord's Names and Attributes, in His Laws within himself and in everything around him within this universe. The same two opinions are also applied to the meaning for the remembrance of Allah, as stated in the following verse, "And whosoever turns away from the remembrance of Ar-Rahmaan (Allah), We appoint for him a shaytaan(devil) to be an intimate companion to him." [43:36]

    Again, the sound opinion here is that Allah's Remembrance is that which He sent to His Messenger, i.e., His Book. Whoever turns away from this, Allah will appoint a shaytaan for him, who will misguide and deter him from the straight path although the person may think that he is righteously guided. The two opinions are also prevalent with the verse: "But whosoever turns away from My Remembrance, verily for him is a life of hardship and We shall raise him up blind on the Day of Resurrection." [20:124]

    The sound opinion is that Allah's Remembrance is His Book that He sent to His Messenger. This is why the one that turns away from it will say, "O my Lord! Why have you raised me up blind while I had sight before?" [20:125] And Allah will respond by saying, "Like this, Our Aayat came unto you but you disregarded them, and so this Day you will be neglected." [20:126]

    Allah deposits toma'aneenah in the hearts and souls of the believers. He will then grant the joy, delight and good news of admission into Paradise to those with toma'aneenah. As a result, for these people there is great happiness and a beautiful place for the final return. The verse "O you with toma'aneenah! Come back to your Lord . . ," indicates that the soul will not return to Allah unless it is characterized by toma'aneenah. Then it will return to Him, be from among His honored slaves and be allowed to enter His Paradise.

    Toma'aneenah's final product is tranquillity. At that final stage the heart will have tranquillity with a sense of sound security. There is a difference between a sense of sound security and a deceitful sense of security. It is possible that the heart may have a feeling of satisfaction caused by a deceitful sense of security, but this satisfaction and peace do not endure. Besides the sound security because of the tranquillity produced by toma'aneenah, there is an atmosphere of joy and attachment.

    Toma'aneenah is something more than tranquillity. It includes knowledge, faith and the attainment of what is known. The example of this is the toma'aneenah the hearts find with the Qur'an. When hearts believe in it and attain knowledge of its guidance, it is sufficient for them. Their total loyalty is to the Qur'an. They rule their lives with it and go to it when they have a dispute.

    Toma'aneenah is extremely beneficial for those overwhelmed by obligations and responsibilities, especially for those who call others to Allah and struggle against Allah's enemies. These people face and bear much more than others. They are faced by many circumstances that may weaken their patience. So if Allah wishes to relieve them of the heaviness of their obligations, He will have tranquillity descend upon them and toma'aneenah with His Commands and Decrees. If the servant has toma'aneenah with Allah's Commands, then he knows that Allah's religion is the truth and that Allah will certainly support him and be sufficient for him and his family. If the servant has toma'aneenah with Allah's Decrees then he knows that nothing will reach him except for what Allah has written for him. This servant knows that whatever Allah wishes will be and whatever Allah doesn't wish will not be. Therefore there is no reason for worries or concerns, unless there is weak faith. Nothing will happen unless it is written and if it is written, nothing can stop it. Therefore, there should be no fear or concern for those with faith. If an adversity occurs and the believer can do something, then he should do so. However, if he cannot, then he should not be annoyed or dismayed.

    Toma'aneenah is also beneficial for those who are subjected to trials and hardship. There is no doubt when a person is suffering and has strong faith in the reward for his patience, then his heart will be content. He will have tranquillity and toma'aneenah. The adversity may become stronger against him and he may not see the reward. Seeing the reward may become so powerful that there may be a sense of joy felt from the adversity and be considered a gift. This is not surprising. Many wise persons upon seeing the results of distasteful medication may begin to like the taste of the medicine. Observing its benefit makes one not pay attention to the taste.

    Allaahummaa innee as'alukal-hudaa wat-tuqaa wal-`afaafa wal-ghinaa

    "O Allaah! I ask You for guidance, piety, safety and well-being, and contentment and sufficiency."


    Say: "Truly, my prayer And my service of sacrifice, My life and my death, Are all for Allah, The Cherisher of the Worlds..."
    (Quran, Surah Al-An'am:162)

    Ibn Qayyim al-Jawziyyah
    al-Jumu'ah Magazine
    Read More
    Posted in Qurdist | No comments

    Saturday, July 18, 2009

    BERAT DOSA ORANG YANG BERDUSTA ATAS NAMA RASULULLAH SAW.

    Posted on 8:57 AM by Unknown
    • 1.Ali r.a. berkata : Nabi saw. bersabda : Kalian jangan berdusta atas namaku, maka sesungguhnya siapa yang berdusta atas namaku pasti masuk neraka. (Bukhari, Muslim).
    • 2.Anas r.a. berkata : Sesungguhnya yang menahan diriku memperbanyak riwayat hadist kepadamu adalah karena Nabi saw. bersabda : Siapa yang berdusta atas namaku, maka ia menyiapkan tempatnya dalam neraka. (Bukhari, Muslim).
    • 3.Abu Hurairah r.a. berkata : Nabi saw. bersabda : Siapa yang sengaja berdusta atas namaku, maka hendaklah menyiapkan tempatnya di dalam neraka. (Bukhari, Muslim).
    • 4.Al-Mughirah ra. berkata : Aku telah mendengar Nabi saw. bersabda : Sesungguhnya berdusta kepada siapapun, tidak sama dengan berdusta atas namaku, siapa yang sengaja berdusta atas namaku maka hendaknya menyiapkan tempatnya di neraka. (Bukhari, Muslim).
    Read More
    Posted in Hadits Nabi | No comments

    Tuesday, July 14, 2009

    Backbiting ( Ghibah )

    Posted on 1:59 AM by Unknown
    "O you who believe! Avoid much suspicion, for some suspicions are a sin. Do not spy on one another, nor backbite one another. Would one of you love to eat the flesh of his dead brother? Nay, you would abhor it, [so similarly, avoid backbiting]. And fear Allah. Indeed, Allah is Most Forgiving, Most Merciful."
    Qur'an, [49:12]

    "And do not follow that of which you do not have knowledge. Indeed, the hearing, the sight and the heart - [you] will be asked about all of those." Qur'an, [17:36]

    "He does not utter a [single] word, except that there is, with him, [an angel] ready and waiting [to record it]." Qur'an, [50:18]

    Imam Nawawi says "It is obligatory for every sane adult to guard his tongue against talking, except when it contains a clear benefit. If talking and remaining silent are of equal benefit, it is sunnah to abstain, for permissible talking might lead to something undesirable or forbidden, as in fact is very often the case, and nothing matches safety."

    On the authority of Abu Hurayrah :
    "Whoever believes in Allah and the Last Day should say [something] good, or he should keep silent." [Bukhari, Muslim, Ahmad, Tirmidhi, Ibn Majah]

    Nawawi says, "This hadith is quite explicit that it is imperative to not talk unless the speech is good, which is that wherein there is some benefit. If a person is in doubt as to whether there will be any benefit, then he should remain silent."

    On the authority of Sahl ibn Sa`d :
    "Whoever guarantees for me what is between his two jaws and what is between his two legs, I guarantee Heaven for him." [Bukhari, Muslim]

    On the authority of `Uqbah ibn `Amir : I said, 'O Messenger of Allah! What is salvation?"
    He said, "Hold your tongue, let your house contain you, and weep over your sins." [Bukhari, Muslim]

    Mu`adh ibn Jabal said, "Are we even going to be held accountable for what we say?!"
    The Messenger of Allah (may Allah bless him and grant him peace) said, "May your mother bebereaved of you! Is there anything which drags people into the Fire on their faces other than the harvest of their tomgues?!" [Tirmidhi (hasan sahih)]

    On the authority of Abu Bakrah, from the Farewell Pilgrimage:
    "Indeed, your blood, property and honor are sacred to [one another], like the sanctity of this day of yours in this city of yours." [Bukhari, Muslim]

    On the authority of Abu Hurayrah :
    "All of a Muslim is prohibited to another Muslim : his blood, his honor and his property." [Muslim]

    "O assembly of those who have believed with their tonngues, but into whos hearts faith has not yet reached! Do not backbite the Muslims, nor seek out their secrets! For, whoever seeks out the faults of his brother, Allah will seek out his secrets. And, whoever has his secrets sought out by Allah, Allah will disgrace him, even [if he hides] in the depths of his house. [Abu Dawud in al-Adab, 4/271, #4880]

    "Beware of backbiting, for backbiting is more serious than adultery. A man may commit adultery, and drink [wine], and then repent, and Allah will forgive him. But, the backbiter will not be forgiven by Allah until his [backbited] companion forgives him." [Suyuti, Al-Jami` as-Saghir, 1/174, #2919, from Ibn Abid-Dunya, and Abush-Shaykh, Al-Tawbikh.]


    Meaning of ghibah
    It has been defined precisely by the Prophet (may Allah bless him and grant him peace) as, "You rmentioning your brother with something about him that he dislikes [being spoekn about]."
    Someone asked, "How about if my brother contains that [characteristic which I am mentioning]?"
    He replied, "If he possesses that which you mention, then you have [indeed] backbited him. And, if he does not contain that which you say, then you have slandered him." [Muslim in al-Birr, 4/2001, #70; Ahmad in Al-Musnad, 2/230,384]

    Body.
    Lineage.
    Character.
    Clothing.


    Ghibah in the guise of religiousity
    "Praise be to Allah who has saved us from such evil."
    "We ask Allah for protection."
    "That poor fellow! Allah has afflicted him with a great calamity. May Allah
    forgive him and us."

    Listening to Ghibah
    Someone who listens to backbiting is a partner to it. He is not absolved of the sin of listening unless he remonstrates verbally, or in his heart if he is afraid. If he is able to start talking about something else, or to chgange the subject of the coversation, then it is imperative for him to do so.
    "And, when they hear vain talk, they turn away from it." [Qur'an, 28:55]

    "[Succesful are] those who shun vain talk." [Qur'an, al-Mu'minun: 3]

    "Whoever is present while a Muslim is humiliated before him, and is able to assist him [and yet does not], Allah will humiliate him before [all of] creation." [Ahmad in al-Musnad, 3/487; Suyuti in Al-Jami` As-Saghir, 2/510, #8375]

    "Whoever protects a believer from a hypocrite, Allah will send to him an angel to protect him from the Fire of Hell on the Day of Arising. [Abu Dawud in al-Adab, 4/272, #4883]

    "Whoever averts [an attack] from the honor of his brother, Allah will avert the fire from hi sface on the Day of Arising." [Tirmidhi (hasan)]


    Causes of ghibah
    1. Thirst for revenge. Backbiting one's brother and obtaining gratification from his anger.
    2. Peer pressure. Desire to fit in with and be accepted by one's companions.
    3. Desire to exalt one's self by degrading another. In the same way, one may become jealous when anothe ris praised, and therefore seek to disparage him.
    4. Jest and play. A desire to make others laugh. Some people even make a living out of this.

    Cure for ghibah
    Realize that it exposes you to the displeasure of Allah, the Exalted. Remind yourself that your good deeds will go to the person whom you ar ebackbiting, and his sins will be borne by you. Ponder over your own faults,a nd occupy yourself with correcting them. Feel ashamed to discuss the faults of others when you yourself have so many faults. If you are rally free from fault, then occupy yourself with thanking Allah for His favor. Just as you would dislike someone else backbiting you, out yourself in the place of the one whom you are inclined to backbite.
    "Indeed, truthfulness leads to righteousness, and righteousness leads to Heaven. And, a man [continues to] tell the truth, until he is recorded before Allah as a truthful one. And, indeed, lying leads to evil, and evil leads to Hell. And, a man [continues to] lie until he is recorded before Allah as a liar. [Bukhari, Muslim]

    "Insulting a Muslim is impiety, and killing him is [a form of] unbelief." [Bukhari, Muslim, Ahmad, Nasa'i, Ibn Majah, Tirmidhi, Tabarani, Daraqutni.]


    Ghibah of the heart
    To think the worst of Muslims. You may not think badly of a Muslim unless you have definite knowledge of his having done something evil, and there is no possible excuse or justification for him. You should try to make 70 excuses for your brother, and if you cannot find an excuse for him, look for some flaw in your perception. If someone informs you of something bad about someone else, it is obligatory upon you to investigate the matter. Is there some enmity between the informer and the one he is telling you about? You are obliged to think the best of your Muslim brother/sister. Thwart Satan by making du`a for the person. Do not spy on your brother, under the pretext of trying to find out the truth. If it does turn out that he has done something wrong, then advise him in secret.

    Cases in which ghibah is permissible
    1. Injustice. One who has suffered injustice is entitled to mention the one who has committed injustice to someone who is capable of restoring his rights to him, such as a legitimate Muslim ruler or judge.
    2. Seeking help to change an evil, or to reform the wrongdoer. If the intention in telling the ghibah is not to change the wrong, then it is forbidden to relate it.

    3. Asking for a fatwa. A person may say, 'My father/brother/wife has done such-and-such to me. What can I do about it?
    On the authority of `A'ishah : Hind, the wife of Abu Sufyan, said to the Prophet (may Allah bless him and grant him peace), "Abu Sufyan is a miserly man, and he is not giving me what would suffice me and my child, unless I take from him without his knowing." He said, "Take what suffices you and your child according to common usage." [Bukhari, Muslim]
    However, it is more precautionary to avoid mention of names, for exaple by asking instead, "What is the verdict regarding a person who has done such-and-such?"

    4. Warning, such as warning a prospective buyer that the merchant is a swindler, or warning a student that his prospective teacher is an innovator or a deviant.Also, revealing the faults of weak narrators and forgers of hadith, and giving someone a candid appraisal of a person whom the former is thinking of marrying.

    On the authority of Fatimah bint Qays : she said, "I came to the Prophet (may Allah bless him and grant him peace) and told him, "Abu Jahm and Mu`awiyah have [both] proposed to me." He said, "As for Mu`awiyah, he is a poor man with no money, and as for Abu Jahm, his stick never leaves his shoulder." [Bukhari, Muslim, Malik]

    5. If someone is commonly known by a nickname, although if there is some alternative way to refer to him, it is preferable.

    6. Someone who sins openly, and has no qualms about his sins being mentioned.
    However, it is not permissible to mention any of his secret sins.
    "There can be no backbiting of one who casts off the mantle of modesty." [Suyuti, Al-Jami` As-Saghir, 2/519, from Bayhaqi.]


    Expiation for ghibah
    The backbiter has committed two infringements; one upon the limits of Allah, and this must be expiated by repentance and regret. The second is on the rights of his brothers/sisters. If news of the backbiting has rached the person, the backbiter must apologize to him/her, and express regret at having said it.
    "Whoever has wronged his brother, in the way of property or honor, let him go to him and repair it, before it is taken [from him on a day] when he has no dirhams or dinars, such thatif he has any good deeds, some of the good deeds will be taken and given to [the wronged one], otherwise [if he has no goo deeds], some of the other's evil deeds will be taken and cast upon him." [Bukhari, Al-Mazalim, 5/121, #2449. Ahmad, Al-Musnad, 2/435]

    If the person has not learned that he has been backbited, then the backbiter need not tell him, but he should ask Allah to forgive him.

    "The expiation with regard to one who has been backbited is that forgiveness be asked for him." [Suyuti, Al-Jami` As-Saghir, 2/390, #6259]

    Mujahid said : the expiation for eating the flesh of your brother is that you praise him and pray for good for him, and similar is the case if he has died.

    from "Mukhtasar Minhaj al-Qasideen"
    (being Ibn Qudamah's abridgement of Ibn al-Jawzi's summary of al-Ghazzali's "Ihya' `Ulum al-Deen")
    Read More
    Posted in Qurdist | No comments

    Monday, July 13, 2009

    DIRECTIONS TO GIVING NASEEHAH

    Posted on 4:08 AM by Unknown
    "The religion is naseehah." The people asked, "To whom?" The Prophet (sallallaahu 'alaihi wa sallam) replied, "To Allaah and to His Book and to His Messenger and to the leaders of the Muslims and the common folk." [Collected by Bukhari, Muslim]
    It lurks in the deepest, darkest parts of ourselves and waits expectantly for opportunities to strike. It attacks our defences of eeman, strategically tears down our walls of taqwa and ruthlessly diminishes our ihsan, or perfection of worship. Struggling against the evil that is inherent in all of us, is a battle that is fought on a daily, even hourly basis, and like most wars it is seldom won alone. Allaah, through His eternal mercy, has given the believers the most powerful weapon available to assure victory in this constant struggle between good and evil - each other.

    How many of us have looked to our brothers and sisters in Islam and have seen them straying from the path of Allaah, and have turned our faces away? How many of us have seen our brothers erring and said to ourselves, it is none of my business? Well, it is our business for the Prophet (sallallaahu 'alaihi wa sallam) has made it our business. In the hadeeth related by Tamim ad-Dari, the Prophet (sallallaahu 'alaihi wa sallam) said, "The religion is naseehah." The people asked, "To whom?" The Prophet (sallallaahu 'alaihi wa sallam) replied, "To Allaah and to His Book and to His Messenger and to the leaders of the Muslims and the common folk." [Collected by Bukhari, Muslim]

    The Prophet (sallallaahu 'alaihi wa sallam) has equated the entire religion to giving naseehah, but what exactly is naseehah? Naseehah is an Arabic word that is usually translated to mean "sincerity" or "sincere advice", but actually embodies every type of virtue. As believers, this statement of the Prophet (sallallaahu 'alaihi wa sallam) must be taken to heart. By learning what naseehah is, we can then act on it and bring about positive changes in ourselves and each other. Naseehah is a wonderful weapon, but like most weapons, if the user does not know how to use it properly, it can cause more harm than good.


    How is Naseehah given to Allaah?
    By establishing His worship by offering the obligatory deeds with perfection.
    By believing in Him; negating partners from Him; not denying any of His qualities; describing Him with all the qualities of beauty and perfection; and declaring Him to be far removed from faults and qualities of imperfection.
    By establishing His obedience and turning away from His disobedience.
    By loving and hating for His sake; befriending and making allegiance to those who obey Him and taking as enemies those who disobey Him; and turning toward what He loves and distancing oneself from displeasing Him.
    By appreciating His blessings, bounties and thanking Him for them by obeying Him out of love and drawing closer to Him through the heart.
    By calling to all of the above, teaching it and being sincere in it for His sake.


    How is Naseehah given to the Book of Allaah?
    By firmly believing in the heart that it is the Speech of Allaah and His revelation; it is not like the words of the creation; and none of His creation is capable of producing something similar to it.
    By respecting it.
    By learning and teaching it; reading, reciting, and writing it properly; understanding its meaning; staying within its bounds; acting upon what is contained in it.


    How is Naseehah to the Prophet (sallallaahu 'alaihi wa sallam) given?
    By affirming his prophethood.
    By firmly believing in the heart in everything he came with; obeying him in what he commanded and what he forbade.
    By aiding him while he was alive and after his death; taking his enemies as one's enemies, and befriending those who take him as a friend.
    By realising the greatness of his right upon us, honouring him, and reviving his Sunnah.
    By practising his Sunnah by spreading and affirming it; refuting those who cast doubts upon it; spreading its knowledge and its understanding; not arguing about it without knowledge; calling others toward it; teaching it with gentleness; showing its greatness and the greatness of those who adhere to it by attaching oneself to them; and showing it its due respect when studying it.
    By loving the Ahl-ul-Bait (his family) and his companions; turning away from those who belittle his family or revile his companions.


    Naseehah to the leaders of the Muslims
    It is wajib (obligatory) to give naseehah to the leaders of the Muslims, since they have faults and are not protected from committing errors, but who are the leaders of the Muslims?

    They are the Caliphs and others responsible for the affairs of the Muslims
    They are religious scholars


    As for giving naseehah to the rulers of the Muslims, it includes:
    Assisting and obeying them in the right.
    Reminding them if they err or forget.
    Making Jihad with them.


    Giving naseehah to the scholars includes
    Spreading their knowledge.
    Spreading their virtues.
    Having good opinion about them.
    Accepting their rulings if they give sound proofs for their decisions.
    Giving them the benefit of the doubt, or making excuses for them if they make mistakes.
    Honouring and respecting them.


    Naseehah to the common Muslims
    The following includes giving naseehah to ALL Muslims, be they black, white, Arab or Pakistani; be they sinful, ignorant or heedless. It also includes giving naseehah to Muslims, no matter which organisation or group they belong to or if one likes them or dislikes them.


    How is Naseehah given to the common Muslims?
    By guiding them to what will bring them benefit in this life and in the Hereafter.
    By removing harm from them and bringing them benefit.
    By teaching them what one loves for oneself and hating for them what one hates for oneself.
    By teaching them what will benefit them.
    By commanding them what is right and forbidding them what is wrong with gentleness and sincerity.
    By being soft with them, honouring the elderly, loving and being merciful towards the youths.
    By not being deceptive and jealous toward them.
    Protecting their honour and wealth.


    MANNERS OF GIVING NASEEHAH
    Seeking the Pleasure of Allaah by giving Naseehah It is necessary that a person has the intention of seeking the pleasure of Allaah when giving naseehah. Only such an intention deserves reward from Allaah and acceptance from His slaves.

    If the intention is other than that, then that person deserves the anger and wrath of Allaah as well as the hatred and rejection of the people - including the one being advised.


    Not slandering the one being advised
    This is an affliction that has befallen many Muslims. Many times, after taking a closer look, we find that the person giving naseehah actually wants to slander the person he is advising because of personal hatred. This does not befit the one being advised and may lead to a worse situation with no benefit resulting from the naseehah.


    Naseehah is to be given in secret
    Naseehah is most likely to bear its fruit when given to a person when he is by himself, for in such a situation the person is less likely to be affected by the thoughts of others. The sincere advisor should not aid the Devil over his brother by publicly rebuking him and letting Shaitaan beguile his brother into not taking the naseehah. This closes the doors of goodness and acceptance, and reduces the chances of the naseehah from being accepted.

    This is why our pious predecessors used to give naseehah in secret. Hafidh Ibn Rajab writes, "When the righteous predecessors intended to give naseehah to someone, they admonished him privately, to the point that some of them said, "The one who exhorts his brother between him and himself , then it is naseehah. The one who exhorts him in front of people, then it is merely scolding!"

    Fudail Ibn Ayyadh, one of the pious scholars from our predecessors, said, "A believer covers up and gives naseehah, whereas an evildoer exposes and humiliates." Ibn Rajab commented on Fudail's saying, "It is naseehah if it is with a cover, while humiliating is with broadcasting".


    Naseehah is to be given with kindness, gentleness and softness
    A sincere advisor must be kind, soft and well-mannered in giving naseehah to others, as this might get the desired response from the one he is advising. One must understand that accepting naseehah is like opening a door, and that the door will not open without the proper key. The one who is given naseehah has a heart that has a lock in some matter - for he has abandoned something that Allaah has demanded from him, or has committed something that Allaah had forbidden him from. There is no better key to unlock the heart than kindness in giving advice, gentleness in exhortation and softness in speech as the Prophet (sallallaahu 'alaihi wa sallam) has said, "Kindness is not to be found in anything but that it adds to its beauty, and it is not withdrawn from anything but it makes it defective." [Muslim]


    Do not compel others to follow one's Naseehah
    It is wajib (obligatory) on the advisor to render sincere advice to others, but it is not his right to compel others to follow his advice as well. That is the right of the Muslim ruler upon his subjects or a Muslim Qadhi (Judge) in his jurisdiction. A sincere advisor is one who guides toward goodness, but he is not to command others to act upon it.

    Ibn Hazm writes that one should not give naseehah on the condition that it must be accepted, otherwise if one goes beyond this, he will be oppressing not advising, and seeking obedience and control. In another passage, Ibn Hazm writes that if a person is mistaken in his advice, he would be expecting people to follow him in his mistake.


    Choosing the proper time to give Naseehah
    The one giving naseehah must choose the right time to give his advice, since a person is not always ready to receive naseehah.A person may be angry about something, upset about not getting what he wanted, grieved for something he may have lost, or there may be some other reason that might prevent him from responding to the naseehah.

    Abdul Hamid Bilali writes, "Choosing proper time and place is one of the greatest causes for the acceptance of naseehah and eradicating evil", and as Abdullah Ibn Mas'ud said, "Hearts (sometimes) yearn and are attentive, but (sometimes) they go through lapses and feed repulsion. So take from them when they are (in a state of) yearning and are attentive, and leave them alone when they go through lapses and are feeling repulsion".


    Naseehah that is against Islam is not to be followed
    Giving naseehah is part of Sharia. Therefore, if someone gives advice to leave a deen demanded by the Sharia or to perform a forbidden deed, then it is not called naseehah. The one giving such should quit doing that and the one being advised should not accept it.

    For instance, if someone tells you to shave your beard, to expose some part of the body by taking off the hijab, to shake hands with women on job interviews, to date the girl you are interested in, to take a job at a gas station that sells alcohol, or to go see the latest movie, then you should not obey. These matters are not counted as naseehah which the Prophet (sallallaahu 'alaihi wa sallam) made part of the religion.


    FACTORS AFFECTING THE ACCEPTANCE OF NASEEHAH
    i) Naseehah must be given according to the proper manners which have been described above.

    ii) One of the most important factors that contribute in one's rejecting a fellow Muslim's naseehah is arrogance. Arrogance prevents one from accepting naseehah and acting upon it. Whereas, the one who continuously strives to take arrogance out of his heart, finds it easy to accept naseehah. This is because the Prophet (sallallaahu 'alaihi wa sallam) said, "Arrogance is to reject the truth and despise the people".

    Naseehah is from the truth and the advisor is from the people. The arrogant person, on the other hand, is one who rejects the truth and looks down on the people. As a result, neither the naseehah nor the one giving it suits him. On the contrary, a humble person will accept naseehah from others with an open heart, no matter where the advisor comes from, because he knows that a wajib (obligatory deed) is being conveyed.

    Unfortunately, many are tricked by Shaitaan in this matter to accept naseehah only from those who are from the same country, or are of the same race, or hold affiliations with the same Islamic organisation / party as they do. The situation gets very sad when some of our brothers and sisters will not take naseehah because the one giving it has not been a Muslim for very long, or has not lived in America for very long, or is too young to be "telling people what to do." They pay no attention to the naseehah itself, or try to determine whether the naseehah itself is according to the Quraan and Sunnah. Rather they are quick to reject their fellow Muslim's naseehah due to such baseless reasons. We must realise all these subtle forms of looking down on others and rejecting their beneficial naseehah. Remember that the Prophet (sallallaahu 'alaihi wa sallam) has said that anyone with an atom's weight of arrogance in their heart will not enter Paradise.



    BENEFITS OF NASEEHAH
    It purifies the one being advised from some weakness. When one sees a fellow Muslim negligent in performing a good deed, or committing some wrong, he should take it upon himself to mend the shortcoming. The shortcoming may pertain to the rights of Allaah or to the rights of His slaves.
    When a believer gives naseehah to his brother in Islaam, he helps him in a matter in which his brother has erred because the believer loves for his brother what he loves for himself.
    When a believer gives naseehah to his brother, he is disposing of the right that his brother has upon him. Just as you would not like to see a fault in yourself, and would work to remove it, likewise, you should not like to see that fault in your brother. You must hate to see in him what you hate to see in yourself, hence, you should give him naseehah to remove that fault as you would have liked to receive naseehah to have that fault removed from you. Give your brother naseehah and guide him toward goodness, and take him away from harm.
    Giving naseehah is a sign of true brotherhood, a way of bringing the hearts closer, and of closing the doors of hatred and suspicion. This is why Umar ibn Abdul-Aziz said, "The one who grants naseehah to his brother in matters of this his religion and concerns himself with mending affairs of this life; then, he has granted an excellent gift and fulfilled a wajib that was due on him .." If someone were to ask, "How is naseehah a right of brotherhood, when one's faults are mentioned?" the answer is not to feel apprehension when your brother informs you of your faults. He may know something that perhaps you are unaware of, and is compelled to tell you about it out of sheer compassion. It is a way of winning over the hearts of those who are endowed with insight.

    Shaitaan has declared war on all of humanity, and Allaah has given the believers the tools necessary to win this war. Informing each other of ugly deeds we perform, or about loathsome characteristics that we may have is like pointing out where the land mines are on a battlefield. By pointing out these hidden dangers, we help to keep each other from destruction. In this war of conquering the self, the help, aid and guidance of our brothers and sisters is needed to assure that ultimate victory, insha'Allaah, of true success in this life and in the Hereafter.

    by Kamil Mufti
    Al Jumuah Magazine (Vol. 8 Issue 8 Shabaan 1417 H)
    Read More
    Posted in Article | No comments

    Friday, July 10, 2009

    Berburu Menurut Islam

    Posted on 8:43 AM by Unknown
    Allah swt berfirman: “Dan apabila kamu telah menyelesaikan ibadah haji maka bolehlah berburu.” (QS al-Ma’idah: 2)

    Dan firman-Nya juga:

    “Mereka menanyakan kepadamu: ”Apakah yang dihalalkan bagi mereka?” Katakanlah ’Dihalalkan bagimu yang baik-baik dan (buruan yang ditangkap) oleh binatang buas yang telah kamu ajar dengan melatihnya untuk berburu, kamu mengajarnya menurut apa yang telah diajarkan Allah kepadamu. Maka makanlah dari apa yang ditangkapnya untukmu dan sebutlah nama Allah atas binatang buas itu (waktu melepasnya).” (QS al-Maidah: 4).

    Buruan laut dibolehkan dalam segala kondisi demikian pula buruan darat terkecuali ketika berada dalam keadaan berihram. Allah swt berfirman:

    “Dihalalkan bagimu binatang buruan laut dan makanan (yang berasal dari laut sebagai makanan yang lezat bagimu dan bagi orang-orang yang dalam perjalanan; dan diharamkan atasmu (menangkap) binatang buruan darat selama kamu dalam ihram.” (QS al-Maidah: 96).

    1.BINATANG BURUAN YANG HALAL UNTUK DISEMBELIH

    Binatang buruan yang halal disembelih adalah binatang buruan yang halal.

    2.ALAT BERBURU

    Pekerjaan memburu terkadang dengan menggunakan senjata yang dapat melukai (binatang buruan) seperti pedang, pisau dan anak panah dan terkadang menggunakan binatang buas.

    Allah swt berfirman:

    “Hai orang-orang yang beriman, sesungguhnya Allah akan menguji kamu dengan sesuatu dari binatang buruan yang mudah didapat oleh tangan dan tombak-tombakmu.” (QS al-Maidah: 94).

    “Dan (buruan yang ditangkap) oleh binatang buas yang telah kamu ajar dengan melatihnya untuk berburu, kamu mengajarkannya menurut apa yang telah diajarkan Allah kepadamu, maka makanlah dari apa yang telah ditangkapnya untuk kamu.” (QS al-Maidah: 4).

    Disyaratkan dalam perburuan dengan menggunakan senjata yang dapat mengoyak tubuh (binatang) buruan dan menembusnya.

    Dan disyaratkan dalam perburuan dengan perantara binatang, haruslah menggunakan binatang pemburu yang sudah terlatih dan tidak memakan binatang buruannya serta tidak ada binatang lain bersamanya.

    Menyebut nama Allah adalah termasuk syarat halalnya binatang buruan, ketika menjelang melepaskan anak panah atau binatang pemburu.

    Dari Adi bin Hatim ra, ia berkata, “Saya pernah bertanya kepada Rasulullah saw tentang gagang anak panah”, maka jawab Beliau, “Jika engkau dapati tertancap dengan mata anak panah, maka makanlah; tetapi jika terpukul oleh gagangnya, lalu mati, maka sesungguhnya (binatang buruan itu) mati terpukul, karena itu janganlah engkau makan.” Kemudian aku bertanya lagi, “(Bagaimana kalau) aku melepas anjing pemburuku?” Jawab Beliau, “Jika engkau melepas anjingmu dan (sebelumnya) engkau telah mengucapkan basmalah, maka makanlah.” Saya bertanya (lagi), “(Bagaimana kalau) ia makan (binatang buruan itu)?” Jawab Beliau, “Kalau begitu, janganlah engkau makan; karena ia tidak menangkap (nya) untukmu, namun ia menangkap hanya untuk dirinya sendiri.” Saya bertanya lagi, “Bagaimana kalau aku melepas anjing pemburuku, lalu kudapati bersamanya anjing lain?” Sabda Beliau, “Janganlah engkau makan; karena sesungguhnya engkau menyebut nama Allah hanya untuk anjingmu, bukan untuk anjing yang lain.” (Muttafaqun ’alaih: Fathul Bari IX: 603 no: 5476, Muslim III: 1529 no: 3/1929 dan Nasa’I VII: 183).

    3. BERBURU DENGAN ANJING YANG TAK TERLATIH

    Tidak halal apa yang ditangkap oleh anjing yang tidak dilatih berburu, melainkan didapati dalam keadaan masih hidup, lalu disembelih:

    Dari Abu Tsa’labah al-Khasyanni ra, ia bertutur, “Ya Nabiyullah, sesungguhnya kami tinggal di negeri kaum Ahli Kitab, bolehkan kami makan menggunakan bejana mereka? Dan di negeri perburuan, di mana aku berburu dengan panahku dan dengan anjingku yang belum terlatih serta dengan anjingku yang sudah terlatih? Lalu apa yang baik kulakukan?” Jawab Beliau, “Adapun apa yang kau ceritakan itu, yaitu tentang (bejana) Ahli Kitab, maka jika engkau mendapatkan bejana yang lain, janganlah kamu makan dengan bejana mereka; jika tidak ada lagi, maka cucilah dan kemudian boleh kamu makan dengannya. Dan apa yang kau buru dengan anak panahmu dan engkau telah menyebut nama Allah (sebelumnya), maka makanlah; dan apa yang kau buru dengan anjingmu yang sudah terlatih dan engkau telah menyebut nama Allah (sebelumnya), maka makanlah; dan apa yang kau buru dengan anjingmu yang belum terlatih, lalu engkau masih sempat menyembelihnya, maka makanlah.” (Muttafaqun ’alaih: Fathul Bari IX: 604 no: 4578, Muslim III: 1532 no: 1930, Ibnu Majah II: 1069 no: 3207, Nasa’i VII: 81 tanpa menyebut Ahli Kitab).

    4. BINATANG BURUAN YANG TERJATUH KE AIR

    Manakala binatang buruan didapati terjatuh ke air, maka haram dimakan. Ini mengacu pada sabda Nabi saw kepada Adi bin Hatim ra:

    “Apabila engkau akan melepaskan anak panahmu, maka sebutlah nama Allah; jika engkau dapatinya terbunuh, maka makanlah, kecuali jika engkau dapatinya terjatuh di air; karena sesungguhnya engkau tidak tahu, apakah air yang telah membunuhnya ataukah anak panahmu?” (Shahih: Irwa-ul Ghalil no: 2556, Muslim III: 1531 no: 7 dan 1929).

    5. BINATANG BURUAN YANG BELUM KETEMU SELAMA DUA HARI ATAU TIGA HARI, LALU DIKETEMUKAN

    Barangsiapa melepaskan anak panahnya, lalu tepat mengenai binatang yang diburu, kemudian binatang tersebut menghilang selama dua hari atau tiga hari, lalu kemudian diketemukan, maka ia boleh dimakan bila belum membusuk.

    Dari Adi bin Hatim ra bahwa Nabi saw pernah bersabda kepadanya, “Jika engkau melepaskan anak panahmu (tepat mengenai) binatang buruanmu, kemudian engkau dapatinya setelah sehari atau dua hari yang padanya hanya ada bekas tusukan anak panahmu, maka makanlah.” (Shahih: Mukhtasar Muslim no: 1239 dan Fathul Bari IX: 610 no: 5484).

    Dari Abu Tsa’labah dari Nabi saw, Beliau bersabda, “Apabila engkau melepas anak panahmu, lalu binatang yang kau buru itu menghilang darimu, kemudian engkau dapatinya, maka makanlah ia selama belum membusuk.” (Shahih: Mukhtashar Muslim no: 1242 dan Muslim III: 1532 no: 10 dan 1931).

    Sumber: Diadaptasi dari 'Abdul 'Azhim bin Badawi al-Khalafi, Al-Wajiz Fi Fiqhis Sunnah Wal Kitabil 'Aziz, atau Al-Wajiz Ensiklopedi Fikih Islam dalam Al-Qur'an dan As-Sunnah Ash-Shahihah, terj. Ma'ruf Abdul Jalil (Pustaka As-Sunnah), hlm. 772 - 777.
    Read More
    Posted in Qurdist | No comments

    Tuesday, July 7, 2009

    Menikmati Ciptaan Allah swt

    Posted on 12:01 AM by Unknown

    Gambar di adalah sebagian kecil ciptaan Allah swt Yang Agung gambar ini sengaja aku tempelkan disini, sebab menurut saya gambar ini sungguh indah, maaf sudah lama tidak pernah posting jadi kangen. Arahkan mouse anda pada gambar diatas.Kemudian perhatikan betapa Agung dan Maha Suci Allah seru sekalian alam.
    Read More
    Posted in Article, Tips | No comments

    Friday, July 3, 2009

    Put Your message

    Posted on 9:22 PM by Unknown
    Please put your message Here !!!!




    ShoutMix chat widget

    Read More
    Posted in Messages | No comments
    Newer Posts Older Posts Home
    Subscribe to: Posts (Atom)

    Popular Posts

    • New blog
      I don't blog often, but when I do it's now at http://blog.semeosis.com. Here I've written about some of the things I've look...
    • Apple Releases New iPhone OS
      Today, around 1:00PM, Apple released its new operating system for the iPhone. After negotiations with IBM, iPhone OS 4.0 will be officially...
    • Spiderman Shattered Dimensions - RELOADED
      Spiderman Shattered Dimensions - RELOADED | 8.17 Gb Genre: Action Game Type : ISO Release Date: Q4 2010 Here we have a new action,adventu...
    • Password Recovery Bundle 2011 1.70
      Password Recovery Bundle 2011 1.70 | 1.46 Mb Password Recovery Bundle 2011 is a handy toolkit to recover all your lost or forgotten passwo...
    • How and Why verify your site?
      Privacy is important to Google, which is why Google Webmaster Tools asks you to prove you own a site before showing you stats and data abou...
    • TiVo App for Android and iPhone Coming Soon
      It has been a long time coming but it appears that TiVo might finally be ready to roll out software for the iPhone and Android. While TiVo h...
    • Free download TeamViewer Manager 5.1.904
      TeamViewer Manager 5.1.904 | 17 MB An optional database tool that stores your partner details in a database that can also be shared over ...
    • Free Hosting under Google and free failed
      Do you want to host your external java script files in unlimited bandwidth? If you host your files on google code you can do for free. This ...
    • Drop down menu button untuk Blog Anda
      Hallo Saya ada tips setelah jalan-jalan yang sangat melelahkan, kita langsung praktek aja. 1-Log in ke account blogger anda. 2-Click Layout-...
    • The Pleasures of Paradise in Brief
      God has said in the Quran: “And give good news (O Muhammad) to those who believe and do good deeds, that they will have gardens (Paradise) i...

    Categories

    • .Net
    • .NET 3.5
    • .Net Tools
    • About Adsense
    • Agile
    • ALT.NET
    • Anti-Virus
    • Article
    • ASP.NET MVC
    • C# 3
    • Cara Pasang
    • CI Factory
    • Computer
    • Continuous Integration
    • Courseware
    • DI/IOC
    • Download Games
    • Download Karaoke
    • Download software
    • Download template
    • Download Template
    • Exchange Link
    • Google
    • Hadits Nabi
    • Hiring
    • IEEE
    • IIS 7
    • Info electronic
    • Lambda
    • Lean
    • Linux
    • MbUnit
    • Messages
    • MS Exchange 2003
    • Mutiara
    • Navigation
    • News
    • NHibernate
    • NxtGenUG
    • Other
    • Practices and Patterns
    • Qurdist
    • Resharper
    • Scrum
    • Security
    • Seo
    • Small Business Server
    • SQL Server 2008
    • Testing
    • TFS
    • Tips
    • Trick
    • Tutor
    • Ubuntu
    • UML
    • Verifying
    • Virtual Instrument
    • Virtual PC
    • Virtual Server
    • Visual Studio 2010
    • wcf
    • Web
    • Windsor

    Blog Archive

    • ►  2012 (1)
      • ►  August (1)
    • ►  2011 (71)
      • ►  July (1)
      • ►  June (43)
      • ►  May (20)
      • ►  April (5)
      • ►  March (2)
    • ►  2010 (113)
      • ►  December (22)
      • ►  November (4)
      • ►  September (8)
      • ►  July (7)
      • ►  May (3)
      • ►  April (11)
      • ►  March (35)
      • ►  February (5)
      • ►  January (18)
    • ▼  2009 (143)
      • ►  December (3)
      • ►  October (3)
      • ►  September (12)
      • ►  August (14)
      • ▼  July (23)
        • Cara men submit blog ke web directory secara otomatis
        • Cara memasang Popup Image Viewer
        • Cara Pasang Bold CSS Buttons
        • Cara memasang CSS Indent Menu
        • Exchange Link | Tukar Link
        • Cara Daftar Google Sitemap Untuk SEO Pada Blog
        • Auto Read More Version I
        • Cara Memasang Menu Navigasi I Black Colour
        • Cara Memasang Menu Navigasi I Blue Colour
        • Cara membuat Nama Blog Anda Pada Scrolling Browser
        • Cara Membuat Kotak Shout Box
        • Cara Membuat Link Download
        • Cara pasang related postingan
        • Auto Read More Version I
        • Cara Membuat Read More
        • Cara membuat Blog di Blogspot
        • Station of Toma'aneenah
        • BERAT DOSA ORANG YANG BERDUSTA ATAS NAMA RASULULLA...
        • Backbiting ( Ghibah )
        • DIRECTIONS TO GIVING NASEEHAH
        • Berburu Menurut Islam
        • Menikmati Ciptaan Allah swt
        • Put Your message
      • ►  June (1)
      • ►  May (18)
      • ►  April (23)
      • ►  March (36)
      • ►  February (5)
      • ►  January (5)
    • ►  2008 (30)
      • ►  December (1)
      • ►  November (4)
      • ►  October (2)
      • ►  September (5)
      • ►  August (5)
      • ►  July (3)
      • ►  June (6)
      • ►  May (2)
      • ►  April (1)
      • ►  March (1)
    Powered by Blogger.

    About Me

    Unknown
    View my complete profile