DreamWeaver CS3 Slows Me Down

Posted February 18, 2008 at 8:20 AM

Tags: Work

Many of you know that I have had a torrid love affair with HomeSite for last several years. She's one lady that I just can't seem to tear myself away from. Perhaps she has ruined me for other editors? Not sure. I know that every time I want to move on with my life, I just can't seem to find anything better. For the last few weeks, I have been trying to use DreamWeaver CS3 on Windows Vista Home Edition and I have to say that it has added a lot of friction to my development process. Now, I am not sure if the problem is just DreamWeaver or if its that I'm using it on Windows Vista (which is a horrid operating system); but, whatever is causing the problem, its driving me crazy and if it weren't for some existing development environment conditions, I would slip right back into the warm arms of my HomeSite.

For starters, it takes time to save an existing document. I am a habitual saver. Just about every time that I stop typing, I instinctively hit CTRL+S. Normally, this wouldn't cause a problem, but in DreamWeaver, there is often a small "freeze" time while the file is saving in which I cannot continue typing or switch documents. This can be anywhere from half a second to upwards of 3 to 4 seconds. What the hell is it doing? Just save the file! This has turned me from someone who saves constantly into someone who has to purposefully NOT save so as not to slow down my typing. (HomeSite on Vista does NOT demonstrate this behavior).

Then, as part of the development process which you are all familiar with, there is a lot of quick flipping between DreamWeaver and the browser. You know the drill: code, save, alt-tab, refresh, alt-tab, code, repeat. Normally, not a problem; however, when re-focusing the DreamWeaver application, again, I get this "freeze" time while DreamWeaver seems to be thinking. What could it possibly be thinking about? I am working on a network folder so its not like its looking at a remote server? I can't imagine it has to refresh the tree every time I refocus the application? This freeze time can last anywhere from 1 to 20 seconds (yeah, I said 20 seconds!!!) in which I cannot do anything. (HomeSite on Vista does NOT demonstrate this behavior).

I am a huge keyboard user. I don't like going to the mouse as it hurts my wrist. As such, I use a lot of CTRL+Left Array and CTRL+Right Array to skip quickly over larger chunks of text. Unfortunately, DreamWeaver doesn't really work well in this capacity because it stops at too many delimiting characters. For example, let's say I have a comment tag:

<!--- Comment. --->

In HomeSite, starting at the left it would take 5 CTRL+Right Arrow clicks to move past that. In DreamWeaver, it takes 11 CTRL+Right Arrow clicks to move past that comment. That's over double the number of clicks! Insanity. And it's not just comments, it's all over the place. DreamWeaver doesn't really understand what a "logical code token" is and how to efficiently jump over them. The CTRL+Arrow keys pretty much don't add any usability to the application.

Then there's Spell Check. In HomeSite, you can run spell check on any kind of document at any time. In DreamWeaver, not only have I run into times when spell check was not an active option, DreamWeaver seems to only be able to run spell check in "Design" mode, not in code mode. This is simply retarded. On one hand, I can sort of see what they were going for - only spell checking the stuff that the end user will see, but come on - should you ever have a case where you STOP the developer from running spell check if he or she wants to? That's just poor application design in which the application has explicitly decided that it wants to be the limiting factor.

Then there's a bunch of tiny things like turning on and off word wrap or splitting the screen into two different code views (not code/design view, but two independent code views); in HomeSite, these are buttons that were always immediately available on the left hand side of the screen. In DreamWeaver, the word wrap is nested in like 2 or 3 drop down menus, and splitting the code view, heck, I'm not even sure if I figured out how to do that.

And don't even get me started on the monstrosity of the single folder/file tree vs. the split folder/file tree in HomeSite!

I could go on, but the fact is, the above mentioned ways in which DreamWeaver has slowed me down as a programmer has already made this an unusable development application. It has made me a less productive developer; it has gotten in my way. I am in the process of setting up a development environment in which I can use HomeSite again. I just have to bear down and muscle through it until then.


 
 
 

 
DreamWeaver CS3 Makes Me Cranky!  
 
 
 

Comments (89)  |  Post Comment  |  Ask Ben  |  Permalink  |  Print Page



Adobe ColdFusion 8.0.1 Update - Helping Programmers To Be Signifanctly Less Girlie - Download ColdFusion 8 Update 8.0.1 Now.

Reader Comments

Hey Ben,

I'm an Adobe Community Expert with a focus on Dreamweaver so I may be slightly biased in my opinion. :-)

First off, no capital W in Dreamweaver.

Regarding your comment about a networked drive, yes in fact, Dreamweaver is likely trying to refresh the files list every time you go back into it. This may also be causing your save time issue. I recall a couple of versions ago that it was said in the newsgroups that using a networked drive as the "local" site wasn't a supported feature. Don't know if that was true or not, just recall reading that in the newsgroups. In previous versions of Dreamweaver you could turn off the auto refresh, but in either Dreamweaver MX2004 or 8 they removed that as an option.

I don't know if there is a registry hack or something to allow you to turn it off, but I'd guess that if you tried working from a truly local set of files your experience might be different. Not that that necessarily helps if you have to work from a networked drive, but if it's an option to work locally, then I'd suggest doing so.

Regarding the keyboard and spell check I guess you could say that their operations are a matter of opinion, for me having the CTRL+ALT work the same for me (skip words) in other programs is more important than doing something different just in Dreamweaver. And spell check, it would be just too much of a pain in the ass to have to skip over code variables and other code specific text that spell check for me would be practically useless.

Do you switch word wrap on and off frequently, or do you leave it off? I leave it off all the time, so once I turn it off on my first document then all others are off when they open and then on subsequent runs of Dreamweaver it stays off. But, you can turn it on and off much easier than through the menu system. In the Document toolbar, look for View options, it's a couple of icons to the left of the "world" icon (preview), the first item in the View options is Word wrap.

When I've used HomeSite the split files panel always pissed me off as I was always looking for the files within the site tree at the top and would take me a few seconds to remember that HomeSite didn't do it "right". hehe

As for Split Code, there isn't something that will allow you to view say the top of your file and the bottom of your file and edit each at the same time, but there is the Code inspector which is a floating panel that you can use if you need to view separate areas of the code, Windows -> Code inspector, or F10.

Remember that changing your coding application will pretty much always slow you down for a while, as each application has it's own way of doing things, and different opinions about . Plus, why aren't you using CFEclipse, that's what all the cool CFers are using these days. :-)

Fell free to contact me about any Dreamweaver questions you may have, I'd be happy to help you out.

