A project to make businesses more aware of their customer experience, and how to fix it. By Mark Hurst. |
About Mark Hurst | Mark's Gel Conference | New York Times Story on This Is Broken | Newsletter: Subscribe | RSS Feed |
Search this site:
Categories:
- Advertising
- Current Affairs
- Customer Service
- Fixed
- Food and Drink
- Just for Fun
- Misc
- Not broken
- Place
- Product Design
- Signs
- Travel
- Web/Tech
Previous: Audi owner email | Main | Next: Timex 'Easy Set' alarm clock
December 17, 2005 12:03 AM
Broken: Denver Post 'email article' option
In The Denver Post online, when you are trying to email someone an article, it states that your message accompanying the article can be "100 characters maximum" (which is pretty short in my opinion).
The problem is that the input box doesn't alert you when you have typed over 100 characters. It lets you type over 100 characters. Then, when you click to send the message, it clears the whole form and then alerts you that you have typed more than 100 characters.
I shouldn't have to be counting letters as I type.
Not having a counter is bad enough but CLEARING the form after you have written so pithily is maddening! Even if they're going to give you an error message, they don't need to clear the form. I think it's an evil plot to discourage editorial comments.
I recently went to a company's career site to enter my resume. They limited the resume field to 1,600 characters with spaces! My resume is two full pages, and it's around 4,800 characters. That means they want people to reduce their resume to about half a page.
I had to painstakingly reduce my resume, line by line, and get the character count *after* I submitted each time. There was no counter on the page. ARGH! It took me about 15 minutes and 10 tries to get this right.
I wish I could remember which company's site it was! They're all so bad, it's hard to keep them straight.
Usually the restriction is due to a database being set up with a character array field of a limited amount of characters rather than a general text field with no such limitation.
Also, it is very easy to code a textbox to have a maximum size in HTML. You have probably seen plenty of text fields that will not let you type once you hit the end. No need for a fancy counter.
They also shouldn't make the field so large that it is inviting for several lines of text.
Definately broken. And 100 characters?!?! That's even shorter than a text message, and I thought those were too short!
_@_v - that 100 character limit as expressed in ascii snails....
_@_v_@_v_@_v_@_v_@_v
_@_v_@_v_@_v_@_v_@_v
_@_v_@_v_@_v_@_v_@_v
_@_v_@_v_@_v_@_v_@_v
_@_v_@_v_@_v_@_v_@_v
_@_v - looks pretty paltry...
Glad to see this hasn't (yet) attracted any "not broken" apologists.
If you suspect you will be afoul of the limit you might be able to copy your message to clipboard before you send it, so that if it is too long, you don't have to retype it. But that is not a good excuse to have the website be so broken in the first place.
Y'know what else is broken - that little box a few lines under this message that says "Remember personal info?" I can't tell you how many times I've clicked on it, with no effect.
It's like a website analog of the faux memory chip that has been around for a while, described in a datasheet as a "write only memory."
The gift card form for Amazon.com does the same thing for the "Add a Message" section, except it doesn't clear the form. Instead, it tells you there's an error, and places a mysterious red asterisk near the box. They have enough money to fix that... :)
I learned the hard way to type any lengthy messages in Notepad first, then paste into the message box. For word limits I paste the message into Word, then go to Properties for a word or character count.
It's sometimes tedious and frustrating, but not as much as having to do everything over.
silas:
tools>word count is faster than going to properties. or hit alt, T, W to do it in an instant.
So far this comment is 42 characters long. Wait, now it's 76 characters long. Damn. I'm running out of roo
"It appears to be an evil plot to discourage editorial comments."
Not to say this isn't broken, but it could just be the result of forgetfulness on the part of the developers. This is a CGI script, meaning that the server reads your comment, checks to see if it is shorter than 100 characters, then sends you the HTML form back with the error message if it isn't. Since your comments are not included in the HTML code of the form, it is easier (for the developers) to send the original form back with the error message than to write the user's text in the form. In most CGI scripting languages such a detail is very small in the code and could easily have been overlooked.
anonymous wrote:
"...it could just be the result of forgetfulness on the part of the developers.In most CGI scripting languages such a detail is very small in the code and could easily have been overlooked."
But that's just the type of behavior that constitutes brokeness. Failure to properly test your code is failure to complete the job.
gmangw, thanks for the Word tip.
I was on one of those websites where you make a profile (either myspace or blogspot, I can't remember which, but it was very well known) and they did the same thing! Without a counter, I typed in around 800 words and they cleared it and informed me that it could only be fifty CHARACTERS. I didn't even notice that requirement on the page! I hadn't Ctrl+C'd it and had to retype it in fifty letters.
silas:
I was just questioning Lady Jane's comment that it was an "evil plot". I wasn't saying that it wasn't broken.
"The problem is that the input box doesn't alert you when you have typed over 100 characters."
I have never seen this behaviour of alerting a user when they have exceeded a limit without the user first submitting the entry.
I recently saw a really neat way to address the problem.
While typing in a text box a few characters over, the cursor backs over the excess characters, like magic! And giving you instant feedback, to help you figure out what will fit.
Can anyone tell me how they did that?
The Post news content is pretty good. It's Website is not equal. Good luck finding a story that is more than a day or two old. The venerable Post needs to step into the 21st Century with its online technology.
Comments on this entry are closed
Previous: Audi owner email | Main | Next: Timex 'Easy Set' alarm clock
Just put a character counter under the text box, problem solved.
Posted by: Fuzzy at December 17, 2005 09:07 AM