Visual Basic 6 Serial Number

873-3297527

Sunnah-Sunnah Dalam Berpakaian

Salah satu permasalahan yang kerap kali dialami oleh kebanyakan manusia dalam kesehariannya adalah melepas dan memakai pakaian baik untuk tujuan pencucian pakaian, tidur, atau yang selainnya.

Sunnah-sunnah yang berkaitan dengan melepas dan memakai pakaian adalah sebagai berikut:

[1]. Mengucapkan Bismillah [Dengan Nama Allah]

Hal itu diucapkan baik ketika melepas maupun memakai pakaian. Imam An-Nawawy berkata :

"Mengucapkan bismillah adalah sangat dianjurkan dalam seluruh perbuatan"



[2]. Berdo'a Ketika Memakai Pakaian

Hadits Rasulullah Shallallahu 'alaihin wa sallam.

"Rasulullah Shallallahu 'alaihi wa sallam apabila memakai pakaian atau baju lengan panjang atau jubah atau kopiah beliau selalu berdoa: “Ya Allah, aku mohon kepada-Mu untuk memperoleh kebaikannya dan kebaikan dari tujuan pakaian ini dibuat. Aku berlindung kepada-Mu dari keburukan dan keburukan tujuan pakaian ini dibuat.” [HR. Abu Dawud , At-Tirmidzi. Ahmad dan dishahihkan oleh Ibnu Hibban]



[3]. Memulai Dengan Yang Sebelah Kanan Ketika Akan Memakai Pakaian

Berdasarkan Nabi Shallallahu 'alaihi wa sallam

"Artinya : Apabila kalian memakai pakaian maka mulailah dengan yang sebelah kanan" [HR. At-Tirmidzi, Abu Dawud dan Ibnu Majjah. Dan hadits ini shahih]

[4]. Melepaskan Pakaian Atau Sarung Dengan Mendahulukan Yang Sebelah Kiri Kemudian Sebelah Kanan.


[Disalin dari kitab Aktsaru Min Alfi Sunnatin Fil Yaum Wal Lailah, edisi Indonesia Lebih Dari 1000 Amalan Sunnah Dalam Sehari Semalam, Penulis Khalid Al-Husainan, Penerjemah Zaki Rachmawan]
 

Download Free Kamus Digital Bahasa Inggris Lengkap

Download di sini!

Encrypting the Entire of PHP Script

Just go to the link below:

http://www.dynamicdrive.com/dynamicindex9/encrypter.htm

Then fill the box with your script.


 Then press the Encrypt button, you will see the result


 Finish! :D Just copy and paste your encrypted script. :)

Database Connection Script using PHP and MySQL

<?php

$host = "localhost"; // customize to your host
$user = "root"; // customize to your user name
$password = ""; // fill blank if the user don't have a password
$db = ""; // fill with your database's name

$connect = mysql_connect($host,$user,$password);
if (!$connect) {
    echo "Connecting database failed.";
    echo mysql_error();
}

$selectdb = mysql_select_db($db);
if (!$selectdb) {
    echo "selected database failed";
    echo mysql_error();
}
?>

How to Make Windows 7 OS installation using Flash Disk?

1. Download your favorite Operating System which has .iso extension. For the example:

Due to its large size, I recommend you to use Internet Download Manager. e. g: IDM. You could search and download it using Google.

2. Download Windows7-USB-DVD-tool, you can download here:

http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.html

 Then install it. 

3. Now run the Windows7-USB-DVD-tool, don't forget to plug in you Flash Disk.

4. The interface is like this.



5. Just follow the instructions!

How to Introduce yourself in Indonesian?

Hello! Now we are going to learn how to introduce ourselves in Indonesian language :-). How many audience here? I am counting on you all. :-)

First, you say "Halo/ hai!". It has meaning "Hello/ hi" in English. It seems there isn't big different about those languanges.
Henceforth, follow those short conversation below! :-)

X: "Hai! (hi!)".
Y: "Hai! (hi!)".
X: "Bolehkah saya memperkenalkan diri?(May I introduce myself?)".
Y: "Ya tentu boleh (of course you might)".
X: "Nama saya X, saya tinggal di Indonesia, kesibukan saya sekarang adalah seorang pelajar, kalau Anda? (my name is X, I live in Indonesia, my occupation now is a student, how about you?".
Y: "Sama seperti Anda (same, with you)".
X: "Terimakasih, senang berkenalan dengan Anda (Thank you, nice to meet you)"
Y: "Senang berkenalan dengan Anda (nice to meet you too)".

Hope this useful for you all especially for you that learn Indonesian language. :-)

C++ Simple Calculation Programming Script

Here I use Turbo C++ IDE.

#include <iostream.h>
#include <conio.h>

int main() {
int a, b, c;
    cout<<"Insert 1st value = ";cin>>a;
    cout<<"Insert 2nd value = ";cin>>b;
    c = a + b;
    cout<<"The result of 1st + 2nd value is   = ";cout<<c;
}

You could modify the script above as your necessary. 

Virtual Basic 6 Portable Free Download

Click right pad on your mouse, open as administrator to use the IDE properly. Here the download link:

http://www.tusfiles.net/ie01ezze7t50 

I also attach the original link where I got this IDE.

http://djiesoft.blogspot.com/2012/04/download-microsoft-visual-basic-60.html