Skip to main content

Posts

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 variable in subtopics_menu and change fetch section to <a class="subtopic2" href="<?=$site->uri.$topics_array[$subtopic->id];?>/" onMouseover="ddropdownmenu(this, event, <?=$subtopic->name;?>, '150px')" onMouseout="ddelayhidemenu()">&(subtopic.extra);</a> Add several new global variable on code-global so that the dhtml can get array for the subtopic. And to give subtopic array on the javascript dhtml dropdown from midgard subtopic function, I came up with following lines of code <? $campaigns_topic = mgd_list_t...
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/
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.
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
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.*; import java.util.Scanner; import java.lang.String; /** * This source code is license under GPL * Still working on password encryption * You may use it, hack it and do what ever you want but please put my name as a credit if you * are using this code for your application... * If you find this code usefull for you please donate to the poor and homeless in your * hood... giving to others will make you a better person. Trust me... * Author o3ng. Contact me for any suggestion or question at avenpace@gmail.com * */ class ConnectionDB { private String [] cfg, cfgx; p...
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...