Archive for May, 2007

Dynamic DNS using DynDNS

One day I’m looking at my DSL modem’s feature. There I see a DDNS tab, I don’t know what DDNS mean until I open it. So, DDNS means Dynamic DNS. At this point I still don’t know what is ddns used for. But there’s a link to dyndns.org. and a form with username, password and [...]

Get Selected Row from DataGridView

This is how to get selected row from DataGridView in .NET 2.0

Make sure there’s a single cell that is currently selected
Get current row index using {datagridview instance}.CurrentCell.RowIdex
Get the selected row using {datagridview instance}.Rows({current row index}).Cells({zero based index}).Value

Mencoba Memberi Solusi Masalah Transportasi

Beberapa hari yang lalu saya melihat judul di suatu surat kabar yang sedang dibaca seseorang tentang upaya Kepolisian mencari cara menanggulangi kemacetan yang terjadi di Surabaya. Nah, disini saya mencoba memberikan satu saran untuk bapak polisi. Saran saya sederhana, yaitu tilanglah mereka yang berusaha menyerobot dari kiri saat di lampu merah dan tingkatkan lagi pengawasan [...]

Blogfest 2007 Dan Masalah Seputar Pemilihan Pemenang

Tadi pagi buka email, dapet forward email dari nenda tentang posting dari Pandu perihal lomba blogfest 2007. Lomba ini sendiri di host di website kampusku. Terus terang daya sendiri gak tau banyak tentang lomba ini, sebab buka website lomba-nya saja selalu gagal. Nah, back to topik, ceritanya Pandu curhat tentang perlombaan itu. Disitu dia menang [...]

Create Shortcut Under KDE Panel

In previous article, I have show you how to create shortcut and place it in the directory. But in this one, we’ll place our shortcut under KDE Panel. Ok, without further delay, here’s the step :

Pakai Aplikasi Berbasis Desktop/Web atau Konsol?

Nah, karena membaca posting di blog abud tentang koneksi ke server dan juga membaca komentar yang ada (sambil ikut ngisi komentar biar rame ), koq aku jadi pengen posting juga. Jadi disitu abud menceritakan gimana dia melakukan koneksi ke server melalui protokol SSH dan FTP.

Create Multiple File Upload Form Using Javascript And Php

Currently I’m working on a project that required an upload form to be dynamic. That is when I want more file to upload I don’t need to upload lets say 5 at a time, because I can add more field to it. The idea is simple, I just need to manipulate DOM to add the [...]

Open PGP Encrypted message in gmail

I was receiving email from an internet service which is a pgp / gpg encrypted email and I’m using gmail. Waw, this is a trouble to me. Looking around the gmail’s setting page and found no information about this. I thing gmail is not supporting it right now. Google guys, please implement it ASAP!!!.

Get Current Directory from PHP

Yes, I’m lazy because if I want to manual, I’ll find a method to find current directory instead of reinventing the wheel. Hehehe, so, here’s what I do to find current directory :

echo dirname(__FILE__);

Now, I have new post for my blog .
Update: As comments from readers, you can also use getcwd() to get equal result.

Setting Broadcom Wireless Device in Kubuntu in detail part 2

So, your wireless device is working right now. But, how do you know it’s working properly? We just set it up right?. Don’t worry, in this part we’ll learn how to test it. First, make sure you have an access point that’s working fine. Or to make thing easier, go to public hotspot on your [...]