Understanding .NET Primitive Types
2007-12-20
Sometimes symbols like “int” and “Int32” can be confusing for developers beginning to use C# / .NET.
695 words
|
3 minutes
Customizing IE Scrollbar
2007-11-22
Today someone is asking how to customize the color of IE scrollbar. The following code works for HTML:
107 words
|
1 minute
document.getElementById() In Browsers
2007-10-26
For non-form elements, like <div>, etc., document.getElementById() usually works stably, except Opera:
95 words
|
1 minute
JavaScript: Can document Object Be Optimized?
2007-10-25
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:
250 words
|
1 minute
Confirmed by Microsoft: Cannot Install HD Audio Driver On Windows Server 2003 SP2 / R2
2007-10-14
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.
153 words
|
1 minute
Caution! Different Language Versions Of Firefox Renders Differently
2007-09-21
For the same HTML:
51 words
|
1 minute