<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-6169427</id><updated>2009-02-21T03:06:59.520-07:00</updated><title type='text'>o3ng weblog...</title><subtitle type='html'>This was project blog for my work at WALHI when I was develope and deploy web CMS system using LAMP and Midgard CMS. Now, its about every technical experience that I've faced when trying opensource software and maybe a bit about my life ;).. and last but not least it still about my experience using Midgard. One other thing, I'm not so much what you called a blogger so maybe there will be no daily post here :D</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default?start-index=26&amp;max-results=25'/><author><name>o3ng</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>47</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6169427.post-116944496128031987</id><published>2007-01-21T22:17:00.000-07:00</published><updated>2007-01-21T22:49:21.303-07:00</updated><title type='text'>hacking sierra wireless aircard 555 on suse 10</title><summary type='text'>Since there's a lot of changes from pcmcia-cs to pcmciautils, pcmcia operation suppose to be easier because it now work with hotplug.That mean when the card got inserted to the laptop, linux will just recognize it in a zap.But that's just doesn't work for sierra aircard 555 while you using suse 10.To make your aircard 555 work on suse 10, you need to fiddle around a bit with linux kernel.Owww and</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/116944496128031987/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=116944496128031987' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/116944496128031987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/116944496128031987'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2007/01/hacking-sierra-wireless-aircard-555-on.html' title='hacking sierra wireless aircard 555 on suse 10'/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-116054125879356198</id><published>2006-10-10T21:30:00.000-07:00</published><updated>2006-10-10T21:34:18.796-07:00</updated><title type='text'>failed create midcom</title><summary type='text'>I try to create midcom site, when I run following commandphp /usr/local/lib/php/midcom/lib/midgard/admin/sitegroup/bin/create-host.php -u admin -p password --sitegroup_id 0 --topic_midcom midgard.admin.sitewizard --hostname localhost --host_prefix /sitewizard --extend_style template_Midgard --topic_name "Midgard Site Wizard"I got the following errorPHP Warning:  main(/usr/local/lib/php/midcom/lib</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/116054125879356198/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=116054125879356198' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/116054125879356198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/116054125879356198'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2006/10/failed-create-midcom.html' title='failed create midcom'/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-116053984948043625</id><published>2006-10-10T21:06:00.000-07:00</published><updated>2006-10-10T21:18:32.123-07:00</updated><title type='text'>java MessageDigest</title><summary type='text'>If you use MessageDigest in java to encrypt string, you wont get hash like other language does.So you need to convert the result so that you can compare the hash result with other output that produce by diff language.Found the function on the java net forumprivate static String baToHexString(byte byteValues[]) {        byte singleChar = 0;        if (byteValues == null || byteValues.length &lt;= 0)</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/116053984948043625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=116053984948043625' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/116053984948043625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/116053984948043625'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2006/10/java-messagedigest.html' title='java MessageDigest'/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-116053946678805296</id><published>2006-10-10T20:59:00.000-07:00</published><updated>2006-10-10T21:04:26.800-07:00</updated><title type='text'>table corrupt in mysql</title><summary type='text'>My server just ran out of space recently, so I do some cleanup.Then my  friend complain about several web app act abnormaly, turn out  several db on mysql got table corrupt.The error sound like "Can't open file: 'TableName.MYD'. (errno: 145)"So to fix it, logon to mysql console, and type "REPAIR TABLE TableName"And don't forget to select the db first ;)</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/116053946678805296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=116053946678805296' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/116053946678805296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/116053946678805296'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2006/10/table-corrupt-in-mysql.html' title='table corrupt in mysql'/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-115509941350445894</id><published>2006-08-08T21:48:00.000-07:00</published><updated>2007-01-25T03:15:56.816-07:00</updated><title type='text'>CapitalizeWords.java</title><summary type='text'>I need to make my string sentence to be capitalize on each first character of word, So far haven't find such function that I can use. So made this simple class, incase someone need it. It's GPL so free to use it and modify it.import java.util.Scanner;import java.util.ArrayList;import java.util.Iterator;import java.lang.StringBuilder;/**** @author avenpace* I'm using singleton here so, hope you </summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/115509941350445894/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=115509941350445894' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/115509941350445894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/115509941350445894'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2006/08/capitalizewordsjava.html' title='CapitalizeWords.java'/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-114526477014893694</id><published>2006-04-17T01:04:00.000-07:00</published><updated>2006-04-20T00:06:16.850-07:00</updated><title type='text'>Fucked up chaintech and ecs</title><summary type='text'>My pc at home was suddenly broke like 3 month ago before I went to Zagreb. So after doing some hardware test, turn out my 7aivl chaintech without a clear reason got bios corrupt and it onboard vga died. Damn cheap mobo!!!!!So I went to computer store looking for socket A mobo and finally found it at this computer store named edicom at Harco Mangga dua. So I bought that ECS k7s5a pro. So I install</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/114526477014893694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=114526477014893694' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114526477014893694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114526477014893694'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2006/04/fucked-up-chaintech-and-ecs.html' title='Fucked up chaintech and ecs'/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-114236894527656657</id><published>2006-03-14T13:38:00.000-07:00</published><updated>2006-03-14T13:44:34.973-07:00</updated><title type='text'></title><summary type='text'>It's now 21.38 GMT+1. Tomorrow morning I'm gonna leave Zagreb and going back to Jakarta and now kinda bit snowy outside.It was really fun here and like it so far. The city is not so crowded like Jakarta not mention the geek scene here, I'm definetly gonna miss this place.Hopefully will had the change to come again and doing other FLOSS hack.Hvala Zagreb!Hvala Croatia!Hvala Mama!</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/114236894527656657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=114236894527656657' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114236894527656657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114236894527656657'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2006/03/its-now-21.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-114200459607804871</id><published>2006-03-10T08:27:00.000-07:00</published><updated>2006-03-20T05:29:50.026-07:00</updated><title type='text'></title><summary type='text'>Don't really bother with syntax coloring on vim 'till nowSo to make syntax coloring on vim, edit "/etc/vimrc" and add"syntax onset backspace=indent,eol,start"</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/114200459607804871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=114200459607804871' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114200459607804871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114200459607804871'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2006/03/dont-really-bother-with-syntax.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-114141193929305087</id><published>2006-03-03T11:49:00.000-07:00</published><updated>2006-03-03T11:52:19.306-07:00</updated><title type='text'></title><summary type='text'>Another notes for me, in mysql version 4, at least the one that on my SuSE 10. If I create user and give permision to do all things and assign host anything beside localhost. I wont be able to login to mysql console. And now my mysql_connect() on my php script wont work unless I use 127.0.0.1 for the db host.  Dunno why, I'll figure out this later</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/114141193929305087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=114141193929305087' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114141193929305087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114141193929305087'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2006/03/another-notes-for-me-in-mysql-version.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-114140404590304456</id><published>2006-03-03T09:26:00.000-07:00</published><updated>2006-03-03T11:56:10.603-07:00</updated><title type='text'></title><summary type='text'>Been while since I post my last blog and playing with php. So to remind my self about getting value from POST and GET in php. When you have url like http://lame.com/script.php?duh=ownotagain You can just straight echoing inside the script like  echo $duh;  Just notice that the newer php, that thing doesn't work anymore. For the url that I've mention above, that mean it use the GET method, if you </summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/114140404590304456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=114140404590304456' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114140404590304456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/114140404590304456'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2006/03/been-while-since-i-post-my-last-blog.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-112746817807416595</id><published>2005-09-23T02:20:00.000-07:00</published><updated>2005-09-23T03:38:24.743-07:00</updated><title type='text'></title><summary type='text'>Finally manage to put some dhtml drop down menu onto WALHI website, though till i write this it still kinda buggy when using M$ IE and work great on Firefox. I create style element script_dhtml for storing javascript and css file that used by dhtml dropdown menu. For top navbar I modify banner_menu and put javascript function inside html link tag and for left horizontal kampanye I modify the </summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/112746817807416595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=112746817807416595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112746817807416595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112746817807416595'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/09/finally-manage-to-put-some-dhtml-drop.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-112739648976278393</id><published>2005-09-22T06:35:00.000-07:00</published><updated>2005-09-22T06:41:29.766-07:00</updated><title type='text'></title><summary type='text'>Bergie just gave me account to midgard project website and listed me in developer community section with other midgarders. Really cool coz I had a change to try out some MidCOM there.Here is link for midgard developer community :http://www.midgard-project.org/community/whoswho/</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/112739648976278393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=112739648976278393' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112739648976278393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112739648976278393'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/09/bergie-just-gave-me-account-to-midgard.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-112729682474125764</id><published>2005-09-21T02:55:00.000-07:00</published><updated>2005-09-21T03:00:24.743-07:00</updated><title type='text'></title><summary type='text'>WALHI need to make sub website for sahabat WALHI (WALHI's volunter community).We want to use our separate Midgard based system for that. There's a lot facilities that we've think that we want to put to there like forum, chatroom, pooling stuff and membership.I'm still thinking how can I put all that stuff to our Midgard System.</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/112729682474125764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=112729682474125764' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112729682474125764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112729682474125764'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/09/walhi-need-to-make-sub-website-for.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-112952907892757272</id><published>2005-09-16T22:57:00.000-07:00</published><updated>2005-10-16T23:04:38.926-07:00</updated><title type='text'></title><summary type='text'>Wrote port scanner in java named Jawascan back in 2003. It only use simple handshaking concept between one port to another. Jawascan use standard networking JDK API. So it is very simple port scanner, it wont be powerfull utility like nmap or anything like it.Made it just for fun.You can download it at http://vc-digital.com/Jawascan.zip</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/112952907892757272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=112952907892757272' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112952907892757272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112952907892757272'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/09/wrote-port-scanner-in-java-named.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-112643140826816726</id><published>2005-09-11T02:33:00.000-07:00</published><updated>2005-09-11T02:36:48.273-07:00</updated><title type='text'></title><summary type='text'>One by one they're getting marriage.... uuhhhhh..... well I hope they'll have a happy live and ever lasting love....hehehehhhh</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/112643140826816726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=112643140826816726' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112643140826816726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112643140826816726'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/09/one-by-one-theyre-getting-marriage.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-112952784747331431</id><published>2005-07-14T18:08:00.000-07:00</published><updated>2005-10-26T05:50:30.850-07:00</updated><title type='text'></title><summary type='text'>Made database connection class for my project that using mysql jdbc. I'm putting the code here incase anyone may find it usefull. Or you can download it from http://vc-digital.com/ConnectionDB.java/* * Created on March 25, 2005 * */package sim;import java.io.BufferedReader;import java.io.File;import java.io.FileNotFoundException;import java.io.FileReader;import java.io.IOException;import java.sql</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/112952784747331431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=112952784747331431' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112952784747331431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/112952784747331431'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/07/made-database-connection-class-for-my.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-111891548500133660</id><published>2005-06-16T02:45:00.000-07:00</published><updated>2005-06-16T02:51:25.006-07:00</updated><title type='text'></title><summary type='text'>Dual core processor, how do you thing the sound of it, prety cool huh... just imagine cpu that can simultaniously doing two different task in the same time. Dying to have those kinda system for my machine at home.... ;)too bad AMD charge their's  more expensive then Intel coz I've been huge fan of AMD for quite long time....soon, no more slow arithmetic processing on your machine... hehehehhhh...</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/111891548500133660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=111891548500133660' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111891548500133660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111891548500133660'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/06/dual-core-processor-how-do-you-thing.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-111805758204205387</id><published>2005-06-06T04:23:00.000-07:00</published><updated>2005-06-06T04:33:03.673-07:00</updated><title type='text'></title><summary type='text'>Hemm... pake boso indo ye. Kmaren gw lagi bingung nyari distro yang enak buat warnet. Pilihan gw antara pake gentoo dan ubuntu sama suse. Akhirnya pas di rumah nyobain gentoo. Ternyata itu distro lebih complex dan custumable dari slackware. Installasinya bener2 manual dan elo akan punya kebebasan absolute terhadap system linux yang elo pengenin. Gentoo bener2 oldschool banget, nyobain gentoo </summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/111805758204205387/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=111805758204205387' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111805758204205387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111805758204205387'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/06/hemm.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-111780946227173529</id><published>2005-05-03T18:32:00.000-07:00</published><updated>2005-06-03T07:47:59.473-07:00</updated><title type='text'></title><summary type='text'>Back to the root, I'm back to do java coding and study for sjp exam coz I've bought the exam voucher couple a months ago</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/111780946227173529/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=111780946227173529' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780946227173529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780946227173529'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/05/back-to-root-im-back-to-do-java-coding.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-111780936243008310</id><published>2005-04-17T21:33:00.000-07:00</published><updated>2005-09-21T02:53:42.986-07:00</updated><title type='text'></title><summary type='text'>Just try installing midgard 1.7 on cecil at home. arrgghhh.... apache always gave me segmentation fault, man I'm so lame, dunno is it because the sarge or the midgard it self.Henry told me on the Irc that 1.7 run well on woody</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/111780936243008310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=111780936243008310' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780936243008310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780936243008310'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/04/just-try-installing-midgard-1.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-111780921445514162</id><published>2005-02-10T02:25:00.000-07:00</published><updated>2005-09-21T02:55:13.846-07:00</updated><title type='text'></title><summary type='text'>Just got sarge dvd and gonna install it on cecil at home. heheehh... goodbye redhat welcome debian. Unfortunately, can't rid off that damn m$ coz my printer and some of the peripheral still has proprietare m$ driver... aarrgghhhh</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/111780921445514162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=111780921445514162' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780921445514162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780921445514162'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/02/just-got-sarge-dvd-and-gonna-install.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-111780902706859156</id><published>2005-02-06T12:28:00.000-07:00</published><updated>2005-06-03T07:31:02.666-07:00</updated><title type='text'></title><summary type='text'>ahhhh after a long bumpy ride on the airplane, I finally arrive at singapore and now I'm in changi airport and wait for another airplane that gonna take me back to Jakarta.haaahhhh... macet dan panas lagi dah</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/111780902706859156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=111780902706859156' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780902706859156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780902706859156'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/02/ahhhh-after-long-bumpy-ride-on.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-111780890111275496</id><published>2005-02-04T00:24:00.000-07:00</published><updated>2005-06-03T07:47:05.466-07:00</updated><title type='text'></title><summary type='text'>Got the chance to see the down town bangalore and speending my money to buy local merchandise.One thing I hate here is that really hard to find meat food ;)All the asiasource session just thrill me, pitty I can't follow all the session... in this very moment I hope I can clone my self ;)</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/111780890111275496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=111780890111275496' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780890111275496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780890111275496'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/02/got-chance-to-see-down-town-bangalore.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-111780868959370608</id><published>2005-02-01T03:19:00.000-07:00</published><updated>2005-06-03T07:24:49.596-07:00</updated><title type='text'></title><summary type='text'>I'm bloging from vistar venue here in Bangalore, India just great. Alot similarity with Indonesia but they will be better in few years a head coz their government pay so much attention to the education sector. While in Indonesia, well you know how costly the education are, only the richer that can enjoy great education. Oh yeah al the participants here just awesome really, I know there are alot </summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/111780868959370608/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=111780868959370608' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780868959370608'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780868959370608'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/02/im-bloging-from-vistar-venue-here-in.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6169427.post-111780832867759336</id><published>2005-01-24T02:13:00.000-07:00</published><updated>2005-06-03T07:46:15.760-07:00</updated><title type='text'></title><summary type='text'>tommorow, I'll leave this Island (huh.. finally) and heading to bangalore... yaayyyso anxious to meet people all over the world that has a huge passion with opensourcehope the airplane is good since I'm so much affraid to highI leave at noon with several friend wich I haven't meet in the airport</summary><link rel='replies' type='application/atom+xml' href='http://g33kgnu3r.blogspot.com/feeds/111780832867759336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6169427&amp;postID=111780832867759336' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780832867759336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6169427/posts/default/111780832867759336'/><link rel='alternate' type='text/html' href='http://g33kgnu3r.blogspot.com/2005/01/tommorow-ill-leave-this-island-huh.html' title=''/><author><name>o3ng</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17927624257929778563'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>