A Funny Outlook Reminder

November 25th, 2006 by kwong

I am still not sure what I did, but this was the reminder I got the other day at work…
Read more »

Posted in Miscellaneous | No Comments »

Reminders Via Text Messaging

November 18th, 2006 by kwong

A couple of weeks ago, during a company event, I saw a demonstration of integrating weather service data with text messaging using Java.
Read more »

Posted in Software | No Comments »

Javascript Popup Window Problem in ASP.Net 2.0

November 15th, 2006 by kwong

Recently, I found an interesting problem when using server controls (e.g. asp:button) to launch javascript popup windows.
Read more »

Posted in Software | No Comments »

Be Careful When Using Enums in Web Services

November 9th, 2006 by kwong

We know that when enumeration type is used in web services, the string name of the enumeration value is used but not the underlying integer.
Read more »

Posted in Software | No Comments »

ACID2 Tests With Three Browsers

November 7th, 2006 by kwong

Apparently, Konqueror 3.5.1 is also ACID2 compliant.
Read more »

Posted in Technology | No Comments »

XML Serialization Surprise in VS 2005

November 4th, 2006 by kwong

In a post last year, I wrote about the pitfalls when generating classes using the xsd tool in .Net framework 1.1.
Read more »

Posted in Software | No Comments »

A Page for Displaying HttpRequest Information

November 3rd, 2006 by kwong

When developing web related projects, I often found the need to inspect the HttpRequest object to see its properties.
Read more »

Posted in Software | No Comments »