Free Java Clock Maker
Jun 9th
Well, i have Java clock that hosted in otakbali.com, would you like some??
here is the sample :
You can copy this java applet into your online page, of course with some customization. Just edit the script bellow :
<applet code="Dgclock.class" CODEBASE="http://otakbali.com/java-sys" width="100" height="30">
<param name="TimeFormat" value="">
<param name="TZ" value="GMT+0800">
<param name="ShowDate" value="yes">
<param name="ShowFrame" value="no">
<param name="fg" value="black">
<param name="bg" value="white">
</applet>
Bellow is the configuration details :
<param name=”fg” value=”black”> -> the foreground color
<param name=”bg” value=”white”> -> The background color
<param name=”ShowFrame” value=”no”> -> show border
<param name=”TZ” value=”GMT+0800″> -> your time zone
<param name=”ShowDate” value=”yes”> -> show date or not
<param name=”TimeFormat” value=”"> -> your time format, blank for 24, or 12 for 12, i’d rather choose blank (“”)
Nyari uang online dengan program survey berbayar
May 16th
Kemarin coba2 nyari program yang bisa menghasilkan duit di internet gratis and dengan cara yang gampang..
akhirnya nemu dua program yang mungkin udah ngga asing lagi,, berikut daftarnya:
ReadBud ini adalah sejenis program paid survey,. tugas kita disini adalah membaca beberapa artikel dan memberikan rating/nilai kepada artikel itu,, kerjaannya lumayan gampang n cepet dapet duit.
minimum payout nya, $50 kalo ga salah, bisa lewat paypal.
kalian bisa gabung gratis di link ini : readbud.
Program ini adalah sejenis program paid survey yang sudah lumayan terkenal,. rata-rata kita dikasi $4 per survey, dan $6 untuk welcome survey (survey yang pasti kita dapet pertama kali).
Ada juga referral programnya, $1.25 Per Friend that Registers for Free.
untuk yang ini, minimum payout nya, $75 , bisa lewat paypal juga.
Kalian bisa gabung dengan klik di sini.
exact position in a div tag
May 16th
Maybe you ever wonder how to put a content like text or picture with exact position in a html page. Now i will explain it shortly.
I don’t understand css too much, so i will explain how tu put content in an exact position by modifying inline div tag.
Here is an example:
<div style=”top: 50px; left: 60px;”>
<!– content goes here –>
</div>
It will put your content 50pixels from top of the page, and 60pixels from left of the html page.
well, thats it..
