Archive for April, 2008

AutoIt - automate your task

I’ve been playing around with AutoIt for quite some time. AutoIt is freeware BASIC-like scripting language for automating the Windows GUI and general scripting.
For example, below code will run notepad and send some text to notepad.

Run(”notepad.exe”)
WinWaitActive(”Untitled - Notepad”)
Send(”This is some text.”)

It’s easy to understand right ?
For my own use, I create a simple program to [...]

My Ubuntu 8.04 Hardy Screencast

It’s my first time uploading a video to youtube. Well, everybody has their own first time right.

take me quite some time to figure out to click left and right mouse buttons at the same time to get cube reflection effect.
My Reference :
Convert ogg to avi
Compiz fusion keyboard shortcuts

How to configure streamyx with WAG200G router

Below are simple layout that I use in my home network. It’s pretty much straight forward.
Once eveything is been setup properly, go to next step.

Before we go ahead to configure the router, first we need to make sure that our streamyx line is activate. Once activated, DSL indicator in router should turn green. [...]