Thursday, July 20, 2006
Commonly, the "cursor:hand" style is used to mark an element as clickable, but this is not compatible with Mozilla browsers (read "Firefox".)  If you only need to support modern browsers, use "cursor:pointer".  If, however, you want to support all browsers, we need to turn to QuirksMode.  His solution:
p.pointerhand {
cursor: pointer;
cursor: hand;
}
As he points out, make sure you list the definitions in the order indicated (pointer, then hand.)

Thursday, July 20, 2006 4:36:58 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  | 
 Monday, July 17, 2006
If you are a .NET/SQL Server developer in or near the Memphis area, be sure to make plans for the first Memphis .NET code camp on August 26th - sponsored by the Memphis .NET user group.

Here is the official code camp site (if you're interested in speakers, sessions, etc) and remember to send a registration email.

Hope to see you there!

Monday, July 17, 2006 2:45:45 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  | 
 Tuesday, June 27, 2006
If you're interested in getting up and running with the latest (June) CTP of WinFX... err... I mean .NET 3.0, Aaron's list of links is a great place to start.

Wednesday, June 28, 2006 12:28:26 AM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  | 
If you're interested in SQL Server performance, check out A Faster Way to Get a Total Number of Rows in a Table (via Jason Haley). 

The commenters have a good point: if this is really a better way than COUNT(*), then why not optimize COUNT(*) to do the more efficient query behind the scenes?

Tuesday, June 27, 2006 3:51:02 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  | 
 Tuesday, June 20, 2006

Resources Related to Web Service Factories

Presented at Memphis .NET User Group



Tuesday, June 20, 2006 8:05:29 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  |