Copy link to clipboard
Copied
Hello,
I am new a new creative cloud subscriber. I have past experience with programming a java environments and SQL. I am new to HTML5/CSS3 and have read a book on the subject to understand the design concepts in effort to find a good environment to develop mobile applications. I like what I see using fireworks to create HTML5/CSS3 to create code for more complex objects/elements.
Additionally, watched all the videos and am ready to roll up my sleeves and get started. As I have watched the videos and goggled allot of forums regarding DM CS6 and web applications I have a few questions and concerns. I will preface this with the understanding that this involves new features/ technologies and will suffer some growing pains.
Questions/ Concerns:
1) Fluid Grid Layout tool:
Can I create a mobile application with this tool that will work on both tablets and smart phones (not desktops) compiling a single optimized site using the phone gap tool; or do I have to create 2 separate site and compile?
2) Phone Gap
I have read that there are allot of issues with compiling applications. Even watching the adobe road show video, they could not get it to work (yikes).I have also read that I phone product code need to be compiled using xcode(tools); needed to have an apple subscription (which I have access to) What are the known issues compiling mobile applications for the different device platforms?
3) Sever-Side Mobile Applications
a) As I understand it, this cannot be accomplished with this environment without a web service that communicates to the server-side scripting/ Database server.
b) Reading about local storage, what are the limitations and how do they effect mobile applications if there is more complex scripting and large record sets?
C) Are there ways to create user/ security roles (I would imagine the integrity issues with security would be staggering)?
4) Responsiveness
I have played around DM, I have noticed it crashing and being very sluggish. I know its not memory or processing issues as I have read several posts on the topic.
It seems that adobe is making it easier to design and develop within one product/suite. These tools seem very powerful. The direction makes sense as I like elements of both development and design. I am concerned that I will hit walls and want to avoid banging my head. I am still new to this environment and the mistakes may be mine. With that being said, do you think Adobe will get these issues resolved out and have a great environment and development model.
Thanks in advance for the light anyone can shed on these subjects as I am eager to get started (but a bit worried).
Erich
Copy link to clipboard
Copied
There are too many wide-ranging questions in your post for you to get a comprehensive answer. When seeking advice in an online forum, it's a good idea to restrict posts to a single issue. That way you're more likely to get replies.
A couple of quick answers to some of your questions.
Fluid Grid Layouts use CSS media queries to deliver the same HTML to all devices, but with different styles. In other words, you create only one version. The styles control how it looks on a phone, tablet, or desktop.
PhoneGap Build: you don't need to compile the application on Xcode. You simply upload your HTML, CSS, and JavaScript to the PhoneGap Build service which handles everything for you. However, to compile an app for iOS, you need an Apple signing certificate, which can be created only on a Mac. Once the signing certificate has been uploaded, you can create your app on either Windows or a Mac.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more