Off Topic:

Originally Posted by
sfoster91
Well that is of course apart from colour coded code
Ah yes, the illegible acid trip that makes people gloss over sections of code missing errors... Wasn't a fan when Borland added it to all of their 'turbo' products 25 years ago, not a fan of it today.

Originally Posted by
sfoster91
highlighting inline coding errors
Which for me always seemed to like to highlight VALID code, making it useless.

Originally Posted by
sfoster91
inline code help/auto completion, auto tag completion
Which typically completes incorrectly, meaning spending more time editing than writing code. If you need that type of 'help', you probably aren't ready to be writing sites yet. (Also I suspect a healthy chunk of why people spend hours messing around with code that takes me five to ten minutes)

Originally Posted by
sfoster91
minimising code selections
Much like personalized menus, I've never understood the 'need' for that...but then I've seen on multiple occasion people collapsing the section of code their REAL error is in, then hack the hell out of what they didn't collapse. The purpose of viewing code is to view it; much like the point of a menu is to show me ALL the options -- not the ones I just so happened to have used lately. Kind of like using element inspectors (firebug / dragonfly) on your own pages -- If you have to do it, there's something wrong with the code for said page.

Originally Posted by
sfoster91
tabbing included files for easy access
A massive step backwards in functionality if you are a multiple display user... or a large screen user... Tabbed editors means crapping everything inside one window; good luck dragging it to another display or even just showing side-by-side. One of the reasons I prefer Crimson or NotePad2 is they don't have that nonsense... meaning I can have php, css and scripts open side by side on my leftmost display, browsers in the center-left, etc, etc...

Originally Posted by
sfoster91
a reference library
That's full of inaccuracies, misinformation and code examples chock full of bad programming. Just open up WDG and/or the reference here at Sitepoint in browser tab and/or window.

Originally Posted by
sfoster91
document validation checks
Because ctrl-alt-v from Opera (since when developing you should have one each of the four major engines open) is so tough...

Originally Posted by
sfoster91
easy file management and uploading
Depending on your definition of 'easy'. I find it needlessly convoluted compared to real FTP clients.

Originally Posted by
sfoster91
automatically uploading files to your server upon save
A sloppy/half-assed process if there ever was one. Local testing BEFORE upload FTW. Install WAMP/XAMPP (or just apache/php/mysql if developing on linux) and make it serve your working directory. Save to there, only upload when you *SHOCK* actually have working code.
... and that's before we talk all the fat bloated crap that turns it into nube predation -- if you stick to code view, don't use it's rubbish template system that by comments alone can cause rendering errors, don't use the wysiwyg or rely on the preview pane, and don't use ANY of the templates, automatic code, etc... it's just a overglorified version of most notepad replacements like notepad++, notepad2, editplus, etc.
... and one that doesn't handle tabs very well either.
It's a really mediocre crutch, responsible for as many if not more poorly coded sites than Frontpage and/or Web Expression; as FP is Microsoft so it's ok to bash it, but for some completely screwed up reason that overpriced steaming pile of dung seems to be as much of a fanboy darling as Firefox is. No matter how bad it sucks people defend it to the hilt.

Originally Posted by
sfoster91
All of which are improvements upon notepad
Methinks we have differing definitions of the word "improvements"

Originally Posted by
sfoster91
I ONLY work in code, and Dreamweaver makes coding so much quicker and easier and reduces mistakes.
Where for me all it's automated crap and acid trip colorized garbage just gets in the way making things slower, increasing mistakes, and preventing me from actually getting right down into the code.
All I’m saying is try it, and you won’t look back.Oh, and you really can just "grab a copy of DW", btw.[/QUOTE]
Assuming you don't mind blowing the price of a used car on it... or are you talking about illegally downloading it?
You're going to find many people here use editors like
Notepad 2,
Notepad++,
EditPlus,
Crimson Editor or other such notepad replacements, or even notepad itself. While the replacements feature a lot of what you listed above (even the FTP crap) -- just plain notepad + filezilla + all the browsers can be just as functional, fast and simple... if not more so than Adobe's massively idiotic train wreck of a 'development tool'.
DW is just as idiotic as the "lets draw a pretty picture in photoshop first" approach to web development, and is as responsible for useless websites as any of the other sleazy shortcuts people choose to take, that just make more work in the end or result in people sticking their heads in the sand over issues with their sites!
Bookmarks