Skip to main content
Participant
August 1, 2017
Answered

Macromedia Dreamweaver Compatibility

  • August 1, 2017
  • 3 replies
  • 503 views

Hi  - I have a website created 6 years ago in macromedia dreamweaver.  I am wanting to update the software - are there any compatibility issues with the latest adobe version if I download it

    This topic has been closed for replies.
    Correct answer Jon Fritz

    The code generated by DW back in the Macromedia days was just html, a bit older than what's used now, but html none the less. Any code editor, including newer versions of DW will edit that code without much issue at all...

    However, DW has changed significantly since the Macromedia days. If you depended on certain built-in functions within the program, say the database tools for example, they are no longer included. Other items have also been removed (like APDivs), so it's possible some of the functionality, like the dialogue windows and menu items you were used to in the older version, are just plain gone in the "latest and greatest".

    That doesn't mean the program won't allow you to edit the old code, it just means there may be no built-in way to modify certain items within the program interface, other than manually coding changes in Code View.

    3 replies

    Nancy OShea
    Community Expert
    Community Expert
    August 1, 2017

    Check your code & fix reported validation errors.   The latest DW does not like code errors.  In older versions, you could get away with all kinds of crazy code mistakes & DW would forgive or ignore them.  But not anymore.

    CSS - http://jigsaw.w3.org/css-validator/

    HTML - http://validator.w3.org/

    Nancy

    Nancy O'Shea— Product User & Community Expert
    Jon Fritz
    Community Expert
    Jon FritzCommunity ExpertCorrect answer
    Community Expert
    August 1, 2017

    The code generated by DW back in the Macromedia days was just html, a bit older than what's used now, but html none the less. Any code editor, including newer versions of DW will edit that code without much issue at all...

    However, DW has changed significantly since the Macromedia days. If you depended on certain built-in functions within the program, say the database tools for example, they are no longer included. Other items have also been removed (like APDivs), so it's possible some of the functionality, like the dialogue windows and menu items you were used to in the older version, are just plain gone in the "latest and greatest".

    That doesn't mean the program won't allow you to edit the old code, it just means there may be no built-in way to modify certain items within the program interface, other than manually coding changes in Code View.

    BenPleysier
    Community Expert
    Community Expert
    August 1, 2017

    You will have no problem with Dreamweaver because it is only a glorified text editor.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    Participant
    August 1, 2017

    many thanks -I'm a novice!