Posted by Danilo Celic on Feb 18, 2008 at 8:57 AM


@Danilo,

I wonder why they opted to remove the refresh file list. And, what's even stranger, is that I am not sure that is even what it is doing. I know that when I create a new image and store it in the site structure, I have to explicitly refresh the local file list for that image to show up in the tree. If it were automatically refreshing, then this image would show up when I re-focused the app.

As far as the spelling goes, yes, it can be a pain to skip the code tags, but I know that in HomeSite, you can highlight text and have it only spell check that code. Dreamweaver (no W :)), seems to ignore nay highlighting when it comes to spell checking.

Not sure what you mean about the CTRL+ALT? For me, CTRL+Right arrow actually works differently in Dreamweaver than anywhere else (which is incongruent with what you say is important). For example, just typing the same comment here in my FireFox:

<!--- Comment. --->

FireFox only taks !!3!! right clicks to get beyond the comment. So, it's actually more efficient than HomeSite. Even NotePad only takes 9 clicks, 2 less than Dreamweaver. The day that NotePad move more efficiently than your IDE, you go problems :)

Dreamweaver makes using the keyboard very difficult. Some other things that I have noticed, but didn't mention (these exist in HomeSite):

CTRL+Y does NOT delete the current line.

CTRL+Up/Down Arrow does NOT scroll up and down the page respectively line by line.

CTRL+Page Up/Page Down does NOT jump to the top or bottom of the currently viewed page.

These are just things that I have gotten very used to. I don't know how special many of those are, but I have been told that CTRL+Y to delete the given line is a "programming standard", but I can't say for sure.

I can see how the split-directory tree can be frustrating when you aren't used to it, but once you are used to it, it saves a lot of scrolling. Imagine being able to skip from one directory to another without having to scroll? Imaging being able to look at a directory tree that doesn't have 15 folders expanded to allow jumping around.

Thanks for the tip on the word wrap and the Code Inspector. CI is basically what I mean. And yes, I do flip in and out of word wrap often enough to notice that it is hidden in a menu. I never have it on for code editing, but any data that is "content" related, I generally turn it on so that I can see it better.

As far as CFEclipse, I guess I am just not one of the cool programmers :) Eclipse in general has a smart tabbing feature that cannot be turned off that makes it a total deal break for me.

Thanks for the tips. Definitely some of that will help, but still, I think there is too much friction.

Posted by Ben Nadel on Feb 18, 2008 at 9:26 AM


Ben, I have to agree with just about everything you've said here. I have DW, HS+, and CFE installed, and 99% of the time I'll fire up HS+ before I touch the other two. The freezing issue in DW is heinous -- I still get a bit of a freeze in HS+ when I'm saving via FTP or a VPNed mapped drive, but it is nowhere near the 10-15 second freeze that DW has. (And CFE, as I've mentioned, still had large-file issues last I checked.)

That, and I can turn off just about every bit of chrome in HS+ and get myself down to just an editor. DW's interface always seemed too artsy to me.

You're not alone. Fight the future!

Posted by Rick O on Feb 18, 2008 at 9:42 AM


@Rick,

I'm all for moving into the future. I just want to make sure that I don't give up features that I like in order to get features that I don't use.

Posted by Ben Nadel on Feb 18, 2008 at 9:46 AM


What is "smart tabbing"?

Posted by Gerald on Feb 18, 2008 at 9:54 AM


Love HomeSite. Maybe we old-timers should start a support group.

"Hi, I'm Hal, and I use HomeSite"

(All) "Hi, Hal!"

As for Eclipse, I *love* that editor for Java, but just haven't warmed to it for ColdFusion. But it's been a few months since I used it, so I'm going to download it now and give it another try.

Posted by Hal Helms on Feb 18, 2008 at 9:56 AM


I agree fully on this.
I try to use Dreamweaver every new release and I just can't get more than couple hours out of it.
Every new version taht comes out, I hope will be better, but it's not.

I'm still using CFStudio 5 (which I think is the same as Homesite+)
CFEclipse looks promising, but it's not there yet.

Posted by Andrew Deren on Feb 18, 2008 at 10:03 AM


Ha ha, Hi, I'm Ben and I use HomeSite :)

@Gerald,

In Eclipse, if you are in the middle of a tag and hit return, it does return and then tabs over one (indents a tab). Then, if you hit tab again, it does this again, but indents once again. And so, if you write your tag attributes on multiple lines, you get something that looks like this:

<cfmail
.....to="ben@xyz.com"
..........from="ben@xyz.com"
...............subject="Test email"
....................type="html"
.........................spoolenable="no">

Yes, you could just hit "backspace" after every time you hit enter, but then again, I could also not use the editor and not have to deal with it. I have played around with all the tabbing options that I could find in the preferences and none of them seems to able to stop his from happening. Drives me crazy.

Posted by Ben Nadel on Feb 18, 2008 at 10:08 AM


Hi, I'm Steve, and I also use Homesite.

I've been trying to warm up to DW CS3 with mixed reactions. One thing I keep forgetting is when wanting to insert a heading or ## the SHIFT key is just the opposite (e.g. CTRL+3 to get ## in HS, but CTRL+SHIFT+3 in DW, reverse for H1, H2, etc.). I suppose I could recode these shortcuts, but when inputting the ##, the cursor is always AFTER the second #, not in between them like with the headings.

I also prefer the closing tags to be put in immediately by HS after typing in the opening tag. I can't count how many times I forgot to enter the closing tag because I'm so used to HS doing it for me. Wish this was a configurable option.

Posted by Steve Moore on Feb 18, 2008 at 10:45 AM


Nice post Ben,

Definitely not a Dreamweaver fan. I'm up to almost 45 seconds for saving large files. Something is wrong, but I had the same problem at the last company I worked, so I assumed that it's a DW issue everyone puts up with. I should get ahold of CFEclipse or HomeSite because DW slows me down too much.

If anyone has any insight on how to speed up saving a file, please let me know.

Not to mention no split screen, etc. etc.

Peter

Posted by Peter Swanson on Feb 18, 2008 at 11:38 AM


Hi, I'm Matt and I (sometimes) use HomeSite. :)

I'm pretty much a dedicated Eclipse user. Yes- there are quirks, but IDEs are quirky. I just really like Eclipse. That being said, I think RDS works much better in HomeSite, and HS has it's place in my IDE roundup.

