SNMP monitoring using getif and nagios
I use getif. a free Windows GUI-based network tool written by Philippe Simonet, to make a quick query of SNMP values from SNMP informant. You may download getif here.Once installed, place the...
View ArticlePostgres on Cygwin
I'm working on a project that requires database support and I decided to use Postgres on Cygwin. I encountered mild difficulty (and lots of confusion) in setting it up so I decided to document what I...
View ArticleA Tcl Web Service client for KnowledgeTree Document Management System
Sometime last year, I dabbled with KnowledgeTree's web services and (somehow I've forgotten why) I ended up with a Tcl client to perform a document upload. Before I lose this chunk of code or forget...
View ArticleGetting a Commercial Digital Certificate
I need to acquire a digital certificate to be used for encrypting files prior to uploading it to a bank's online service. Three commercial Certificate Authorities (CAs) were recommended by the bank,...
View ArticleS/MIME Encryption using Bouncy Castle Crypto API for Java
At this time and age, it is somewhat irresponsible for banks to accept uploads of plain-text files to their online banking services. Secure HHTP (HTTPS) alone does not address total security as...
View ArticleSending mail using Gmail SMTP server with Java
This is a companion project of my previous experiment with S/Mime encryption. This script is also based on Beanshell and it's purpose is basically to connect to Gmail SMTP servers and deliver the...
View ArticleUsing Beanshell with the iSeries/AS400 JTOpen JDBC driver
What seemed to be simple and straightforward task is not as what I expected it to be. And I'm referring to making JTOpen JDBC work with Beanshell. Isn't it supposed to be as easy as load and connect? I...
View ArticleGaga over Google Maps
I gotta admit it, I'm hooked on Google Maps, specifically its API. I've seen the maps of Hongkong's MTR system and with it you can practically plan your trips down to the nearest entry and exit points....
View ArticleTesting ZK Ajax Framework with iSeries/AS400 using JDBC
The ZK Ajax Framework standalone zkdemo application has a sample program that uses JDBC to provide database support to an Ajax app. I decided to give it a try using an iSeries datasource. Here's how it...
View ArticleCebumapia, the Google Gadget
I've always wondered if I could package Cebumapia as a Google Gadget.. After taking a peek at the other Gadget samples, I was determined to build it. The wondering stage is over now..The gadget uses...
View ArticleIP Geolocation Gadget
Geolocation by IP address is the method of determining the geographic location of an Internet-connected device by examining data related to the IP address it is using. Google is effectively using...
View ArticleCircumventing IP Geolocation
Although IP geolocation can be fairly accurate, it can also be easily thwarted with the use of global gateways or proxy servers that are geographically distant from the actual location of the...
View ArticleGetting and Using your OpenID
I stumbled upon OpenID last year when I was foraging for single sign-on resources in the Internet. It is interesting to note that OpenID has grown by leaps and bounds in just over a couple of years...
View ArticleVerisign Labs PIP, my favorite OpenID Provider
As a long-time user of Yahoo, Blogger, and Technorati, I inherited the following OpenIDs:pipoltek.blogspot.comme.yahoo.com/rexjunjosetechnorati.com/people/technorati/rexjunIn due time, I may have...
View ArticleOpenID login for Knowledgetree
I have replaced (not integrated) KnowledgeTree authentication with OpenID. Supporting both default and OpenID authentication requires more work and that can come later.This is by no means final since...
View ArticleXfire Gadget
Have XML feed, will gadgetize.. Xfire provides xml feeds on gamer profiles, gameplays, friends, screenshots -- a whole lot of goodies. An Xfire gadget would be a good addition to one's blog, website or...
View ArticleAccessing Soap Services from Google Gadgets
The earlier gadget projects I developed have utilized third-party web services from a variety of sources:Google Maps for geographic dataGoogle Docs spreadsheet as XML datasourceIP-Geolocation (IP...
View ArticleKnowledgeTree document download via Google Gadget
This is an installment feature for the KT-Gadget, a widget for KnowledgeTree, an open-source document management system.As mentioned in the previous post, I employed an application proxy to act as a...
View ArticleUsing KnowledgeTree SOAP Services from Java apps
I'm making a front-end to KnowledgeTree using the ZK Ajax framework so I eventually dipped my fingers into KT's web service integration from a Java app. My previous SOAP projects involved a Tcl client...
View ArticleZK + SOAP + KnowledgeTree
Here's a working ZK app that performs a SOAP login to KnowledgeTree's web services.I've uploaded the source code to a KnowledgeTree repository and can be downloaded using the KT-Gadget. You need to...
View ArticleZK Version 3.0.7 released
The ZK front-end app to KnowledgeTree was developed using version 3.0.6. The newer version 3.0.7 was released on August 1 and I had the chance to install ZK from scratch and run the ZK front-end app...
View ArticleZK / Tomcat Hosting at EATJ
Last night, I attempted to upload my ZK app at GoDaddys's shared hosting servers. I've planned to do this for a long time already but I just kept on postponing a possibly dreadful experience. I don't...
View ArticleKnowledgeTree integration using Apache Camel
What the hump is Apache Camel?Camel is a Spring-based Integration Framework that implements routing and mediation rules using a Java-based Domain Specific Language (DSL or Fluent API), via a...
View ArticleERP on a Flash.. in a Flash
My sister is wishing for a software to help her manage the raw materials inventory of her new bakery franchise. I think I'm going to end up as her Santa this year...Lots of ERP heavyweights abound the...
View ArticleBenchmarking Oracle 10g XE
Free to develop, deploy, and distribute...Yes, that's the tagline for Oracle Database 10g Express Edition (XE), an entry-level database based on the 10g R2 code base. Certain handicaps are imposed:...
View Article