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. Programmers Who Don't Know HTML

Programmers Who Don't Know HTML

Scheduled Pinned Locked Moved The Lounge
asp-netcsharpjavascripthtmlcom
82 Posts 35 Posters 2 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.
  • L Lilith C

    I thought it was the other way around. When the WWW was in its infancy we had HTML training for some of the people who were going to maintain their location's web page. Coming out of the class one woman was overheard to say, "Now that we're programmers shouldn't we be making more money?"

    I'm not a programmer but I play one at the office

    A Offline
    A Offline
    AspDotNetDev
    wrote on last edited by
    #61

    Lilith.C wrote:

    Now that we're programmers shouldn't we be making more money?

    :laugh: :thumbsup:

    [Managing Your JavaScript Library in ASP.NET]

    1 Reply Last reply
    0
    • N Naruki 0

      Um, anyone who does think HTML is a programming language is simply ignorant. The ML part stands for Markup Language. Until HTML 5, it was a subset of SGML. There has never been a successful attempt to write programs in HTML because that is impossible. There is nothing at all programmy about it. JavaScript, which is associated with nearly all the HTML pages in existence, is a programming language, but it is nevertheless not HTML.

      Narf.

      D Offline
      D Offline
      Dave Goughnour
      wrote on last edited by
      #62

      I am not convinced most 'web programmers' know the difference JavaScript falls into the category of Glorified Hack in my opinion...

      N 1 Reply Last reply
      0
      • Sander RosselS Sander Rossel

        Actually I couldn't even write Hello World in HTML... I'm a winforms developer, don't need to know all that stuff. Although I did have my own phpBB forums on which I 'installed' mods (I had documents saying 'insert code x at line y') etc. So I have a really very tiny little bit of experience I guess. That was before I became a programmer though.

        It's an OO world.

        C Offline
        C Offline
        chrisseanhayes
        wrote on last edited by
        #63

        I can: open text editor (of your choice) type: hello world save with '.html' extention ta da! html hello world example

        Sander RosselS 1 Reply Last reply
        0
        • G GlobX

          I'm sitting beside one, which is very frustrating given he has a degree and 3 years commercial experience in ASP.NET and we are all but exclusively a web development team. 4 days it's taken him to add a form tag around some HTML given to us by the design team and hook it up to post to Monorail with its DataBinder. Can't wait until I tell him it has to have Javascript (ooooohhh! what's that??) for some simple validation... Actually, what's worse do you think? Programmers who don't know HTML or BA's that think they do?


          Typical n-tiered architecture: DB <-> Junk(0) <-> ... <-> Junk(n-1) <-> Pretty

          C Offline
          C Offline
          chrisseanhayes
          wrote on last edited by
          #64

          does this include BA's that want you to manage their 'app'?... mu ha ha ha ha

          1 Reply Last reply
          0
          • C chrisseanhayes

            I can: open text editor (of your choice) type: hello world save with '.html' extention ta da! html hello world example

            Sander RosselS Offline
            Sander RosselS Offline
            Sander Rossel
            wrote on last edited by
            #65

            Well, after this short, but effective, tutorial I guess I can call myself the grand master of all HTML ;p

            It's an OO world.

            1 Reply Last reply
            0
            • A AspDotNetDev

              Jack Shofner wrote:

              Why bother with it anyway?

              Do you realize that the page you used to post that comment and the page you are reading this comment on is HTML? :)

              [Managing Your JavaScript Library in ASP.NET]

              J Offline
              J Offline
              Jack Shofner
              wrote on last edited by
              #66

              I know what HTML is, and I know this this webpage is formated in HTML and probably along with XML. But this webpage was actually done dynamically through either ASP, ASP.NET, PHP, or something similar. I will leave web development to those who like to format pages. I like developing WinForms or Mac applications. That is my preference. Same goes with game development. I know little about it, however, I will leave it to those who enjoy it.

              1 Reply Last reply
              0
              • M Mark_Wallace

                May the lord preserve us from evangelistic religious fanatics. How, pray, would you go about adding bold or italic text that is not to be stressed by an electronic voice reading the page?

                I wanna be a eunuchs developer! Pass me a bread knife!

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #67

                They make good martyrs. :-D

                1 Reply Last reply
                0
                • A Alexander DiMauro

                  <span class="italics">italicize this</span> .italics {font-style:italic} vs. <i>italicize this</i>

                  P Offline
                  P Offline
                  PIEBALDconsult
                  wrote on last edited by
                  #68

                  My VT220 can't do italics.

                  F 1 Reply Last reply
                  0
                  • D Dave Goughnour

                    I am not convinced most 'web programmers' know the difference JavaScript falls into the category of Glorified Hack in my opinion...

                    N Offline
                    N Offline
                    Naruki 0
                    wrote on last edited by
                    #69

                    Regardless of what they know, it is impossible to "describe a document's structure into making the CPU perform some action". The phrase doesn't even make sense. And so what if JavaScript is a hack? It's also still a programming language. But it's not HTML. Some web developers may think JavaScript is HTML, and thus think they are "programming in HTML" when they write an onClick function. But they are wrong.

                    Narf.

                    1 Reply Last reply
                    0
                    • J Jack Shofner

                      I know little of HTML. It is not a programming language, but only used for formatting pages. Why bother with it anyway?

                      N Offline
                      N Offline
                      Naruki 0
                      wrote on last edited by
                      #70

                      Jack Shofner wrote:

                      It is not a programming language, but only used for formatting pages.

                      It's not used for formatting pages (not proper HTML, anyway). It's used for describing a document's structure. That's a bit like saying dictionaries are used for filling up your bookshelf.

                      Jack Shofner wrote:

                      Why bother with it anyway?

                      If you don't ever need to do anything to a web page and have no curiosity about it, then you shouldn't need to bother with it. But if you do, then that's why.

                      Narf.

                      J 1 Reply Last reply
                      0
                      • P PIEBALDconsult

                        My VT220 can't do italics.

                        F Offline
                        F Offline
                        Frank W Wu
                        wrote on last edited by
                        #71

                        I know some firmware engineers who have no clue about HTML.

                        1 Reply Last reply
                        0
                        • A AspDotNetDev

                          A thought just occurred to me (hey, you shut up, it happens on occassion!). I assume that most developers have had some experience with HTML. I'm not sure why; it just seems like a given to me (however unjustifiable that assumption may be). That may be more true of developers who post in the Lounge, considering we are exposed to HTML regularly. However, I am curious... how many of you know developers who don't know at least some basic HTML? If you are reading this, Chris, might be a good topic for a poll.

                          [Managing Your JavaScript Library in ASP.NET]

                          L Offline
                          L Offline
                          leonej_dt
                          wrote on last edited by
                          #72

                          I am just learning HTML, and I have been programming since 11 years ago. So I have been a programmer who doesn't know HTML for quite a long time.

                          Eduardo León

                          N 1 Reply Last reply
                          0
                          • N Naruki 0

                            Jack Shofner wrote:

                            It is not a programming language, but only used for formatting pages.

                            It's not used for formatting pages (not proper HTML, anyway). It's used for describing a document's structure. That's a bit like saying dictionaries are used for filling up your bookshelf.

                            Jack Shofner wrote:

                            Why bother with it anyway?

                            If you don't ever need to do anything to a web page and have no curiosity about it, then you shouldn't need to bother with it. But if you do, then that's why.

                            Narf.

                            J Offline
                            J Offline
                            Jack Shofner
                            wrote on last edited by
                            #73

                            I did some ASP programming, but that was to add features. It wasn't very much. Other than that, I am in an environment that doesn't require webpage design or webpage development. I am fine about that. I would rather program using WinForms or Mac programs. There are two web servers at my company with third party software. There is quite a difference in WinForm programs and web based programs. I don't have the patience to teach myself all of the HTML, XHTML, XSL, XML, and CSS tags. Plus I don't have the patience to learn ASP, ASP.NET, PHP, or whatever else there is. Besides, a column and row flat based file is smaller and faster to read in and write to, than an XML file with it's tree like structure. XML requires a complex parser to extract the data. That is a lot of CPU cycles.

                            N 1 Reply Last reply
                            0
                            • M Mycroft Holmes

                              I was a 90% winforms dev, under duress I have been known to build ASPX sites, and now do Silverlight, some of us really don't want to build for the web, it really is a crappy platform for business apps. SL/WPF is the closest to a reasonable platform I have seen but I still think winforms is much better. I only build corporate apps, not public facing, and now I'm forced to use the intranet so SL is the decision.

                              Never underestimate the power of human stupidity RAH

                              J Offline
                              J Offline
                              Jack Shofner
                              wrote on last edited by
                              #74

                              Yes, I agree. It is a crappy platform for business apps. For instance it took me three months to develop a gift card system using WinForms. I have a third party software - common remitting - that runs on a web server. It took the programmers one and a half years to develop it. They used ASP.NET. WinForms using ADO.NET, or a web browser based app calling a web server running ASP.NET using ADO.NET. Which is better?

                              1 Reply Last reply
                              0
                              • J Jack Shofner

                                I did some ASP programming, but that was to add features. It wasn't very much. Other than that, I am in an environment that doesn't require webpage design or webpage development. I am fine about that. I would rather program using WinForms or Mac programs. There are two web servers at my company with third party software. There is quite a difference in WinForm programs and web based programs. I don't have the patience to teach myself all of the HTML, XHTML, XSL, XML, and CSS tags. Plus I don't have the patience to learn ASP, ASP.NET, PHP, or whatever else there is. Besides, a column and row flat based file is smaller and faster to read in and write to, than an XML file with it's tree like structure. XML requires a complex parser to extract the data. That is a lot of CPU cycles.

                                N Offline
                                N Offline
                                Naruki 0
                                wrote on last edited by
                                #75

                                Like I said, if you don't need to use it and don't have curiosity about it, then don't. I am certainly not making any personal judgments based on what tools you know. I just wanted to correct some mistaken comments about it because I'm compulsive that way. I'm not sure why you brought up a weird comparison of data tables and XML, though. Data tables are for rigidly structured, 2-dimensional data. XML allows for complex data types. Only its simplest form would be matched by your flat files. And if you need the complexity of XML, nowadays it's often better to get the more compact JSON data structuring. But that would stink of that hacky JavaScript. ;P

                                Narf.

                                1 Reply Last reply
                                0
                                • L leonej_dt

                                  I am just learning HTML, and I have been programming since 11 years ago. So I have been a programmer who doesn't know HTML for quite a long time.

                                  Eduardo León

                                  N Offline
                                  N Offline
                                  Naruki 0
                                  wrote on last edited by
                                  #76

                                  Just so you know, HTML 5 is no longer SGML compliant. (Although that may never matter to you.)

                                  Narf.

                                  1 Reply Last reply
                                  0
                                  • R robert osterlind

                                    How is it more bloat to add a span than a b or i tag?

                                    M Offline
                                    M Offline
                                    Mark_Wallace
                                    wrote on last edited by
                                    #77

                                    robert.osterlind wrote:

                                    How is it more bloat to add a span than a b or i tag?

                                    How about because the b and i tags already exist, so don't have top be added. And the comment was that it adds more bloat and complexity -- adding something for the sole purpose of doing the job of something that already exists fits both bills.

                                    I wanna be a eunuchs developer! Pass me a bread knife!

                                    1 Reply Last reply
                                    0
                                    • N Naruki 0

                                      Garbage. If the visual cue doesn't change the nuance and/or meaning, then don't use it. If it does, then visual readers need to be able to interpret it. The historical reason B and I were violations is because they were NOT semantic, they were display. HTML is supposed to be semantic. HTML 5 has deliberately chosen to stop being valid SGML, which is why that historical reason will be ignored more self-righteously from now on. (It won't be ignored more, since it's already at absurd percent, but people may be more smug about being wrong.)

                                      Narf.

                                      M Offline
                                      M Offline
                                      Mark_Wallace
                                      wrote on last edited by
                                      #78

                                      Naruki wrote:

                                      If the visual cue doesn't change the nuance and/or meaning, then don't use it.

                                      That's nonsense. There are dozens of contextual reasons for using bold and italics that do not require that the words be emphasised. For example, If citing a book, you don't want to emphasise the title of the book, but you must italicise it in the text; and if quoting someone's words -- perhaps a whole paragraph of them -- do you really want the reader to read it out Emphasising. Every. Word?

                                      Naruki wrote:

                                      HTML is supposed to be semantic.

                                      The Hell you say. XHTML is semantic; HTML is display only. If you want semantic, use the right tool; don't try to appropriate and pervert the wrong one.

                                      I wanna be a eunuchs developer! Pass me a bread knife!

                                      N 1 Reply Last reply
                                      0
                                      • A AspDotNetDev

                                        A thought just occurred to me (hey, you shut up, it happens on occassion!). I assume that most developers have had some experience with HTML. I'm not sure why; it just seems like a given to me (however unjustifiable that assumption may be). That may be more true of developers who post in the Lounge, considering we are exposed to HTML regularly. However, I am curious... how many of you know developers who don't know at least some basic HTML? If you are reading this, Chris, might be a good topic for a poll.

                                        [Managing Your JavaScript Library in ASP.NET]

                                        F Offline
                                        F Offline
                                        fishy0109
                                        wrote on last edited by
                                        #79

                                        Actually I'm a university student whose major is computer science.HTML is one of our courses so that we must learn.But in my opinion people don't have to learn HTML,unless they work on it. Have a nice day. :)

                                        1 Reply Last reply
                                        0
                                        • H Henry Minute

                                          I only know the very basics of HTML e.g. <b>, <p> and the like. Although I am retired and therefore in that sense, at least, no longer a developer.

                                          Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.

                                          N Offline
                                          N Offline
                                          n podbielski
                                          wrote on last edited by
                                          #80

                                          It's so sad :((

                                          In soviet Russia code debugs You!

                                          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