I wrote some Javascript to convert text to title case in response to John Gruber's public call. My script handles some edge cases Gruber's doesn't. See the test suite.
Just add .toTitleCase() to the string you want converted.
© 2008–2012 David Gouch