Naiba recently received several questions from website beginners about using Dreamweaver to build websites.
Do people still need to use Dreamweaver to build websites? Adobe Dreamweaver, abbreviated as "DW," with the Chinese name "Dream Weaver," was likely taught by your university teacher before. However, today, it"s rare to see anyone using Dreamweaver to build websites. For a simple example, the vast majority of websites on the internet today are dynamic websites, using PHP or other dynamic languages.

Take WordPress as an example. Look at its code; it's all PHP. You don't see HTML files. So, if you use Dreamweaver to write website code, after finishing, you still have to learn how to convert it into PHP language. Nowadays, most programmers use professional text editors like Sublime Text when writing website programs, writing code while debugging directly in the Chrome browser, without needing DW. Of course, no matter what software you use to write webpage code, it's just a tool; the key is having an overall concept of web design yourself. If you really want to
build a website yourself, Naiba suggests you directly use
WordPress installationAfter that, download a theme you like and study how to modify it yourself; there's no need to start from scratch learning how to use DW to build a website. By the time you learn, the time spent will result in an outdated webpage. Related articles for reference:
What are the advantages and disadvantages of Dreamweaver compared to WordPress
So we
beginners building websitesShould you use Dreamweaver or WordPress? Below, we analyze the pros and cons of DW and WP for website building to help you decide.
Advantages of using DW for website building:- It showcases your impressive programming skills, as every website is coded from scratch.
Advantages of using WP for website building:- No coding required; simply find a beautifulTheme Templatesand install it.
- No coding needed; search for a WP plugin to add any desired functionality.
- Content is managed via a database, so switching themes or templates won't risk content loss or display issues.
- One out of every three websites on the internet is built with WP.
Disadvantages of using DW for website building:- All code must be written manually, and code quality varies depending on individual skill levels.
- Building a dynamic website requires writing backend code yourself, which is less efficient than using WP; at most, you could code a theme in DW and apply it.
- In short, very few ordinary people use DW for website building nowadays.
Disadvantages of using WP for website building:- Its powerful features can be overwhelming for beginners, making some issues difficult to tackle.
- High traffic demands good server performance or optimization skills; otherwise, the site may slow down.
Finally, if you want to build a website with WordPress, the tutorial below will guide you through everything.
Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.