Skip to main content

Posts

Showing posts from September, 2005
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