Archive for October, 2004
Wednesday, October 27th, 2004
I talked to Steve Stchur today, who authored an article on 4GuysFromRolla about a Survey control for asp.net that he created. I was having some trouble getting the control to load at runtime so I sent him an email. I was very surprised to hear back from him (and within an ...
Posted in Uncategorized | No Comments »
Wednesday, October 20th, 2004
From css-discuss.incutio.com
This is a common question on css-discuss and other lists. The key thing to know is that IDs identify a specific element and therefore must be unique on the page - you can only use a specific ID once per document. Many browsers do not enforce this rule but ...
Posted in Uncategorized | No Comments »
Wednesday, October 6th, 2004
I too must admit that I often can’t wait for the next post to show up in my aggregator. Chris put it oh so well.In that spirit, I’ve now included my blogroll from on my page. Hooray for filling up the right hand side of the page!
Posted in Uncategorized | No Comments »
Tuesday, October 5th, 2004
This is a nifty trick that’s I’ve used for a while. You can use this code while looping through data, for example, writing a list of names and numbers. Every other row will reference the alternating color on a style sheet.
if (intRowCounter mod 2) = 1 then
Response.Write ...
Posted in Uncategorized | No Comments »
Monday, October 4th, 2004
So the website has a new look now. We were going for a very youthful look. The colors and lines are all very active. One of my favorite things about it is the new logo, which is actually sort of feminine. But somehow it all comes ...
Posted in Uncategorized | No Comments »