// home

Please install Flash® and turn on Javascript.

 

Asides

  • Our product,  Spectra Message Center includes instant messaging integration which allow users to use instant messaging to do transaction (buying products). We have identified that for some services does not provide encrypted text conversation by default. A good pages describing and comparing instant messaging services is How safe is instant messaging? A security and privacy survey. Here is a screen capture of their summary: We use Yahoo! Messenger and Google Talk, as both has gained  more popularity among our users.  We have to rethink on how to securely transmit sensitive information over instant messenger, especially with Yahoo! Messenger. #
  • Nginx is fast, Jetty is fast. Below is how to glue both together. Put this configuration to nginx.conf. location /myapp { proxy_pass http://127.0.0.1:8080/myapp; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } #
  • I'm using Linux for a long time, and recently I have to use Solaris in my work.  One of tool I used in Linux is 'strace', but in Solaris 'strace' is a bit different. In Solaris you must use  'truss'. Here is a sample use of 'truss' truss -a -e -f -p PIDNUMBER You should replace PIDNUMBER with PID number of process you want to analyse. #

Welcome to Akorena

Akorena is an Indonesian software development company focusing on development of enterprise class web based application. We offer unique expertise that blends successful experience and practical business analysis. No matter the size of your company, our services and expertise drive your business forward.

Highlight

MySQL to PostgreSQL Data Migration Script
August 20, 2009

This script can be used to copy data from MySQL table to PostgreSQL table.

Spectra XML-RPC client library (Perl)
January 16, 2009

Spectra XML-RPC command line tool is a sample of PERL script that can be used to do voucher (pulsa) topup transaction to Spectra Voucher Topup server. It was originally as a test tool when we are developing Spectra Voucher Topup Software.

Spectra Host to Host Spec
January 16, 2009

This document describes transaction protocol used by client application and Spectra Voucher Topup server. You should familiarize your self with XML-RPC specification and its implementation in your favorite programming languange to build client application. But, we also provide you with a real world start up code in PHP, Java and Perl.

Spectra XML-RPC client library (PHP)
January 16, 2009

Spectra XML-RPC client library is a real world sample of PHP script that can be used to do voucher (pulsa) topup transaction to Spectra Voucher Topup server. It was originally as a test tool when we are developing Spectra Voucher Topup Software.

checkout our wiki pages!