service laptop toshiba computer processor acer harddisk pentium

Sunday, July 31, 2011

Widget Jadwal Imsyakiah 1432 Hijriah online

Assalamualaikum...

ramadhan
Sumber foto: ramadhan 1432

Bagaimana puasa pertama ini cukup dengan perjuangan kan,, daripada mikiran laper mendingan saya mau bagi widget kalau anda sedang mencari widget online jadwal imsyakiah seluruh kota-kota besar di indonesia berikut ini ada script yang saya ambil dari www.pkpu.or.id

Spoiler for title :

<iframe name="widget imsyak" src="http://www.pkpu.or.id/imsyak/" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" width="700" height="1000"></iframe><a href="http://sukasu.blogspot.com">jadwal imsyak</a>


dan silahkan ubah lebar dan tingginya sesuai dengan template anda dan tinggal pasang di postingan atau dimana saja yang anda kehendaki tentunya dengan mencantumkan sumbernya terimakasih.

Jadwal Imsyakiah 1432 Hijriah 2011 Indonesia

assalamualaikum...

ramadhan
Sumber foto: ramadhan 1432

Besok tanggal 1 agustus 2011 umat islam indonesia akan menyambut datangnya bulan suci ramadhan 1432 hijriah, dan semoga kita semua diberi kelancaran dalam melaksanakan ibadah pusa..amin.

Berikut ini ada jadwal imsakyah untuk di kota-kota besar di indonesia yang saya ambil dari www.pkpu.or.id dan bisa digunakan dengan semestinya


imsyak

selamat menjalankan ibadah puasa

Friday, July 29, 2011

Array

this program basic Array.
you can download this explaination. And you must try in your home. This course material, which I share with you who want to learn about java programming.
hopefully you can help the novice or students to reproduce a reference. And I expect you to share your knowledge with us to petrify metreka that requires knowledge.
may be useful.
download but in indonesian language ARRAY.PPT

 this String and try for get output this program

public class array2
{
      public static void main (String [] args)
  {
      int[] x = new int [80];
      int i;
      for(i=1; i<x.length; i++);
  {
      x[i]= i;
     System.out.println( x[i]);
}
}
}

Sunday, July 10, 2011

Starting java

Starting java
1. First install the Java program and java runtime se as its plugins.
2. Then create a folder with the name LATJAVA on drive D because the C drive is used for the system.
3. Open the Java application creators, here I use Java creator bs you also use net beans and so on.
4. Select file> select new blank workspace. see picture

 
5. Until the dialog box appears. Create a name "Program 1", and specify the location of workspace in the folder you created earlier. Then select Finish. see picture
 
6. Select the file menu search "OpenBlankWorkSPace" then click.
7. Until the dialog box, then select the location where you create a folder and open LATJAVA. Select and click open the file Program1.Jcw. see picture

 
8. Already appear blank workspace select a program and right click on your mouse. Then piih ADD NEW PROJECT
9. Then it will appear PROJECT TEMPLATE select "empety project" and then select the next
10. Name the project "HelloWorld. Kemuian select it and click finish.
11. Wait until the process of buliding project is completed. It will appear a new link in the File view.
12. Right click projec hello world and follow the steps on the image
13. Then it will mncul file type, select next. Name the file "HelloWorld" is free but the file name should follow his steps as a beginner. Choose finish.
14. So we can start the program. As an introduction I will give examples as an exercise program beginning. String Type Progrm below correctly. note the size of the letters because it could affect the outcome of the program.

public class HelloWorld
{
public static void main (String [] args)
{
System.out.println ("HelloWorld");
}
}
15. After that klic build menu and select the build file. Wait for the build output on the box if it appears the "Process Copleted" then your program is correct.
16. Then run by selecting Run menu select Run File. Wait until the process output as shown. Look General output.
17. Already completed the initial meeting and we bs mangenal making a very simple program. Hopefully this article helpful and facilitate you in learning Java, especially for beginners. Wait for the next post.


download this artikel whit Indonesian language STARTING JAVA