I gave Dreamweaver CS3 a chance when I started playing with AIR/AJAX. Can't really comment so much on how I liked the IDE- I didn't have the patience to wait for it to load. And the fact that it took over the file mappings for .cfm and .cfc extensions without asking was *very* annoying. I keep those mapped to TurboPad so I can double-click on a .cfm file on the filesystem and quickly look at it. There's nothing "quick" about CS3.

I use Eclipse for ColdFusion and the (depressingly little) Java project work that I do, Aptana for the (equally small amount of) AIR development, and HomeSite when I want to use RDS, or browse through CF files without bothering to set up a project in Eclipse. Such as when I want to *really* dig into the Mach-II framework files and see how things work under the hood.

I guess I am not a one-size-fits-all kind of developer. And why not? Different tools for different jobs, I guess.

Posted by Matt Osbun on Feb 18, 2008 at 11:40 AM


I tried many times to switch from HS+ to Dreamweaver, only because I need UTF-8 support. Well... Dreamweaver just does not work for me. It is trying to do too many things that I am not interested in. Same foe Eclipse, way too heavy for my needs.

I have been using e-texteditor (http://www.e-texteditor.com) for almost a year now, and am very happy with it. Another great editor is Intype (http://www.intype.info). They both have ColdFusion extensions.

You are a Mac user, why don't you give TextMate a try?

Posted by Jean Moniatte on Feb 18, 2008 at 11:54 AM


There are a lot of people in the same boat. I myself took time to change to Eclipse and even then, I'm constantly asking myself whether it was a good move. I like a lot of features, but the app is heavy, there can be slowdowns, problems handling large files, etc. Who knows, if I recall well Adobe was recently asking CF developers questions about what they'd want in an IDE, maybe they'll come up with a solution that makes us happier... Meanwhile, we'll have to suck it up and use what's available. At least there are some good things, even if not perfect. Oh, and hi, my name is Thomas and I am an occasional Homesite user. hehehe

Posted by Thomas Messier on Feb 18, 2008 at 12:11 PM


I have always used Dreamweaver. We were introduced in college and have been together ever since.

I have recently launched a revamped website that uses library objects that are defined in DW's "assets" panel. When switch from File to Asset, DW freezes for about a minute. The same occurs in the opposite direction. In the File explorer, there is a directory in the middle that always expands even though I've selected a completely different directory.

File saving does take an annoyingly long time.

I've applied all available patches hoping some of my issues would be resolved. No luck yet.

Best of luck Ben!

Posted by Adam on Feb 18, 2008 at 12:35 PM


Hey folks.

I use DW almost exclusively now. I would love to switch cold turkey to Eclipse (collapse all CFC functions! Oooo), however the fact that DW has an integrated "preview" panel in split "code + preview" mode is a big deal for me. I don't know why no one else seems to care about that feature, but I build applications with some relatively large CFM, and the ability to click on some text in my preview panel and have it highlight the code in my dev window is really convenient. No one else really seems to think so however. Obviously this capability is useless in CFCs as there is no rendered HTML for the preview panel, but I always find the preview window to be a springboard to find the code that I need to edit, without having to sift through a bunch of code, or come up with a search string that will take me to the correct location in my CFM.

Also, I've started using snips in DW and they do save me time. EG, I have the following CF snips setup with keymappings to CTRL-1,2,3,4 and 5 (redefined DW defaults)

1 - #<cursor>#
2 - <!--- <cursor> --->
3 - <cfoutput><cursor></cfoutput>
4 - <cf_throwdump var="#<cursor>#">
5 - <cfdump var="#<cursor>#"><cfabort>
6 - <cfquery name="<cursor>" datasource="#variables.datasource#"> </cfquery>

Someone mentioned that the ## shortcut in DW puts the cursor after the second #. Just forget the built in DW shortcuts and define your own snips and assign them to any key that you'd like. You can assign what text to place BEFORE and AFTER the cursor. Simple, but nice.

-Brian

Posted by Brian Hendel on Feb 18, 2008 at 1:30 PM


Oh, by the way. Anyone doing Mach-ii development probably realized that you can't simply do a <cfdump var=".."> inside a listener or model CFC since the output won't hit the screen. I've written a tiny custom tag (cf_throwdump, stored as a DW snip) that simply does a <cfsavecontent><cfdump></cfsavecontent><cfthrow> to throw an exception containing the CFDUMP html as the message. The mach-ii error screen happily outputs my cfdump structure to the screen. More convenient for me then logging the data, or sending as an email.

-Brian

Posted by Brian Hendel on Feb 18, 2008 at 1:35 PM


I use DW CS3 exclusively, have for a while. I have no problems with saving files over a network. Sometimes that can be an issue with the network itself. I have tried and tried to give CFEclipse a chance, I just can't stand it. It's not meant to be CF IDE. I hope Adobe is cooking something up because of that survey they came out with. I switched all my colors and shortcuts to match Studio. I hate that you can't use a background color in Eclipse for code coloring.

D

Posted by Derek on Feb 18, 2008 at 2:23 PM


@Steve

I had the same problem with ## and the caret location. I solved it by creating a snippet and assigning Ctrl+Shift+3 to that snippet.

@Everyone

One of the coolest features of DW is the "smart tag close". When you type "</", DW will automatically close the correct tag in the nesting order.

However, I am still a huge HS+ fan and I may switch back one of these days.

I agree that DW has too much chrome. I wish I could turn it into a basic code editor without losing the cool features.

I am also not a big fan of CFE, either. I've tried it on different occasions such as after major releases, but I just don't love it like I do HS+ or DW.

I like using specific tools for a particular task. I like a simple code editor. I like Beyond Compare. I like TopStyle.

Posted by M!ke Dawson on Feb 18, 2008 at 4:35 PM


Beyond Compare rocks!!

Posted by Derek on Feb 18, 2008 at 4:37 PM


Eclipse is to CFS/HS is what CFS/HS is to notepad to the second power. I used CFS up until last year. I was just like you. I thought I would NEVER stop using CFS. And I mean never ever. I hacked CFS to work with ASP and PHP and had it tweaked to the gills.

But after using Eclipse for about a week I dropped CFS almost completely.
The reasons?
One: is that I have memory and learning disabilities that make writing any language (especially spelling) exceedingly difficult with out a prosthesis. Autosuggest and spell check are not a niceties, it is pretty much a *requirement*.
Two: I work on multiple languages (see above).
And yes it is a minor miracle that I am a programmer.

Now with Eclipse I have one IDE that has auto-complete /Autosuggest error underlining and inline help the following
(Actually there are plug-ins for just about any language and/or Framework including most CF frameworks)
HTML
XHTML
AIR
*Any* dialect of XML if provided a DTD
Groovy
SQL
XML
Java
PHP
Ruby / Rails
CSS
CF
JS
Auto-complete for the functions of *Any* included JS and PHP Library.

And auto-complete /Autosuggest and inline help following the major AJAX frameworks/Libraries
Google GWT
Prototype
jQuery
Yahoo! UI
MochiKit
EXT
JQuery
MooTools
Scriptaculous
Spry

I can manipulate my Databases and tables with out leaving the IDE.
SVN support etc. etc. etc.

Posted by Gerald on Feb 18, 2008 at 4:41 PM


I too use HomeSite almost exclusively.... I've tried to switch to DW & CFEclipse numerous times, but since a lot of my development is done via FTP they both drive me nuts. CFEclipse's FTP functionality is extremely hit & miss, and Dreamweaver's sluggishness and "Background File Activity" box that pops up whenever I open/save a file makes me crazy. Homesite is just so lightweight, smokin' fast and pretty customizable as well. As soon as CFEclipse has GOOD FTP support, i'll be switching to that.

Posted by Tom Butler on Feb 18, 2008 at 4:51 PM


@Ben,

Every application I recall using CTRL+Z is undo, and CTRL+Y is always redo. So for me if it deleted a line each time, I'd be in trouble.

For me, CTRL + page up/down does (as well as without the CTRL held) moves the cursor to the top/bottom of the presently viewed "page" of code within the code view portion of the (section of design view), so if that's not what you're seeing, then something is amiss.

Can't say I recall ever needing to just move the code 1 line at a time when I wasn't already at the bottom of the view when I could then just hit the down arrow key to move that one line I need to move.

Regarding your reply comment about the split file browser, you're saying if you're used to it, then it can work for you, well that's how I am with Dreamweaver, it's simply not a pain point for me working with many folders as it seems to be for you, so I have no issue with how Dreamweaver does things.

No matter the coding environment, I'm sure that you (as in the generic you) will find something that is not intuitive, or perhaps worked "better" in another application. So if the friction is too much then don't put yourself through it. But remember, it'll take a couple of weeks of frequent use before you "let go" of the previous environment and get into the "mindset" of the new application.

I tried picking up Eclipse a couple of years ago and used it for about 10 minutes before I was done with it, and didn't use it again for quite a while. The thing that got me to install it again was JSEclipse that the folks at InterAKT created and is now available through Adobe Labs. It's still a bit of a pain because for my job I have to spend a lot of time in Dreamweaver. We build Dreamweaver extensions, so I guess I make a living from Dreamweaver's pain points. ;)

Again, hit me up via email and perhaps we can discuss the finer points of your pain and suggest a few workarounds.modifications that you can make.

Posted by Danilo Celic on Feb 18, 2008 at 4:53 PM


Honestly people: try e-texteditor if you are on a PC, try Textmate if you are on a Mac, and say bye bye to bloated IDEs. They are great, lightweight alternatives to DW and Eclispe - all you want to do is edit a text file after all.

Posted by Jean Moniatte on Feb 18, 2008 at 4:56 PM


@Jean

I have always thought e-texteditor has the coolest editing features that let you update multiple areas at once. The columnar selection is also great.

I may give it a shot, this afternoon.

Do you know if it currently supports all of the CF8 functionality?

Posted by M!ke Dawson on Feb 18, 2008 at 5:03 PM


Yes, it is fully compatible with all of textmates Bundles, including the ColdFusion ones.

Posted by Jean Moniatte on Feb 18, 2008 at 5:13 PM


I still use DW MX 2004. I finally got it working really fast with no delays or anything, so I don't feel the need to move to CS3. Some tweaking was necessary in the Preferences area to get it working fast, most notable turning off "Show contents of included file" in "Invisible Elements" preference.

I have tried CFEclipse a couple of times but the FTP support is just too clunky. I have to constantly move files from dev (my laptop) to production via FTP so the ctrl-shift-U in DW is really convenient.

One thing I would love to see in DW that I like in CFE is code folding, does CS3 have that? If it does and everything else is comparable, I might make the jump.

I've never used Homesite but people seem to swear by it so it must be pretty sweet.

Posted by Josh Nathanson on Feb 18, 2008 at 5:16 PM


@Jean

I see the CF bundle, but it does not include any CF8 tags or functions.

I'm looking at: http://macromates.com/svn/Bundles/trunk/Bundles/ColdFusion.tmbundle/

Posted by M!ke Dawson on Feb 18, 2008 at 5:18 PM


can someone email me the windows CF bundle for e? It's seems like such a PITA. Why can't they just have a zip file or something.

derek at newvision dot com

thx

Posted by Derek on Feb 18, 2008 at 5:38 PM


oops wrong email

use derekbinaz at yahoo dot com

Posted by Derek on Feb 18, 2008 at 5:39 PM


hi im tony, and im a homesite+ user.

i must say, everything you said ben, i have found
to be true, and ultimately the reason i hope they
build upon homesite+ rather than upon dreamweaver.

ive tried dreamweaver 10 or 12 times from 2001 until now
and i even have cs3 and it just sits there, waiting to be tried
again, but again, no go.

:BLECH:

who wants it.

Posted by tony of the weeg clan on Feb 18, 2008 at 5:43 PM


Hey Danilo,

In my years of developing I've used Homesite/CF Studio (file manager too slow), CF Eclipse (too buggy, no integrated FTP) and Dreamweaver. I've always ended up coming back to Dreamweaver because it had integrated CF help, FTP, wordwrap, and good CF code color highlighting that I'm used to.

Two big problems though you guys need to fix. The problem with saving files and DW wants to go out and check stuff behind the scene is maddening. Especially with files that may include large cfswitch/cfcase scenarios. Give us a damn option to turn off auto-checkstuffbehindthesceneorwhateverthehellitdoes.

How the hell do you get the help system back to the way it was in MX. When I hit ctrl F1 to lookup a tag it goes to the shitty online help system adobe has that takes about 7 postbacks to finally loadup. Who programmed that thing anyway? Give me the local help system option so I can quickly look up a tags attributes.

Dreamweaver would be great if they just put more timely updates out there. I don't thing CS3 has ever been updated and it appears to get little attention or focus from adobe. Why do you think people want an alternative?

We don't want more features, we want speed and stability!!!

Posted by Ricky Schroder on Feb 18, 2008 at 6:30 PM


Oh yea, one more things...

Apply Source Formatting sucks for now. It would be great to see some kind of great CF source formatting tool that worked consistantly so you can take old code and spit out something readable. It is especialy useful when taking over someone elses code. It needs some work or focus on DW part to get this to a more usable state but it is a good start.

Posted by Ricky Schroder on Feb 18, 2008 at 6:36 PM


You should see what other IDE's like NetBeans, Eclipse and Komodo can do with "Source Formatting", refactoring and syntax errors.

Imagine having an error in your code and having your editor be able to automatically rewrite your code and fix it.

I am not talking about underlining errors with your syntax. I am talking about clicking on the underlined broken code and your editor saying "you have such and such error/problem, want me to fix it?" and it actually fixes the problem.

Whether or not it is the best fix is not the issue. The fact that it is smart enough to actually fix your error is.

The tools available to MS, Java, PHP, PERL, JS etc. developers are light years ahead of the tools MM and Adobe have been offering for CF.

Posted by Gerald on Feb 18, 2008 at 7:03 PM


@Ricky,

Just to be clear I do not work for Adobe, I'm part of the Community Experts program:
http://www.adobe.com/communities/experts/

If you have any suggestions about features for Dreamweaver make sure to submit them here:
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

I do not experience any issues with saving, so not sure I can really offer any suggestions on that score. I know that with some of my really complicated pages (thousands of lines of dynamic code that I really should pull apart one day) that if I hide the Application panel (not just collapse, but close it completely) that some of the processing that Dreamweaver is doing when pages are edited is limited.

I want the help system back the way it was then as well when it was (at least in Windows) using the system help viewer (.chm files?). I find the current help system (PDF?) takes me a while to find anything (and I'm usually using it to let folks know where to look, so doubly a pain).

I would agree with you that updates should be more often for each version, but for last few it's pretty much only been 1 updater per release (8 was was an exception to that with 2 updaters, but the second updater was to me primarily security update to the recordset functionality)

It's pretty vague as to what you're specific issue(s) are with it, but for source formatting, you do have at least a little control over what it does: Edit -> Tag libraries.

Posted by Danilo Celic on Feb 18, 2008 at 10:03 PM


My job got me Dreamweaver MX 2004 when I started using Coldfusion. I've since gotten Dreamweaver 8 and Dreamweaver CS3 and sadly, I find that Dreamweaver MX 2004 is the fastest and most stable version I've used. :-P I use it as a text editor and it does a nice job with code hints and color coding, but it really has no other features to brag about. 8 was unusable for me and CS3 is usable, but is slow and often crashes.

I just want a fast, reliable CF aware text editor. Sounds like I should dig up a copy of Homesite+.

Posted by Dan on Feb 18, 2008 at 11:30 PM


@Ben

Regarding that indention thing: I didn't like that either. It tries to help too much IMHO. I have a simple Eclipse plugin that supports basic CF syntax highlighting, but it's very basic (no code completion, etc etc). It's basically as feature rich as CFEclipse like 0.2 from waaay back in the day. It's called Afae: http://robrohan.com/projects/afae/

It does indent in the "indent the same level from the last line and don't help me anymore than that" method. It might not be what you're looking for, but I thought I'd throw it out there.

Posted by rob on Feb 19, 2008 at 12:08 AM


I use a combination of Eclipse & homesite. However in the last week I have been using gVim which I am loving; its powerful and has a simple gui, each menu option also has the command next to it so users can easily graduate to vim minus the gui.

.mike.

Posted by Mike on Feb 19, 2008 at 3:15 AM


@Rob,

That's the kind of indenting that I like :) I will check it out.

Posted by Ben Nadel on Feb 19, 2008 at 7:14 AM


I've used all 4 at some point. Started with ColdFusion Studio. Once that was phased out I moved to Homesite, then 6.1 then +. Like most others, I did have an affinity for HS when using it (and still do at moments "why can't X do this...HS did").

I then switched to Dreamweaver MX, then 8 and had a good run with that. There were quite a few quirks that I came across while using it (never noticed the extended save times, but I was using a local, non-networked copy), and always ended up just dealing with them rather than switching back to HS. The one that stood out the most was the ctrl-3 and putting the cursor after the ## signs. I ended up just getting really good with all of the special characters when typing. The ctrl-left ctrl-right were also a sore point in Dreamweaver, but once again, I just got really good with the home/end keys if needed.

Now I'm using Eclipse and have really come to like it. It has some things that aren't quite as good as HS, but with capability to modify just about everything, it's so far been a great experience. I mostly use it for Flex development so it is invaluable in that respect. Plus you learn to not save as much with that also (I have it set to auto-compile, so that definitely slows down the save process, but that can be turned off if needed). For CFEclipse, I don't like it quite as much as HS, but it's a close second. The one thing I really like with Eclipse is the regex find/replace. I'm always finding something that I can use a find/replace for when writing my code. I actually blogged about it over on coldfusioncommunity.org as I had not tried it too much before then. It really is a nice feature.

@Ben,
In Eclipse, you could write a regular expression and reformat your code after you finish the page. That would require some changes in your dev technique (write the code then reformat before saving), but could be an alternative to the smart-tabbing. Something like this

<cffile
.....action = "copy" destination = "full pathname" source = "full pathname" attributes = "file attributes list" mode = "mode">

then from here, you could match the CR + tabs (after cffile and before action), then replace all spaces (after "copy" and before destination, after pathname" and before source, etc.) with the matched CR + tabs. It's a bit convoluted (and as you say HS will match the tabbing of action, instead of tabbing further and further in), but it can be done (and I'm sure wouldn't take you long to come up with the regex with your "skillz" :) ) and would be a way to switch to Eclipse (and get away from the pain of DWCS3)

Posted by Gareth on Feb 19, 2008 at 8:40 AM


@Brian

In any CFC, whether output is set to true, false, or left off, the following will display to the browser:

<cfdump var="#varname#">
<cfabort>

I've set up an eclipse snippet and a key combo to prompt me for a variable name and insert that text at the cursor's location.

Posted by Matt Osbun on Feb 19, 2008 at 10:16 AM


+1 for the CFDump / CFAbort :)

Posted by Ben Nadel on Feb 19, 2008 at 10:24 AM


It would be good if Dreamweaver had such a code editing feature as what I would call "smart snippets" that are used in Eclipse. IT tends to be a bit more visual focused, a feature that could be considered similar would be the Server Behaviors where a UI can pop up where you enter the parameter values of a code block (or multiple code blocks even) and the code will be applied to your page. The upside with them is that they are then editable if you come back to them, but the "smart snippets" in Eclipse are quite useful.

Posted by Danilo Celic on Feb 19, 2008 at 11:26 AM


I agree with EVERY SINGLE dw problem that everyone else said. The ONLY reason I use it is because the other developer does on a Mac, and the feature that checks file modified date has saved us a few hours of work. That being said.... I think DW has cost me much more than a few hours of work over the last year. HS+ / CFS Was a near flawless application.

Posted by Kevin Sargent on Feb 19, 2008 at 11:58 AM


@Kevin Sargent

It was a sad day when they announced that development on HS/CFS would cease. I have never used a piece of software that I liked as much as CFS. It really was a master piece. People are still using it and creating extensions it some 4 1/2 years after it was last released. If it was not for Eclipse I would still be using CFS.

I can only imagine what it would be like if they had never discontinued it.

Posted by Gerald on Feb 19, 2008 at 12:51 PM


I used to use CFS exclusively now I use ultraedit which has some nice CF syntax highlighting.

I have tried to use Eclipse with the CFEclipse plugin and I really really like it but I can not use it as the ftp/scp (I edit all my projects remotely) file handling is very problematic and is entirely unreliable. Does anyone know if this has improved in the last 6 months?

Posted by Christopher on Feb 19, 2008 at 1:55 PM


Dreamweaver is powerful, but (uck) somewhat cumbersome to use. It seems that both microsoft and adobe (or what used to be macromedia's team) are moving farther and farther away from keyboard support. (Guess their alternative may be something like mousekeys for accessibility? :/ ) Anyhow, for a developer not having keyboard shortcuts is terrible!

Here are a few more terrible things about Dreamweaver CS3:

If you are in the files panel and press 'i' to go to index.html, it may or maynot work. If you refresh the list, then it will work . . . sometimes. Pressing f8 pulls up the files panel, but doesn't focus on the files so you can arrow to them. you'd also expect to be able to shift-f10 (right click menu) access them. but nope.

Sometimes when working on network drives if you try doing the 'press i for index' thing you get weird folders that pop up and the content is a non existent file named '@@@@!!@@@@'

There are no shortcut keys to cut, copy, or delete an entire line (beside something like end, shift home, copy, etc) and that doesn't paste with proper line breaks.

no way to hit return and go to the beginning of the line if you are tabbed out. you have to hit return, delete, delete, delete to get rid of you n tabs. (shift enter does something similar to what i want, but also enters the <br> tag. (no good for php coding).

no way to hide the 'search results' box permanently or move it to the vertical panels area.

my favorite things about dreamweaver:

the "balance braces" and "select parent tag" menu items

the default color schemes for highlighting special text.

all the built-in goodies like ajax, drop down menus, etc

Posted by Cwd on Feb 19, 2008 at 3:18 PM


re:bold - I thought i would also turn off the bold (that was left on in a prev. comment).

re: the automatically closing tags in dreamweaver cs3, go to edit-> prefs -> code hints -> close tags: after typing the open tag's '>'

re: auto tabbing there are some options in the code-format options (right above code-hints) that have some indent/tab options. they don't do what i want, but may help you out with your boggle

Posted by Cwd on Feb 19, 2008 at 3:32 PM


hmm. . . is the bold it still on?

Posted by Cwd on Feb 19, 2008 at 3:33 PM


Just found this: To make each new line of code that you type indent to the same level as the previous line, select View > Code View Options Auto-Indent option.

Posted by Cwd on Feb 19, 2008 at 3:39 PM


Anyone know if I can jump between opening and closing tags? In HomeSite, it was CTRL+M would jump from open to close tag.

This is hugely useful especially / essential when you are looking at sloppy code that is not indented properly!!

Posted by Ben Nadel on Feb 19, 2008 at 4:20 PM


I hope now that Adobe owns ColdFusion, they can understand that a GOOD IDE is of supreme importance to developers. (Microsoft certainly does.)

I understand the desire to have ONE product that works for designers and programmers, but after years of trying this, I think it's time to throw in the towel. Adobe has offered some support to CFEclipse, but Mark Drew and a few others have done a terrific job of building a CF editor -- on their own time. Perhaps Adobe should buy CFEclipse, hire Mark, and make it truly great?

I think the number of comments on this attests to the fact that, for a lot of us, the current Adobe solution/s aren't working well enough.

Posted by Hal Helms on Feb 19, 2008 at 4:25 PM


@ Cwd & all
Opps- Sorry for not closing the bold tag. ;)

@ Hal
>>Mark Drew and a few others have done a terrific job of building a CF editor -- on their own time. Perhaps Adobe should buy CFEclipse, hire Mark, and make it truly great?

They have done an outstanding job. Very impressive.

>>I hope now that Adobe owns ColdFusion, they can understand that a GOOD IDE is of supreme importance to developers. (Microsoft certainly does.)

The current crop of IDE's that I have been using to do Java development (NetBeans and Eclipse) leave me wanting when I develop in CF.

In light of my experiences, I can say that in the last 4 or so years ColdFusion, relatively speaking, has not had a really good IDE. I love CFEclipse. Hats off to mark Drew and Crew, I am deeply indebted to the CFEclipse team for what they have done. But, and this is not a slight on Mark and his crew in any form or manner (Mark is just one guy with only so many hours in a day and the other IDE's have armies of developers), the tools available to CF developers are not nearly, not even remotely, close to the tools available to MS, PERL, PHP, (J)Ruby, Java, etc. developers.

If you spend a non trivial amount of time using tools like MS Visual studio, Netbeans, Eclipse distros like Aptana, EasyEclipse, MyEclipse and Komodo IDE to name a few that I have used, you know what I mean.

Perhaps other members of the CF community are happy or content with CFS, DW and CFEclipse. But, I for one am not. I know there is better, much better, and that bothers me. This discussion strongly suggests that I am not alone. Actually I thought my original comment was going to get me flamed ;).

Posted by Gerald on Feb 19, 2008 at 5:03 PM


you know what was awesome about CFS/HS+, the complex table builder. Damn that thing rocked.

Posted by Derek on Feb 19, 2008 at 5:17 PM


Hi Ben,

I am a Quality Engineer on the Dreamweaver team at Adobe. Sorry to hear that your experience with Dreamweaver thus far has been frustrating. I can't resolve all of your issues, but the one that sounded the worst is having to wait upwards of 20 seconds on switching back to Dreamweaver from the browser. This may be caused by updating the file tree when the application is idle. To disable this behavior, there is a registry setting you can change which might speed things up:

1. Quit Dreamweaver if open
2. Start Menu>All Programs>Accessories>Run
3. Type 'regedit' and hit Enter. Click Continue to authorize.
4. Go to HKEY_CURRENT_USER\Software\Adobe\Dreamweaver 9\Site OnIdle
5. In the right pane, choose Edit>New>DWORD Value
6. Name it Enabled and leave the value set to 0
7. Quit Regedit

Let me know how that works out. Note that you'll need to use the refresh button if you want a current list of your local files.

For file save performance, it really depends on the size and complexity of the file and where it's being saved. If you have a file that demonstrates this, please point me to a URL or email it to me and I can definitely investigate.

Thanks,
Ryan McPherson
Adobe
ryanmc@adobe.com

Posted by Ryan M on Feb 19, 2008 at 6:32 PM


@Ryan,

Thank you very much for letting me know about this registry update. I will try it as soon as I get back to my office computer. Can't wait to give it a go.

Posted by Ben Nadel on Feb 19, 2008 at 6:46 PM


To the Adobe and Adobe-related people posting here: can you let us know what the plans for a CF IDE are? Any good news for the many of us who never use the design view and are looking for a solid and efficient IDE for CF/HTML/JS/CSS markup?

Posted by Jean Moniatte on Feb 19, 2008 at 6:54 PM


@Josh Nathanson:

Changing these settings made a HUGE difference in Dreamweaver performance! I used to go back and forth between CFS & DW and tried Eclipse, but the lack of FTP killed it for me.

If anyone has been struggling with Dreamweaver performance, go to:
Preferences>Invisible Elements>de-select everything on this page.

What a difference!

Thanks for the suggestions, Josh!!

Posted by Bill Davidson on Feb 21, 2008 at 1:26 PM


that is strictly a design mode option. won't do anything for code view.

Posted by Derek on Feb 21, 2008 at 1:33 PM


BTW, I tried that registry hack and it seems to have done the opposite for me.

Posted by Derek on Feb 21, 2008 at 1:34 PM


Wish Adobe would open source HS+

Another thing that infuriates me (maybe I am just overlooking some option) is having to occasionally review hardcopy code and find that DW won't print color coding (like HS/CFS) would ...

Posted by lawrence e on Feb 21, 2008 at 2:12 PM


@Ryan,

I feel like that regedit hack definitely has improved the speed of flipping back and forth between Dreamweaver and other applications. Thank you!

I still have slow save and upload issues, but I think those are definitely influenced by crappy network conditions.

Posted by Ben Nadel on Feb 21, 2008 at 3:01 PM


I ONLY do code view and something made a made a big difference when I changed those settings. My saves are nearly instantaneous now.

Posted by Bill Davidson on Feb 21, 2008 at 4:16 PM


I finally decided to plunge into DW CS3 because I feel like I'm now an "old timer" when I use Homesite. So far I only have two real efficiency-sapping complaints. If someone can help me fix them I will be happy.

1) The shift+F1 tag help does not always bring up "help", especially for some of the newer CF8 tags like CFFEED. Yes, I installed the CF8 update for DW, and the CFML reference is right there in the reference drop-down box, but shift+F1 fails to find it automatically. I have to manually pull down the CF Tag to read CFFEED examples. Waste of time.

2) What is the Homesite query builder equivalent in DW? I use that all the time to write quick little queries against my datasources and perform updates/deletes. I don't want to have to code a CF template every time to do this, or use the Recordset thing.

Other general rants when comparing HS to DW:

1) I miss the little "x" at the top of the HS gutter to close each template.

