Posted on February 28, 2007 by bayuadji
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 [...]
Filed under: Software Dev, javascript | Leave a Comment »
Posted on February 27, 2007 by bayuadji
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 [...]
Filed under: emacs | Leave a Comment »
Posted on February 21, 2007 by bayuadji
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 [...]
Filed under: Software Dev | Leave a Comment »