Archives
-
Understanding .NET Primitive Types
Sometimes symbols like “int” and “Int32” can be confusing for developers beginning to use C# / .NET.
-
The Future Of Web Standards: HTML5
W3C hibernated for years:
-
Customizing IE Scrollbar
Today someone is asking how to customize the color of IE scrollbar. The following code works for HTML:
-
document.getElementById() In Browsers
For non-form elements, like <div>, etc., document.getElementById() usually works stably, except Opera:
-
JavaScript: Can document Object Be Optimized?
In JavaScript, document is a property of window. When access document directly, window.document is accessed. Recently, a colleague demonstrated a way to optimize document, which looks weird:
-
Confirmed by Microsoft: Cannot Install HD Audio Driver On Windows Server 2003 SP2 / R2
On Winodws Server 2003 SP2 / R2, HD (High Definition) audio driver cannot be installed. This happens for both 32 bit and 64 bit versions of Windows.
-
Caution! Different Language Versions Of Firefox Renders Differently
For the same HTML:
-
A Simple CSS hack
This following hack works for IE6 / IE7 / Firefox:
-
Chinese Translation: Truly Understanding ViewState
Dave Reed has a great article: Truly Understanding ViewState, and I have translated it into Chinese. Please click here to read.