You Are Here: Home » Programing
lazarus
Kali ini saya akan memperkenalkan Pascal dengan IDE Lazarus sebagai pengenalan logika dengan judul “Tutorial-1 Program Pascal dengan Lazarus”.
1. Buka Program Lazarus
Maka akan Tampil Gambar Seperti Diabwah ini
2. Kemudiaan klik...
CI with MSsql
Pada kali ini saya mau sharing mengenai konfigurasi Codeigniter (CI 2.1.0) untuk database SQL Server 2008. Sebagai info tambahan, saya menggunakan XAMPP 1.7.7 dengan OS Windows 7 64bit.
Langkah-langkahnya sebagai berikut :
Download driver...
CI with sql server
Who are tried to connect Codeigniter with SQL Servers knows the suffering and the time invested to achieve this goal (or at least for me). Here is the steps that I follow, I hope that works for you!
Download and execute the Microsoft...
asp dot net
Mulai akhir bulan Februari kemarin saya memiliki sebuah rutinitas baru yang mengharuskan saya untuk belajar ASP.NET baik itu Web Form maupun MVC. Untungnya dulu sekali sekitaran tahun 2010 saya pernah sedikit belajar .NET framework dan...
Introduction
If you want to zip / unzip files and folders without using third-party libraries, and you need a simple way of achieving that, then the Windows Shell32 is your choice.
The code is written with Visual Basic 2010 using .NET Framework 2.0...
ebook sharedpoint 2007
Akhirnya saya telah berhasil menyelesaikan sebuah buku yang berjudul Microsoft Office SharePoint Portal Server 2007. Buku ini saya kerjakan selama 3 bulan. Buku ini berisi tentang pengenalan Office SharePoint Server 2007. Tidak...
Table is the most difficult object to be styled, due to its browser compatibility and markup. Most of the designers and developers will use div to replace table because it is much more easier to style div than table.
But, we still need table in our...
Contoh script Perl sederhana Di bawah ini adalah sebuah contoh script Perl yang masih sederhana :
#!/usr/bin/perl # Contoh script Perl sederhana print “content-type: texthtml “; print “<HTML><HEAD><TITLE>Test</TITLE></HEAD>...