comp.lang.Ken-LIU

This is Ken. This is everything about computer languages, programming skills and thinking of technologies. It records my knowledge reviews, techniques exploring and researching.

Happy 100 days birth!

For my little baby boy! baby.pdf

Date: 01/23/2009

Inside PropSheetPage

0:012> dt comctl32!_PROPSHEETHEADERW +0x000 dwSize : Uint4B +0x004 dwFlags : Uint4B +0x008...

Date: 11/01/2007

Two years anniversary blog

Got one pair of important gifts. One is for me, another is for my wife.Thank you for giving me these...

Date: 10/31/2007

Several methods and ideas for Heap leak detection

Heap and Handle allocation happens whilst calling malloc, new, sysallocatestring...If we forget to...

Date: 10/02/2007

Algorithm of finding the duplicated sub-strings in two strings

One tough issue, especially require the better performance and memory usage.However, I done it :)1....

Date: 09/28/2007

J2EE and ASP.NET

Many Java developer begins to learn C#. Then they found there are lots of similar concepts and...

Date: 09/26/2007

Code and Design - Part 2 - TDD

TDD - Test Driven DevelopmentWhy TDD? First we need to know why Unit Test.Unit Test intend to bring...

Date: 09/26/2007

Code and Design - Part 1 - the framework

There are too many programming methodologies, but how to use it?I am thinking of the general...

Date: 09/26/2007

Control SysTreeView and SysListView in another window/process

Last year I developed one tool to control the SysTreeView and SysListView in Clarify (one internal...

Date: 09/20/2007

web-app frameworks

J2EE: The platform I deeply loved!ASP.NET: More and more powerful.AJAX + server-side app: I will...

Date: 09/19/2007

RPC runtime internal

No doubt, RPC is a great technology in 90's. Until now, many framework and technologies still build...

Date: 09/19/2007

IE Feature Controls

More and more frustration brought to IE7 user due to the behavior differences. I tried to collect...

Date: 09/19/2007

JAVA joins MSFT

There was a war against SUN and Microsoft for a long time. But yesterday, it is a milestone for the...

Date: 09/13/2007

Process Monitor logs analysis

Process Monitor is a very useful tool to monitor the activities (File I/O, Registry, Thread) of...

Date: 09/12/2007

Heap issues

Windows split the VA space into several parts, one important part is Heaps.Instead of put the local...

Date: 09/12/2007

ARP invalid entry on Vista

On windows XP, it is easy to add one ARP entry, as well as on Vista, however, it is not easy to...

Date: 09/11/2007

IE crashes at DHTML module when visiting webpage which contains the DHTML controls

DHTML module was used for enable the HTML editing functionality in legacy IE versions. However,...

Date: 09/11/2007