Tuesday, June 13, 2017

The Art-Science Connection

The many comections between art and science have been examined in essays concerning poetry, metaphor, and artwork.
This is a broad and multifarious specialty, of course, requiring far more space than we could hope to give it; but by selecting a few topics, issues, and examples of scholarship, we can attempt to convey a sense of what is involved in the study of art and science. While their activities may differ, scientists and artists share one essential component in their work. We can say, however, that the scientist who develops a theory or designs an expwintent is no less creative than the artist who produces a pairtting or sculpture, also notes that artists and scientists share certain motivations.
Artists and aeientista share a sensitivity to aesthetics in their work, although their criteria for “beauty” may be quite different. Many also share a desire to make a positive contribution to the welfare of humanity.
Scientists and artists share another impxtant attributtx their labors depend largely on interpreting nature, or the natural world. Nature, of course, has been one of the main sources of artistic inspiration for as long as humans have made art.
The British aestheticiart Harold Osborne also discusses attists, scientists, and their relationship to nature. Both groups, he notes, seek a sense of order in the natural world. He notes that, while an aesthetic response may be elicited by “the diverse kinds of order in nature discovered and described by scientists, ‘‘ it is artworks made by artists that are “the most powerfully effective objects for the evocation and expansion of aesthetic experience . . .. Scientists, on the contrary, discover but do not make the order that occurs in nature. But the statements they make about order may themselves have intellectual beauty. ‘‘


Friday, June 24, 2016

Traditional music "Kenthongan" from Banyumas Regency, Central Java, Indonesia.


Traditional music "Kenthongan" from Banyumas regency, Central Java, Indonesia.

Friday, May 13, 2016

Menambahkan Komponen Pengendali Antarmuka pada Form : Visual Basic-Visual Studio 2015

Pada postingan sebelumnya Anda telah menentukan properti awal untuk form, sekarang saatnya membuat antarmuka (user interface) dengan cara menambahkan beberapa objek ke dalam form. Objek-objek yang dapat diletakkan pada sebuah form kita sebut dengan control. Beberapa objek memiliki antarmuka yang terlihat sehingga user bisa berinteraksi, sementara beberapa yang lainnya tidak terlihat oleh user. Dalam contoh berikut Anda akan menggunakan kedua jenis objek tersebut. Pada  sebelah kiri layar terdapat sebuah tab vertikal dengan judul Toolbox. Klik tab Toolbox tab untuk menampilkan jendela Toolbox window untuk melihat objek yang paling sering digunakan (lihat pada gambar).
Toolbox berisi semua objek (controls) yang tersedia dalam project, seperti label dan text box.
Supaya toolbox tetap terlihat, meskipun anda klik bagian yang lain, silakan klik pada ikon kecil pushpin (jarum) terletak pada papan judul (title bar) toolbox.

Monday, April 25, 2016

Memberi Sebuah Ikon pada Form : Visual Basic-Visual Studio 2015

Setiap orang yang menggunakan sistem operasi Windows tentu familiar dengan ikon —gambar kecil yang merepresantasikan program aplikasi. Ikon umumnya tampil pada menu Start di sebelah nama program. Di Visual Basic, ikon tidak hanya diberikan pada program file, anda juga dapat menentukan setiap form pada program sebuah ikon unik yang sesuai keinginan.
Untuk menentukan sebuah ikon pada form, ikuti langkah berikut:
  1. Pada jendela Properties, klik properti Icon.
  2. Sebuah tombol kecil dengan tiga titik muncul pada sebelah kanan properti. Klik tombol tersebut.
  3. Guanakan kotak dialog Open yang muncul untuk menentukan locakai file .ico atau file ikon lainnya. Jika file ikon sudah ditemukan, double-click it, atau klik sekali kemudian pilih Open.
After you’ve selected the icon, it appears in the Icon property along with the word Icon. A small version of the icon appears in the upper-left corner of the form as well. Whenever this form is minimized, this is the icon displayed on the Windows taskbar.

Wednesday, February 17, 2016

Memberi Nama pada Objek : Visual Basic-Visual Studio 2015

Properti yang seharusnya anda tentukan pertama saat membuat objek baru adalah nama / Name. Tekan tombol F4 untuk menampilkan jendela Properties (jika belum tampil), dan gulung ke atas sampai terlihat properti (Name), seperti terlihat pada gambar berikut.


Jika properti Name tidak terlihat pada awal listbox, itu dikarenakan jendela Properties diatur untuk menampilkan properties berdasar kategori bukan urut alphabet instead of alphabetically. Anda dapat menampilkan list urut alphabet dengan cara klik tombol Alphabetical di atas grid properties.

