Wednesday, January 31, 2007

Good CSS reference guide for MOSS

http://www.heathersolomon.com/content/sp07cssreference.htm

This site has a good guide to the MOSS CSS classes, useful for when you are trying to override certain styles to customize the portal.

Missing telnet client in Vista

I needed to check if an SMTP server would respond on the correct port and DNS name. I fired up telnet from a command prompt... and discovered that there was no telnet client. This post indicates it's disabled by default and contains instructions for enabling it again.

Friday, January 12, 2007

Vista RTM and its networking "tuning"

I was having some maddening issues with Vista Business RTM:
  • MSN Messenger was constantly getting disconnected, but Google Talk stayed rock solid.
  • LiveMeeting (the Windows version) would not stay connected.
  • Firefox would halfway load a web page and then freeze.
It seems that Vista was automatically tuning my networking settings. Since declining this assistance, the above programs started running normally. The fix for me was to disable network auto tuning:
  1. Click Start and type cmd.
  2. When cmd.exe appears, right click and select Run as Administrator.
  3. Enter the following command: netsh int tcp set global autotuninglevel=disabled
  4. Reboot after getting the OK message.