Archive for April, 2008
Saturday, April 26th, 2008
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 read a website (http://china232.libsyn.com/rss), grab only the mp3 link and download the file.

(more…)
Posted in My Life | 4 Comments »
Monday, April 14th, 2008
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. Otherwise, contact TM 100,they will be very helpfull to help you.
(more…)
Posted in Tips & Tricks | 22 Comments »
Saturday, April 12th, 2008
I just upgrade this blog to wordpress 2.5. Previously, If I were to upgrade my blog, I will upgrade it to my existing folder but this time I decide to upgrade it to new folder.
Others will have their own steps to upgrade, below are mine :
1. Export data from existing blog to XML File
Using export/import features in wordpress (ermm…need to create my existing blogroll manually.)

2. Upload wordpress-2.5.zip (together with my existing plugin and themes) and extract the file using cpanel to a new folder.
(more…)
Posted in My Life | No Comments »