Happy Chinese New Year 2010
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.
Server Upgraded – ErvinTer Blog
Here is my google chrome extension
Chromed Bird
Firebug 1.5 Release Notes – FirebugWiki
DOM
- Break on Object Change
Net
- Break on Next XHR
- More accurate timing using Network Activity Observer
- Added Persist button
- XHR Breakpoints
- Network info header and column customization
- XML Response Explorer
- Detailed info tips (tooltips) for sent/received amount of data.
- New option for disabling Firefox cache.
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.
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.
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




