Skip to main content
Snakes97
May 4, 2026
Question

Long Live Dreamweaver

  • May 4, 2026
  • 9 replies
  • 238 views

Hey folks!

You can call me nostalgic, or say I don’t really understand web development, and so on… but I simply hope that this app I’ve been using since ‘97 continues to be with us for many more years.

Maybe asking for it to be updated to modern web standards is asking too much, but I truly hope that happens. And if not, at the very least I ask that it is not discontinued.

In the end, there are still a few of us (I don’t know how many 🙂) who still find it very useful for working with HTML, CSS, JavaScript, and PHP.

Is anyone else with me? 😎

Anyway, have a good day.

    9 replies

    Participant
    June 30, 2026

    I have been using Dreamweaver sice 2003 and am now with 19.21.  About 2025 I discovered I was no longer able to Preview on the web the page I was working on (the box pops up but it is blank), I also discovered I was no longer able to view/access Code (I click on the button and the page comes up dark with no code content on it).  I work in Design mode.  Beginning on June 7th (that is the date I discovered it) I have been getting FTP error occurred (“cannot make connection to host”) and I have been unable to put up files to my Remote server.  On June 8th I contacted Web.com and since then I have been communicating with them until finally they say they cannot resolve the issue, that “assistance related to Dreamweaver configuration falls outside of our support scope.”  “For issues related specifically to Dreamweaver setup and integration, we recommend the Adobe Help Center as they are best equipped to guide you through the configuration process.”  I have gone through the FTP instructions at Adobe Help and I cannot figure out what is wrong.  

    Thanks for reading.
    Nancy OShea
    Community Expert
    Community Expert
    June 30, 2026

    I have been using Dreamweaver sice 2003 and am now with 19.21

    ===========

    @Gregory,

    Why are you still using an old version?

    The current Dreamweaver version is 21.8.    

    1. Use free FileZilla s/ftp client to upload files to your server.
      https://filezilla-project.org/download.php?type=client
    2. Unlike your Dreamweaver version, FileZilla receives regular updates & security patches so it can reliably connect to newer servers. 
    3. If FileZilla can’t connect, then the problem is somewhere else. 

     

    Nancy O'Shea— Product User & Community Expert
    Participant
    July 1, 2026

    Thank you, Nancy. I've been happy with the old version because it suits my purposes, which are simple overall.  Everything was working fine (even getting along without seeing code and previewing) then suddenly the FTP errors and now I am stuck. I updated to 20 and the same problems, no code, no preview and FTP errors. I am paying so much money to have Adobe Creative Cloud and I want the convenience of putting up files while I'm in Dreamweaver. I can't believe Adobe, for what I am paying, does not have support at the ready to help their clients. Even if I use FileZilla, I still don't know why I cannot see code and preview. AND THANK YOU, Nancy, for the link to FileZilla, I appreciate that! I spent weeks going back and forth with web.com, my host, and they concluded the problem was with Dreamweaver. Sorry for repeating myself, I am so frustrated. . . .

    Thanks for reading.
    Inspiring
    June 21, 2026

    Lets just hope Adobe keep it alive for those of us who put their trust in the product many years ago like me - and who have used it for the whole of my time making websites my way. I love everything about DW when it works - and have no interst at all in learning WP or having to get to grips with Wappler or Similar. 

    Inspiring
    June 21, 2026

    Me too - when you have spent all your life using one Web App - and spent a lot of money on extensions - you really don’t want to have to learn a new app. I am retired for 4 years and still love using Dreamweaver to maintain all the sites I built - Long Live Dreamweaver !

    B i r n o u
    Legend
    June 14, 2026

    [ NOTE ] - I made a few edits to my previous posts to better clarify my wording.

     

    Ola ​@KevinB9, Dreamweaver still has a very natural interface for many of us, especially when a project has been maintained in it for years. It is often more than just an editor; it is part of the whole workflow.

     

    At the same time, Dreamweaver’s current maintenance path is not very clear from a user point of view. So when we run into bugs or editor limitations, it is hard to know whether they will be corrected soon, later, or not at all. That makes it useful to have another editor available, not to abandon Dreamweaver, but to avoid being blocked by issues that may take time to be addressed.

     

    In that context, VS Code can be a good companion editor. Using it through Dreamweaver’s “File Types / Editors” preferences allows both tools to coexist.

     

    That way, we don’t have to give up Dreamweaver. We simply give it some help from another tool when needed, and that may be one way to keep Dreamweaver useful and present in our toolbox.

    Inspiring
    June 13, 2026

    I am still using Dreamweaver because I am already paying for it and I am too lazy to learn another program. Looking forward to trying 21.8 to see if some bugs are fixed.

    Simon+Summerton
    Participant
    June 11, 2026

    Our entire system - website, CMS, operations, reporting and booking system are ALL built using DW, and might I add in .asp!!!! We have started developing a new website using Wordpress, but have had to use other systems and embed them in to Wordpress, and I don’t have full access to the code for the other systems like I do with all the files for DW. While I understand that .asp is as old as they come, with the help of AI to code, it’s actually proving to be VERY flexible and able to customise the booking system, CMS, website exactly the way we want. Can anyone here tell me how we can move the files from .asp to php and keep using Dreamweaver? And - can anyone tell me if they know if DW will have a change of heart and keep developing it?

    Nancy OShea
    Community Expert
    Community Expert
    June 11, 2026

    Can anyone here tell me how we can move the files from .asp to php and keep using Dreamweaver?

    ==========

    This isn’t as straightforward as you think.

    1. There’s no magic switch for converting from classic ASP to modern PHP.  They’re miles & miles apart.
    2. Also, Dreamweaver isn’t the tool of choice for modern PHP developers. I’m not sure if it ever will be. 
    3. As of today, DW only supports PHP 7. The current branch is PHP 8.4 or higher. 
    4. Most commercial web hosts refuse to support discontinued PHP versions for security reasons.

    Revisit WordPress.

    Find a WordPress developer who can help you customize WP Plugins to run the systems you need. 

    Current WordPress versions require a hosting server with PHP 8.3+ & a server-side database of MariaDB 10.6+ or MySQL 8.0+.

     

    Nancy O'Shea— Product User & Community Expert
    B i r n o u
    Legend
    June 10, 2026

    Hi ​@ingo9 ,

    @L e n a  mentioned this thread to me, and your question caught my attention.

     

    The idea behind the "Parcours d’apprentissage" (PAW) that we started building at Puce et Média is slightly different.

     

    Rather than focusing on the languages themselves, the goal is to understand where they fit into the bigger picture and how all the pieces work together. HTML, CSS, JavaScript, PHP, databases, hosting, browsers, client/server communication, REST, APIs, accessibility, metadata, SEO... each one addresses a different aspect of web development, and we believe that understanding these relationships often makes learning much easier afterwards.

     

    If I had to suggest a starting point for the PAW, I would recommend:

    https://www.puce-et-media.com/parcours-dapprentissage-web-points-de-repere/

     

    It provides an overview of the entire cursus path and helps put the different topics into perspective before diving into any particular language or technology.

    It is less about code and more about preparing the ground, understanding the environment, the tools, and the way we approach web development.

     

    For learning specific languages, the following article may also be useful:

    https://www.puce-et-media.com/le-parcours-du-developpeur-web-guide-des-langages-et-ressources-fiables/ 

    It covers some of the main languages involved in web development and points toward various rock learning resources.

     

    One thing I learned over the years is that learning HTML, CSS or JavaScript is important, but having a real project in mind is just as important. A website, an application, a hobby project, a nonprofit organisation, whatever keeps you motivated. Languages tend to make much more sense when they help solve a real problem.

     

    And don't worry, many of us are still learning after all these years 🙂

     

    Community Expert
    May 8, 2026

    @Snakes97 , I think many people can relate to that

    For quite a few of us, Dreamweaver has been part of the journey for a long time, so there’s a mix of habit, comfort, and also a way of understanding how things are structured under the hood.

    As ​@Nancy OShea mentioned, it has probably become more of a tool among others rather than a “one does everything” solution. And in a way that’s not necessarily a bad thing, it can still be very useful depending on how we work and what we’re trying to build…
     And who knows... maybe the development team has some surprises in store for us in an upcoming update...

    Anyway, what often matters most is not so much the tool itself, but how it fits into our workflow and how it helps us understand what we’re doing.

    So yes, you’re definitely not alone ;)

    Known Participant
    June 7, 2026

    Hi Lena,

    I have been away learning html from AI for a couple of months. Really a “quebra-cabeça” as they say in Brazil, but efficient! Now, since I have become a DW nerd, I’d be interested to pick up the courses “puce-et-media” you suggested  to learn more, but which one is the best to start with?

    Ingemar

    Community Expert
    June 10, 2026

    Hi Ingemar 🙂

    Nice to see you again, well, that's a good question.

    To be honest, I'm probably not the best person to answer it because the PAW’s learning path was mostly designed by Birnou. The idea behind it is a little different from a traditional HTML or CSS course.

    I'll point him to your message. He'll probably be able to explain much better than I can where he suggests starting and what he had in mind when putting the series together.

    Let me know...

    Lena

    Nancy OShea
    Community Expert
    Community Expert
    May 4, 2026

    If it does what you need it to do, keep using it.

    I still use DW for site management, alongside other coding tools like Visual Studio Code.

    No single app can do everything well. So use whatever works best.

     

    Nancy O'Shea— Product User & Community Expert