slider

Slider Pemrograman

Kamis, 16 Februari 2017

EVENTS


Welcome to Events Get. We have been doing calm changes befitting your cause. Truth be told, you discover the chance to see a radical new point of view of your occasion/s, news, and articles when you trade them right off the bat our site. List your start and end occasions, news, and visitor posts with us on the course, workshop, meeting, rule, affiliation, declaration, circumlocutory, business, headway, contraptions, telecom, and a more significant measure of your school, school, establishment, or relationship on a general present.

conference alerts
workshop alerts
latest webinars

We drive each and every occasion of your association online that is recorded with us. We have given zones for "News" and "Blog" on our website where we keep discussing the center, foundation, reasons, and fundamentally more about your occasion/s. In the mean time, we spread the news about your relationship, for example, exam happens, inner changing, newcomers, and others of your inclination. Moreover, every one of those for FREE!

Our identity:

We are a gathering of fiery personalities and we are transmitting with contemplations for adding qualities to the universe of heading and to the life of the general open like experts, masters, arranges just to give a couple cases. Amidst our primes in schools, we felt the desire for having a particular source data on the best school fests. This has summarily provoked us for taking up this entrepreneurial trip.

We offer you a chance to plug your school occasions on our site eventsget.com for FREE. To us, this is a great deal increasingly a vow to ourselves for the upside of the comprehensive group when all is said in done over the business.

Things you ought to know:

We don't request an enlistment from anybody in any way.

Individuals from various strolls around life, for example, the specialists, researchers, information searchers, and resources are welcome to oblige us for FREE. There is earnestly no invigorate covered in our site. On the off chance that you are an understudy, we invite you and your buddies to enlist with us and stay instructed on the best in class occasions in your strong point advance. This, consequently, makes an open stage for the learning offering to the similarly contributed individuals from around the globe.

Remain in touch through our reliably/well ordered/month to month overhauls to the chose gathering befitting the individual decision and the inclination.

We propel your occasions and challenges by partner up our site page with the web records, for example, the Google, Bling, and Yahoo. This, therefore, makes open passages for making a novel brand pool for the school fests, for example.

We cover all occasions, for example, the occasions identified with business association, sketching out, medicine, improvement, and general science. Essentially, we go about as an online file and more for you that suit your pined for specialty.

Masters, analysts, understudies and substitute accomplices in like manner can oblige us as suppliers by sharing their school fests.

You can either post an occasion with us on an illustration introduce or can check unpretentious segments of the occasions dispersed on our site to consider the respect improvement that we do here. Interface with us at the basic spot to know more about us.

Rabu, 15 Juli 2015

CARA MEMBUAT FORM PENDAFTARAN MENGGUNAKAN HTML

CARA MEMBUAT FORM PENDAFTARAN MENGGUNAKAN HTML

Sudah beberapa minggu saya tidak  mengupdate blog saya dan kini saya akan membagi ilmu tentang HTML yaitu cara membuat form pendaftaran menggunakan HTML. Langkah-langkahnya adalah sebagai berikut:
1.    Buka aplikasi text editor notepad atau macromedia dreamweaver versi berapun bisa digunakan
2.    Masukkan script HTML di bawah ini :
<html>
<head><title>Form Pendaftaran</title></head>
<body>
<table border="4" bgcolor="003399" align="center" height="500" width="400" cellpadding="20">
<tr>
<td>
<b><font color="black" size="10"> Mendaftar </font></b>
<p> Gratis, untuk pelajar </p>
<input type="text" Name="nama" size="20" placeholder="Nama Depan">
<input type="text" Name="nama" size="20" placeholder="Nama Belakang"><br><br>
<input type="text" Name="email" size="46" placeholder="Email Anda"><br><br>
<input type="text" Name="remail" size="46" placeholder="Masukan Ulang Email"><br><br>
<input type="password" Name="sandi" size="46" placeholder="Kata Sandi Baru"><br>
<p><b> Tanggal Lahir </b></p>
<select name="Tanggal">
<option>-Tanggal-</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
<option value="32">32</option>
</select>
<select name="Bulan">
<option>-Bulan-</option>
<option value="1">Januari</option>
<option value="2">Februari</option>
<option value="3">Maret</option>
<option value="4">April</option>
<option value="5">Mei</option>
<option value="6">Juni</option>
<option value="7">Juli</option>
<option value="8">Agustus</option>
<option value="9">September</option>
<option value="10">Oktober</option>
<option value="11">November</option>
<option value="12">Desember</option>
</select>
<select name="Tahun">
<option>-Tahun-</option>
<option value="1980">1980</option>
<option value="1981">1981</option>
<option value="1982">1982</option>
<option value="1983">1983</option>
<option value="1984">1984</option>
<option value="1985">1985</option>
<option value="1986">1986</option>
<option value="1987">1987</option>
<option value="1988">1988</option>
<option value="1989">1989</option>
<option value="1990">1990</option>
<option value="1991">1991</option>
<option value="1992">1992</option>
<option value="1993">1993</option>
<option value="1994">1994</option>
<option value="1995">1995</option>
<option value="1996">1996</option>
<option value="1997">1997</option>
<option value="1998">1998</option>
<option value="1999">1999</option>
<option value="2000">2000</option>
<option value="2001">2001</option>
<option value="2002">2002</option>
<option value="2003">2003</option>
<option value="2004">2004</option>
<option value="2005">2005</option>
<option value="2006">2006</option>
<option value="2007">2007</option>
<option value="2008">2008</option>
<option value="2009">2009</option>
<option value="2010">2010</option>
<option value="2011">2011</option>
<option value="2012">2012</option>
<option value="2013">2013</option>
<option value="2014">2014</option>
<option value="2015">2015</option>
</select><br><br>
<input type="radio" name="Kelamin" value="L">Laki Laki
<input type="radio" name="Kelamin" value="P">Perempuan
<br><br>
<input value="Kirim" style="background-color: 4985D0; height: 50; width: 150;"type="submit">
</td>
</tr>
</body>
</html>
3.  Simpan dengan nama file mendaftar.html
4.  Jalankan browser sehingga diperoleh tampilan seperti gambar di bawah ini


