Click here to Skip to main content
15,918,041 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: redundant count count Pin
#realJSOP30-Jan-10 8:37
professional#realJSOP30-Jan-10 8:37 
GeneralRe: redundant count count Pin
Luc Pattyn30-Jan-10 8:45
sitebuilderLuc Pattyn30-Jan-10 8:45 
GeneralRe: redundant count count Pin
Nish Nishant30-Jan-10 14:30
sitebuilderNish Nishant30-Jan-10 14:30 
GeneralRe: redundant count count Pin
#realJSOP31-Jan-10 0:35
professional#realJSOP31-Jan-10 0:35 
GeneralRe: redundant count count Pin
Nish Nishant30-Jan-10 14:29
sitebuilderNish Nishant30-Jan-10 14:29 
GeneralRe: redundant count count Pin
Luc Pattyn30-Jan-10 14:48
sitebuilderLuc Pattyn30-Jan-10 14:48 
GeneralRe: redundant count count Pin
Nish Nishant30-Jan-10 14:50
sitebuilderNish Nishant30-Jan-10 14:50 
GeneralRe: redundant count count Pin
Luc Pattyn30-Jan-10 16:47
sitebuilderLuc Pattyn30-Jan-10 16:47 
So we disagree.

Consistency is a good quality, however it is difficult to define. It looks like a container holding many things, including in random order:
1. keeping objects at the same place whatever happens;
2. specially marking inactive things;
3. hiding irrelevant parts.

And one cannot have all of the above all the time. Example: our forums are paged lists, they have navigation links top and bottom, however:
- when several pages exist, there always is a PREV and NEXT link, disabled (grayed) when not applicable (PREV on the first page, NEXT on the last one);
- when only one page exists, there are no PREV and NEXT links.

Is that consistent? it all depends on your view, maybe on the order of the characteristics listed earlier.

Would you prefer to always have PREV/NEXT links? I don't. I do not want to see distractors, especially not ones that are always passive (such as text as opposed to links).

When a PC has only one user without password, Windows doesn't show a login screen. Looks normal to me, I guess you would call that inconsistent.

When a directory is not empty, I expect to see the number of files and some size indication. When the directory is empty, it may say "zero files", it should not say "zero files (0 bytes)".

I do add code to achieve this in my apps, IMO the "consistent" way is more inspired by laziness than by good user experience.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
[The QA section does it automatically now, I hope we soon get it on regular forums as well]


GeneralRe: redundant count count Pin
#realJSOP31-Jan-10 0:36
professional#realJSOP31-Jan-10 0:36 
GeneralRe: redundant count count Pin
Luc Pattyn31-Jan-10 2:11
sitebuilderLuc Pattyn31-Jan-10 2:11 
GeneralNews Page Suggestion Pin
DaveAuld30-Jan-10 6:50
professionalDaveAuld30-Jan-10 6:50 
GeneralRe: News Page Suggestion Pin
Luc Pattyn30-Jan-10 7:27
sitebuilderLuc Pattyn30-Jan-10 7:27 
GeneralRe: News Page Suggestion Pin
DaveAuld30-Jan-10 8:13
professionalDaveAuld30-Jan-10 8:13 
GeneralRe: News Page Suggestion Pin
AspDotNetDev30-Jan-10 8:18
protectorAspDotNetDev30-Jan-10 8:18 
GeneralRe: News Page Suggestion Pin
DaveAuld30-Jan-10 8:28
professionalDaveAuld30-Jan-10 8:28 
GeneralRe: News Page Suggestion Pin
AspDotNetDev30-Jan-10 8:30
protectorAspDotNetDev30-Jan-10 8:30 
GeneralRe: News Page Suggestion Pin
AspDotNetDev30-Jan-10 8:37
protectorAspDotNetDev30-Jan-10 8:37 
GeneralRe: News Page Suggestion Pin
DaveAuld30-Jan-10 9:02
professionalDaveAuld30-Jan-10 9:02 
GeneralRe: News Page Suggestion Pin
Chris Maunder4-Feb-10 3:43
cofounderChris Maunder4-Feb-10 3:43 
GeneralRe: News Page Suggestion Pin
DaveAuld4-Feb-10 3:56
professionalDaveAuld4-Feb-10 3:56 
GeneralRe: News Page Suggestion Pin
Chris Maunder4-Feb-10 4:01
cofounderChris Maunder4-Feb-10 4:01 
GeneralArticle Submission : submit@codeproject.com : Notification Pin
John Mokkosian-Kane30-Jan-10 6:15
John Mokkosian-Kane30-Jan-10 6:15 
GeneralRe: Article Submission : submit@codeproject.com : Notification Pin
Sean Ewington30-Jan-10 15:43
staffSean Ewington30-Jan-10 15:43 
GeneralRe: Article Submission : submit@codeproject.com : Notification Pin
John Mokkosian-Kane31-Jan-10 4:18
John Mokkosian-Kane31-Jan-10 4:18 
GeneralShe's a spammer. Pin
Pete O'Hanlon30-Jan-10 2:15
mvePete O'Hanlon30-Jan-10 2:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.