On Flex, ActionScript

August 31st, 2008 by kwong

I went through a week-long training class on Flex last week.
Read more »

Posted in Technology | No Comments »

Olympics, Linux

August 24th, 2008 by kwong

I have to admit, not being able to watch Olympics on Linux is truly disappointing (I,II).
Read more »

Posted in Miscellaneous | No Comments »

Extending the GridView — Part IV

August 17th, 2008 by kwong

In the previous three posts(I, II, III), I showed you how to inherit from GridView control to create an extended control that can bind to a generic list of objects. In this final post of the series, I will show you a simple example to illustrate how to use the GridViewEx control.
Read more »

Posted in Coding | No Comments »

Extending the GridView — Part III

August 16th, 2008 by kwong

In Part II, I showed you how to extend the GridView control so that we can bind a generic list to it. Because GridViewEx inherits from GridView, it has all the functionalities GridView has (i.e. paging). Sometimes, it is desirable to change the number of items displayed on a page dynamically, to accommodate this, we will create a GridViewPager control (ascx).
Read more »

Posted in Coding | No Comments »

Extending the GridView — Part II

August 15th, 2008 by kwong

In Part I, I talked about why we needed to extend the GridView and some of the benefit in doing that. In this post, I will discuss how to extend the standard GridView control to take advantage of binding to the type safe value objects mentioned previously.
Read more »

Posted in Coding | No Comments »

On Windows Vista UAC

August 9th, 2008 by kwong

It seems that a lot of people do not like Windows Vista UAC’s. While UAC looks and feels a lot like sudo in Debian Linux (e.g. Ubuntu), it behaves quite differently than sudo.
Read more »

Posted in Coding | 1 Comment »

Extending the GridView — Part I

August 8th, 2008 by kwong

Most business applications require presenting result sets to the end users in the form of some kind of grid views.
Read more »

Posted in Coding | No Comments »

Malware that Disguises as Antivirus Software

August 2nd, 2008 by kwong

The techniques malware writers use nowadays are becoming more and more sophisticated. The last time I spotted a malware was almost two years ago. At that time, a page that I was visiting contained a JPEG image that was exploit by a zero-day vulnerability.
Read more »

Posted in Coding, Technology | 1 Comment »