Latest Posts

Saturday, July 9, 2011

OOP | Perbedaan Public Dan Private

Tanpa Penentu Akses : Variabel Dapat Diakses Oleh Kelas Yang Berada Dalam Satu Paket(Pakage) Yang Sama.Public : Variabel Dapat Diakses Pada Semua Kelas Yang Menggunakan Kelas Yang Berisi Variabel Tersebut.Private : Hanya Dapat Diakses Oleh Metode-Metode Yang Berada Dalam Kelas Itu Sendi...
read more...

Friday, June 3, 2011

Microsoft SQL server 2000

Microsoft SQL Server 2000 adalah perangkat lunak relational database management system (RDBMS) yang didesain untuk melakukan proses manipulasi database berukuran besar dengan berbagai fasilitas. Microsoft SQL Server 2000 merupakan produk andalan Microsoft...
read more...

Pengertian MySQL

MySQL merupakan sebuah perangkat lunak system manajemen basis data SQL (bahasa inggris : data management system) atau DNMS yang multithread, multi-user, dengan sekitar 6 juta instalasi di seluruh dunia. MySQL AB membuat MySQL tersedia sebagai perangkat...
read more...

Wednesday, June 1, 2011

Ubuntu | Instal aplikasi melalui Ubuntu Software Center

Saat ini untuk menginstal aplikasi di ubuntu tidak terlalu sulit, pada ubuntu 9.04, 10.10 dan keatasnya, telah disediakan sebuah fasilitas yang diberinama Ubuntu Software Center, Dimana seseorang yang ingin menginstal sebuah aplikasi dapat menggunakan...
read more...

Wednesday, May 4, 2011

Part 1 | Introduction PHP Programming

Introduction Up until recently, scripting on the internet was something which very few people even attempted, let alone mastered. Recently though, more and more people have been building their own websites and scripting languages have become more important. Because of this, scripting languages are becomming easier to learn and PHP is one of the easiest...
read more...

Wednesday, April 27, 2011

Understanding Operators | PHP If, Else and Elsif

Just a reminder, until this moment you already have some basic skills in PHP if that is how to program PHP, Variables and Arrays. With the variables you have to connect between the PHP pages, plus an array, it seems you already have all the knowledge of PHP, There is still much we can learn. One of the important part is to study the operator,...
read more...