Programming, Web News, Web Hostings, Technology
ervinter
This user hasn't shared any biographical information
Posts by ervinter
Firebug 1.5 Release Notes – FirebugWiki
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.
Windows 7 GodMode
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.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 &
My Latest Photo
Dec 16th
Recently my company required each of us taking photo. This is one of my photo. I feel nice with bokeh.
Tips To Increase Performance of Store Procedure
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.
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.
Disconnected With Outside World
Nov 30th
Recently, I just too busy with too many things. First of all, I would like to appologize for everyone that I have no time to update my blog, twitter, facebook, MSN, GTalk, Gmail and many mores.
Just for your information, I resigned my previous job with NGA and now I am in my new company. My new company situated in Damansara Height, which is near HP building. Here I got no connection to outside world such as MSN, GTalk, Facebook, Twitter and so on. At the very beginning I feel like end of the world, but slowly get used to it.
Other than job changing, I also change my living area. Now I already move to my new house where situated in Setia Alam near Bukit Raja. Feel free to visit my new house.
I will try to update more in futures as my new house has no internet connectivity yet. Imagine how nightmare the life without internet.
Cheer!
Microsoft Application Architecture Guide 2nd Edition from Patterns & Practices
Nov 16th
Microsoft Patterns & Practices released the 2nd edition of their Microsoft Application Architecture Guide. You can read it for free via HTML or purchase a copy from Amazon.
If you are using Microsoft development technology for example, Visual Studio as your development tool in your working or your part time job, you probably hear about Enterprise Library. It is best practice framework for building enterprise application for either Web or Winform application.
There is release on 2nd edition of their Microsoft Application Architecture Guide. Check it out.
Google Chrome OS To Launch Within A Week
Nov 14th
Google’s Chrome OS project, first announced in July, will become available for download within a week, we’ve heard from a reliable source. Google previously said to expect an early version of the OS in the fall.
Another OS war between Windows 7 and Google Chrome OS. Anyhow, I will see how can Google Chrome OS change computing.

