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 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.
  • M Mycroft Holmes

    Sod off Some of us are trying VERY hard to forget the little html we have been forced to pick up over the years. And yep I have a couple of juniors who have absolutely no idea what HTML is, a good thing in winforms developers!

    Never underestimate the power of human stupidity RAH

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

    What about when you want to add web-like controls, such as a button (<input type="button" />)? Are you saying you don't add WebBrowser controls with inline HTML to your Form and handle events using a ScriptManager? :omg:

    [Managing Your JavaScript Library in ASP.NET]

    M 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.

      L Offline
      L Offline
      LloydA111
      wrote on last edited by
      #10

      Hello, World!

      :) Sure, it breaks the W3C[^] standards, but it's still a hello world message ;P


      See if you can crack this: b749f6c269a746243debc6488046e33f
      So far, no one seems to have cracked this!

      The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."

      A 1 Reply Last reply
      0
      • L LloydA111

        Hello, World!

        :) Sure, it breaks the W3C[^] standards, but it's still a hello world message ;P


        See if you can crack this: b749f6c269a746243debc6488046e33f
        So far, no one seems to have cracked this!

        The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."

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

        Actually, I'm pretty sure this will work in most browsers:

        Hello World

        Just as long as the file has an HTML extension. :)

        [Managing Your JavaScript Library in ASP.NET]

        L 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
          Lost User
          wrote on last edited by
          #12

          I have less than no idea and even less interest. Never made a web page, only once or twice looked at the 'source' of a web page.

          1 Reply Last reply
          0
          • G gavindon

            very basic knowledge mainly from the web design class I took along with my degree. I have not worked in it full force, as I left school and landed straight into asp.net/c# development with sql backend etc etc... Bottom line I can recognize it, I know just enough to be dangerous( and give true html programmers a headache I'm sure) and could probably look up on how to do more stuff if I needed too.

            Programming is a race between programmers trying to build bigger and better idiot proof programs, and the universe trying to build bigger and better idiots, so far... the universe is winning. A graduation ceremony is an event where the commencement speaker tells thousands of students dressed in identical caps and gowns that 'individuality' is the key to success

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

            gavindon wrote:

            very basic knowledge mainly from the web design class

            Eureka! That may be where my prejudice comes from. I guess I assume that all developers have a similar background to me, but as one of the CP polls showed, a good amount of developers never went to college for a degree related to programming, and hence never had to take the "this is a webpage" class.

            [Managing Your JavaScript Library in ASP.NET]

            J 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]

              H Offline
              H Offline
              H Brydon
              wrote on last edited by
              #14

              AspDotNetDev wrote:

              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?

              Speaking as a developer, html is a tool that brings all sorts of good things... kinda like bacon. In fact, here (Oh yum!)[^] is some html that brings bacon...

              -- Harvey

              1 Reply Last reply
              0
              • A AspDotNetDev

                What about when you want to add web-like controls, such as a button (<input type="button" />)? Are you saying you don't add WebBrowser controls with inline HTML to your Form and handle events using a ScriptManager? :omg:

                [Managing Your JavaScript Library in ASP.NET]

                M Offline
                M Offline
                Mycroft Holmes
                wrote on last edited by
                #15

                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

                A J 2 Replies Last reply
                0
                • K keyboard warrior

                  the lounge uses < b > instead of < strong > i wouldn't hire the lounge. ;P

                  "Incorrectly attributing quotes to revered historical figures is the work of fools and gerrymanderers; but hey, that's the internet for you." -- Thomas Jefferson

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

                  The article editor as well, I go to a lot of trouble using <strong> and <em> and they get replaced. Just awful. :sigh:

                  M L 2 Replies 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]

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

                    "Learn HTML in a Weekend", taught me everything I know about HTML.

                    A 1 Reply Last reply
                    0
                    • P PIEBALDconsult

                      "Learn HTML in a Weekend", taught me everything I know about HTML.

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

                      So... nothing?

                      [Managing Your JavaScript Library in ASP.NET]

                      P 1 Reply Last reply
                      0
                      • A AspDotNetDev

                        So... nothing?

                        [Managing Your JavaScript Library in ASP.NET]

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

                        Enough to create an XSLT file that converts a table in XML to a table in HTML.

                        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

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

                          Interesting. My preference is WPF > Silverlight > Windows Forms > ASP.NET. I have found WPF to be way more powerful/flexible than Windows Forms.

                          [Managing Your JavaScript Library in ASP.NET]

                          M A 2 Replies Last reply
                          0
                          • A AspDotNetDev

                            Interesting. My preference is WPF > Silverlight > Windows Forms > ASP.NET. I have found WPF to be way more powerful/flexible than Windows Forms.

                            [Managing Your JavaScript Library in ASP.NET]

                            M Offline
                            M Offline
                            Mycroft Holmes
                            wrote on last edited by
                            #21

                            Yeah but I can make winforms sit up and beg, I've been building winforms of 1 type or another for decades. SL is still a challenge but I figure I have enough of a grip on it to produce LOB apps.

                            Never underestimate the power of human stupidity RAH

                            G 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]

                              G Offline
                              G Offline
                              GlobX
                              wrote on last edited by
                              #22

                              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

                              Sander RosselS C 2 Replies Last reply
                              0
                              • P PIEBALDconsult

                                The article editor as well, I go to a lot of trouble using <strong> and <em> and they get replaced. Just awful. :sigh:

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

                                PIEBALDconsult wrote:

                                The article editor as well, I go to a lot of trouble using <strong> and <em> and they get replaced.

                                ... By something that does exactly the same thing.

                                PIEBALDconsult wrote:

                                Just awful.

                                Er, yeah. Isn't it?

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

                                P 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

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

                                  GlobX wrote:

                                  Actually, what's worse do you think? Programmers who don't know HTML or BA's that think they do?

                                  Someone who thinks he knows something while he doesn't is worse than someone who just doesn't know something. At least the latter doesn't have an attitude ;) I don't know html and I can happily admit it :)

                                  It's an OO world.

                                  1 Reply Last reply
                                  0
                                  • P PIEBALDconsult

                                    The article editor as well, I go to a lot of trouble using <strong> and <em> and they get replaced. Just awful. :sigh:

                                    L Offline
                                    L Offline
                                    leppie
                                    wrote on last edited by
                                    #25

                                    PIEBALDconsult wrote:

                                    Just awful.

                                    Still perfectly legal :)

                                    ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x)))

                                    P 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]

                                      D Offline
                                      D Offline
                                      Dave Parker
                                      wrote on last edited by
                                      #26

                                      Only know the basics. I try to steer away from web development, though increasingly seem to be forced onto it. I suppose it helps to have a more varied skill set etc though, but I generally find web development a nightmare compared to development for windows (regardless whether the windows dev is WinForms, MFC, WPF, direct Win32 API, etc). Having to deal with things like different web browsers and trying to figure out how to debug ajax stuff irritates me, though I guess part of it comes down to what you're used to and I've a lot more experience in the windows world.

                                      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]

                                        C Offline
                                        C Offline
                                        Chris Meech
                                        wrote on last edited by
                                        #27

                                        Good question. There are still developers who support and maintain desktop apps, such as myself, and have never had a need to be 'touching' HTML. I don't consider myself unique as I'm sure there are plenty of other people working similar to myself. In a way we are proof of the point that Pete O'Hanlon was making in his recent blog post about Windows 8. All these new technologies come along and do not make previous ones, obsolete. Rather they are just additions to already existing ones and in some cases provide complimentary or improved benefits. :)

                                        Chris Meech I am Canadian. [heard in a local bar] In theory there is no difference between theory and practice. In practice there is. [Yogi Berra] posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

                                        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]

                                          D Offline
                                          D Offline
                                          Dan Neely
                                          wrote on last edited by
                                          #28

                                          Add me to the list of almost pure winform devs. I don't think I've ever copy/pasted a web page with more than 1k of html in it. :laugh:

                                          3x12=36 2x12=24 1x12=12 0x12=18

                                          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