Feeling bored with your plain old desktop wallpaper? Then this list is worth to take a look. Listed here are the most beautiful Firefox-themed desktop wallpaper that you can download and set it as your desktop wallpaper. It will make your computer, in Indonesian term “Firefox banget!”.

Read more…
LONDON (MarketWatch) — Microsoft (MSFT) and Yahoo (YHOO) struck a long-awaited deal on Internet search in which Microsoft will power Yahoo’s search tool while Yahoo will become the exclusive sales force for both firms’ premium search advertisers.
Read more…
By default all Microsoft Windows NT based operating system exposes hidden administrative shares options, which allowing the administrator of a machine to access the machine via the network. The administrative shares are:
- C$: To access to a partition or root directory. Other partitions available on your computer are also accessible via their letter, followed by the character "$", for example D$, E$, etc
- ADMIN$: To access to% systemroot%, to manage a machine on the network
- IPC$: Allowing the communication network between processes
- PRINT$: Remote access to printers.
So by default you can access all files in drive C: by simple connecting it by typing \\yourcomputer\C$ on Start – Run… menu or Windows Explorer.

For some security constraints, it may be necessary to remove access to administrative shares.
Read more…
This simple PHP script can be used to backup MySQL databases and then send the zipped backup file to email addresses. The backup file can then be restored by any MySQL front end program like the mysql command line, Navicat MySQL, or phpMyAdmin.
The logic of the script is really simple:
- initialization
- create backup sql file
- zip the file
- send email
Read more…
Oracle XE is a database server provided by Oracle.
Download the installation and setup program from this address. Run the setup program that will show up a dialog like this:

Read more…
Modul Perl yang diperlukan
Agar program Perl bisa connect ke Posgres diperlukan modul tambahan Perl sebagai berikut:
- DBI
- DBD::Pg
Instalasi Modul di Linux
Untuk sistem operasi Linux, installasi modul sangat mudah dilakukan, yaitu dengan menggunakan program RPM, Yum, dan sebagainya.
Read more…
Categories: Linux, Perl, PostgreSQL, Windows Tags: dbh, Linux, Perl, perl package manager, PostgreSQL, script perl, sistem operasi windows, Windows
Pada kondisi dimana user minta bisa mencoba aplikasi yang kita bangun menggunakan WAMP (Windows Apache MySQL PHP) dan belum terdapat server komputer yang dapat kita installkan infrastruktur yang dibutuhkan, kita dapat menggunakan portable WAMP yang dapat dijalankan dari USB.
Kondisi lainnya adalah ketika kita ingin membuat versi trial aplikasi web kita ke calon customer.
Salah satu yang dapat digunakan adalah USB Webserver (http://www.usberbserver.nl). Aplikasi ini berisi Apache, PHP, dan MySQL yang telah dikonfigurasi dan siap dijalankan sehingga kita tinggal mengisi aplikasi web yang akan kita demokan ke client.
Read more…
Categories: Apache, MySQL, PHP, Windows Tags: Apache, apache mysql, apache php, drive usb, MySQL, PHP, port 8080, portable, server smtp, settingan, usb, usb webserver, wamp
phpMyBackupPro is a tool created using PHP programming language that can be used to perform backup and restore on MySQL database server. In this article we are going to learn how to install and configure this tool, perform manual backup and then perform restore the previously backed up database. We will also learn how to setup an automatic periodic backup using the same tool.
Installation
Installation of this tool is simple. Just download the newest version from http://www.phpmybackuppro.net/download.php.
After downloading, extract the zip file to a directory on your PHP and Apache web server accessible from browser, ie the Document Root, for example C:\XAMPP\HTDOCS. Then you will get a new folder under it, for example C:\XAMPP\HTDOCS\phpMyBackupPro.
That’s it! Now go to your web browser and point the URL of phpMyBackupPro, for example http://localhost/phpMyBackupPro.
Read more…
Categories: MySQL, PHP, Windows Tags: apache web server, backup, browser ie, database, database info, directory, file, manual backup, MySQL, mysql password, periodic, PHP, restore, script, Select, sql command, sql data, table, task, xampp
Class C# untuk keperluan akses database SQL Server yang meliputi connection, command, dan adapter classes dapat dilihat pada tabel di bawah. Class tersebut didefinisikan pada namespace System.Data.SqlClient .
Read more…
Categories: C-Sharp, Dotnet, SQL Express, SQL Server, Windows Tags: C-Sharp, koneksi, ms sql server, SqlCOnnection, SqlDataAdapter, SqlDataCOmmand, SqlDataReader
Recent Comments