2) I like being able to turn word-wrap on and off using the gutter icon in HS. It's an extra click in DW.

3) I like how hitting F1 on a tag in HS would change the whole screen to the tag help. No scrolling or squinting for the most part like in DW.

4) I like having a separate Extended Find and Extended Replace button in HS. The chance for making a mistake is smaller that way.

5) I like the find icon in HS.

Posted by David on Feb 21, 2008 at 6:13 PM


@David - you just reminded me about something i actually really like in dreamweaver - the powerful search function with regular expressions. it is a little hard to get used to . . . but VERY powerful once you do. These two links have some great information about using it. Highly recommended.

http://www.adobe.com/devnet/dreamweaver/articles/regular_expressions_print.html

http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda9110b1f693f21-7bec.html

Posted by Cwd on Feb 21, 2008 at 6:39 PM


First you would be better off posting these questions to the cf-talk mailing list ;)

cf-talk@houseoffusion.com

>>What is the Homesite query builder equivalent in DW

I don't think there is one. I used to use MS Access W/MyODBC to write queries off of Mysql (before Discovering Toad for Mysql). It works well enough. Or the query builder in Enterprise Manager/Management studio for MSSQL.

Anymore I just use SQL.CFC for MSSQL and or my port to MySQL, aptly named MySQL.CFC. I haven't written a trivial query (with out joins) in months. If I do I use the above tools.

