Not a pro, but it seems most pros hand code. Dreamweaver can make bad code; I'm not familiar with GoLive though. Just my 2 cents.
It's handy to know your way around dreamweaver because it's a skill that a lot of employers look for...
Dreamweaver is one of those apps that was a necessity to create complex designs when table-based layouts were the norm.
There are much better apps for building css-based websites these days.
Dreamweaver is one of those apps that was a necessity to create complex designs when table-based layouts were the norm. That's where it got it's big following years ago. There are much better apps for building css-based websites these days.
Most employers think dreamweaver is the standard for web design, but they don't why. I'll say they are pretty clueless about the industry, which is understandable as it does move very fast. I would definitely inform any potential employer that dreamweaver isn't necessary anymore if I were in that situation. I know I'd never want to be forced to use such a bloated app. If an employer is hiring a competent professional, they should allow him/her to use whatever applications he/she prefers.
Sorry for the rant.It just bothers me that people who don't know much about web design think that dreamweaver and/or golive are the best tools for web design just because they happen to be industry standard. They couldn't be more wrong.
agree with that.
Can you list a few please?
Most of the 3rd party mac text editors feature a live, as you type, webkit engine which is much better than seeing it through dreamweaver's renderer. Textmate in particular has a very powerful bundles feature which lets you easily create powerful commands and snippets that can be written in a variety of languages (ruby, python, shell scripts, etc). There are tons of great plug-ins built in along with many available on the net. As far as features go, it definitely blows dreamweaver out of the water. It can be a little tough for some people to figure out which is why dreamweaver tends to be the choice for those that are a bit less code savvy. Dreamweaver lays all your options out for you at once which makes it look more feature-rich than other editors.janitorC7 said:I understand here you are coming from. However one of the reasons I continue to use dreamweaver eventhough I hand code is that I love the link chcecking features, immediate rendering, ect. I was also selected to Beta Test HANZO (Dreamweaver CS3), I;m not allowed to speak much on the issue, however I can tell you that I am very impressed with the code that the WYSIWYG puts out, strictly from design mode....
any points?
dreamweaver has some pretty good site management tools.
like having a remote/local site and uploading as changes are made, tracking changes etc.
also making minor/major coding changes with a find/replace tool is a HUGE time saver.
example: ill design a css menu but leave the hrefs blank until I create the pages they link to because Im not sure of the exact names until later, and i might have 12 pages that all have this same menu.
to add the href to a particular menu item on each and every page, would be a task, but find/replace that line of code in different searches, is a nice feature.
Textmate has SVN support, which is 100x better than FTP or dreamweaver's implementation of tracking changes.dreamweaver has some pretty good site management tools.
like having a remote/local site and uploading as changes are made, tracking changes etc.
Again, textmate (along with a lot of editors) have find and replace and even grep support which is much more powerful.also making minor/major coding changes with a find/replace tool is a HUGE time saver.
example: ill design a css menu but leave the hrefs blank until I create the pages they link to because Im not sure of the exact names until later, and i might have 12 pages that all have this same menu.
to add the href to a particular menu item on each and every page, would be a task, but find/replace that line of code in different searches, is a nice feature.
decksnap said:There are a lot of features Dreamweaver has that make it far more useful than a text editor for a lot of people. People who don't understand that probably shouldn't knock it.
Textmate has SVN support, which is 100x better than FTP or dreamweaver's implementation of tracking changes.
Again, textmate (along with a lot of editors) have find and replace and even grep support which is much more powerful.
I'll say it again. Dreamweaver lays everything out so they are easy to find. Apps like Textmate have the same features, only more powerful. You just have to know where to look. Dreamweaver is great for those who aren't too technical and want everything done for them by clicking through menus.
I've been using dreamweaver since version 2 was first released (in the late 90's?) so I am definitely aware of the features it has. Dreamweaver was my favorite web design/development app for years until I learned css well and started to handcode. Then I realized there are much better apps out there when you are designing sites with css rather than tables.
Dreamweaver is still great for CSS, and still a better choice for thousands of professionals. I just get annoyed by the people who try to suggest that it is in some way amateur to use Dreamweaver, when the whole point of the program is to let you do the same stuff, only faster, so you have time to work on more important things.
It is the elitism of the CSS bunch these days, I'm affraid. The attitude is rife through the girly people that group together in IRC rooms to discus how idiotic people are that use dreamweaver because the code is bloated.
I use dreamweaver, I hand edit the code to take anything over bloated away.
It takes as long as photoshop to launch and a few seconds for a text file to open. It has a bunch of palettes and toolbars as if it were an image editing app. You don't call that bloat? And hand-coding in dreamweaver is great and all, but most people don't even do that.
I'm not trying to be an elitist. I'm just trying to help people realize there are better apps out there IF you do happen to hand code. Just as Mac users try to convince PC users that there's a better OS out there. Then again, PC users think Mac users are elitists for thinking Mac OS is better than Windows. So maybe you do have a point.![]()
I wasn't really calling you an elitist, and the application itself is bloated (although, It opens virtually instantly for me). It's just that there is a growing number of people thinking that to be a good designer, you have to hand code and you can't use dreamweaver. That is the ethos I'm against, simply because it isn't true.
You don't have to hand code to be a good designer. But I'd say you do to be a good "web" designer. IMO, a web designer's job consists of much more than just being able to make a nice looking site. A solid understanding of HTML and CSS (and some would argue javascript as well) is a must. These are building blocks for building a website's interface.