CSS text-transform
i figured by using text-transform: uppercase i would be able to force data entered to be upper case and then not have to worry about any backend code. Turns out that it won't be as simple as that.. The style only changes the way the text is displayed, not the actual value entered. So when the form is submitted, if data is entered in lowercase, it will be sent in lowercase.
Though after thinking about it, i guess it is in keeping with css principles of focusing on the presentation layer.
Posted at 12:00AM Mar 09, 2007 by Robert Eister in Software | Comments[0]