Author Archives: admin

Memanfaatkan IP Publik Speedy (NAT IP Publik ) Ke Webserver

Tweet IP public yang dikasih oleh telkom pada saat kita berlangganan Speedy dapat kita manfaatkan untuk menjadikan komputer (yang ada webservernya seperti Apache, IIS etc) dapat diakses melalui jaringan internet. Untuk Paket Speedy Bisnis untuk konfigurasinya sangat mudah caranya adalah … Continue reading

Posted in Pemerograman Visual Basic.net | Leave a comment

Jika mengalami error : seperti ini di web asp.net An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode

Tweet jika mengalami error seperti : HTTP Error 500.23 – Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. maka pemecahannya : <system.webServer>      <validation validateIntegratedModeConfiguration=”false” /> < /system.webServer> Bookmark on … Continue reading

Posted in Pemerograman Visual Basic.net, Tentang IIS, Webserver, WEB SERVICES dan Network | Tagged | Leave a comment

Mengatasi Database Supect di SQL SERVER 2005

Tweet   EXEC sp_resetstatus ‘yourDBname’; ALTER DATABASE yourDBname SET EMERGENCY DBCC checkdb(‘yourDBname’)   ALTER DATABASE yourDBname SET SINGLE_USER WITH ROLLBACK IMMEDIATE DBCC CheckDB (‘yourDBname’, REPAIR_ALLOW_DATA_LOSS) ALTER DATABASE yourDBname SET MULTI_USER Bookmark on Delicious Digg this post Recommend on Facebook share … Continue reading

Posted in DATABASE, Database (SQL SERVER, MYSQL etc), Pemerograman Visual Basic.net, SQL SERVER | Leave a comment

error configurasi aplikasi asp.net

Tweet pernahkah anda mengalami error seperti ini Server Error in ‘/’ Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your … Continue reading

Posted in Pemerograman Visual Basic.net | Leave a comment

Pemerograman II

Tweet Postingan ini saya tujukan buat para developver pemula terkhusus buat para mahasiswa yang lagi mengambil matakuliah Pemerograman II. Kuliah I (Struktur Dasar) Secara struktur code (coding) terdiri atas 3 bagian : 1. Squence (Bagian yang pasti dikerjakan). atau baris … Continue reading

Posted in Pemerograman Visual Basic.net | Leave a comment

Error : One or more activex controls could not be displayed because either

Tweet Solusi memperbaiki error windows “One or more activex controls could not be displayed because either” – Apakah Anda pernah mengalaminya, ketika baru saja menyalakan komputer atau laptop atau netbook, tiba-tiba muncul pesan kotak dialog yang bertuliskan: One or more … Continue reading

Posted in ERROR WINDOWS | Leave a comment

Pertemuan 3 kursus (procedure dan MDI form serta menu)

Tweet pertemuan3 Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

Posted in Kumpulan Program Penting, Pemerograman (programming), Pemerograman Visual Basic.net | Leave a comment

Pemerograman Database1

Tweet Pada Posting Kali ini saya menyediakan contoh program untuk koneksi ke Database .Jet MDB yaitu Microsft Access menggunakan Visual Basic.Net 2005 Download Contoh Program Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers … Continue reading

Posted in DATABASE, Database (SQL SERVER, MYSQL etc), Pemerograman Visual Basic.net, SQL SERVER | Leave a comment

Pemerograman Console dan OOP tingkat Dasar 1

Tweet Pada pemerograman ini dikenalkan bagaimana membuat class dan mengimplementasikannya juga bagaimana membuat pewarisan ConsoleApplication1   Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this … Continue reading

Posted in Kumpulan Program Penting, Pemerograman (programming), Pemerograman Visual Basic.net | Leave a comment

Pemrograman Berorientasi Objek ( Object Orientation Programming) Part 1

Tweet Object-Oriented Programming (OOP) is one of the most popular methodologies in software development. It offers a powerful model for  creating computer programs. It speeds the program development process, improves maintenance, and enhances reusability of  programs. This part introduces object-oriented … Continue reading

Posted in Kumpulan Program Penting, Pemerograman (programming), Pemerograman Visual Basic.net | Tagged , | 1 Comment