apigee tutorial for DreamWeaver Html5 - html

Does anyone knows where I can find a tutorial for phonegap html5 with apigee? It's because I'm wrinting an application in dreamweaver/html5 that will be deployed with phonegap for IOS/Android but I found tutorials only for ios/xcode and android/java bu i need one that does both.
Any ideas?
Thank you

This blog/video can guide you in your endeavor.
https://blog.apigee.com/detail/build_a_store_locator_app_with_html5_phonegap_an_api_based_backend_webcast_recording
Girish

Related

Customizing HTML5 Boilerplate ( H5BP ) for PhoneGap / Cordova Project

Is there anyone who may suggest the good ideas if I want to use H5BP Mobile for My new PhoneGap Project? I really need to know-
How appropriate is the "H5BP Mobile" for "PhoneGap"?
What File should I remove from the H5BP?
What file/Scripts should I add to the boilerplate?
And Any other suggestion...
Thanks in advance :)
I know this is an old post, but if anyone is looking for an HTML5 boilerplate for Cordova or Phonegap. I have three (3) available - with notes on decisions made and implementation details.
Three (3) Phonegap Build Boilerplates for For Android and iOS
http://codesnippets.altervista.org/blog/2015/BLOG.2015-06-19.codesnippets.html
An HTML Boilerplate for Phonegap
http://codesnippets.altervista.org/blog/2015/BLOG.2015-06-10.jssnippets.html

Html5 Websockets for Android

i want to build a html5 multiplayer casino game, but it seems Android not supporting Web sockets, please guys suggest me any alternatives.. Thanks in advance
You can get an overview on what devices support Web Sockets on caniuse.com. This states you're right: no websockets support on android so far. The alternative is using ajax to fetch a small JSON repetitively. Ways to do this include jQuery.getJSON(), jQuery.ajax() and the jsonp plugin for jQuery.

Parse and Dreamweaver?

I'm thinking of creating a HTML5 app, which I also want to run well on iOS. I'm thinking of using parse.com as the backend, but apart from that I'm a little unsure where to start, can I use Adobe Dreamweaver with Parse? are there better options for creating a HTML5 app?
Thanks for any advice.
From looking at the Parse documentation, there aren't any specific tools to help you work with Parse in DreamWeaver.
If you're looking for a high-quality IDE for developing HTML5 and CSS3, see this question about open source HTML5/CSS3 IDEs.
Parse has blank XCode (for iOS), blank Android project (should work in Eclipse), and basic HTML5 project listed in their QuickStart guide. With the blank HTML5 project you can use any IDE you want to do the editing, and then open it in your browser to test it out.

Mobile application using html5 tutorial

I am new in this field and want to learn mobile app development using html5.. can anyone help me with some useful tutorial or link to learn this.
I must recommend the phonegap solution, it will help you to build cross device HTML5 apps allowing you to utilize lots of the phones features:
phonegap api
and
phonegap getting started guides

Could you recommend an IDE to develop HTML5 canvas applications

We're starting to develop a Web application that will have some complex functionality written in HTML5 canvas.
Please, could you recommend any good IDE (open or commercial), or a toolset to develop/debug this kind of applications?
Thanks in advance.
I prefer Aptana Studio for web applications development as this offers very good support for javascript, HTML and even new libraries like coffee script. Aptana Studio's latest release in beta also has support for HTML5.
This might not quite be what you're looking for... but you can take a look at jsFiddle - http://jsfiddle.net/
If you can't use it for major parts of your web app, you can at least put it to use as a debug tool.