I'm working on a project to syndicate library content with RSS.... and learn .NET, C#, and AJAX

Saturday, July 14, 2007

Things I learned today

Before I forget ... here's stuff I learned today

  • If you want to programmatically change color, use a color method. Can't just change the property with a string.
  • Careful with char and varchar. Using char will pad your field with white spaces since it is a fixed-length field.
  • Very simple CSS buttons allow for text-only buttons that can have color, etc.

No comments: