A matter of style
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
i have never been a fan of colons.
----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
Mark Nischalke wrote:
I've always used a colon but have recently been told by our CIO to not use them.
If you really care about it, just tell him Microsoft uses colons (show him i.e. the font dialog in Notepad).
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
Either way; I just checked some things I wrote a while back and was surprised to find that they don't have colons, I thought I always used them.
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
This was discussed here in the recent past but I have no idea what the consensus was if any. So here's YAP. (Yet another opinion.) There needs to be some form of visual separation between the "Customer Name" etc. and the Values. If the values are also labels, it might be done with colons or spacing. If the values are in text boxes or similar, the colons would not be extraneous. Did your CIO say why not to use colons? Seems a bit drastic. I mean, where would be without our colons? :laugh: Edit: struck not :-O
BDF A learned fool is more a fool than an ignorant fool. -- Moliere
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
Mark Nischalke wrote:
I've always used a colon but have recently been told by our CIO to not use them.
Ask if they want a picture of colon (not safe while consuming any kind of food)[^] instead. ;P
My .NET Business Application Framework My Home Page My Younger Son & His "PET"
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
Why should you use colon????? I think MS uses those since it looked good in DOS ( as a visual separator). It seems to have carried the tradition. Today if you have a label and a textbox that look different, I dont think colon is of much use. As an end user, I dont even notice the difference. Is there any scientific reason for using that?
-
i have never been a fan of colons.
----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford
then where do you go?
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
It's an accessibility issue. The colon is used by some screen reader programs (e.g. those for visually impaired users) to detect the labels.
-
It's an accessibility issue. The colon is used by some screen reader programs (e.g. those for visually impaired users) to detect the labels.
Thats a good point, hadn't thought of that. Thanks
only two letters away from being an asset
-
This was discussed here in the recent past but I have no idea what the consensus was if any. So here's YAP. (Yet another opinion.) There needs to be some form of visual separation between the "Customer Name" etc. and the Values. If the values are also labels, it might be done with colons or spacing. If the values are in text boxes or similar, the colons would not be extraneous. Did your CIO say why not to use colons? Seems a bit drastic. I mean, where would be without our colons? :laugh: Edit: struck not :-O
BDF A learned fool is more a fool than an ignorant fool. -- Moliere
Big Daddy Farang wrote:
Did your CIO say why not to use colons? Seems a bit drastic.
No reason given. Guess its just a means of exercising control where he can and where he shouldn't be.
only two letters away from being an asset
-
Big Daddy Farang wrote:
Did your CIO say why not to use colons? Seems a bit drastic.
No reason given. Guess its just a means of exercising control where he can and where he shouldn't be.
only two letters away from being an asset
So he's a colon control freak? X| :laugh:
BDF A learned fool is more a fool than an ignorant fool. -- Moliere
-
Why should you use colon????? I think MS uses those since it looked good in DOS ( as a visual separator). It seems to have carried the tradition. Today if you have a label and a textbox that look different, I dont think colon is of much use. As an end user, I dont even notice the difference. Is there any scientific reason for using that?
-
then where do you go?
sorry? i have never been fond of using colons in forms. i think it get messier and clutters things up when for the most party, all my textboxes have a space between the header and it is clearly defined by the structure more than some colon.
----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford
-
So he's a colon control freak? X| :laugh:
BDF A learned fool is more a fool than an ignorant fool. -- Moliere
One must be able to control ones colon.
only two letters away from being an asset
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
I like colons. but only on horizantal 'label-field' relationships. I believe this is because most of my users are acustomed to the colon as an expression of expectation, rather than a mere useless decoration.
-
This was discussed here in the recent past but I have no idea what the consensus was if any. So here's YAP. (Yet another opinion.) There needs to be some form of visual separation between the "Customer Name" etc. and the Values. If the values are also labels, it might be done with colons or spacing. If the values are in text boxes or similar, the colons would not be extraneous. Did your CIO say why not to use colons? Seems a bit drastic. I mean, where would be without our colons? :laugh: Edit: struck not :-O
BDF A learned fool is more a fool than an ignorant fool. -- Moliere
Big Daddy Farang wrote:
I mean, where would be without our colons? :laugh:
Constipated?
-
Why should you use colon????? I think MS uses those since it looked good in DOS ( as a visual separator). It seems to have carried the tradition. Today if you have a label and a textbox that look different, I dont think colon is of much use. As an end user, I dont even notice the difference. Is there any scientific reason for using that?
It's not all about the UI; it's also about reflecting real world use of the colon: as an introductory break.
-
sorry? i have never been fond of using colons in forms. i think it get messier and clutters things up when for the most party, all my textboxes have a space between the header and it is clearly defined by the structure more than some colon.
----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford
-
So whats the consensus around here? When creating an app do you place a colon after your labels or not? i.e. Customer Name: [label] or Customer Name [label] I've always used a colon but have recently been told by our CIO to not use them. I think it just makes everything bleed together and looks terrible.
only two letters away from being an asset
Mark Nischalke wrote:
I've always used a colon but have recently been told by our CIO to not use them.
If you're using a C syntax like language, then the only thing you need to worry about is when he tries to remove your semi-colons.
Deja View - the feeling that you've seen this post before.