Function Terbilang Indonesia

function terbilang(bilangan){
bilangan    = String(bilangan.value.replace(/\,/g,”));
var angka   = new Array(’0′,’0′,’0′,’0′,’0′,’0′,’0′,’0′,’0′,’0′,’0′,’0′,’0′,’0′,’0′,’0′);
var kata    = new Array(”,’Satu’,'Dua’,'Tiga’,'Empat’,'Lima’,'Enam’,'Tujuh’,'Delapan’,'Sembilan’);
var tingkat = new Array(”,’Ribu’,'Juta’,'Milyar’,'Triliun’);
var panjang_bilangan = bilangan.length;

Read more…

November 7th, 2009 by Rius in Javascript | No Comments

IBM standard for naming Field and Table

The maximum underscore naming for field and table is two underscore

Naming the initial field table:

i_ = index field

e_ = type data string(char,varchar)/entity

d_ = type data date/time

n_ = type data numeric/integer

v_ = type data float/currency/money

f_ = type data boolean

Naming names beginning table:

tr_ = table referensi,  master-master data

tm_ = table master,  transaction data

th_ = table history

June 11th, 2009 by Rius in Others | Comments (3)

$6.00 Welcome Survey After Free Registration!

You  need money, just click image or links below and signup and start making money

June 5th, 2009 by admin in Business | Comments (3)

virtual host on ubuntu server

#cd /etc/apache2/
#create directory vhost
#nano seseorang.conf
#paste text below
NameVirtualHost *:80
<VirtualHost *:80>
ServerName seseorang.org
ServerAlias www.seseorang.org
ServerAdmin admin@seseorang.org
DocumentRoot /home/seseorang/public_html/seseorang.org/public
<Directory /home/seseorang/public_html/seseorang.org/public>
AllowOverride All
Options All

Read more…

May 30th, 2009 by Rius in Tux-tux | No Comments

create domain on ubuntu server

#cd /etc/bind/
#nano named.conf.local
#paste text below
zone “ya-gitu.de” {
type master;
file “/etc/bind/zones/ya-gitu.de.zone”;
};

zone “0.168.192.in-addr.arpa” {
type master;
file “/etc/bind/zones/rev.0.168.192.in-addr.arpa”;
allow-query { any; };
};
#save

Read more…

May 30th, 2009 by Rius in Tux-tux | No Comments

Google
Web seseorang.org