Sabtu, 27 Juni 2015

Source Code PHP Sistem Informasi Kasus Perdata Pengadilan Negeri

Source Code PHP Sistem Informasi Kasus Perdata Pengadilan Negeri

Source Code PHP Sistem Informasi Kasus Perdata Pengadilan Negeri bisa didownload disini sebagai bahan belajar pemrograman PHP

Selasa, 23 Juni 2015

Source Code PHP Sistem Informasi Pendataan

Source Code Delphi Sistem Informasi Pendataan


Source Code Delphi Sistem Informasi Pendataan bisa didownload disini sebagai bahan belajar pemrograman Delphi

Rabu, 27 Mei 2015

Menambahkan dan menghapus text pada Listbox di Delphi 7

Menambahkan dan menghapus text pada Listbox di Delphi 7

Cara menambahkan dan menghapus text pada Listbox di Delphi 7 dapat ditempuh dengan langkah-langkah sebagai berikut:
11.   Membuka aplikasi Delphi 7 dengan cara Start – All Program – Borland Delphi 7 – Delphi 7 atau melakukan klik 2x atau klik kanan lalu pilih open pada icon aplikasi Delphi 7 di desktop sehingga jendela IDE Delphi  7 terbuka
22.  Menambahkan komponen editText1, ListBox1, Button1 dan Button2 ke Form (user interface Delphi 7), kemudian editText dikosongkan dengan cara mengosongkan  caption di object inspector dan berlanjut dengan mengganti caption Button1 dengan Tambah serta mengganti caption Button2 dengan hapus maka tampilan formnya adalah  seperti gambar di bawah ini



33.      Menambahkan source code program dengan melakukan klik 2 x di button tambah, source code adalah  sebagai berikut :
procedure TForm1.Button1Click(Sender: TObject);
begin
listbox1.Items.Add(edit1.Text);
end;
44.   Menambahkan source code program dengan melakukan klik 2 x di button hapus, source code adalah  sebagai berikut :
procedure TForm1.Button1Click(Sender: TObject);
begin
ListBox1.DeleteSelected;
end;
end.
5. Jalankan Program dengan memilih menu run atau menekan F9 di keyboard
 Kita dapat menambahkan data berapun yang kita inginkan ke listbox. Demikianlah cara Menambahkan dan menghapus text ke listbox di Delphi 7, semoga dapat memberi manfaat

Senin, 25 Mei 2015

Source Code Java Netbeans Pembayaran Kredit Bank Mandiri

Source Code Java Netbeans Pembayaran Kredit Bank Mandiri


Source Code Java Netbeans Pembayaran Kredit Bank Mandiri bisa didownload disini sebagai bahan belajar pemrograman Java

Sabtu, 23 Mei 2015

Source Code PHP Penjualan Sepeda Motor

Source Code PHP Penjualan Sepeda Motor

Source Code PHP Penjualan Sepeda Motor bisa didownload disini sebagai bahan belajar pemrograman PHP
luvne.com resepkuekeringku.com desainrumahnya.com yayasanbabysitterku.com