Posted by Gerald Guido on Feb 21, 2008 at 6:47 PM


Homesite+/Studio does regex search as well.

Posted by Derek on Feb 21, 2008 at 9:17 PM


Yeah, not only does HomeSite do RegEx searching as well, I feel that it does them better. In the extended find/replace boxes, tabbing and line returns actually do just that - tabbing and line returns. In Dreamweaver, even though there are large boxes, hitting tab actually sends you to the next field and hitting return (I think) launches the find/replace.

Posted by Ben Nadel on Feb 21, 2008 at 9:38 PM


@Gerald

The Houseoffusion forums are atrocious, even though I agree they contain useful info and always come up at the top of Google. I actually did sign up for the forum but I did not have luck posting for some reason. They need a serious upgrade. The usability/style/look/feel/lack of features is unacceptable there, which is too bad because the info is good.

Posted by David on Feb 22, 2008 at 9:33 AM


I totally agree. It's 2008 guys!! Bet they still have a Dial up BBS too! ;)

Posted by Derek on Feb 22, 2008 at 9:53 AM


@David

Try doing it the old fashion way and subscribe to the mailing list. All the cool kids do.

In fact I think I have seen Ben on there a few times. ;)

I have had all the issues I posted there resolved within a few hours. You can learn a lot seeing how other coders go about solving problems.

