Dreamweaver can only do easy/cheesy JavaScript code. Real functionality can only be done by hand.
stymiee
He's No Good To Me Dead
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
have you ever looked at the source for a website made in something like word or dreamweaver and seen how much unnecesarry crap is in there?
an editor is easier but writing by hand makes for more efficient and readable code
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
I find if i'm using Dreamweaver it's just to add colors to my code =P, and same with any editor to be honest. I don't even like functions that auto-close tags or auto "fix" my markup... generally they don't have a clue what I'm trying to do and cause more trouble than they're worth...
Dreamweavers generated code is substantially better than MS Word's.. but it's still somewhat inefficient, and if you don't know what your code is because you've laid down a page using WYSIWYG tools, you wont have a clue how to fix that code if a problem arrises.
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
Dreamweaver could be used just to make very simple simple pages. It of course generates unncessary code , but atleast its better than others. And yes you couldn't make whole flash sites, never, for that you need to know flash.
As far as making dynamic pages, dreamweaver has few features that allow you to connect to database, create simple log in pages etc. But if you want to do what you want to have you need to learn HTML, CSS etc etc...
Dreamweaver is very good for coding, but personally I use Homesite+ and WeBuilder. I like them much better.
And yes at last, WYSIWYG couldn't compete wth hand coding, never ever.
vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42
Dreamweaver produces really unvalid code at time and the only way to fix it is to get you hands dirty! Hand written code is also easier to read and can be faster aswell.
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
Hand written code also make you familier with the structure of your document, by structure i mean the code structure.
vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42
Hand written code also make you familier with the structure of your document, by structure i mean the code structure.
That is a very good point because I know from xperience that if you create something in a wysiwyg editor and try and find something in the html it can be very hard. Plus you can change the structure of your code to make it easier or maybe even harder to read... Have a think about that...
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
Quantra is a very nice editor... it has its own micro-FTP client kind of like Dreamweaver's... and it colours in all kinds of code...
If I'm on Windows I use EditPlus2... simple and effective.
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
Dreamweaver can help in learning code greatly, especially with its functionality to label certain snippets or tags of code by using different color pallettes.
Yeah it can be very useful when you are hand coding and especially when you are about tyoe a hex value it pops up the color pallet which is very useful.
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
hmm, as long as you don't start thinking the bad things Dreamweaver (and other wysywyg tools) do are actually good...
While it has improved and is often better than the competition, that says more about the sorry state of the competition and previous versions of Dreamweaver than about the product itself.
None such tools are good for more than rapid prototyping of sites, to get an idea of what the layout will look like, before the real coding effort starts using proper tools like VI.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
using proper tools like VI.
Is that a joke? There's certainly nothing to gain in using an outdated tool over a modern one...
VI annoys the flip out of me.
All I look for in an "editor" is a directory listing on the side, the ability to open more than one file at a time, a built in FTP/CVS client, and maybe autocoloring/autoindent of code.
Dreamweaver has these things, so Dreamweaver is good as a glorified Notepad with extras.
Whatever Dreamweaver does 'automatically'; it doesn't do it because you want or need it to, it does it because someone decided to put that feature in Dreamweaver, and so anything Dreamweaver can 'provide' you, has been 'provided' to the thousands+ of people who also use Dreamweaver.
If you want something even half original, use "Code View" all the time, and unless you want a tonne of extra work, don't even go into "Design View" :- it doesn't give a good representation of how a page will actually look in a browser.
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
no, that's no joke.
VI is by far the most productive editor out there once you get to know it for many purposes.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
All I look for in an "editor" is a directory listing on the side, the ability to open more than one file at a time, a built in FTP/CVS client, and maybe autocoloring/autoindent of code.
I agree with this but I don't use dreamweaver's FTP I just like a good simple one like Filezilla.
About the whole design view not giving you an accurate representation, this is totally true and drives me insane because sometimes it would be nice to view the page there.
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
VI is by far the most productive editor out there once you get to know it for many purposes
Well. the resultant productivity of an editor has got to be a combination of its ease of use and its functionality... and unless I'm in the dark here, I know of no features in VI that make it any more than a text editor - please correct me if it does have mystical hidden features.But even if it does; it is certainly not easy or friendly to use. I used it for a very short time and only to edit configuration files... then I pressed some key combination and it opens everything in write-lock mode =P
I'd rather use MSDOS edit, it's got a nice old-school color scheme and drop down menus ^_-
I agree with this but I don't use dreamweaver's FTP I just like a good simple one like Filezilla
Dreamweaver's FTP aint so nice... but it's certainly handy if you're doing something big, and your local directory structure exactly matches the one you want on your webserver. If I don't intend to use the FTP in Dreamweaver, I don't use Dreamweaver =P
I think, coloring in code keywords/tags is the biggest must. I can't easily interpret any language if it's all shown in black and white.
Everything you do in Dreamweaver though, has to be done by 'hand'. Until computer's know what we want them to do from our brainwave patterns and do it for us; it's gonna be that way. Even dragging and dropping is a creative process, and picking a pre-made template involves a few mouse clicks...
I guess the debate is along the lines of "is it better to use macro tools when editing or better to leave them well alone and use little keypresses instead".
Well, Matt say: "little chisel good for attractive patternwork, big chainsaw good at leveling trees".
So, not to carry that analogy too far.. once you've made a woodpile, put the chainsaw down and get your chisel out; and if a great forest lies before you, the chainsaw is gonna save a lot of effort in the long run.
You'll find, the more affinity/love/whatever you'd call it that you have a for a given project, the more effort you'll put into it making it unique and of-yourself. If you're working for a load of clients who all want roughly the same thing; I wouldn't say it's wrong to use Dreamweaver templates, pre-made or customized. But, in the long run, they probably wouldn't save you much time or effort.
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
VI takes practice, like any complex piece of equipment, to master.
I'm not surprised you couldn't get to grips with it in a few minutes. It may look like notepad but looks are deceptive.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
What about crimson editor. It is really good for hand coding, you can open multiple files and it colors them correctly. What are people thoughts?
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42