Saturday, March 05, 2005

My First Digital Painting




This is the first digital painting I ever made. It made by using Open Canvas on August 2003. Actually I’m not satisfied yet. But this project should be stopped at that point due to lack my spare time. Moreover, I start this project just proofing to my self that I can do the same thing, painting, like my friend on Ilustrators_cozy_corner. So I downloaded the program, and start to painting. And this is the result.

Digital painting for me is only a hobby, because it consume a lot of time, moreover it’s not my field or my speciality. But according to me, digital painting it’s something interesting, and it’s also cheap for them who want to start to learn painting.

So how about my First digital painting, please give me comments!

Thursday, March 03, 2005

How to Avoid Macro Viruses

Windows user, especially Ms-Word, must be already familiar with “Macro Virus”. Yes it’s suck when your *.doc document get infected with this virus. This virus could change your original text with something else, change the extension into *.exe, or even you could lost your document. This virus is often spread in public computer service, yeah you could find any other viruses at this place, I say it’s the “kingdom” of viruses :p.

But why, MS-Word document can infected by macro virus? It’s happen because the “macro” feature in MS-Word. Actually this feature is usefull for them who often do repetitve task on MS-Word, because macro can do it automatically for you. But, because this feature is using VB Script, this feature can be used to run malicious scripts (the virus).

So how could we avoid this virus? Change your word processor application? No ..no, we could still this our favorite word processor. Remember, Ms-Word still support other document format, it’s *.RTF (Rich Text Format). This kind format does not support macro, so it’s impossible to the viruses to infect and broke our document. But how abot the layout? Don’t worry the RTF layout will be the same as DOC. As long as you never use the macro feature for your document, your document will be safe until printing process. So from now, get use to save your document into RTF, at least make one backup for your document in RTF, just for in case!.

Wednesday, March 02, 2005

Shortcut Icon / Favicon

Shortcut Icon or favicon is the icon that show at the address bar or tab bar in your browser. The example? Just like this blog, I used a shortcut icon. So how we add a shortcut to our website? It’s easy, just follow this instruction :


  1. Make or edit a picture with size 16x16 pixel.
  2. Save the file into JPG/GIF/PNG format.
  3. Upload the file to the server.
  4. Edit your HTML file, add this tag between “head” tag

    <link rel="Shortcut Icon" type="image/[format_gambar]" href="[url_gambar]" />

    Contoh :

    <link rel="Shortcut Icon" type="image/png" href="http://geocities.com/ivanoctav/img/icon.png" />



    at this example I use a “icon.png” file. Your could use any other name of file, but remember to change the type (type="image/..) as the same as your file type.

  5. Test your website with Opera/Netscape/Mozila
  6. Done!


How about IE? We could do the same thing for IE, but IE only support *.ico format, so find image editor that support ICO to make your shortcut icon. If you named this icon as “favicon.ico” and than you upload the file to root server, you don’t have to add any tag between your head tag. Check this out for examples:

http://www.mozilla.org/favicon.ico
http://www.google.com.hk/favicon.ico



and It’s also work for Netscape/Opera/Mozilla.
But if you named the icon with something else (not favicon), you could use the same way just like instruction no.4.

And try to bookmark or save your website as “favorite” .. the shortcut icon will show also there. It’s cool huh?