Originally Posted by divaglamma
|
|
I've always used Dreamweaver to create and maintain websites, the buzz lately seems to be to use Wordpress. Have anyone had a chance to use both - is it worth me changing to Wordpress?
|
I use/do both (although I use code view in DW, not design view

).
These are two different, individual entities. Dreamweaver is site designing software installed on your computer that you use (X)HTML/CSS (php, javascript, etc.) to design sites.
Wordpress is an open source blog (or static site w/blog capabilities) publishing application powered by php and a MySQL database. You can upload themes that can be customized with plugins, etc. The design layout and look can be changed from the backend of WP by accessing the files that need manipulating. Use of an FTP program is a necessity for uploading new images, etc. when changing the look of a WP site. Knowledge of (X)HTML/CSS, and php is helpful with WordPress, but not necessary if you use a theme "out of the box."
They are totally different, so you wouldn't need to choose to 'change' to Wordpress, you can do/use both.
HTH a bit - not sure I explained this too clearly.