Skip to main content
Snakes97
May 4, 2026
Question

Long Live Dreamweaver

  • May 4, 2026
  • 6 replies
  • 167 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.

    6 replies

    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