HTML 5
-
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.
-
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.
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
-
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
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.
-
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.
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.
-
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.
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?"
-
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?"
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.
-
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.
-
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.
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.
-
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.
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.
-
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.
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')
-
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')
Thanx _Maxxx_..I will try it out!!! Regards, Dinesh Kumar V