Thursday, November 25, 2010
Tanah di Jual
1. Luas 3 Ha
2. Luas 5000 m2
3. Luas 5 Ha
Masing-masing dijual dengan harga per meternya 150 rb, lokasi di Bogor dekat puncak. Sudah bersertifikat. Bagi yang berminat serius segera Hub. Bpk. Bambang di 08561600032
Wednesday, April 08, 2009
Wednesday, April 01, 2009
Jual Motor SupraFit th. 2005
Thursday, January 29, 2009
Login ala Cpanel
Pernahkan anda melihat tampilan login seperti diatas? Jika pernah, mungkin anda
penasaran bagaimana cara membuatnya. Untuk membuat login seperti di atas, Caranya sangat
mudah. Kuncinya terletak pada Header. Header dalam PHP mempunyai fungsi yang banyak
sekali dan bisa diotak-atik. Baiklah, saya akan menjelaskan cara membuatnya.
Buat file dengan nama index.php lalu ketikkan script berikut :
<?php
if (!isset($_SERVER['PHP_AUTH_USER'])) {
header('WWW-Authenticate: Basic realm="Login ala Cpanel"');
echo 'Anda membatalkan login !';
exit;
} else {
echo "Anda memasukkan username {$_SERVER['PHP_AUTH_USER']}.
";
echo "dan password {$_SERVER['PHP_AUTH_PW']}.
";
}
?>
Sedikit penjelasan script diatas :
If(!isset artinya jika variabel PHP_AUTH_USER belum/tidak diisi, maka akan tampil kotak dialog
login. Dan jika diisi, maka akan tampil username dan password yang anda masukkan.
Bagaimana ? Cukup mudah bukan ? Selamat membuat login yang keren
Download sourcenya Disini
Dalam menjalankan script php anda membutuhkan XAMPP Server Console PHP Apache
Sumber dari situs Ilmu Website dalam kategori php kuliah dengan judul Membuat login ala cpanel
Thursday, September 11, 2008
WEBGIS Version 4.0
WEBGIS Version 4.0 supports Open GIS Standard and can be used as the GIS client for any map server compliant with Open GIS specifications which has made it possible for Internet mapping applications to use public web map servers provided by the governments and other organizations. The Internet mapping applications get the most accurate and updated maps from these map servers and put their own data as dynamic vector and raster map layers on top of the public basemaps. They need to maintain only their specific geographic data with a cut of more than 95% of the costs by eliminating the costs in purchasing and maintaining expensive map server software, base maps, server computers and dedicated Internet connections. In this approach, providing, maintaining and updating the public base maps are the responsibilities of the governments. Therefore, our WEBGIS is the most robust and efficient Internet mapping technology with the lowest cost that any small web sites afford. This strategy has gradually become the standard practice for the Internet mapping applications as demonstrated by TravelGIS.com where travel information has been integrated with maps from a variety of free map servers (USGS, Geographic Network, DEMIS, CubeVerx, MIT, NIMA, etc).
Free Web Counter
GISWEB SERVER FOR DATA SHARING
The overall goal of this work is to demonstrate the potential of Internet for overcoming spatial data access problems and for facilitating information sharing by large number of users distributed all over the world. In presenting capabilities of Internet GIS, this work was carried out to develop spatial database for Cambodia, one of the most important countries in the Mekong Sub Region where data sharing plays a very crucial part. There is tremendous work being carried out in the region by various national and international agencies creating various information pertaining to land and water where most of them need to be addressed on spatial domain. Further investment on these data generation need to be minimized by sharing information and avoiding duplications. In this aspect, sharing possibility via Internet and analysis over Internet is going to be very productive and advantageous for the sub region as well as others involved in development projects in the region.
Free Web Counter