Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I'm bored...

I'm bored...

Scheduled Pinned Locked Moved The Lounge
questioncom
32 Posts 20 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Daniel Turini

    Christian Graus wrote: Where and why do Microsoft say the second set is preferred ? Don't know, but anything that only works in IE should be preferred by MS :) I would do the same thing. Crivo Automated Credit Assessment

    W Offline
    W Offline
    William E Kempf
    wrote on last edited by
    #17

    Any browser that doesn't support EM and STRONG are non-conforming and should be avoided. It would be more appropriate to bash such browsers and the company/individuals that create them then it is to bash MS. William E. Kempf

    1 Reply Last reply
    0
    • T Tim Smith

      I use the first because I am ANTI-MICROSOFT. STRONG and EM are just evil html tags set forth by Bill Gates to take all of our computing freedom away. Well, actually, I use B/I because I am lazy. Tim Smith I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?

      W Offline
      W Offline
      William E Kempf
      wrote on last edited by
      #18

      <rant> I despise MS bashing (or bashing of any company or individual for that matter). In this case the bashing is doubly offensive because it's unwarranted to the topic. </rant> STRONG and EM are standard tags specified by the W3C. See here. As far as I know MS had nothing to do with the adoption of these tags, and the recommendation to use them instead of <b> and <i> is made by the W3C, not by MS, no matter if the MSDN text gives you the impression it comes from MS or not. Way too many people in this thread think this is a MS thing, which indicates they really don't understand the standard that they are supposedly defending against MS's "evil influence". The bashers are, once again, too quick on the draw. William E. Kempf

      S 1 Reply Last reply
      0
      • C Christian Graus

        I'm interested - I write HTML every day, and I did not know the second set. ( It's hardly my forte, I tend to get mostly the COM/C++ stuff at work as that is what I am good at, but I do write some asp as well ) Where and why do Microsoft say the second set is preferred ? Christian I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002

        D Offline
        D Offline
        Daniel Turini
        wrote on last edited by
        #19

        Christian Graus wrote: Where and why do Microsoft say the second set is preferred ? Don't know, but anything that only works in IE should be preferred by MS :) I would do the same thing. Crivo Automated Credit Assessment

        W 1 Reply Last reply
        0
        • D David Stone

          Nobody's posting anything. So I decided to ask a question. When you bold text or italicize it...which set of tags do you use? 1)

          <b></b> and <i></i>

          or 2)

          <strong></strong> and <em></em>

          I use the second 'cause Microsoft says to. :-D David Stone dstone@newcenturytitle.com
          MEEKNESS, n. Uncommon patience in planning a revenge that is worth while. The Devil's Dictionary, Ambrose Bierce

          H Offline
          H Offline
          Henry Jacobs
          wrote on last edited by
          #20

          The reason <strong> and <em> are recommended over <b> and <i> is because they to not mislead the author into believing the specified text will be in bold or italics. The web designer could use CSS to make <b> text all lower-case and overlined in purple :).

          1 Reply Last reply
          0
          • D David Stone

            Nobody's posting anything. So I decided to ask a question. When you bold text or italicize it...which set of tags do you use? 1)

            <b></b> and <i></i>

            or 2)

            <strong></strong> and <em></em>

            I use the second 'cause Microsoft says to. :-D David Stone dstone@newcenturytitle.com
            MEEKNESS, n. Uncommon patience in planning a revenge that is worth while. The Devil's Dictionary, Ambrose Bierce

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #21

            commit suicide.

            1 Reply Last reply
            0
            • W William E Kempf

              <rant> I despise MS bashing (or bashing of any company or individual for that matter). In this case the bashing is doubly offensive because it's unwarranted to the topic. </rant> STRONG and EM are standard tags specified by the W3C. See here. As far as I know MS had nothing to do with the adoption of these tags, and the recommendation to use them instead of <b> and <i> is made by the W3C, not by MS, no matter if the MSDN text gives you the impression it comes from MS or not. Way too many people in this thread think this is a MS thing, which indicates they really don't understand the standard that they are supposedly defending against MS's "evil influence". The bashers are, once again, too quick on the draw. William E. Kempf

              S Offline
              S Offline
              Stephen Kellett
              wrote on last edited by
              #22

              William E. Kempf wrote: STRONG and EM are standard tags specified by the W3C. See here. As far as I know MS had nothing to do with the adoption of these tags, and the recommendation to use them instead of and is made by the W3C, not by MS I totally agree with this. In a previous life I was involved in the design and implemention of a multimedia authoring suite(*) that supported HTML and (draft spec)XML and (draft spec)CSS, as a subset of what the whole tool could do. STRONG and EM were the W3C recommendations. When I write HTML I tend to use B and I because they are more convenient. Microsoft did recommend a whole slew of tags, as did Netscape, but as far as I can remember these were not part of that, from either Microsoft or Netscape. (*)The authoring suite never made it market - when Netscape gave their source away the competitive advantage was lost (cost of entry to competitors was significantly lowered), and the project died. Cheers Stephen Kellett -- Memory Validator. Faster Leak Detection, Better Analysis. http://www.softwareverify.com http://www.objmedia.demon.co.uk

              S 1 Reply Last reply
              0
              • S Stephen Kellett

                William E. Kempf wrote: STRONG and EM are standard tags specified by the W3C. See here. As far as I know MS had nothing to do with the adoption of these tags, and the recommendation to use them instead of and is made by the W3C, not by MS I totally agree with this. In a previous life I was involved in the design and implemention of a multimedia authoring suite(*) that supported HTML and (draft spec)XML and (draft spec)CSS, as a subset of what the whole tool could do. STRONG and EM were the W3C recommendations. When I write HTML I tend to use B and I because they are more convenient. Microsoft did recommend a whole slew of tags, as did Netscape, but as far as I can remember these were not part of that, from either Microsoft or Netscape. (*)The authoring suite never made it market - when Netscape gave their source away the competitive advantage was lost (cost of entry to competitors was significantly lowered), and the project died. Cheers Stephen Kellett -- Memory Validator. Faster Leak Detection, Better Analysis. http://www.softwareverify.com http://www.objmedia.demon.co.uk

                S Offline
                S Offline
                Stephen Kellett
                wrote on last edited by
                #23

                Nuts, it wasn't all meant to come out bold! Stephen Kellett -- Memory Validator. Faster Leak Detection, Better Analysis. http://www.softwareverify.com http://www.objmedia.demon.co.uk

                J 1 Reply Last reply
                0
                • realJSOPR realJSOP

                  Because Microsoft wants to own the standard. They also want to own the standard we all know as "day" and "night". However, significant evidence that "day" and "night" have both been happening for a considerable amount of time before Microsoft became incorporated is placing a speed bump in their plans. Don't be fool, though. The [Micorosft] lawyers think they might have found a loophole. "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 Please review the Legal Disclaimer in my bio.

                  S Offline
                  S Offline
                  Stephen Kellett
                  wrote on last edited by
                  #24

                  I think Mr Morden can help with this. Stephen Kellett -- Memory Validator. Faster Leak Detection, Better Analysis. http://www.softwareverify.com http://www.objmedia.demon.co.uk

                  1 Reply Last reply
                  0
                  • D David Stone

                    Nobody's posting anything. So I decided to ask a question. When you bold text or italicize it...which set of tags do you use? 1)

                    <b></b> and <i></i>

                    or 2)

                    <strong></strong> and <em></em>

                    I use the second 'cause Microsoft says to. :-D David Stone dstone@newcenturytitle.com
                    MEEKNESS, n. Uncommon patience in planning a revenge that is worth while. The Devil's Dictionary, Ambrose Bierce

                    C Offline
                    C Offline
                    Chris Maunder
                    wrote on last edited by
                    #25

                    I use the first becuase they each take up 1 character (+brackets) instead of 5/2 chars respectively. cheers, Chris Maunder

                    N P 2 Replies Last reply
                    0
                    • C Chris Maunder

                      I use the first becuase they each take up 1 character (+brackets) instead of 5/2 chars respectively. cheers, Chris Maunder

                      N Offline
                      N Offline
                      Nish Nishant
                      wrote on last edited by
                      #26

                      Chris Maunder wrote: use the first becuase they each take up 1 character (+brackets) instead of 5/2 chars respectively. First good reason I heard :-) Nish


                      Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

                      1 Reply Last reply
                      0
                      • S Stephen Kellett

                        Nuts, it wasn't all meant to come out bold! Stephen Kellett -- Memory Validator. Faster Leak Detection, Better Analysis. http://www.softwareverify.com http://www.objmedia.demon.co.uk

                        J Offline
                        J Offline
                        Jon Newman
                        wrote on last edited by
                        #27

                        Thats what the 'Preview' button is for ;P "When I'm not awake i'm usually sleeping" - Jonny Newman + C2H5OH

                        Jonny Newman Liverpool, UK Sonork: 16257:Jonny Newman MSN Msngr: jonathann4@hotmail.com ICQ: 37606329 and now..... nonny@nonny.com I'm out there! Feel free to contact me about anything.

                        1 Reply Last reply
                        0
                        • C Christian Graus

                          I'm interested - I write HTML every day, and I did not know the second set. ( It's hardly my forte, I tend to get mostly the COM/C++ stuff at work as that is what I am good at, but I do write some asp as well ) Where and why do Microsoft say the second set is preferred ? Christian I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002

                          P Offline
                          P Offline
                          Paul Watson
                          wrote on last edited by
                          #28

                          Christian Graus wrote: Where and why do Microsoft say the second set is preferred ? The other guy is misinformed. It is not a Microsoft thing, but rather a W3C and common sense thing (though I still have to force myself to use STRONG and EM.) Basically B and I have no real meaning. They are visual styles. Hower STRONG and EM have meaning. EM is short for emphasise and is meant to say that the word inbetween the EM tags is, well, emphasised. Like "Christian is amazing." Emphasis being on "amazing." STRONG is meant to show that a word is important. Like a definition or key statement. It is strongly important in the paragraph or document. The reason to use STRONG and EM as opposed to B and I is that your HTML documents should structured to mean something, not just to look good. That way in the future computers can analyse your documents and retrieve the key statements, meanings etc. If you use B or I it means nothing more than "style these words differently". there is a shite load of other tags along these lines. Like ABBR (abbreviation), QUOTE etc. They all tag words as meaning something, as opposed to just looking cool. It is a big push by the W3C to bring some meaning to the structure of HTML documents. Same as in rather using H1, H2, H3 etc. as opposed to SPANs with styling applied. regards, Paul Watson Bluegrass Cape Town, South Africa The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge Tim Smith wrote: Over here in the third world of humor (a.k.a. BBC America), peterchen wrote: We should petition microsoft to a "target=_Paul" attribute.

                          1 Reply Last reply
                          0
                          • C Chris Maunder

                            I use the first becuase they each take up 1 character (+brackets) instead of 5/2 chars respectively. cheers, Chris Maunder

                            P Offline
                            P Offline
                            Paul Watson
                            wrote on last edited by
                            #29

                            Chris Maunder wrote: I use the first becuase they each take up 1 character (+brackets) instead of 5/2 chars respectively That is a terrible reason. Use STRONG and EM. Gives meaning to your documents. Remember when we used to shorten years to two digits? Because it saved space... We all know what happened then. ;P regards, Paul Watson Bluegrass Cape Town, South Africa The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge Tim Smith wrote: Over here in the third world of humor (a.k.a. BBC America), peterchen wrote: We should petition microsoft to a "target=_Paul" attribute.

                            C 1 Reply Last reply
                            0
                            • P Paul Watson

                              Chris Maunder wrote: I use the first becuase they each take up 1 character (+brackets) instead of 5/2 chars respectively That is a terrible reason. Use STRONG and EM. Gives meaning to your documents. Remember when we used to shorten years to two digits? Because it saved space... We all know what happened then. ;P regards, Paul Watson Bluegrass Cape Town, South Africa The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge Tim Smith wrote: Over here in the third world of humor (a.k.a. BBC America), peterchen wrote: We should petition microsoft to a "target=_Paul" attribute.

                              C Offline
                              C Offline
                              Chris Maunder
                              wrote on last edited by
                              #30

                              OK - how about this then: When I want text to be "strong" or emphasised I'm big enough and ugly enough to decided what that means, so instead of putting or and hoping I get bold and italic, I put and knowing that I'll get bold or italic. The day I need a browser to make such a decision for me is the day I hang up my keyboard. Besides - I will bet you another case of beer that no major browser will, in the next 5 years, make or anything other than bold and italic. HOWEVER: I do understand fully the need to use and _for accessibility. HTML should define content, not style (that's what CSS are for) and so _and in that sense are definitely preferable. However, if someone with accessibility issues has trouble between and then they are going to be completely stumped with the rest of what I do. BUT (just let me double-backflip) if I was that much of a purest I'd be using XHTML and defining everything using CSS. However, I'm a realist and go for quicker downloads rather than "perfect" HTML. We are blessed with very, very good browsers these days. I choose to take advantage of them to save me time and pain. cheers, Chris Maunder__

                              P 1 Reply Last reply
                              0
                              • C Chris Maunder

                                OK - how about this then: When I want text to be "strong" or emphasised I'm big enough and ugly enough to decided what that means, so instead of putting or and hoping I get bold and italic, I put and knowing that I'll get bold or italic. The day I need a browser to make such a decision for me is the day I hang up my keyboard. Besides - I will bet you another case of beer that no major browser will, in the next 5 years, make or anything other than bold and italic. HOWEVER: I do understand fully the need to use and _for accessibility. HTML should define content, not style (that's what CSS are for) and so _and in that sense are definitely preferable. However, if someone with accessibility issues has trouble between and then they are going to be completely stumped with the rest of what I do. BUT (just let me double-backflip) if I was that much of a purest I'd be using XHTML and defining everything using CSS. However, I'm a realist and go for quicker downloads rather than "perfect" HTML. We are blessed with very, very good browsers these days. I choose to take advantage of them to save me time and pain. cheers, Chris Maunder__

                                P Offline
                                P Offline
                                Paul Watson
                                wrote on last edited by
                                #31

                                Chris Maunder wrote: OK - how about this then: down boy, down ;) I fully understand CPs position and also the level of (X)HTML compliance it should be aiming for. It is doing a great job, far better than even some pure web-dev code sites. However when, or rather if I am so lucky to, get my teeth into CPs HTML I can show you some neat "tricks" which involve strict conformance and very lean and clean code. You know I am more a jack of all trades, master of none, but when it comes to (X)HTML and CSS I can without any humility flex my muscles and run with the big boys :-D The offer definitley stands Chris :) p.s. You see our disgraced former cricket captain Hansie Cronje died? Sad day indeed. He had a rough ending, but he was a great cricketer and we were very greateful for him (remember that time he hit 5 Sixes off Shaney in one over? hehe) regards, Paul Watson Bluegrass Cape Town, South Africa The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge Tim Smith wrote: Over here in the third world of humor (a.k.a. BBC America), peterchen wrote: We should petition microsoft to a "target=_Paul" attribute.

                                C 1 Reply Last reply
                                0
                                • P Paul Watson

                                  Chris Maunder wrote: OK - how about this then: down boy, down ;) I fully understand CPs position and also the level of (X)HTML compliance it should be aiming for. It is doing a great job, far better than even some pure web-dev code sites. However when, or rather if I am so lucky to, get my teeth into CPs HTML I can show you some neat "tricks" which involve strict conformance and very lean and clean code. You know I am more a jack of all trades, master of none, but when it comes to (X)HTML and CSS I can without any humility flex my muscles and run with the big boys :-D The offer definitley stands Chris :) p.s. You see our disgraced former cricket captain Hansie Cronje died? Sad day indeed. He had a rough ending, but he was a great cricketer and we were very greateful for him (remember that time he hit 5 Sixes off Shaney in one over? hehe) regards, Paul Watson Bluegrass Cape Town, South Africa The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge Tim Smith wrote: Over here in the third world of humor (a.k.a. BBC America), peterchen wrote: We should petition microsoft to a "target=_Paul" attribute.

                                  C Offline
                                  C Offline
                                  Chris Maunder
                                  wrote on last edited by
                                  #32

                                  Paul Watson wrote: You see our disgraced former cricket captain Hansie Cronje died :( Regardless of his misdemeanors he was still an excellent cricketer and a worthy opponent. He was someone we loved to hate yet a game was always better for having him play (well, except on those few occasions... :-O). It's a sad day... cheers, Chris Maunder

                                  VC++ - the language that doesn't say 'no'

                                  1 Reply Last reply
                                  0
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • World
                                  • Users
                                  • Groups