Category Archives: Programming

Password limits. Why?

I was creating an account for a web site today and hit this error: Seriously? Why is there a limit to the password length? If I want a [..]

Observations, Programming

SQL: Turn a Date Range into a List of Dates

I’m working on a project today that deals with date ranges being stored in SQL Server. Imagine a row in a table with a starting and an ending [..]

Programming , ,

WebControl with embedded stylesheet rendering at design time

I have a working solution to the embedded image in an embedded stylesheet problem, but I would appreciate any suggestions for improvement. This does its own substitution of [..]

Programming , ,