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. Other Discussions
  3. The Insider News
  4. Why HTML5 is in trouble on the mobile front

Why HTML5 is in trouble on the mobile front

Scheduled Pinned Locked Moved The Insider News
htmlmobilecomquestion
27 Posts 12 Posters 0 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.
  • T TRK3

    Danny Martin wrote:

    You should be able to actually create content consistently on all platforms.

    I don't see this. The vast majority of the population is engaged in consumption rather than creation -- so there will always be a market for platforms that are great at consuming and horrible for creation. It doesn't make sense to invest effort into making those platforms good at creation if the majority of customers aren't going to use it that way. Put another way, those who create things to be consumed (artist, writers, designers, developers, carpenters, architects...) will always be a specialized subset and will need and want specialized tools.

    D Offline
    D Offline
    Danny Martin
    wrote on last edited by
    #21

    I agree with you, but the point I was trying to make was that having an open specification is a wonderful thing, unless you then need to spend £500 to buy a proprietary editor to create it. I was not suggesting that every ten year old should have to make their own flash games, but if they wanted to, they should not have to go out and get creative suite to do so for example. An open, cross platform standard should be open 'end to end'. Danny

    T 1 Reply Last reply
    0
    • D Danny Martin

      I agree with you, but the point I was trying to make was that having an open specification is a wonderful thing, unless you then need to spend £500 to buy a proprietary editor to create it. I was not suggesting that every ten year old should have to make their own flash games, but if they wanted to, they should not have to go out and get creative suite to do so for example. An open, cross platform standard should be open 'end to end'. Danny

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

      I have no problem paying for a hammer or a router or a tablesaw when I want to build furniture. Why shouldn't I expect to pay for an editor or a compiler or an IDE when I want to build some software? Any system that doesn't pay a man for the fruit of his labors dooms the system to few laborers and little fruit. Over here we still have to eat.

      D 1 Reply Last reply
      0
      • T TRK3

        I have no problem paying for a hammer or a router or a tablesaw when I want to build furniture. Why shouldn't I expect to pay for an editor or a compiler or an IDE when I want to build some software? Any system that doesn't pay a man for the fruit of his labors dooms the system to few laborers and little fruit. Over here we still have to eat.

        D Offline
        D Offline
        Danny Martin
        wrote on last edited by
        #23

        Your point is well made. I have purchased (several times in fact) Dreamweaver, initially from Macromedia and subsequently from Adobe. I did this because I like the software and it helps me to do my job. I have also downloaded Aptana Studio, Netbeans and several other IDEs with similar specs for absolutely nothing. On occasion I just hack out a bit of HTML, PHP or MySQL in TextEdit - the Mac equivalent of notepad. I prefer to do the majority of my layout in Dreamweaver, as it suits the way I work, and code the backend with something a little more cerebral. The point is that I can, I'm not tied to one company providing one package, I have options and I make my own choice. If I want to pay for an all singing all dancing IDE then it's up to me, and if I want to bump the whole thing together in a text editor then I can do that as well... It's my call. That is the point I was trying to make... Danny

        T 1 Reply Last reply
        0
        • D Danny Martin

          Your point is well made. I have purchased (several times in fact) Dreamweaver, initially from Macromedia and subsequently from Adobe. I did this because I like the software and it helps me to do my job. I have also downloaded Aptana Studio, Netbeans and several other IDEs with similar specs for absolutely nothing. On occasion I just hack out a bit of HTML, PHP or MySQL in TextEdit - the Mac equivalent of notepad. I prefer to do the majority of my layout in Dreamweaver, as it suits the way I work, and code the backend with something a little more cerebral. The point is that I can, I'm not tied to one company providing one package, I have options and I make my own choice. If I want to pay for an all singing all dancing IDE then it's up to me, and if I want to bump the whole thing together in a text editor then I can do that as well... It's my call. That is the point I was trying to make... Danny

          T Offline
          T Offline
          TRK3
          wrote on last edited by
          #24

          Agreed. Being tied to a single company without options is usually a bad thing in the long run.

          1 Reply Last reply
          0
          • C Clifford Nelson

            It is a programming language of sorts. A limited one, but it still is. It operates within a browser, which can provide as much functionality as you want to give it. Usually permissions for stuff excuting under a browser are limited to protect against viruses. Even the original HTML had the ability to be programmed, just not a general purpose language like C.

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #25

            Html is not a programming language. Far as I can tell html5 is not a programming language either. One of course must first define a definition for "programming" language and the following is good enough. http://en.wikipedia.org/wiki/Programming_language#Definitions[^] Note that it specifically says html (presumably not html5) is not a programming language.

            C 1 Reply Last reply
            0
            • J jschell

              Html is not a programming language. Far as I can tell html5 is not a programming language either. One of course must first define a definition for "programming" language and the following is good enough. http://en.wikipedia.org/wiki/Programming_language#Definitions[^] Note that it specifically says html (presumably not html5) is not a programming language.

              C Offline
              C Offline
              Clifford Nelson
              wrote on last edited by
              #26

              If you look at http://en.wikipedia.org/wiki/Declarative_programming[^] you will see that HTML is specifically included as a declarative programming language as a Domain-specific language. It all depends on how you want to look at it. YOu will note that the article you specify actually says "not generally considered programming languages," which implies that some people consider them such. And really what is the significant difference between HTML and HTML5. I suspect that most people that would consider HTML not a programming language would also consider HTML5 not a programming language.

              J 1 Reply Last reply
              0
              • C Clifford Nelson

                If you look at http://en.wikipedia.org/wiki/Declarative_programming[^] you will see that HTML is specifically included as a declarative programming language as a Domain-specific language. It all depends on how you want to look at it. YOu will note that the article you specify actually says "not generally considered programming languages," which implies that some people consider them such. And really what is the significant difference between HTML and HTML5. I suspect that most people that would consider HTML not a programming language would also consider HTML5 not a programming language.

                J Offline
                J Offline
                jschell
                wrote on last edited by
                #27

                Clifford Nelson wrote:

                you will see that HTML is specifically included as a declarative programming language as a Domain-specific language.

                Interesting. However that still not not fit under the general umbrella of "programming language".

                Clifford Nelson wrote:

                which implies that some people consider them such

                Quite possible. I am also sure that some people presume that computers are the work of the devil. That however has nothing to do with most peoples general understanding of computers.

                Clifford Nelson wrote:

                And really what is the significant difference between HTML and HTML5.

                I know there are differences. I also know that by itself HTML5 is not Turing complete either.

                Clifford Nelson wrote:

                I suspect that most people that would consider HTML not a programming language would also consider HTML5 not a programming language.

                I can only not that I have seen many people state specifically that HTML is not a programming language. Myself I wasn't clear about HTML5 but so far nothing I have seen suggests HTML5 is. I should also note that I don't consider regexes to be a programming language either (as per your link). However I have been using perl for about 20 years and it is a programming language and one which makes extensive use of regexes.

                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