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. HTML 5

HTML 5

Scheduled Pinned Locked Moved The Lounge
html
11 Posts 5 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.
  • D Dinesh V Kumar

    Hi all, I would like to learn HTML5 for app development...Can any one suggest which is the right tool for HTML 5 development and also if you can suggest tutorials for the same.. Regards, Dinesh Kumar.V.

    T Offline
    T Offline
    thatraja
    wrote on last edited by
    #2

    0)Wrong forum 1)Did you search Google? 2)Education Needed[^] 3)http://www.html5tools.net/[^]

    thatraja

    Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute

    D 1 Reply Last reply
    0
    • T thatraja

      0)Wrong forum 1)Did you search Google? 2)Education Needed[^] 3)http://www.html5tools.net/[^]

      thatraja

      Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute

      D Offline
      D Offline
      Dinesh V Kumar
      wrote on last edited by
      #3

      Raja, Thanks for your reply. I have searched google. I get lot of suggestions. I am not sure which one is good to use.. I thought if any person would have already been developing HTML 5 apps, they could suggest some good tools which I can work on. Regards, Dinesh Kumar.V.

      S 1 Reply Last reply
      0
      • D Dinesh V Kumar

        Raja, Thanks for your reply. I have searched google. I get lot of suggestions. I am not sure which one is good to use.. I thought if any person would have already been developing HTML 5 apps, they could suggest some good tools which I can work on. Regards, Dinesh Kumar.V.

        S Offline
        S Offline
        Sentenryu
        wrote on last edited by
        #4

        Though I should not give you any (you're posting in the wrong forum after all), my advice is that you choose any tool with which you feel comfortable. is really a matter of opinion. if you want more opnions, look on http://www.codeproject.com/Forums/1640/Web-Development.aspx[^], you'll probably have more luck there.

        A D 2 Replies Last reply
        0
        • S Sentenryu

          Though I should not give you any (you're posting in the wrong forum after all), my advice is that you choose any tool with which you feel comfortable. is really a matter of opinion. if you want more opnions, look on http://www.codeproject.com/Forums/1640/Web-Development.aspx[^], you'll probably have more luck there.

          A Offline
          A Offline
          AndyInUK
          wrote on last edited by
          #5

          Sentenryu wrote:

          advice is that you choose any tool with which you feel comfortable

          For that first thing he needs is list of tools that he can try and then only he can decide in which tool he is comfortable and once again the same question arise i.e. - "Which tool to go for?"

          D 1 Reply Last reply
          0
          • A AndyInUK

            Sentenryu wrote:

            advice is that you choose any tool with which you feel comfortable

            For that first thing he needs is list of tools that he can try and then only he can decide in which tool he is comfortable and once again the same question arise i.e. - "Which tool to go for?"

            D Offline
            D Offline
            Dinesh V Kumar
            wrote on last edited by
            #6

            Thanks Andy!!!That exactly is my question...If any one can point out few tools for me it would be helpful.. Regards, Dinesh Kumar.V.

            A 1 Reply Last reply
            0
            • D Dinesh V Kumar

              Thanks Andy!!!That exactly is my question...If any one can point out few tools for me it would be helpful.. Regards, Dinesh Kumar.V.

              A Offline
              A Offline
              AndyInUK
              wrote on last edited by
              #7

              Well there are many IDE. You can develop HTML 5 app in - Dreamweaver Visual studio Netbeans You can also use cordova phonegap to target various devices.

              D 1 Reply Last reply
              0
              • A AndyInUK

                Well there are many IDE. You can develop HTML 5 app in - Dreamweaver Visual studio Netbeans You can also use cordova phonegap to target various devices.

                D Offline
                D Offline
                Dinesh V Kumar
                wrote on last edited by
                #8

                Thanks Andy!!! If we are using Visual Studio for this purpose, Do I need to install anything specific other than the HTML 5 Setup for Visual Studio. Can I target different platform [Android, Windows,Iphone..]when I develop HTML5 apps from VS? Regards, Dinesh Kumar.V.

                L 1 Reply Last reply
                0
                • S Sentenryu

                  Though I should not give you any (you're posting in the wrong forum after all), my advice is that you choose any tool with which you feel comfortable. is really a matter of opinion. if you want more opnions, look on http://www.codeproject.com/Forums/1640/Web-Development.aspx[^], you'll probably have more luck there.

                  D Offline
                  D Offline
                  Dinesh V Kumar
                  wrote on last edited by
                  #9

                  Thanks my friend Sentenryu!!I am sorry that this was posted in the wrong forum, but then this was not entirely related to the coding or any technical issue. That was the reason why I posted it here..Anyways thanks for the reply... Regards, Dinesh Kumar.V.

                  1 Reply Last reply
                  0
                  • D Dinesh V Kumar

                    Thanks Andy!!! If we are using Visual Studio for this purpose, Do I need to install anything specific other than the HTML 5 Setup for Visual Studio. Can I target different platform [Android, Windows,Iphone..]when I develop HTML5 apps from VS? Regards, Dinesh Kumar.V.

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

                    If you want to develop HTML5 web pages then no additional tools required. If you want to develop native apps for iphone, android, win phone etc. then you need some sort of host application that hosts your html5 app (in lieu of a web browser) There are a few around (try this for example[^] Personally I haven't used any enough to comment. Generally speaking, you need to use some sort of hosting app or tool if you need to access a phone's hardware (accelerometer, for example) as the host app will give javascript access to the interface.

                    MVVM # - I did it My Way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')

                    D 1 Reply Last reply
                    0
                    • L Lost User

                      If you want to develop HTML5 web pages then no additional tools required. If you want to develop native apps for iphone, android, win phone etc. then you need some sort of host application that hosts your html5 app (in lieu of a web browser) There are a few around (try this for example[^] Personally I haven't used any enough to comment. Generally speaking, you need to use some sort of hosting app or tool if you need to access a phone's hardware (accelerometer, for example) as the host app will give javascript access to the interface.

                      MVVM # - I did it My Way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')

                      D Offline
                      D Offline
                      Dinesh V Kumar
                      wrote on last edited by
                      #11

                      Thanx _Maxxx_..I will try it out!!! Regards, Dinesh Kumar V

                      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