Just entered the contest with my bid: Kovan Symphony after being tempted by the weirdo ice cream man on TODAY newspaper.

Go check it out: http://www.nonamecondo.com.

Anyway, just want to share that the site, probably written by some retarded programmer who don’t understand the intricacies of the English language (the javascript “language” is fine). When you give a message of Please enter min chars of 600 in your description. regardless of the fact that it’s not grammatical, it means you need more than 600 characters for the description, or a minimum of 600 characters. But that’s not what your code says:

var enterLengthMsg = 'Please enter min chars of ';
...
{
var len = 600;
if(f.condoDesc.value.length > len)
{
alert(enterLengthMsg + len + ' in your description.');
f.condoDesc.focus();
return false;
}
}

This means the exact opposite, i.e. fail with error msg if the length of the description is more than 600. So one should either say: Please enter max chars of 600 in your description, should the broken grammar continue to be necessary to make the code look “elegant”, otherwise, write a simple grammatical sentence, for example: Please shorten your description to no more than 600 characters. I mean, this contractor company (fynch) has been around and have quite big name clients, can’t possibly make this kind of simple mistakes, unless I’m making the wrong assumption based on the domain name owner of nonamecondo.com)

Popularity: 1% [?]

Share

You Should Also Check Out This Post:

More Active Posts: