Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Transfering files from Windows Dreamweaver CS5.5 to build apps on MAC

New Here ,
Apr 15, 2012 Apr 15, 2012

I am considering upgrading to CS5.5 to take advantage of Dreamweaver's new Phonegap features.

I am a Windows user.

I know I can't build iOS APPS on Windows but can I move th files I have built to a MAC with a development envvironment and build the APP there ?

Thanks

Phil Stern

TOPICS
Server side applications
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 15, 2012 Apr 15, 2012

You definitely can. I'm assuming you define 'sites' in DW to build your code/ design. You could goto Site > Manage Sites. Locate the site you're moving to Mac, click 'Export' and save the file. It'll be saved as *.ste

You could copy this file on your Mac. Open Dreamweaver, Site > Manage Sites > Import.

Another workaround is, assuming you're running a WAMP or a similar localhost enviromnment to build your DW files. You could just copy all files from your localhost root to a localhost root on Mac running MAMP or something similar. Then, Open DW > Site > New Site > Link the folder from your Localhost root.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 16, 2012 Apr 16, 2012

Phil,

Sud is correct if you are building a mobile website that you don't need XCode, but if you are truly building an App taking advantage of GPS and other features of the OS you will need XCode to test and eventually package your website for distribution.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 16, 2012 Apr 16, 2012

Thanks for the reply.

But, what if I don't have Dreamweaver on the Mac?

What if I want to take the code built using Dreamweaver on Windows and build it for iOS in a native Mac environ?

Thanks

Phil

Sent from my Verizon Wireless smartphone

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 16, 2012 Apr 16, 2012

Depends on what you're wanting to build. HTML5 webpages are cross-browser/ cross-device compatible and will work across iOS, Android & BlackBerry (modify with WebWorks) models.

In this case, a HTML editor is recommended. If you do not have DW on the Mac, you could copy the projects folder from localhost ROOT and open it with any HTML editor.

I think you're confusing yourself with the iOS build here. There is no such thing as a 'native' Mac environment to build iOS webpages. Webpages made with any HTML editor will open on iOS.

If you're talking about building iOS Apps, you need to download XCode and other related iOS SDK's to start. This link should give you an insight: https://developer.apple.com/devcenter/ios/index.action

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 16, 2012 Apr 16, 2012

I am hoping to build an APP, not a webpage.

Sent from my Verizon Wireless smartphone

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 16, 2012 Apr 16, 2012

You need to get XCode which is the foundation to building any iOS Apps. You'll get the complete package with it - including the design/ development tools + testing/ simulation tools. Follow the link in my previous post or here it is again: https://developer.apple.com/devcenter/ios/index.action

Good luck with your 1st iOS App!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 16, 2012 Apr 16, 2012

Thanks for your help

Sent from my Verizon Wireless smartphone

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 16, 2012 Apr 16, 2012
LATEST

You're welcome. Glad I could help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines