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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. I have 8 bosses, Bob.

I have 8 bosses, Bob.

Scheduled Pinned Locked Moved The Lounge
csharpxmljavascriptcssasp-net
52 Posts 21 Posters 5 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.
  • F frattaro

    So I just finished a portion of a web application I'm writing, and I decided to count how many different languages I've used in this one aspx page. xhtml for the structure css for the display javascript for client side functionality xml for a modified treeview control xpath to navigate the modified treeview control c# for code behind asp.net for master pages and user controls sql for a gridview Things are pretty absurd for web developers. How many languages are you guys responsible for? -frattaro

    F Offline
    F Offline
    fred_
    wrote on last edited by
    #18

    well try 32 real bosses. I code for a unnamed agency where each of the "board" members are also owners. App consists of a desktop client, a web client and a number of services including DoD spec PKI access and connections to legacy com applications .. :doh:

    1 Reply Last reply
    0
    • J Jim Crafton

      Yes, and while it's proof that if you bang on a square peg to get it to fit into a round hole long enough, the peg and hole will eventually deform to the point where you don't need to bang anymore, I still maintain that Web + application = absurd.

      ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

      T Offline
      T Offline
      ToddHileHoffer
      wrote on last edited by
      #19

      Jim Crafton wrote:

      Yes, and while it's proof that if you bang on a square peg to get it to fit into a round hole long enough, the peg and hole will eventually deform to the point where you don't need to bang anymore, I still maintain that Web + application = absurd.

      Yeah, the internet is fad. It will never last. :rolleyes:

      I didn't get any requirements for the signature

      J realJSOPR 2 Replies Last reply
      0
      • T ToddHileHoffer

        Jim Crafton wrote:

        Yes, and while it's proof that if you bang on a square peg to get it to fit into a round hole long enough, the peg and hole will eventually deform to the point where you don't need to bang anymore, I still maintain that Web + application = absurd.

        Yeah, the internet is fad. It will never last. :rolleyes:

        I didn't get any requirements for the signature

        J Offline
        J Offline
        Jim Crafton
        wrote on last edited by
        #20

        We could only be so lucky. Sadly both it and web apps are here for a while.

        ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

        1 Reply Last reply
        0
        • realJSOPR realJSOP

          css isn't a "language". In the purest definition, neither is XML (including it's bastard variants). asp.net is not a language. xpath is not a language. I guess that leaves you with C#, javascript, and SQL. What's your point?

          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
          -----
          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

          F Offline
          F Offline
          frattaro
          wrote on last edited by
          #21

          Just for reference: XML = eXtensible Markup Language XHTML = eXtensible Hypertext Markup Language the W3C considers XPath a language, check their website. asp.net is admittedly a framework, but its just like html with tag namespaces, and should be considered an independent language. CSS is a stylesheet language, here is a PhD paper on stylesheet languages from the Opera website: http://people.opera.com/howcome/2006/phd/[^]

          M 1 Reply Last reply
          0
          • F frattaro

            So I just finished a portion of a web application I'm writing, and I decided to count how many different languages I've used in this one aspx page. xhtml for the structure css for the display javascript for client side functionality xml for a modified treeview control xpath to navigate the modified treeview control c# for code behind asp.net for master pages and user controls sql for a gridview Things are pretty absurd for web developers. How many languages are you guys responsible for? -frattaro

            T Offline
            T Offline
            ToddHileHoffer
            wrote on last edited by
            #22

            Fratttaro, I don't think you got a copy of the lastest memo. You see, we're using WCF and LINQ for data access. We are also making Silver Light versions of our web pages. You also need to use CAML to put your data in sharepoint. And you'll need to make a sharepoint web part so that the grid can be put in sharepoint. Also, Reports and data export are necessary, so you'll need to become proficient with SSRS and SSIS. It is also a requirement that every web page has regular expressions for validation. Didn't you get that memo?

            I didn't get any requirements for the signature

            F 1 Reply Last reply
            0
            • J Jim Crafton

              The larger point is

              Web + "Application" = absurd.

              So, yes. :)

              ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

              B Offline
              B Offline
              Brady Kelly
              wrote on last edited by
              #23

              Web + "HTML Application" = absurd. Of course your need a UI, but our web application, using extJS, renders UI elements straight into the DOM, cutting most of our HTML code down to a few tags to include the frame work. If I define a form panel 'item' as <pre> { xtype : 'textfield', fieldLabel : 'Client Surname', name : 'surname' } </pre> I see a neat label and textbox, that knows if its been changed, and automatically reads and writes from and to the 'surname' field in it's data store. No HTML until the DOM spits it out on the 'other side'. <div style="display:none;" class="CPhogPost"></div> <div class="ForumSig"></div>

              J 1 Reply Last reply
              0
              • T ToddHileHoffer

                Fratttaro, I don't think you got a copy of the lastest memo. You see, we're using WCF and LINQ for data access. We are also making Silver Light versions of our web pages. You also need to use CAML to put your data in sharepoint. And you'll need to make a sharepoint web part so that the grid can be put in sharepoint. Also, Reports and data export are necessary, so you'll need to become proficient with SSRS and SSIS. It is also a requirement that every web page has regular expressions for validation. Didn't you get that memo?

                I didn't get any requirements for the signature

                F Offline
                F Offline
                frattaro
                wrote on last edited by
                #24

                haha, nice, i completely forgot about the nightmare that is regex

                1 Reply Last reply
                0
                • T ToddHileHoffer

                  Jim Crafton wrote:

                  Yes, and while it's proof that if you bang on a square peg to get it to fit into a round hole long enough, the peg and hole will eventually deform to the point where you don't need to bang anymore, I still maintain that Web + application = absurd.

                  Yeah, the internet is fad. It will never last. :rolleyes:

                  I didn't get any requirements for the signature

                  realJSOPR Offline
                  realJSOPR Offline
                  realJSOP
                  wrote on last edited by
                  #25

                  On 12/21/2012, it will all be moot anyway.

                  "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                  -----
                  "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                  1 Reply Last reply
                  0
                  • B Brady Kelly

                    Web + "HTML Application" = absurd. Of course your need a UI, but our web application, using extJS, renders UI elements straight into the DOM, cutting most of our HTML code down to a few tags to include the frame work. If I define a form panel 'item' as <pre> { xtype : 'textfield', fieldLabel : 'Client Surname', name : 'surname' } </pre> I see a neat label and textbox, that knows if its been changed, and automatically reads and writes from and to the 'surname' field in it's data store. No HTML until the DOM spits it out on the 'other side'. <div style="display:none;" class="CPhogPost"></div> <div class="ForumSig"></div>

                    J Offline
                    J Offline
                    Jim Crafton
                    wrote on last edited by
                    #26

                    Well what I'm really whining about is trying to write network apps on top of a protocol that was never ever designed for it. What needs to happen is HTTP 2.0, but that's about as likely as cats making love to dogs.

                    ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

                    P D 2 Replies Last reply
                    0
                    • E Ennis Ray Lynch Jr

                      I was giving John a hard time since he excluded XHTML (XML and its variants) and ASP.NET or declarative programming in .NET as a language.

                      Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                      realJSOPR Offline
                      realJSOPR Offline
                      realJSOP
                      wrote on last edited by
                      #27

                      XML (and all its bastard variants) is a markup specification. It's not a language. ASP.Net is a collection of technologies ("classic" ASP wasn't a language either) that serves as a vehicle for allowing web pages utilize Microsoft proprietary scripting languages. CSS can't be considered a language because it has no control functionality. Declarative programming is akin to vocalized grunts that serve no specific purpose.

                      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                      -----
                      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                      E J 2 Replies Last reply
                      0
                      • F frattaro

                        So I just finished a portion of a web application I'm writing, and I decided to count how many different languages I've used in this one aspx page. xhtml for the structure css for the display javascript for client side functionality xml for a modified treeview control xpath to navigate the modified treeview control c# for code behind asp.net for master pages and user controls sql for a gridview Things are pretty absurd for web developers. How many languages are you guys responsible for? -frattaro

                        C Offline
                        C Offline
                        Christian Graus
                        wrote on last edited by
                        #28

                        All of those, if they count as languages, XML sure doesn't. Plus C++, and Objective C. And if XML counts, I guess XAML does, too.

                        Christian Graus Driven to the arms of OSX by Vista.

                        1 Reply Last reply
                        0
                        • F frattaro

                          whatever you want to call them. scripting syntaxes. the point was stated: the number of them is absurd. Give me a break.

                          realJSOPR Offline
                          realJSOPR Offline
                          realJSOP
                          wrote on last edited by
                          #29

                          frattaro wrote:

                          Give me a break.

                          I've been bugging the site admin to put up further notices at the top of the Lounge that clearly state that nobody gets any slack - ever.

                          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                          -----
                          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                          C 1 Reply Last reply
                          0
                          • E Ennis Ray Lynch Jr

                            SQL isn't a language.

                            Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                            T Offline
                            T Offline
                            Tomz_KV
                            wrote on last edited by
                            #30

                            Structured Query Language. Depending where it is used. It could mean a database server.

                            TOMZ_KV

                            1 Reply Last reply
                            0
                            • F frattaro

                              So I just finished a portion of a web application I'm writing, and I decided to count how many different languages I've used in this one aspx page. xhtml for the structure css for the display javascript for client side functionality xml for a modified treeview control xpath to navigate the modified treeview control c# for code behind asp.net for master pages and user controls sql for a gridview Things are pretty absurd for web developers. How many languages are you guys responsible for? -frattaro

                              T Offline
                              T Offline
                              Tomz_KV
                              wrote on last edited by
                              #31

                              Need to add ajax, flash and silver light.

                              TOMZ_KV

                              1 Reply Last reply
                              0
                              • realJSOPR realJSOP

                                XML (and all its bastard variants) is a markup specification. It's not a language. ASP.Net is a collection of technologies ("classic" ASP wasn't a language either) that serves as a vehicle for allowing web pages utilize Microsoft proprietary scripting languages. CSS can't be considered a language because it has no control functionality. Declarative programming is akin to vocalized grunts that serve no specific purpose.

                                "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                -----
                                "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                                E Offline
                                E Offline
                                Ennis Ray Lynch Jr
                                wrote on last edited by
                                #32

                                I am just giving you a hard time John because I know you can be riled up.

                                Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                                realJSOPR 1 Reply Last reply
                                0
                                • E Ennis Ray Lynch Jr

                                  I am just giving you a hard time John because I know you can be riled up.

                                  Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                                  realJSOPR Offline
                                  realJSOPR Offline
                                  realJSOP
                                  wrote on last edited by
                                  #33

                                  I'm not riled. :)

                                  "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                  -----
                                  "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                                  1 Reply Last reply
                                  0
                                  • J Jim Crafton

                                    Yes, and while it's proof that if you bang on a square peg to get it to fit into a round hole long enough, the peg and hole will eventually deform to the point where you don't need to bang anymore, I still maintain that Web + application = absurd.

                                    ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

                                    G Offline
                                    G Offline
                                    GibbleCH
                                    wrote on last edited by
                                    #34

                                    What do you think this website is? It's a web application.

                                    1 Reply Last reply
                                    0
                                    • J Jim Crafton

                                      Yes, and while it's proof that if you bang on a square peg to get it to fit into a round hole long enough, the peg and hole will eventually deform to the point where you don't need to bang anymore, I still maintain that Web + application = absurd.

                                      ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

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

                                      How else would you ensure that the peg stays in the hole?

                                      1 Reply Last reply
                                      0
                                      • J Jim Crafton

                                        Well what I'm really whining about is trying to write network apps on top of a protocol that was never ever designed for it. What needs to happen is HTTP 2.0, but that's about as likely as cats making love to dogs.

                                        ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

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

                                        Oooohhh, now there's an image. :cool:

                                        1 Reply Last reply
                                        0
                                        • J Jim Crafton

                                          Well what I'm really whining about is trying to write network apps on top of a protocol that was never ever designed for it. What needs to happen is HTTP 2.0, but that's about as likely as cats making love to dogs.

                                          ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

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

                                          Someone I went to HS with had a dog that did that to cats. His 2(?) year old brother took a picture and wanted to know what they were doing... :omg:

                                          Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                                          J 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