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

Design

Evan Ratzlaff
Evan Ratzlaff
776 Points

Dreamweaver vs hand coding.

So I'm just getting started good in web design. I'm at the point at needing to purchase some software of some type. However I'm not sure what to go with.

A quick google search brings up a variety of opinions. I realize dreamweaver may not be the answer for everyone but I'm looking at all the rest of adobes programs it's already built to integrate with.(photoshop,etc)

There's Sublime, Coda, along with others too. Is there anyone who can give some real world advice? I'm wanting web and graphics design. I'm not into apps and software design. From my understanding coda, sublime and the others are capable of more than just web design. Can I really go wrong with Adobe? It's possible to hand code in dreamweaver as well. To me it seems like a good place to start. Is there some very important features in this business that I'm missing? Do the professionals really hand code every site? I can always edit the html in dreamweaver manually and I can create all my css in it. Please help me out with some opinions!!

Evan

I

11 Answers

I use Coda and Dreamweaver...

Coda:

  • I tend to like coda for CSS as I can have the commandline handy for SASS and git.

Dreamweaver:

  • I tend to like Dreamweaver for HTML. I like how Dreamweaver will correct unclosed tags and help me quickly identify issues with HTML formatting.

  • I also like how dreamweaver will suggest properties and methods for my custom PHP objects.

  • I also like the Dreamweaver site wide search and replace.

Note: I have had people give me a hard time for using Dreamweaver. But I don't care about that stuff... Just as long as I can get things done =O)

Jeremy Hayden
Jeremy Hayden
1,740 Points

I agree with Stephen on the positives of dreamweaver. I just moved it over to Mac and mostly use it for glorified text editor. i have a site that has multiple php files and includes. I love the live search feature. Its snappy fast, and has helped me debug problems in a few minutes that used to take me 30-45 minues.

I use SubLime text. Very good,

Christoph Hawlik
Christoph Hawlik
11,867 Points

I like Dreamweaver for it FTP features. But i only used it, because it was included in the CS6.

Since a year I use Sublime Text 2 to build websites. I really like the little things in this text editor. Like multiple selections to rename variables quickly with ⌘D.

Maybe try them all in the trial version, to see what fits the best for you?

Evan Ratzlaff
Evan Ratzlaff
776 Points

Ok. I have a Mac desktoo and a pc laptop. I obviously try to do most of the work on the desktop.

I already have a trial version of dreamweaver and so far for the html it seems pretty handy.

Maybe I'll just download sublime and coda a give them a spin.

Evan Ratzlaff
Evan Ratzlaff
776 Points

Thanks for the input. I've read some reviews that dreamweaver makes more lines of code than necessary. Is there anything to this? One review stated he shrank a dreamweaver site with 397 lines of code down to 98. Is there a particular reason for that or is he telling a big story?

Also as far as Css goes, is there a problem with using dreamweaver for Css or are these other text editors like coda and sublime just your personal editor of choice?

Christoph Hawlik
Christoph Hawlik
11,867 Points

Yes and no. It depends on your workflow.

Building a website via drag and drop in the preview window generates more code then needed. Or the overuse of dialog windows in dreamweaver.

But when you write your code all by yourself, then the output should be exactly the same as writing in Sublime text/Coda.

Dreamweaver handles css fine, sublime text is only my personal choice because of some little features that speeds up the workflow.

Evan Ratzlaff
Evan Ratzlaff
776 Points

Thanks christoph. I think I'll go with Adobe for now until I get a few more things down pat. I'm just starting so dreamweaver seems lik an all in one place to start for beginners. Granted it may not be what I want/need in the future but it seems like a good starter.

You should use Sublime text. Why?

  • Sublime Text is the most beautiful editor I have laid eyes on.
  • It’s blazing fast
  • It’s updated pretty-much daily
  • Installing packages can’t be easier
  • Code completion
  • Lint plugin
Sharon Smith
Sharon Smith
8,747 Points

One thing to be aware of in Dreamweaver (which I use because A. I already have it because I have CS6 & B. I'm already familiar with how it works, since I used it back when I did web design ages & ages ago, when you still had to talk clients out of insisting you use Frontpage-- which probably gives you a clue as to just how long ago that was-- & generally, I like it.

However, it's Preview function is just seriously crappy. The more recent CSS often don't render at all (like rounded corners). It's easy to get around, though. Instead of preview, just hit F12 & it'll bring up the page in a browser window of your preferred web client (mine's Chrome). Design view can still be helpful for seeing if things are getting majorly off somewhere, just make sure you check it in a real browser before panicking that you coded something wrong.

Evan Ratzlaff
Evan Ratzlaff
776 Points

Rosina,

ok so i think ill try sublime. I can't seem to figure out how to get plugins. I have the trial version. is that why i can't use plugins? I go to browse packages and i can't seem to find any of the folders that i need to install the plugins. i went to sublimes site and followed the directions but doing the code manually i can't find the file I'm supposed to paste it to. Can you help?

Hi Evan, Take this free tutorial about sublime and you will be a ninja with it! http://code.tutsplus.com/articles/perfect-workflow-in-sublime-text-free-course--net-27293