Archives
-
Latest IE7 Beta 3
The latest IE7 Beta 3 is thinner and faster than Beta 2 in my opinion... Not bad. :o)
-
Online Office System
Apart from Writely and Spreadsheet from Google family, Marcus told me that he's trying another online spreadsheet system (EditGrid) at a MVP gathering event last night. :o)
-
HKSqlUG look like HKUmac?
I met a member during the last SQL UG wine tasting gathering, and he gave me a little surprise:
-
SQL Server 2005 Everywhere Edition
A new member to the SQL Server 2005 family:
-
Download Video From Video Sites
With a special request from a friend of mine yesterday, I found a very easy-to-use extension in FireFox about capturing video from video sites like YouTube, GoogleVideo...etc etc.
VideoDownloader.net [by Javi Moya]
Then a FLV file will be obtained, and you can use a FLV player as shown on Javi's blog or convert to other format if you like (Be sure to check out the useful Help page on Javi's blog).
Colt Kwong -
Msdn Doc Cross Over Wiki
An interesting MSDN Wiki library (beta) released... [source]
Colt Kwong -
Chinese Input Language Failure in Windows XP
I faced problem of Chinese input in my Windows XP few weeks ago but I haven't get any possible solution. I even posted to a local IT Pro community without any hints. I haven't solve this problem for few weeks because it's not critical and doesn't affect my day work in fact...
-
FindControl Failed For The Error Provider Control
I have a User Control containing a Error Provider, and I need to find and parse it out of my Action Pane control. So, I get a reference to the parent control and then loop all children recursively (pretty common approach, right?) Once I find the Error Provider, I can cast and further work on it ideally.
However, I can't find this control from the control tree (surprise me) because I'm able to see the parent control (ContainerControl) of the Error Provider is the User Control itself...
What I finally did is to create a Get property on the User Control and expose the Error Provider.
Colt Kwong