Posted by Gerald on Feb 22, 2008 at 9:54 AM


Nobody is arguing that point. It's invaluable. But it needs "Extreme Makeover: Web Edition"

Posted by Derek on Feb 22, 2008 at 9:57 AM


@Derek,

Ok, but who's the ColdFusion equivalent of Ty Pennington?

Posted by Ben Nadel on Feb 22, 2008 at 9:59 AM


Give me Paige Davis any day :)

Posted by Gareth on Feb 22, 2008 at 10:34 AM


What it seems to come down to is Dreamweavers history of being a WYSIWYG editor /html generator, then having Coldfusion features thrown in. The fact of the matter is, compared to HS /CFS, Dreamweaver is bloated, slow, and simply does not have the ease of use that us CFS/HS people are used to. Dreamweaver has features that we don't even want as CF developers. It's just not the tool we need.

All i need to be the happiest CF dev on earth is HS / CFS + file date checking and check in / check out.

ONE MORE THING that I can not get used to in DW... The file pane SUCKS. CFS/HS dual panel worked SOO much better. You can actually scrol folders and still see your current file list...

Posted by Kevin Sargent on Feb 22, 2008 at 12:28 PM


Lots of folks in here (including myself) have issues with CFEclipse having bad ftp support. Here is an article explaining how to setup remote ftp directory syncing.

