Happy Chinese New Year 2010

Here I wish everybody have a very good year ahead on 2010.

Posted via email from Ervin Ter

Fried Mihun

Today is federal holiday for Wilayah Persekutuan, Malaysia. Unfortunately, my wife is working in Petaling Jaya and she have work today. As I have no car to travel out (my car was drive by my wife to her office), I cock friend mihun myself. End up the taste is not bad and maybe next time i can improve my cocking skill.

Posted via email from Ervin Ter’s posterous

Server Upgraded – ErvinTer Blog

Sorry for recently emergency blog failure to boot up. As my server is under maintenance. No worry, everything is working fine now.

Posted via email from Ervin Ter’s posterous

Here is my google chrome extension

Chromed Bird

Twitter client

Delicious Tools
My favourite bookmarking tool

Google Voice
I use this to get to know my inbox of google voice

Google Wave Notifier
I use this to get notification when there is an activity in my google wave

Webpage Screenshot
I use this to capture whole webpage into a single png format

Posted via email from Ervin Ter’s posterous

Firebug 1.5 Release Notes – FirebugWiki

DOM

  • Break on Object Change


Net

Recently I get to know firebug come out 1.5 release and I took some time to read about what’s new feature in this release. I found it has been improve the accurate timing using Network Activity Observer which is good to trace the performance of ajax communication between client and server. Besides that, there is Xml Response Explorer which allow you to browse through the xml node instead of copy to xml editor to format it into readable xml format.

If you are developer, I am sure you must be enjoy using firebug. If no, start use it today.

Posted via web from Ervin Ter’s posterous

Windows 7 GodMode

There is a trick in Windows7 that enable you to quick administrate almost 52 sections to configure your computer.

1. Go to your desktop and create a folder.
2. Rename it to "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}"
3. Double click go into this new folder and you able to see a lot of configuration settings over there.

Just upgrade your windows to latest windows &

Posted via email from Ervin Ter’s posterous

My Latest Photo

Recently my company required each of us taking photo. This is one of my photo. I feel nice with bokeh.

Posted via email from Ervin Ter’s posterous

Tips To Increase Performance of Store Procedure

1. NOCOUNT
Normally if you perform query in Query Analyzer, it will return row count information in output. By default this NOCOUNT option is tuning OFF, it is advised to SET NOCOUNT ON to save overhead and increase performance.

2. NOLOCK
This will not lock your table and increase performance.

3. Return Value
If you are querying about single value, to best is just return value to save the overhead and performance.

Posted via web from Ervin Ter’s posterous