Tips by Ervin Ter
Programming, Web News, Web Hostings, Technology
Programming, Web News, Web Hostings, Technology
Feb 1st
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.
Jan 31st
Jan 31st
Chromed Bird
Jan 21st
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.
Jan 5th
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.Dec 16th
Recently my company required each of us taking photo. This is one of my photo. I feel nice with bokeh.
Dec 9th
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.