http://www.boyzoid.com/blog/index.cfm/2007/3/22/Synching-a-CFEclipse-Project-to-a-remote-server-via-FTP

Posted by Christopher on Feb 25, 2008 at 11:00 AM


@Jean, @M!ke

I mentioned the balance braces button that Dreamweaver CS3 has earlier (it also has a 'select parent tag' button) and these are really helpful. I have been trying eTextEditor instead . . . but does it have a balance braces thing somewhere? I learned about the 'collapsible code sections' which work with parenthesis . . .

@everyone: FYI - if you are inside a function or if statement, you can press the balance braces button to select all text that belongs to that 'object'. It's really great if you have nested if / while / for statements and are getting an error message . . .

Posted by C.Wd on Mar 2, 2008 at 11:01 PM


Hi Ben,

Is that possible to do block level code indentation with DW? (like this).

<cfoutput
query="customerSelect"
maxrows="10"
group="areaid"
/>

If this is not possible with DW, then is there any alternate avaiable to acheive this?.

Pls help!.

Thanks,
Dav R

Posted by Dav R on Mar 6, 2008 at 9:07 AM


How does one jump between opening and closing tags in Dreamweaver? In HomeSite, pressing CTRL+M would jump from open to close tag. Is this not a feature in DW? I find myself missing HS more and more due to little things like this.

