Is dreamweaver good for learning code and designing websites?

AussieDollar

Junior Member
Joined
Mar 7, 2015
Messages
144
Reaction score
55
I'm currently using wordpress with divi and would like to learn more code. Currently comprehend html, css and c#. Tried php multiple times, but just didn't grasp the logic behind it yet.

Would also like to know if you would recommend dreamweaver over webflow?

I understood that dreamweaver is more code heavy.


If I would learn dreamweaver I would also have a ton of simple questions if someone wouldn't mind answering :D
 
You don't learn Dreamweaver. It's simply an engine that has a couple drag-and-drop type functions, but it's really just another code editor. You write HTML/CSS/JS in there and you get the output immediately without having to refresh. That's really about it.

Similar thing can be done with hosting your code locally with something like XAMPP.
 
Back
Top