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

Learning Dreamweaver

New Here ,
Mar 10, 2025 Mar 10, 2025

Can anyone recommend a comprehensive and up-to-date tutorial series for Dreamweaver? Every one that I've found so far is out of date. Thank you for your suggestions.

TOPICS
How to
552
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 10, 2025 Mar 10, 2025

I can't recommend "learning Dreamweaver" at all. 

The program hasnt had any significant changes since 2020 when Adobe put it into a mimumum development status. The only things they've updated are a couple of the bolt on third party libraries. No new features and no bug fixes are planned going forward. DW is essentially on life support for the current userbase.


Instead, spend your time learning how to code html, css and javascript. That way, when Adobe pulls the plug on DW, you'd be able to use really any web development program to create 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
New Here ,
Mar 10, 2025 Mar 10, 2025
Than you!
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 10, 2025 Mar 10, 2025

Dreamweaver is just a glorified code editor. There's nothing much to learn if you know how to work with code.


Read chapters, do code exercises and take quizzes at the end.
- https://www.w3schools.com/html/
- https://www.w3schools.com/css/
- https://www.w3schools.com/js/

- https://www.w3schools.com/bootstrap/

Once you understand code basics, you can begin using DW immediately.  No special courses required.

 

Nancy O'Shea— Product User, Community Expert & Moderator
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 ,
Mar 10, 2025 Mar 10, 2025
Thank you!
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 10, 2025 Mar 10, 2025

F1 on your Help menu:

https://helpx.adobe.com/support/dreamweaver.html

  • Getting Started
  • Tutorials
  • User Guide

 

If you have specific questions, feel free to post back. A fellow product user will be happy to help you.

 

 

Nancy O'Shea— Product User, Community Expert & Moderator
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 10, 2025 Mar 10, 2025

Adding to @Jon Fritz's reply, you will do well to go to Learn web development | MDN and apply these lessons using VSCode as your code editor. To learn more about VSCode, go to VS Code: Tips and tricks for beginners | MDN Blog.

 

Code editors - Learn web development | MDN may help you decide.

 

 

 

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
New Here ,
Mar 10, 2025 Mar 10, 2025
LATEST
Thank you!
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