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

Muse vs Dreamweaver

New Here ,
Mar 29, 2017 Mar 29, 2017

Psd can be imported in muse and Dreamweaver.

with that being said.

I'm looking to load json directly into the files so the templates can look like a developers environment without technically being on the web.

My question is which app can actually support json within the app to give a real time feel of how the data will actually look like without running a web server.

767
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 ,
Mar 29, 2017 Mar 29, 2017
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 ,
Mar 29, 2017 Mar 29, 2017

You could load the site into a windiws server locally running a iis (or even a irc if you want old school) but I wouldn't want to set such a system up to talk to Muse sites

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 ,
Mar 30, 2017 Mar 30, 2017

I am not sure about Muse, but talking Dreamweaver, only PSD assets (styling, text and images) can be used in Dreamweaver, not the PSD itself.

Dreamweaver is a glorified text processor that facilitates the writing of web related code, be it code that is interpreted on a server or code that is interpreted by the browser. To view the result of the code, the files need to be placed within a server environment

Now to answer your question, using Dreamweaver without a web server will give you the same results as Notepad will, in other words, just the raw code.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
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 ,
Mar 30, 2017 Mar 30, 2017
LATEST

Correct me if i am wrong, but are you asking how to insert json data into a psd image for viewing in a browser?

If so, then it cannot be done, as browsers do not support the use of psd's. You could convert your image into a png file, and use it as a background image, then place your json data inside a div at the required position over the image, but this would only work in a desktop browser with the page width/height set to absolute values.

The above would fall apart if you tried to view it on a mobile device, (and quite possibly for many desktop users) as it would involve the user having to scroll, possibly both horizontally and vertically, just to try and find the data, (most users would not bother, and hit the back button).

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