Dagu on November 24th, 2007

To connect a Java application with MySQL, we need a driver as interface between Java and MySQL. Driver can be downloaded from the official MySQL website. [ Download MySQL Connector ] Extract downloaded file (file type: *.jar). Copy that file to directory [jre installation]/lib/ext/. Ok, your Java application is ready to connect with MySQL.

Continue reading about Java & MySQL Connection

Dagu on November 15th, 2007

Method overloading is used to make a few methods (functions) with the SAME NAME and do the SIMILAR TASK. It helps programmer to remember methods which have similar task. For example is multiplication method. The first method needs two arguments and another needs three arguments (similar task, that is multiply two arguments, the different is [...]

Continue reading about Method Overloading

Dagu on November 13th, 2007

In my work, I should be familiar with linux server. Because it uses CLI (Command Line Interface), then it’s a bit difficult to use. One of my problems is how to check disk capacity. Previously, my friend had told me, but I forget it :(. In order not to forget it, I will share it [...]

Continue reading about Checking Disk Capacity in Linux

Dagu on November 10th, 2007

Flashdisk or thumb drive is a popular media storage. Cheap price with big capacity. Easy to bring everywhere. No special drive required to read it. We need only a USB connector which is generally available in nowadays computer. A lot of flash disk owner use default setting from the vendor. We can make our flash [...]

Continue reading about Custom Flashdisk Icon

Dagu on November 10th, 2007

Tired of your work? Or still downloading files? Maybe you should try this funny script while waiting something. Believe me, it’s not dangerous. Open http://images.google.com. Type “skull head” or whatever words you like. Google Search Press enter and then skull images will appear. Delete URL in address bar and copy paste script below to address [...]

Continue reading about Flying Skull Head

Dagu on November 9th, 2007

Sick of your usual flash disk background? Do you wanna show off your gal image in your flashdisk background? It could be done! Open your notepad, copy paste code below, and save it with name “desktop.ini” (without quotation mark). Don’t forget to change parameter “Save as type” to be “All Files”. [extshellfolderviews] [{BE098140-A513-11D0-A3A4-00C04FD706EC}] ICONAREA_IMAGE=\pics\capoera_sunset.jpg ICONAREA_TEXT=0x0000FF

Continue reading about Custom Flashdisk Background

Dagu on November 6th, 2007

A few days ago, while I have nothing to do, I browsed underground sites. Oops, I found something new! For you who want to deface a web using a simple way, but feel guilty if breaking other web, this way is a good way for you. Choose your target. For example FBI website (http://www.fbi.gov). Delete [...]

Continue reading about Deface a Website in a Minute

Dagu on November 6th, 2007

We heard a lot of times a word about ASCII, but we have no idea about ASCII itself. ASCII stands for American Standard Code for Information Interchange. Based on its name, ASCII is used to exchange information and data communication. ASCII is code number which represent a character. ASCII is used because computers only understand [...]

Continue reading about ASCII

Dagu on November 1st, 2007

On 31st October 2007, Packt Publishing announced Joomla as winner of “Best PHP Open Source Content Management System” for year 2007. This is second winning for Joomla. For this year, int the second position is Drupal, then e107 in the third position. Joomla first release is on September 2005. Since that release, Joomla is the [...]

Continue reading about Joomla! Won "Best CMS Award" (Again)