javascript intro

Kenapa  belajar javascript? gak ada alasan tertentu kenapa sekarang saya tertarik buat mengutak atik javascript. Dulu, javascript tidak bisa menarik minat saya, mungkin karena kebanyakan javascript hanya dipake untuk mempercantik website yang menurut saya hampir gak ada gunanya, akan tetapi sekarang sepertinya tetap sama (lho ???) javascript kebanyakan hanya dipake untuk web scripting. Yang berubah [...]

praise the emacs

Praise for emacs, I never use emacs before,
but I stumble on emacs, since I learn so many
“minor” language such as haskell, ocaml, scheme
and each of that language use a different IDE/editor.
at that time, I haven’t found emacs, and if I want to use a language I have to swith the IDE.
I asked myself, is there [...]

java and Animated GIF

Recently, I got a question about how to draw an animated gif using java. Drawing an image is not trivial in Java, you can use graphics.drawImage, but to draw an animated gif?
I look up in javadoc, and curious about ImageObserver, well I never use this object, and always pass a null object when [...]