My Blog

All about my activities, Ideas and everything.

Month: January, 2010

Mastering Vi Common in just 10 minutes

I have just finished my Unix exam. I know somebody hates VI very much, because it is very hard to use. It is so command-line, something like that. But learning to use this editor is very useful because you never know when will you unable to use X-Window or when will you face with command-line [...]

ActionScript3 : Get WebCam to use in Flash CS3

If you want to use camera or webcam in Flash CS3 or Flash CS4 for actionscript3. You can use actionScript3 to get camera and display in video symbol. I will just show the script, because it will be too easy for some expert Flash Developers 12import flash.display.*; import flash.geom.*; 1  12345var cam:Camera = Camera.getCamera(); var [...]

Tutorial : Mac OSX install apache2

I have just got a Mac which I have been waiting for a long time. Finally, I got it!!!. However, there are lots of stuff I don’t quite understand and to get it done, because I was a PC for over 10 years. This article, I will be install apache2 in Mac OSX. Install Gcc [...]