Archive for July 2006

PHP and MYSQL Free Hosting

Jul 11th, 2006 | By kadek | Category: PHP

PhpNet.us specializes in high speed PHP & MySQL web hosting with no limitations. Our free hosting plans have a large capacity to host anything from a personal Blog to a fully functioning E-Commerce web site.
We use state of the art hardware for our web servers so you can be sure that your web site [...]



Gmail for your domain beta tester invitation

Jul 6th, 2006 | By kadek | Category: Google

akhirnya dapet juga pakai gmail domain untuk domain ini
https://www.google.com/hosted/wirya.com



Random Header Image with Javascript

Jul 1st, 2006 | By kadek | Category: Internet

var currentdate = 0
var core = 0
function StringArray (n) {
this.length = n;

for (var i =1; i < = n; i++) { this[i] = ‘ ‘ } }
image = new StringArray(10)
image[0] = ‘0.gif’
image[1] = ‘1.gif’
image[2] = ‘2.gif’
image[3] = ‘3.gif’
image[4] = ‘4.gif’
image[5] = ‘5.gif’
image[6] = ‘6.gif’
image[7] = ‘7.gif’
image[8] = ‘8.gif’
image[9] = ‘9.gif’
var ran = 60/image.length function ranimage() [...]