Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Is Dreamweaver C6, C5 a good text editor to learn?

I have been doing jobs in the past with Dreamweaver and Notepad ++ and also Komodo, now Why you guys don't recommend Dreamweaver, too complex too simple, I just want to know to be able to work smart and no harder...Thanks

8 Answers

Ricardo Diaz
Ricardo Diaz
30,415 Points

Dreamweaver is ok. It's also ok to use. It has lots of great tools too. But the issue I have with it is the dependence people form with it. I remember I used to use it all the time when I first started. The College I went to required we use it so I did. So I used the icons and created forms with a click of a button. I edited things easily and was able to create pages fast. But the trade off is that it's all bloated coding. It adds extra stuff to the code and doesn't name things correctly.

Things like sublime text force you to learn how to code correctly. It also lets you know how your code works since your not dependent on a "what you see is what you get" screen. Can you code normally in Dreamweaver yes but I prefer to use software that focuses on what I want it to do. Sublime lets me add what I want and disable it when I want to. I can also customize it to my hearts desire.

In the end it's just up to you and what you like. If you like DW they keep using it. But the rest of use will use Sublime Text :)

I started off on Dreamweaver and once mastered its an awesome tool, however i never used half the features like design view and all the help it gives you in building things fast. I just typed out the html, css and jquery and used the FTP. Then i was introduced to Sublime Text and have never looked back since, the big thing for me was load time Dreamweaver was slow to load and sublime is almost instant, although sublime won't manage your files like DW. I love the minimal look, themes and emmet which is a wicked time saver i could type things like brad15px press ctrl e and boom it changes to border-radius: 15px; you get the idea. Also has package manager and many more. Once i got used to it i removed DW CS6 and stuck with sublime.

Hope this helps

Al Lu
seal-mask
PLUS
.a{fill-rule:evenodd;}techdegree
Al Lu
UX Design Techdegree Student 15,801 Points

I don't care what is the opinion on Dreamweaver but Dreamweaver CS6 is the most powerful HTML and CSS editor out there. Yes using it as a wysiwyg is a bad practice but im talking only about dreamweaver as html\css editor. But try to be comfortable with other text editor as well like sublime text or coda 2 for mac.

Matt Campbell
Matt Campbell
9,767 Points

I use Dreamweaver all day everyday. I've tried all the other editors and none of them have the file management that Dreamweaver has. I've NEVER used anything like form builder or animation builder that DW has. I just use it as an editor because it has great WordPress code hints from a plugin and great file management.

It has inbuilt W3 validation and FTP, super powerful tools. Only gripe is not been able to have two windows so I could have two full screen docs split across 2 monitors.

See that's why i would go over to Sublime. Can split screen, super fast to get loaded and start work. The only thing i miss is the FTP but they are easy enough to get standalone. Also less buttons and distractions in Sublime. Don't get me wrong took a while to get used to a new editor, but FOR ME it was worth it.

Different strokes for different folks i guess though, so whatever works best for you and your workflow.

:)

Matt Campbell
Matt Campbell
9,767 Points

It's the file management that's a big one for me. No WordPress autocomplete in Sublime, and the colouring, despite the themes, sucks.

Yeah i do like the file management and create from template. But can also use PHP include to make this easier. Yeah in Sublime had to set all my own colors to get it right.

Tiago Fontella
Tiago Fontella
4,095 Points

Meu workflow perfeito é SublimeText3 + SFTP =)

Ricardo Diaz
Ricardo Diaz
30,415 Points

You can actually FTP with Sublime Text. I don't use this as I just use git with tower and upload updates to the website I am working on. But check this out and it might just have made Sublime Text even better for some of you. There is also a WordPress autocomplete. The thing you have to remember about Sublime is that the add ons or plugs are created by the community. So there is always a steady flow of new things that fill in the voids that are missing from the software. That is what makes Sublime Text so good in my opinion!

Sublime SFTP

WordPress and PHP Autocomplete

John Locke
John Locke
15,479 Points

I started with Dreamweaver, later moved to Notepad++, and today I use Sublime Text. I prefer Sublime Text, but I do like some of the features of Dreamweaver like split screen and preview mode.

Tech Solutions
Tech Solutions
6,077 Points

Dreamweaver is a bit of a joke in the industry as far as I'm aware, you're better off going for Sublime Text/Coda/Espresso on a Mac or Visual Studio on a PC