Posted by Chris on Mar 20, 2008 at 6:11 PM


@Chris,

That is HUGE for me too. I have not been able to figure that out in DW and no one ever lets me in on the secret.

Posted by Ben Nadel on Mar 21, 2008 at 7:23 AM


Great topic!

I love dreamweaver as a short hand tool. It saves me alot of time typing.

But I do agree with you on the spell checking front...
Sometimes I can spend wwaayy too long "spell checking" code blocks :(

Posted by @be on Mar 27, 2008 at 3:47 PM


I'm having the same trouble with DW slowness, but i'm on a OS X.. Is there a way to remedy the problem on Mac as well ??

Posted by brett on Apr 7, 2008 at 9:45 AM


How someone dare to say bad things toward Dw the most powerful development tool. If you really worry about the couple of seconds you are waiting while saving a document then you better use notepad on windows or TextEdit on Mac.

Posted by Gus on Apr 22, 2008 at 3:33 PM


@Gus,

That is the silliest thing that I have ever heard :) If you can't understand the frustration of having to wait several seconds every time you hit CTRL+S, I am not sure we develop in the same way.

Posted by Ben Nadel on Apr 22, 2008 at 3:36 PM


Yeah, what Ben said.
That is almost as silly as typing out en entire query by hand. Real men write code by rubbing two sticks together. ;)

Posted by Ralph on Apr 22, 2008 at 8:24 PM


@ Ben

... so I'm not the only one who, almost franticly, hits ctrl + shift + u in dreamweaver (yuck) and refreshes the browser ever 2 seconds? And if the save/ upload takes more than .5 seconds I'm out of the chair to do something while I wait, like get another soda? haha

Posted by Kevin Sargent on Apr 22, 2008 at 10:59 PM


Yes, dear, I understand what you mean because I learned to live with it when I am coding large documents. But that's not a big deal when Dw save me lot of time in other parts, for example CSS, mySQL, PHP, Spry and script validation, etc.
I agree with you that ftp thing is too annoying when internet connection is little bit slow.

Posted by Gus on Apr 23, 2008 at 4:51 AM


Hi, My name is Scott, and I use HomeSite+....

I have tried several times to be "cool" and switch to CFEclipse and Dreamweaver, but the major problem for me there is I am a big RDS user, and the RDS implementations for both CFEclipse and Dreamweaver are just not as good as HomeSite. I am constantly moving/copying files from one RDS server to another, and I can do that way easier in HomeSite.

If they could make an RDS implementation in either Dreamweaver or CFEclipse that works the same way as HomeSite, I would easily make the switch.

Posted by Scott Bennett on Apr 24, 2008 at 2:34 PM


If I may make a suggestion? I have been having issues with Dreamweaver CS3 running on a Vista Ultimate with saved files over a network for quite a while now. Dreamweaver loads slow, file saving is slow, editing is slow. I tried a few things out of frustration, and it "seems" to be helping a bit. I went into Manage Sites and on all my sites, I went down the list under Category and unchecked the following: "Enable Cache", "Maintain synchronization information", "Enable Cloaking", and "Maintain Design Notes". Dreamweaver may complaing about unchecking "Maintain Design Notes" but just click ok and move forward. Also on the top main menu under View, I unchecked "Display External Files". I believe what this will prevent is displaying images that are hard coded to a URL. Example: <img src="http://mysite/images/image.gif">. That sort of thing. Anyway, after making these changes, though still not as fast as I would like it to be, it seems to have sped things up quite a bit. I hope this helps, and if it does, please let everyone else know so others can do the same. If anyone else has found a sure fire fix for this, I'd be happy to see it posted here. Thanks.

Posted by Dale on Apr 25, 2008 at 3:11 PM


So all of a sudden my DW CS3 is super slow when trying to FTP. I will hit the PUT button and it will immediately say "Not Responding" in the title bar and the screen goes white (Vista Home Premium). THen about 30s+ later it will do the ftp. Very very annoying. I am going to try the reg hack that was posted to see if it helps.

Posted by Derek on Apr 30, 2008 at 6:47 PM


Post Comment  |  Ask Ben


Home   |   Web Log   |   ColdFusion   |   Projects   |   Resume   |   Job Form   |   Search   |   Contact
Epicenter Consulting - Custom Software Solutions for Business Evolution HostMySite.com - The Leader In ColdFusion Hosting