I recommend that you keep the Properties window set to show properties in alphabetic order; doing so makes it easier to find properties that I refer to in the text. Note that the Name property always stays toward the top of the list and is called (Name). If you’re wondering why it has parentheses around it, it’s because symbols come before letters in an alphabetic sort, and this keeps the Name property at the top of the list.
Saat menyimpan sebuah project, anda juga memilih nama dan lokasi untuk menyimpan project dan file-file pendukungnya. Ketika anda pertama kali membuat objek dalam project, Visual Basic memberi sebuah nama object yang unik dan generik berdasar jenis objek. Walau nama-nama tersebut tetap berfungsi, namun kurang deskriptif secara praktis. Contoh, Visual Basic menamai form dengan nama Form1, padahal biasanya ada belasan (bahkan ratusan) forms dalam sebuah project. Akan sangat sulit untuk mengelola sebuah project jika setiap fomr dibedakan berdasar penomoran (Form2, Form3, dan seterusnya).
Agar pengelolan form lebih rapi, berikan setiap form nama yang deskriptif. Tidak hanya mengubah nama form saja tapi penting juga untuk mengubah nama file. Ubahlah nama form secara program dan juga nama file dengan langkah-langkah berikut:
  1. Klik properti Name dan ubah tulisan Form1 menjadi ViewerForm. Ketahuilah bahwa hal ini tidak mengubah nama file dari form tersebut seperti yang terlihat dalam jendela Solution Explorer, terletak di atas jendela Properties.
  2. Klik kanan pada Form1.vb dalam jendela Solution Explorer.
  3. Pilih menu Rename pada context menu yang tampil.
  4. Ubah tulisan dari Form1.vb menjadi ViewerForm.vb.
I use the Form suffix here to denote that the file is a form class. Suffixes are optional, but I find that they really help you keep things organized. 
The form’s Name property is actually changed for you automatically when you rename the file.In future examples, I will have you rename the form file so that the Name property is changed automatically. I had you set it in the Properties window here so that you could see how the Properties window works. 

Tuesday, February 16, 2016

Mengubah Karakteristik pada Objek : Visual Basic-Visual Studio 2015

Hampir semua yang anda kerjakan dengan Visual Basic adalah sebuah object. Form, sebagai contoh, adalah objek, juga semua item yang dapat anda letakkan pada sebuah form untuk membangun antarmuka, seperti list box dan button.
Ada banyak jenis objek, dan objek dikelompokkan berdasar jenisnya. Contoh, sebuah form (jendela) adalah sebuah objek Form, sementara item-item yang dapat diletakkan pada sebuah form disebut objek Controls. Beberapa objek tidak memiliki tampilan fisik tapi hanya berada pada code program. Anda akan mempelajari tentang object ini nantinya.

Setiap object memiliki attribute tertentu yang disebut dengan properties. Properties menentukan karakteristik sebuah object. Anda memiliki properties tertentu sebagai seseorang, seperti tinggi badan dan warna rambut. Demikian juga objek-objek Visual Basic memiliki properties, seperti Height dan BackColor. Saat anda membuat objek baru, hal pertama yang perlu dilakukan adalah menentukan propertinya objek tersebut akan tampil dan berperilaku sesuai yang anda inginkan.
Klik di mana pun pada form (jendela dengan judul/ title Form1), dan check untuk melihat bahwa properties ditampilkan dalam jendela Properties. Pada bagian atas jendela Properties berisi nama form: Form1 adalah nama object dan System.Windows.Forms.Form jenis objek.

Monday, February 15, 2016

Memahami Lingkungan (IDE) Visual Studio 2015

Saat pertama menjalankan Visual Studio 2015, anda akan mendapati IDE berisi sejumlah windows (jendela), seperti Properties pada kanan-bawah, yang digunakan untuk melihat dan mengatur properti dari objek. IDE juga terdiri sejumlah tab, semisal Toolbox dan Data Source pada bagian kiri IDE. Cobalah: klik pada tab Toolbox untuk menampilkan jendela Toolbox (mengklik sebuah tab akan menanmpilkan jendela yang diasosiasikan).
Anda dapat menyesuaikan ukuran dan posisi jendela, bahkan anda dapat menyembunyikannya sesuai keinginan.
Unless specifically instructed to do so, don’t double-click anything in the Visual Studio 2015 design environment. Double-clicking most objects produces an entirely different result than single-clicking does. If you mistakenly double-click an object on a form (discussed shortly), a code window appears. At the top of the code window is a set of tabs: one for the form design and one for the code. Click the tab for the form design to hide the code window and return to the form.
Jendela Properties pada sebelah kanan mungkin adalah jendela paling penting dalam IDE, dan ini adalah yang paling sering anda gunakan. Jika resolusi display adalah 1024×768, mungkin hanya ada sedikit properti yang terlihat. Ini membuat sulit untuk melihat dan mengubah properti pada projek yang anda buat. Direkomendasikan agar anda menggunakan Visual Basic pada resolusi layar  1280×768 atau lebih untuk mendapatkan ruang kerja yang luas. Namun tetap perhatikan, end users mungkin menggunakan resolusi yang lebih rendah dari yang anda gunakan saat pengembangan aplikasi.